Your message dated Wed, 20 May 2026 17:48:48 +0000
with message-id <[email protected]>
and subject line Bug#1135920: fixed in itools 1.1-2
has caused the Debian Bug report #1135920,
regarding itools: FTBFS with autoconf 2.73
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1135920: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135920
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: itools
Source-Version: 1.1-2
Done: أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
itools, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> (supplier 
of updated itools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 20 May 2026 19:27:19 +0200
Source: itools
Built-For-Profiles: noudeb
Architecture: source
Version: 1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Islamic Maintainers 
<[email protected]>
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) 
<[email protected]>
Closes: 1135920
Changes:
 itools (1.1-2) unstable; urgency=medium
 .
   * debian/copyright;
     + update copyright years
     + update FSF address
     + refer to FSF website instead of physical address
   * d/gbp.conf: sign debian/ git tags
   * d/control:
     + drop redundant Priority: optional field
     + bump standards version to 4.7.4
     + update build-dep: pkg-config -> pkgconf
     + Drop redundant Rules-Requires-Root field
   * Add fix_autoconf_2.73_fbtfs.patch to fix FTBFS with autoconf 2.73
     (Closes: #1135920)
Checksums-Sha1:
 aba265c96c386708a8932e583b3aa281ca5c1694 1657 itools_1.1-2.dsc
 fef332512000f98f4c867978f35c501050bd0d10 3848 itools_1.1-2.debian.tar.xz
 cdbc3d1576af61167c1d20b43776f2dfc776f054 8210 itools_1.1-2_source.buildinfo
Checksums-Sha256:
 97ada6ee82156f4709427ef3f8b9e9c1652bf1a383b0e662adb06b9827e425d3 1657 
itools_1.1-2.dsc
 8dca05684c9bfb81b00942b691dc9fddc2da531b11d98ce0357b8138a0ded6f6 3848 
itools_1.1-2.debian.tar.xz
 2dd84c5810d28db4abb0e69a12954820884703cc823a312fbccb41c0df9febb9 8210 
itools_1.1-2_source.buildinfo
Files:
 23b83c9f7ddc38a040f4ff86824a8639 1657 misc - itools_1.1-2.dsc
 705c5364abbf0413584d622ff2de3ea3 3848 misc - itools_1.1-2.debian.tar.xz
 3e1caea6806d272f0f4673ebcd102423 8210 misc - itools_1.1-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQFWBAEBCgBAFiEEggahliCEfm0N+LF2vBlqlO3dobcFAmoN8G0iHGFlbG1haG1v
dWR5QHVzZXJzLnNvdXJjZWZvcmdlLm5ldAAKCRC8GWqU7d2htyesB/9dBDeWSoRs
qA+ULKWjsB21afLfhoGsNYJ1+ZABruwpuvGvT2lViVk0J6gTYWwZAeOn6B9raqIB
IvyA/ckCA4m09t4TUQsmr5upetEpx6+oLsqxxsF90HLDOKHpKvAMN9rv1npnGyDc
kMm8P0NNDJWU1lGhem9+2F6I+6++Waz3zu7A8CfPWJSSxL7M8YNEhTr79e5XIStD
I5zlC4H92ZOJlFjON7yWuCzQm2hOKVx38HEbO/o1RPRDIzpFR7qoCcIHBy4L6gCW
j1uO+TGCP5aRz2vp48YNMU5g15ToEUKscDy83PeYn7bYBJgoJdc8YNcYdPRBINze
De0Ya03//r1h
=JqXX
-----END PGP SIGNATURE-----

Attachment: pgpxU4jPtcafb.pgp
Description: PGP signature


--- End Message ---

Reply via email to