Steve Langasek <[EMAIL PROTECTED]> (Sat Oct 28 02:44:48 2006): > Let's go to the source instead. The following error appears in the build > log on i386: > > gcc-4.0 -I. -I../src/include/ -c -O2 -fomit-frame-pointer -Wall -Wno-unused > -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes > -DGCCCONSTFUNC="__attribute__((const))" -mpreferred-stack-boundary=2 > -fno-exceptions -DUNALIGNED_PROFITABLE -fno-strength-reduce > -DREGPARAM="__attribute__((regparm(3)))" -DX86_ASSEMBLY -DOPTIMIZED_FLAGS > -DUSE_ZFILE -DSUPPORT_THREADS -D_REENTRANT -DUAE_FILESYS_THREADS > -D__inline__=inline -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 > -I/usr/include/libpng12 -DSHM_SUPPORT_LINKS=1 main.c -o main.o > [...] > main.c: In function 'real_main': > main.c:379: warning: 'pwd_optionsfile' is used uninitialized in this function > [...] > > pwd_optionsfile is declared as char*, then used via strcpy() without > initialization. And conveniently, this is in the code related to retrieving > $HOME from the environment. Looks like a broken Debian patch to me.
Argl, what a bummer ;(. For simplicity, -4 will have this patch disabled, and will close the bug. Re-open if that does not fix the problem, but it smells just like it. Thanks for the hint, Stephan -- Stephan A Suerken <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]