Comment 9 for bug 1618803

Revision history for this message
Brad Lucier (lucier) wrote :

Re #8:

During

 dpkg-buildpackage -rfakeroot -uc -b

I get

gcc -c -g -O2 -fdebug-prefix-map=/home/lucier/programs/t2/tcsh-6.18.01=. -fstack-protector-strong -Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -I. -I. -D_PATH_TCSHELL='"/usr/bin/tcsh"' -Wdate-time -D_FORTIFY_SOURCE=2 sh.proc.c
In file included from /usr/include/signal.h:28:0,
                 from sh.h:39,
                 from sh.proc.c:33:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
sh.proc.c: In function 'pchild':
sh.proc.c:155:16: error: storage size of 'w' isn't known
     union wait w;
                ^
Makefile:465: recipe for target 'sh.proc.o' failed
make[2]: *** [sh.proc.o] Error 1
make[2]: Leaving directory '/home/lucier/programs/t2/tcsh-6.18.01'
debian/rules:22: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/home/lucier/programs/t2/tcsh-6.18.01'
debian/rules:12: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Suggestions?

Brad