Package: winelib Version: 0.3-4 Severity: serious Hi,
building the package winelib in a clean sid build environment (with pbuilder) on i386 results in: ========================================================================= [...] pthread.c:91: warning: implicit declaration of function `pthread_attr_getstack' pthread.c: In function `wine_pthread_create_thread': pthread.c:116: warning: implicit declaration of function `printf' pthread.c:117: warning: implicit declaration of function `pthread_attr_init' pthread.c:118: warning: implicit declaration of function `pthread_attr_setstacksize' pthread.c:119: warning: implicit declaration of function `pthread_create' pthread.c:120: warning: implicit declaration of function `pthread_attr_destroy' pthread.c: In function `wine_pthread_exit_thread': pthread.c:160: warning: dereferencing type-punned pointer will break strict-aliasing rules pthread.c:162: warning: implicit declaration of function `pthread_join' pthread.c:166: warning: implicit declaration of function `pthread_exit' pthread.c:167: warning: `noreturn' function does return pthread.c: In function `wine_pthread_abort_thread': pthread.c:175: warning: implicit declaration of function `pthread_detach' pthread.c:177: warning: `noreturn' function does return i386-linux-gcc -c -I. -Iinclude -I/usr/include/wine/windows/.. -I/usr/include/wine/windows -Wall -g -O2 -fPIC -DDLLPATH=\"/usr/lib/wine\" -DLIBPATH=\"/usr/lib\" -D_REENTRANT -o interlocked.o interlocked.c i386-linux-gcc -c -I. -Iinclude -I/usr/include/wine/windows/.. -I/usr/include/wine/windows -Wall -g -O2 -fPIC -DDLLPATH=\"/usr/lib/wine\" -DLIBPATH=\"/usr/lib\" -D_REENTRANT -o gettid.o gettid.c i386-linux-gcc -c -I. -Iinclude -I/usr/include/wine/windows/.. -I/usr/include/wine/windows -Wall -g -O2 -fPIC -DDLLPATH=\"/usr/lib/wine\" -DLIBPATH=\"/usr/lib\" -D_REENTRANT -o winelib.o winelib.c winelib.c: In function `SharedWineInit': winelib.c:159: warning: left-hand operand of comma expression has no effect winelib.c:164: warning: implicit declaration of function `wine_init' winelib.c:172: warning: left-hand operand of comma expression has no effect winelib.c:176: warning: implicit declaration of function `wine_pthread_get_current_teb' LD_LIBRARY_PATH=":$LD_LIBRARY_PATH" /usr/bin/winebuild -fPIC -o winelib.exe.spec.c --exe winelib.exe -mgui pthread.o interlocked.o gettid.o winelib.o -L/usr/lib/wine -L/usr/lib/wine -ladvapi32 -lcomdlg32 -lgdi32 -lkernel32 -lodbc32 -lole32 -loleaut32 -lshell32 -luser32 -lwinspool winebuild: executable must be named via the -F option make[2]: *** [winelib.exe.spec.c] Error 1 make[2]: Leaving directory `/tmp/buildd/winelib-0.3/winelib' make[1]: *** [winelib] Error 2 make[1]: Leaving directory `/tmp/buildd/winelib-0.3' make: *** [build-stamp] Error 2 ========================================================================= Thanks for considering. -- DARTS - Debian Archive Regression Test Suite http://darts.alioth.debian.org/ Please note that this report has not been generated fully automatically. DARTS just helped finding the problem. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]