Source: pixmap Version: 2.6pl4-20 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20211023 ftbfs-bookworm
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[2]: Entering directory '/<<PKGBUILDDIR>>/SelFile' > rm -f SelFile.o > gcc -c -g -O2 -fno-strict-aliasing -I. -I.. -I/usr/include/X11 > -I/usr/include/ -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L > -D_POSIX_SOURCE -D_XOPEN_SOURCE > -D_BSD_SOURCE -D_SVID_SOURCE > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -DFUNCPROTO=15 -DNARROWPROTO -DUSE_ATHENA > -DAPPDEFDIR=\"/etc/X11/app-defaults\" > -DRGBF=\"/etc/X11/rgb.txt\" SelFile.c > In file included from > /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, > from /usr/include/stdio.h:27, > from SelFile.c:46: > /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~~~~~ > SelFile.c: In function ‘SFexposeList’: > SelFile.c:153:9: warning: implicit declaration of function ‘SFdrawList’ > [-Wimplicit-function-declaration] > 153 | SFdrawList(n, SF_DO_NOT_SCROLL); > | ^~~~~~~~~~ > SelFile.c: In function ‘SFcreateWidgets’: > SelFile.c:275:9: warning: implicit declaration of function ‘SFinitFont’ > [-Wimplicit-function-declaration] > 275 | SFinitFont(); > | ^~~~~~~~~~ > SelFile.c:481:9: warning: implicit declaration of function ‘SFcreateGC’; did > you mean ‘XCreateGC’? [-Wimplicit-function-declaration] > 481 | SFcreateGC(); > | ^~~~~~~~~~ > | XCreateGC > SelFile.c: In function ‘SFopenFile’: > SelFile.c:568:5: warning: implicit declaration of function ‘SFchdir’; did you > mean ‘fchdir’? [-Wimplicit-function-declaration] > 568 | SFchdir(SFstartDir); > | ^~~~~~~ > | fchdir > SelFile.c: At top level: > SelFile.c:594:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 594 | SFtextChanged() > | ^~~~~~~~~~~~~ > SelFile.c: In function ‘SFtextChanged’: > SelFile.c:613:9: warning: implicit declaration of function ‘SFupdatePath’ > [-Wimplicit-function-declaration] > 613 | SFupdatePath(); > | ^~~~~~~~~~~~ > SelFile.c: At top level: > SelFile.c:624:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 624 | SFprepareToReturn() > | ^~~~~~~~~~~~~~~~~ > SelFile.c: In function ‘XsraSelFile’: > SelFile.c:710:33: warning: implicit declaration of function ‘SFsetText’; did > you mean ‘SFgetText’? [-Wimplicit-function-declaration] > 710 | SFsetText(SFcurrentPath); > | ^~~~~~~~~ > | SFgetText > rm -f Path.o > gcc -c -g -O2 -fno-strict-aliasing -I. -I.. -I/usr/include/X11 > -I/usr/include/ -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L > -D_POSIX_SOURCE -D_XOPEN_SOURCE > -D_BSD_SOURCE -D_SVID_SOURCE > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -DFUNCPROTO=15 -DNARROWPROTO -DUSE_ATHENA > -DAPPDEFDIR=\"/etc/X11/app-defaults\" > -DRGBF=\"/etc/X11/rgb.txt\" Path.c > In file included from > /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, > from /usr/include/stdio.h:27, > from Path.c:27: > /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~~~~~ > Path.c:86:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 86 | SFfree(i) > | ^~~~~~ > Path.c:109:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 109 | SFunreadableDir(dir) > | ^~~~~~~~~~~~~~~ > Path.c:169:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 169 | SFreplaceText(dir, str) > | ^~~~~~~~~~~~~ > Path.c: In function ‘SFreplaceText’: > Path.c:183:17: warning: implicit declaration of function ‘SFsetText’ > [-Wimplicit-function-declaration] > 183 | SFsetText(SFcurrentPath); > | ^~~~~~~~~ > Path.c:188:9: warning: implicit declaration of function ‘SFtextChanged’; did > you mean ‘XtCChanged’? [-Wimplicit-function-declaration] > 188 | SFtextChanged(); > | ^~~~~~~~~~~~~ > | XtCChanged > Path.c: At top level: > Path.c:354:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 354 | SFunselect() > | ^~~~~~~~~~ > Path.c:374:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 374 | SFgetHomeDirs() > | ^~~~~~~~~~~~~ > Path.c: In function ‘SFgetHomeDirs’: > Path.c:469:9: warning: implicit declaration of function ‘qsort’ > [-Wimplicit-function-declaration] > 469 | qsort((char *) entries, i, sizeof(SFEntry), SFcompareEntries); > | ^~~~~ > Path.c: At top level: > Path.c:532:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 532 | SFupdatePath() > | ^~~~~~~~~~~~ > Path.c: In function ‘SFupdatePath’: > Path.c:549:24: warning: implicit declaration of function ‘SFgetDir’ > [-Wimplicit-function-declaration] > 549 | (void) SFgetDir(dir); > | ^~~~~~~~ > Path.c:616:49: warning: ‘return’ with no value, in function returning non-void > 616 | return; > | ^~~~~~ > Path.c:532:1: note: declared here > 532 | SFupdatePath() > | ^~~~~~~~~~~~ > Path.c:666:41: warning: ‘return’ with no value, in function returning non-void > 666 | return; > | ^~~~~~ > Path.c:532:1: note: declared here > 532 | SFupdatePath() > | ^~~~~~~~~~~~ > Path.c:707:17: warning: implicit declaration of function ‘SFdrawLists’ > [-Wimplicit-function-declaration] > 707 | SFdrawLists(SF_DO_SCROLL); > | ^~~~~~~~~~~ > Path.c:713:41: warning: implicit declaration of function ‘SFdrawList’ > [-Wimplicit-function-declaration] > 713 | SFdrawList(i, SF_DO_SCROLL); > | ^~~~~~~~~~ > Path.c:716:33: warning: implicit declaration of function ‘SFclearList’; did > you mean ‘SFleaveList’? [-Wimplicit-function-declaration] > 716 | SFclearList(i, SF_DO_SCROLL); > | ^~~~~~~~~~~ > | SFleaveList > Path.c: At top level: > Path.c:722:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 722 | SFsetText(path) > | ^~~~~~~~~ > Path.c: In function ‘SFreplaceText.isra’: > Path.c:180:24: warning: ‘strncat’ specified bound depends on the length of > the source argument [-Wstringop-overflow=] > 180 | (void) strncat(SFcurrentPath, str, len - 1); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Path.c:176:15: note: length computed here > 176 | len = strlen(str); > | ^~~~~~~~~~~ > rm -f Dir.o > gcc -c -g -O2 -fno-strict-aliasing -I. -I.. -I/usr/include/X11 > -I/usr/include/ -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L > -D_POSIX_SOURCE -D_XOPEN_SOURCE > -D_BSD_SOURCE -D_SVID_SOURCE > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -DFUNCPROTO=15 -DNARROWPROTO -DUSE_ATHENA > -DAPPDEFDIR=\"/etc/X11/app-defaults\" > -DRGBF=\"/etc/X11/rgb.txt\" Dir.c > In file included from > /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, > from /usr/include/stdio.h:27, > from Dir.c:27: > /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~~~~~ > Dir.c: In function ‘SFgetDir’: > Dir.c:153:9: warning: implicit declaration of function ‘qsort’ > [-Wimplicit-function-declaration] > 153 | qsort((char *) result, i, sizeof(SFEntry), SFcompareEntries); > | ^~~~~ > rm -f Draw.o > gcc -c -g -O2 -fno-strict-aliasing -I. -I.. -I/usr/include/X11 > -I/usr/include/ -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L > -D_POSIX_SOURCE -D_XOPEN_SOURCE > -D_BSD_SOURCE -D_SVID_SOURCE > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -DFUNCPROTO=15 -DNARROWPROTO -DUSE_ATHENA > -DAPPDEFDIR=\"/etc/X11/app-defaults\" > -DRGBF=\"/etc/X11/rgb.txt\" Draw.c > In file included from > /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, > from /usr/include/stdio.h:27, > from Draw.c:27: > /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~~~~~ > Draw.c:58:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 58 | SFinitFont() > | ^~~~~~~~~~ > Draw.c:85:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 85 | SFcreateGC() > | ^~~~~~~~~~ > Draw.c:150:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 150 | SFclearList(n, doScroll) > | ^~~~~~~~~~~ > Draw.c:193:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 193 | SFdeleteEntry(dir, entry) > | ^~~~~~~~~~~~~ > Draw.c: In function ‘SFdeleteEntry’: > Draw.c:227:17: warning: ‘return’ with no value, in function returning non-void > 227 | return; > | ^~~~~~ > Draw.c:193:1: note: declared here > 193 | SFdeleteEntry(dir, entry) > | ^~~~~~~~~~~~~ > Draw.c:232:17: warning: ‘return’ with no value, in function returning non-void > 232 | return; > | ^~~~~~ > Draw.c:193:1: note: declared here > 193 | SFdeleteEntry(dir, entry) > | ^~~~~~~~~~~~~ > Draw.c: At top level: > Draw.c:244:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 244 | SFwriteStatChar(name, last, statBuf) > | ^~~~~~~~~~~~~~~ > Draw.c: In function ‘SFstatAndCheck’: > Draw.c:267:14: warning: implicit declaration of function ‘SFchdir’; did you > mean ‘fchdir’? [-Wimplicit-function-declaration] > 267 | if (!SFchdir(SFcurrentPath)) { > | ^~~~~~~ > | fchdir > Draw.c: At top level: > Draw.c:320:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 320 | SFdrawStrings(w, dir, from, to) > | ^~~~~~~~~~~~~ > Draw.c:396:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 396 | SFdrawList(n, doScroll) > | ^~~~~~~~~~ > Draw.c:421:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 421 | SFdrawLists(doScroll) > | ^~~~~~~~~~~ > Draw.c:432:1: warning: return type defaults to ‘int’ [-Wimplicit-int] > 432 | SFinvertEntry(n) > | ^~~~~~~~~~~~~ > rm -f libXgnu.a > ar clq libXgnu.a SelFile.o Path.o Dir.o Draw.o > ar: libdeps specified more than once > make[2]: *** [Makefile:1062: libXgnu.a] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/10/23/pixmap_2.6pl4-20_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.