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
--------------------------------------------------------------------------------

Reply via email to