Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#45 fixed stop after X minutes Sam Hocevar Sam Hocevar
Description

-C0 runs forever, -C42 stops after 42 segfaults, but there is no way to tell zzuf "report all segfaults but stop after 10 minutes".

#49 fixed symlink libcucul.la to libcaca.la Sam Hocevar guest
Description

I recently had a problem during a gentoo package installation, about libcucul.la not being found. Effectively that file didn't exist, and symlinking it to libcaca.la solved the problem, as discussed in gentoo forums: http://forums.gentoo.org/viewtopic-t-713934.html

I was checking the changeset [2854] that introduced the symlinks creation:

I don't know exactly what this line does . libcaca.la; \

Probably the symlink should be created there.

Santiago.

#51 fixed DATADIR conflicts with MinGW objidl.h header Sam Hocevar guest
Description

mingw/include/objidl.h, lines 92-95: typedef enum tagDATADIR {

DATADIR_GET=1, DATADIR_SET

} DATADIR;

libcaca/tools/Makefile.am, lines 3-4: AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca \

-I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"

gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../caca -I../caca -I../caca -DDATADIR=\"/usr/local/share/libcaca\" -fno-common -mms-bitfields -IC:/msys/local/include/pango-1.0 -IC:/msys/local/include/freetype2 -IC:/msys/local/include -IC:/msys/local/include/glib-2.0 -IC:/msys/local/lib/glib-2.0/include -g -O2 -g -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -MT makefont-makefont.o -MD -MP -MF .deps/makefont-makefont.Tpo -c -o makefont-makefont.o test -f 'makefont.c' || echo './'makefont.c In file included from c:\mingw\bin\../lib/gcc/mingw32/4.3.0/../../../../include/objbase.h:73,

from c:\mingw\bin\../lib/gcc/mingw32/4.3.0/../../../../include/ole2.h:9, from c:\mingw\bin\../lib/gcc/mingw32/4.3.0/../../../../include/windows.h:114, from c:\mingw\bin\../lib/gcc/mingw32/4.3.0/../../../../include/winsock2.h:22, from makefont.c:29:

c:\mingw\bin\../lib/gcc/mingw32/4.3.0/../../../../include/objidl.h:95: error: expected identifier or '(' before string constant make[2]: * [makefont-makefont.o] Error 1

How to fix: Change DATADIR to something else, like CACADATADIR or remove it completely (used only in demo.c and it's #if 0 anyway).

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.