Your message dated Sun, 21 Sep 2025 15:05:40 +0000
with message-id <[email protected]>
and subject line Bug#1096559: fixed in eb 4.4.3-14.4
has caused the Debian Bug report #1096559,
regarding eb: ftbfs with GCC-15
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.)
--
1096559: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096559
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:eb
Version: 4.4.3-14.3
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/eb_4.4.3-14.3_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html
[...]
libtool: link: x86_64-linux-gnu-ar cru .libs/libeb.a appendix.o appsub.o bcd.o
binary.o bitmap.o book.o booklist.o copyright.o cross.o eb.o endword.o error.o
exactword.o filename.o font.o hook.o jacode.o keyword.o lock.o log.o match.o
menu.o multi.o narwalt.o narwfont.o readtext.o search.o setword.o stopcode.o
strcasecmp.o subbook.o text.o widealt.o widefont.o word.o zio.o ebnet.o
multiplex.o linebuf.o urlparts.o getaddrinfo.o dummyin6.o
x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: x86_64-linux-gnu-ranlib .libs/libeb.a
libtool: link: ( cd ".libs" && rm -f "libeb.la" && ln -s "../libeb.la"
"libeb.la" )
make[4]: Leaving directory '/build/reproducible-path/eb-4.4.3/eb'
make[3]: Leaving directory '/build/reproducible-path/eb-4.4.3/eb'
Making all in libebutils
make[3]: Entering directory '/build/reproducible-path/eb-4.4.3/libebutils'
rm -f ebutils.h.tmp
echo '/* automatically generated from ebutils.h.in. */' \
> ebutils.h.tmp
sed -e 's;\@localedir\@;/usr/share/locale;' \
./ebutils.h.in >> ebutils.h.tmp
../move-if-change ebutils.h.tmp ebutils.h
/usr/bin/make all-am
make[4]: Entering directory '/build/reproducible-path/eb-4.4.3/libebutils'
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/eb-4.4.3=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -MT
ebutils.o -MD -MP -MF .deps/ebutils.Tpo -c -o ebutils.o ebutils.c
mv -f .deps/ebutils.Tpo .deps/ebutils.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wdate-time
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/eb-4.4.3=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -MT
getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
getopt.c:90:14: error: conflicting types for ‘getenv’; have ‘char *(void)’
90 | extern char *getenv();
| ^~~~~~
In file included from getopt.c:46:
/usr/include/stdlib.h:773:14: note: previous declaration of ‘getenv’ with type
‘char *(const char *)’
773 | extern char *getenv (const char *__name) __THROW __nonnull ((1)) __wur;
| ^~~~~~
getopt.c: In function ‘getopt_internal’:
getopt.c:77:29: error: too many arguments to function ‘getenv’; expected 0,
have 1
77 | #define IS_POSIXLY_CORRECT (getenv("POSIXLY_CORRECT") != NULL)
| ^~~~~~ ~~~~~~~~~~~~~~~~~
getopt.c:80:27: note: in expansion of macro ‘IS_POSIXLY_CORRECT’
80 | #define IN_ORDER (!IS_POSIXLY_CORRECT && *options == '-')
| ^~~~~~~~~~~~~~~~~~
getopt.c:219:29: note: in expansion of macro ‘IN_ORDER’
219 | if (IN_ORDER) {
| ^~~~~~~~
getopt.c:90:14: note: declared here
90 | extern char *getenv();
| ^~~~~~
getopt.c:77:29: error: too many arguments to function ‘getenv’; expected 0,
have 1
77 | #define IS_POSIXLY_CORRECT (getenv("POSIXLY_CORRECT") != NULL)
| ^~~~~~ ~~~~~~~~~~~~~~~~~
getopt.c:78:27: note: in expansion of macro ‘IS_POSIXLY_CORRECT’
78 | #define PERMUTE (!IS_POSIXLY_CORRECT && !IGNORE_FIRST)
| ^~~~~~~~~~~~~~~~~~
getopt.c:227:30: note: in expansion of macro ‘PERMUTE’
227 | if (!PERMUTE) {
| ^~~~~~~
getopt.c:90:14: note: declared here
90 | extern char *getenv();
| ^~~~~~
getopt.c:77:29: error: too many arguments to function ‘getenv’; expected 0,
have 1
77 | #define IS_POSIXLY_CORRECT (getenv("POSIXLY_CORRECT") != NULL)
| ^~~~~~ ~~~~~~~~~~~~~~~~~
getopt.c:261:29: note: in expansion of macro ‘IS_POSIXLY_CORRECT’
261 | if (IS_POSIXLY_CORRECT)
| ^~~~~~~~~~~~~~~~~~
getopt.c:90:14: note: declared here
90 | extern char *getenv();
| ^~~~~~
make[4]: *** [Makefile:288: getopt.o] Error 1
make[4]: Leaving directory '/build/reproducible-path/eb-4.4.3/libebutils'
make[3]: *** [Makefile:230: all] Error 2
make[3]: Leaving directory '/build/reproducible-path/eb-4.4.3/libebutils'
make[2]: *** [Makefile:353: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/eb-4.4.3'
make[1]: *** [Makefile:245: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/eb-4.4.3'
make: *** [debian/rules:38: build-arch-stamp] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: eb
Source-Version: 4.4.3-14.4
Done: Boyuan Yang <[email protected]>
We believe that the bug you reported is fixed in the latest version of
eb, 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.
Boyuan Yang <[email protected]> (supplier of updated eb 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: Sun, 21 Sep 2025 10:34:15 -0400
Source: eb
Architecture: source
Version: 4.4.3-14.4
Distribution: unstable
Urgency: medium
Maintainer: Tatsuya Kinoshita <[email protected]>
Changed-By: Boyuan Yang <[email protected]>
Closes: 1096559
Changes:
eb (4.4.3-14.4) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Debian Janitor ]
* Remove constraints unnecessary since buster
.
[ Boyuan Yang ]
* d/control: Bump Standards-Version to 4.7.2.
* debian/control: Move package description to source package section.
* debian/patches/0003-gcc15-fix.patch: Add patch to fix gcc15 build.
(Closes: #1096559)
* debian/*.files: Rename to *.install instead for dh modernization.
* debian/watch: Update to version 5.
Checksums-Sha1:
5bd557e47fb7d271f18fbf966e6a67f0c7212521 2665 eb_4.4.3-14.4.dsc
db078a92e6ded762f20f705dd7f59bb7f7131614 13920 eb_4.4.3-14.4.debian.tar.xz
2cdf591ecc8eddad72fbabb6a886532780fd578b 3040736 eb_4.4.3-14.4.git.tar.xz
d53ae9c28ed01c51dc49227e6ddac0caa8806028 18210 eb_4.4.3-14.4_source.buildinfo
Checksums-Sha256:
87be68902eab2307d35ae352a92d0f3af154f199a4dbc314e44b2ff388b32c30 2665
eb_4.4.3-14.4.dsc
1f30b412b6fa023efeb6969d054d21178d58e1c1590c3d78ac9b096466dd6601 13920
eb_4.4.3-14.4.debian.tar.xz
c115ae4fc346c3249fb9474645bc0ed4b5a90d3b1bcc6d465923bddde15c0c1f 3040736
eb_4.4.3-14.4.git.tar.xz
aecab1ba36228b99f3e8853812eb7379aa2b57a7516417e3dd5a39672d98fb4c 18210
eb_4.4.3-14.4_source.buildinfo
Files:
c9bdac3170bfce1e6b74db2cf2c16191 2665 libs optional eb_4.4.3-14.4.dsc
138965410042d92e352bfaf114b8c158 13920 libs optional
eb_4.4.3-14.4.debian.tar.xz
2e34414f2096cd0b2a3db26df50e8aa8 3040736 libs optional eb_4.4.3-14.4.git.tar.xz
17804dd85d45984f91e3128358f6f7c9 18210 libs optional
eb_4.4.3-14.4_source.buildinfo
Git-Tag-Info: tag=70601328a553dadd4c8df97cdb092f4aa02dd7f4
fp=7e7729476d87d6f11d91accbc293e7b461825ace
Git-Tag-Tagger: Boyuan Yang <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjQD4cACgkQYG0ITkaD
wHmIbxAAhV36We7pbwHvy9oKhhPEc/e47TDqvi4o4xSBA6AEH0x0p0Ffa7ziq08h
9R169LP8cEG5pmoOYnXwi07RwFz9KtRLpHrfQFoJCf6f3FQu1X2VpG9oTP/oMbbd
9U2M9Dd91jUjIJkGh7DuUTv6b/wQ65UW8YEgO0dVcqB7KknGXLuLmDUE+CGf7BKp
HlO1375gyaY3z0x0Mj+2vPClyCdB4aEkMiFew/g27ReSdrkuAix9MQnQJmBQBK28
J4P53uquhQlE+5zT6YH4t/Ix8ocyXsS0YD5XOEvNBv8K3maNLnwZnYqK7fwnb/ZS
3z/W5GECa5e06dsGQQal5PCc3yTB909fcW9R7bduCEE8deuAigdzv9RhBH86cppi
YWY9jhgZY0FeUUiWc0M3TQsjOI/76+7oqNFM0wm0shmIDzK3EZNhleDUCIRcUbGw
g0ukD5EAUYPum9xIj9w/7sFk5rFLJ9KXrYPomW7PAhA1us5Cpbmxf8lbIeMykNB1
yXLW3id9FuY1eOzjH5MlS393SPygO8X1fm+8Da6ox8GXndiDlsr2qwu6oUJapgzU
/kDcoL5ZKlvieibRSJKKCeiAmNLbZyv28SlGqjiKOBsQovBVmqSJ1twRu5tjokFx
x5y+9O+5xf0HBB2Qo5tnksuHN5/RMdafxvmmcqfe98lEVDtWGAg=
=O4zB
-----END PGP SIGNATURE-----
pgpoQbVVXCQUX.pgp
Description: PGP signature
--- End Message ---