Package: src:gatos Version: 0.0.5-23 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, your package failed to build. Below you will find how the build ends (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202509/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you could not reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:gatos, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh_testdir rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || /usr/bin/make clean [ ! -f Makefile ] || /usr/bin/make distclean rm -f config.log compile missing configure \ m4/ltoptions.m4 \ m4/ltsugar.m4 \ m4/ltversion.m4 \ m4/lt~obsolete.m4 \ m4/libtool.m4 \ aclocal.m4 \ acinclude.m4 [... snipped ...] checking for ibtk/irealbox.h... yes checking for ibtk/isbutton.h... yes checking for ibtk/islider.h... yes checking for ibtk/istatbar.h... yes checking for ibtk/itextbox.h... yes checking for ibtk/iwindow.h... yes checking for ibtk/pclaim.h... yes checking for ibtk/version.h... yes checking for main in -libtk... yes checking using DGA and VMODE extensions support... yes checking for X11/extensions/xf86dga.h... no checking for X11/extensions/xf86vmode.h... no checking for main in -lXxf86dga... yes checking for main in -lXxf86vm... yes checking using IPC shared memory... no checking using IPC messages... no checking enable CHAR HASHING... yes checking output RAW CC... no checking output RAW EDS... no checking using DELAY from the Linux/(Free/Net)BSD kernel sources... no checking using the OSS sound emulation in NetBSD... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating gatos.spec config.status: creating Makefile config.status: creating SlackBuild config.status: creating docs/Makefile config.status: creating gfxdump/Makefile config.status: creating intl/Makefile config.status: WARNING: 'intl/Makefile.in' seems to ignore the --datarootdir setting config.status: creating m4/Makefile config.status: creating man/Makefile config.status: creating man/en/Makefile config.status: creating man/fr/Makefile config.status: creating po/Makefile config.status: creating po/fr/Makefile config.status: creating po/model/Makefile config.status: creating src/Makefile config.status: creating src/version.h config.status: creating tech-docs/Makefile config.status: creating config.h config.status: linking intl/libgettext.h to intl/libintl.h config.status: executing depfiles commands config.status: executing libtool commands GATOS Configuration: -Build version: 0.0.5 -Use included INTL lib: yes -Use NCURSES lib: no -IBTK headers present: yes -IBTK lib present: yes -DGA & VMODE enable: no -IPC shared memory: no -IPC messages: no -Hash Chars enable: yes -RAW CC enable: no -RAW EDS enable: no -Delay from: i2c.c file -NetBSD OSS emulation: no touch configure-stamp dh_testdir # Add here commands to compile the package. /usr/bin/make CC=gcc CFLAGS="-O2 -Wall -fcommon -fpermissive -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" make[1]: Entering directory '/<<PKGBUILDDIR>>' /usr/bin/make all-recursive make[2]: Entering directory '/<<PKGBUILDDIR>>' Making all in docs make[3]: Entering directory '/<<PKGBUILDDIR>>/docs' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/<<PKGBUILDDIR>>/docs' Making all in gfxdump make[3]: Entering directory '/<<PKGBUILDDIR>>/gfxdump' gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -fcommon -fpermissive -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o gfxdump.o gfxdump.c In file included from gfx.h:32, from gfxdump.c:17: AsmMacros.h: In function âoutbâ: AsmMacros.h:315:1: warning: old-style function definition [-Wold-style-definition] 315 | outb(port, val) | ^~~~ AsmMacros.h: In function âoutwâ: AsmMacros.h:323:1: warning: old-style function definition [-Wold-style-definition] 323 | outw(port, val) | ^~~~ AsmMacros.h: In function âoutlâ: AsmMacros.h:331:1: warning: old-style function definition [-Wold-style-definition] 331 | outl(port, val) | ^~~~ AsmMacros.h: In function âinbâ: AsmMacros.h:339:1: warning: old-style function definition [-Wold-style-definition] 339 | inb(port) | ^~~ AsmMacros.h: In function âinwâ: AsmMacros.h:350:1: warning: old-style function definition [-Wold-style-definition] 350 | inw(port) | ^~~ AsmMacros.h: In function âinlâ: AsmMacros.h:361:1: warning: old-style function definition [-Wold-style-definition] 361 | inl(port) | ^~~ gfx.h: In function âmymmapâ: gfx.h:59:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 59 | if ((int)ptr == -1) { perror("gfxdump: mmap() failed") ; exit(1) ; } | ^ gfxdump.c: In function âprt_acc_idxâ: gfxdump.c:234:24: warning: format â%Xâ expects argument of type âunsigned intâ, but argument 3 has type âlong unsigned intâ [-Wformat=] 234 | return printf("%s[%02X]",acc[r->acc].prtname,r->offset) ; } | ~~~^ ~~~~~~~~~ | | | | unsigned int long unsigned int | %02lX gfxdump.c: In function âprt_acc_4â: gfxdump.c:237:24: warning: format â%Xâ expects argument of type âunsigned intâ, but argument 3 has type âlong unsigned intâ [-Wformat=] 237 | return printf("%s_%04X",acc[r->acc].prtname,r->offset) ; } | ~~~^ ~~~~~~~~~ | | | | unsigned int long unsigned int | %04lX gfxdump.c: In function âprt_acc_2â: gfxdump.c:240:24: warning: format â%Xâ expects argument of type âunsigned intâ, but argument 3 has type âlong unsigned intâ [-Wformat=] 240 | return printf("%s_%02X",acc[r->acc].prtname,r->offset) ; } | ~~~^ ~~~~~~~~~ | | | | unsigned int long unsigned int | %02lX gfxdump.c: In function âaddregâ: gfxdump.c:535:3: warning: this âifâ clause does not guard... [-Wmisleading-indentation] 535 | if (nregs >= MAXREGS) return ; if (!mask) mask = "0" ; | ^~ gfxdump.c:535:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ 535 | if (nregs >= MAXREGS) return ; if (!mask) mask = "0" ; | ^~ gfxdump.c: In function âreg_groupsâ: gfxdump.c:566:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 566 | while (n=nextline(file)) { | ^ gfxdump.c: In function âreg_regsâ: gfxdump.c:574:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 574 | while (n=nextline(file)) { | ^ gfxdump.c: In function âreg_fileâ: gfxdump.c:582:7: warning: unused variable âiâ [-Wunused-variable] 582 | int i, n, full=0 ; FILE *file ; | ^ gfxdump.c: In function âmainâ: gfxdump.c:676:22: warning: argument to âsizeofâ in âmemsetâ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 676 | memset(reg,0,sizeof(reg)) ; | ^ gfxdump.c:677:22: warning: argument to âsizeofâ in âmemsetâ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 677 | memset(grp,0,sizeof(grp)) ; | ^ gfxdump.c:687:15: warning: ignoring return value of âfreopenâ declared with attribute âwarn_unused_resultâ [-Wunused-result] 687 | if (i<argc) freopen(argv[i++],MODE,stdout) ; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from gfxdump.c:18: pci.c: At top level: pci.c:663:27: warning: âpcidevâ defined but not used [-Wunused-variable] 663 | static struct pci_device *pcidev=NULL ; | ^~~~~~ pci.c:16:17: warning: âpciinlâ defined but not used [-Wunused-function] 16 | #define inl pciinl | ^~~~~~ pci.c:179:22: note: in expansion of macro âinlâ 179 | static unsigned long inl(unsigned short port) { unsigned long ret; | ^~~ pci.c:15:17: warning: âpciinbâ defined but not used [-Wunused-function] 15 | #define inb pciinb | ^~~~~~ pci.c:177:22: note: in expansion of macro âinbâ 177 | static unsigned char inb(unsigned short port) { unsigned char ret; | ^~~ pci.c:14:17: warning: âpcioutlâ defined but not used [-Wunused-function] 14 | #define outl pcioutl | ^~~~~~~ pci.c:175:13: note: in expansion of macro âoutlâ 175 | static void outl(unsigned short port, unsigned long val) { | ^~~~ pci.c:13:17: warning: âpcioutbâ defined but not used [-Wunused-function] 13 | #define outb pcioutb | ^~~~~~~ pci.c:173:13: note: in expansion of macro âoutbâ 173 | static void outb(unsigned short port, unsigned char val) { | ^~~~ gfx.h:99:13: warning: âmymunmapâ defined but not used [-Wunused-function] 99 | static void mymunmap(void *ptr, u32 size) { | ^~~~~~~~ /bin/bash ../libtool --tag=CC --mode=link gcc -O2 -Wall -fcommon -fpermissive -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -o gfxdump gfxdump.o libtool: link: gcc -O2 -Wall -fcommon -fpermissive -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z -Wl,relro -o gfxdump gfxdump.o make[3]: Leaving directory '/<<PKGBUILDDIR>>/gfxdump' Making all in intl make[3]: Entering directory '/<<PKGBUILDDIR>>/intl' gcc -c -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -fcommon -fpermissive -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection intl-compat.c intl-compat.c: In function âbindtextdomainâ: intl-compat.c:36:1: warning: old-style function definition [-Wold-style-definition] 36 | bindtextdomain (domainname, dirname) | ^~~~~~~~~~~~~~ intl-compat.c: In function âdcgettextâ: intl-compat.c:45:1: warning: old-style function definition [-Wold-style-definition] 45 | dcgettext (domainname, msgid, category) | ^~~~~~~~~ intl-compat.c: In function âdgettextâ: intl-compat.c:55:1: warning: old-style function definition [-Wold-style-definition] 55 | dgettext (domainname, msgid) | ^~~~~~~~ intl-compat.c: In function âgettextâ: intl-compat.c:64:1: warning: old-style function definition [-Wold-style-definition] 64 | gettext (msgid) | ^~~~~~~ intl-compat.c: In function âtextdomainâ: intl-compat.c:72:1: warning: old-style function definition [-Wold-style-definition] 72 | textdomain (domainname) | ^~~~~~~~~~ gcc -c -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -fcommon -fpermissive -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection bindtextdom.c In file included from bindtextdom.c:47: gettextP.h: In function âSWAPâ: gettextP.h:50:1: warning: old-style function definition [-Wold-style-definition] 50 | SWAP (i) | ^~~~ bindtextdom.c: In function âbindtextdomain__â: bindtextdom.c:68:25: warning: old-style function definition [-Wold-style-definition] 68 | # define BINDTEXTDOMAIN bindtextdomain__ | ^~~~~~~~~~~~~~~~ bindtextdom.c:74:1: note: in expansion of macro âBINDTEXTDOMAINâ 74 | BINDTEXTDOMAIN (domainname, dirname) | ^~~~~~~~~~~~~~ gcc -c -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -Wall -fcommon -fpermissive -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection dcgettext.c In file included from dcgettext.c:79: gettextP.h: In function âSWAPâ: gettextP.h:50:1: warning: old-style function definition [-Wold-style-definition] 50 | SWAP (i) | ^~~~ In file included from dcgettext.c:85: hash-string.h: In function âhash_stringâ: hash-string.h:39:1: warning: old-style function definition [-Wold-style-definition] 39 | hash_string (str_param) | ^~~~~~~~~~~ dcgettext.c: At top level: dcgettext.c:102:7: error: conflicting types for âgetcwdâ; have âchar *(void)â 102 | char *getcwd (); | ^~~~~~ In file included from /usr/include/features.h:523, from /usr/include/x86_64-linux-gnu/sys/types.h:25, from dcgettext.c:22: /usr/include/x86_64-linux-gnu/bits/unistd.h:111:1: note: previous definition of âgetcwdâ with type âchar *(char *, size_t)â {aka âchar *(char *, long unsigned int)â} 111 | __NTH (getcwd (__fortify_clang_overload_arg (char *, , __buf), size_t __size)) | ^~~~~ dcgettext.c: In function âdcgettext__â: dcgettext.c:217:20: warning: old-style function definition [-Wold-style-definition] 217 | # define DCGETTEXT dcgettext__ | ^~~~~~~~~~~ dcgettext.c:223:1: note: in expansion of macro âDCGETTEXTâ 223 | DCGETTEXT (domainname, msgid, category) | ^~~~~~~~~ dcgettext.c:283:21: error: too many arguments to function âgetcwdâ; expected 0, have 2 283 | while ((ret = getcwd (dirname, path_max)) == NULL && errno == ERANGE) | ^~~~~~ ~~~~~~~ dcgettext.c:102:7: note: declared here 102 | char *getcwd (); | ^~~~~~ dcgettext.c: In function âfind_msgâ: dcgettext.c:395:1: warning: old-style function definition [-Wold-style-definition] 395 | find_msg (domain_file, msgid) | ^~~~~~~~ dcgettext.c: In function âcategory_to_nameâ: dcgettext.c:484:1: warning: old-style function definition [-Wold-style-definition] 484 | category_to_name (category) | ^~~~~~~~~~~~~~~~ dcgettext.c: In function âguess_category_valueâ: dcgettext.c:544:1: warning: old-style function definition [-Wold-style-definition] 544 | guess_category_value (category, categoryname) | ^~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:78: dcgettext.o] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/intl' make[2]: *** [Makefile:476: all-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [Makefile:402: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:51: build-stamp] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

