Package: src:itools
Version: 1.1-1
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: autoconf-2.73

Dear maintainer:

During a rebuild of all packages in unstable using autoconf 2.73
(available in experimental), this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/autoconf-2.73/

This bug will be raised to serious once autoconf 2.73 is uploaded for unstable.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: no obvious need to run autopoint
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: configure.ac: no need to run autopoint (confirmed)
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: config.h.in was not generated by autoheader
autoreconf: force update of config.h.in with --replace-handwritten
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:11: installing './compile'
configure.ac:30: installing './config.guess'
configure.ac:30: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am: installing './INSTALL'
Makefile.am: installing './depcomp'
autoreconf: configure.ac: not running make: --make not given
autoreconf: Leaving directory '.'
   dh_auto_configure
        ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking whether UID '924' is supported by ustar format... yes
checking whether GID '924' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C23 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libitl... no
checking for getNorthQibla in -litl... yes
checking for pow in -lm... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for _Bool... yes
checking for stdbool.h that conforms to C99 or later... yes
checking for uid_t... yes
checking for gid_t... yes
checking for error_at_line... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether malloc (0) returns nonnull... yes
checking for alarm... yes
checking for working mktime... yes
checking for strcasecmp... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
   dh_auto_build
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/<<PKGBUILDDIR>>/missing' 
autoheader)
rm -f stamp-h1
touch config.h.in
rm -f stamp-h1
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-am
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o ical.o ical.c
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o idate.o idate.c
ical.c: In function ‘do_init’:
idate.c: In function ‘do_init’:
idate.c:118:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  118 |    mydate->year         = (int) NULL;
      |                           ^
idate.c:119:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  119 |    mydate->month        = (int) NULL;
      |                           ^
idate.c:120:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  120 |    mydate->day          = (int) NULL;
      |                           ^
idate.c:122:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  122 |    pdate->day           = (int) NULL;
      |                           ^
idate.c:123:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  123 |    pdate->month         = (int) NULL;
      |                           ^
idate.c:124:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  124 |    pdate->year          = (int) NULL;
      |                           ^
idate.c:125:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  125 |    pdate->weekday       = (int) NULL;
      |                           ^
idate.c:126:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  126 |    pdate->frm_numdays   = (int) NULL;
      |                           ^
idate.c:127:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  127 |    pdate->to_numdays    = (int) NULL;
      |                           ^
idate.c:128:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  128 |    pdate->to_numdays2   = (int) NULL;
      |                           ^
ical.c:101:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  101 |    mydate->year         = (int) NULL;
      |                           ^
ical.c:102:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  102 |    mydate->month        = (int) NULL;
      |                           ^
ical.c:103:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  103 |    mydate->day          = (int) NULL;
      |                           ^
ical.c:105:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  105 |    pdate->day           = (int) NULL;
      |                           ^
ical.c:106:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  106 |    pdate->month         = (int) NULL;
      |                           ^
ical.c:107:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  107 |    pdate->year          = (int) NULL;
      |                           ^
ical.c:108:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  108 |    pdate->weekday       = (int) NULL;
      |                           ^
ical.c:109:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  109 |    pdate->frm_numdays   = (int) NULL;
      |                           ^
ical.c:110:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  110 |    pdate->to_numdays    = (int) NULL;
      |                           ^
ical.c:111:27: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  111 |    pdate->to_numdays2   = (int) NULL;
      |                           ^
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o ipraytime.o ipraytime.c
ipraytime.c: In function ‘get_rcfilename’:
ipraytime.c:390:41: error: ‘PACKAGE_NAME’ undeclared (first use in this 
function)
  390 |        newpath = get_filename(xdg_home, PACKAGE_NAME);
      |                                         ^~~~~~~~~~~~
ipraytime.c:390:41: note: each undeclared identifier is reported only once for 
each function it appears in
ipraytime.c: In function ‘set_default_values’:
ipraytime.c:647:35: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  647 |    date->year                   = (int) NULL;
      |                                   ^
ipraytime.c:648:35: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  648 |    date->month                  = (int) NULL;
      |                                   ^
ipraytime.c:649:35: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  649 |    date->day                    = (int) NULL;
      |                                   ^
ipraytime.c: In function ‘main’:
ipraytime.c:1003:20: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
 1003 |    if (date.day == (int) NULL)
      |                    ^
ipraytime.c:1005:22: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
 1005 |    if (date.month == (int) NULL)
      |                      ^
ipraytime.c:1007:21: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
 1007 |    if (date.year == (int) NULL)
      |                     ^
make[2]: *** [Makefile:505: ipraytime.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:342: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to