Your message dated Mon, 11 May 2026 12:10:56 +0000
with message-id <[email protected]>
and subject line Bug#1135652: Removed package(s) from unstable
has caused the Debian Bug report #1098048,
regarding usepackage: 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.)


-- 
1098048: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098048
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:usepackage
Version: 1.14-1
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/usepackage_1.14-1_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

[...]
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 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 for flex... flex
checking for lex output file root... lex.yy
checking for lex library... none needed
checking for library containing yywrap... no
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for sed... sed
checking for install... /usr/bin/install -c
checking for rman... no
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 stdio.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/utsname.h... yes
checking for dirent.h... 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 -j8
make[1]: Entering directory '/build/reproducible-path/usepackage-1.14'
make  all-am
make[2]: Entering directory '/build/reproducible-path/usepackage-1.14'
gcc -DHAVE_CONFIG_H -I.  -DDEFAULT_PACKAGE_PATH='"/etc:~:."' -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/usepackage-1.14=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o grammar.o grammar.c
gcc -DHAVE_CONFIG_H -I.  -DDEFAULT_PACKAGE_PATH='"/etc:~:."' -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/usepackage-1.14=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o match.o match.c
gcc -DHAVE_CONFIG_H -I.  -DDEFAULT_PACKAGE_PATH='"/etc:~:."' -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/usepackage-1.14=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o usepackage.o usepackage.c
gcc -DHAVE_CONFIG_H -I.  -DDEFAULT_PACKAGE_PATH='"/etc:~:."' -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/usepackage-1.14=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o linked_list.o linked_list.c
gcc -DHAVE_CONFIG_H -I.  -DDEFAULT_PACKAGE_PATH='"/etc:~:."' -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/usepackage-1.14=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o scanner.o scanner.c
gcc -DHAVE_CONFIG_H -I.  -DDEFAULT_PACKAGE_PATH='"/etc:~:."' -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/usepackage-1.14=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o utils.o utils.c
sed 
"s,\@pkgdatadir\@,/usr/share/usepackage,;s,\@bindir\@,/usr/bin,;s,\@sysconfdir\@,/etc,"
 < use.1.in > use.1
sed 
"s,\@pkgdatadir\@,/usr/share/usepackage,;s,\@bindir\@,/usr/bin,;s,\@sysconfdir\@,/etc,"
 < usepackage.1.in > usepackage.1
sed 
"s,\@pkgdatadir\@,/usr/share/usepackage,;s,\@bindir\@,/usr/bin,;s,\@sysconfdir\@,/etc,"
 < use.bsh.in > use.bsh
sed 
"s,\@pkgdatadir\@,/usr/share/usepackage,;s,\@bindir\@,/usr/bin,;s,\@sysconfdir\@,/etc,"
 < use.csh.in > use.csh
sed 
"s,\@pkgdatadir\@,/usr/share/usepackage,;s,\@bindir\@,/usr/bin,;s,\@sysconfdir\@,/etc,"
 < use.ksh.in > use.ksh
grammar.c: In function ‘yyparse’:
grammar.c:1807:7: error: too many arguments to function ‘yyerror’; expected 0, 
have 1
 1807 |       yyerror (YY_("syntax error"));
      |       ^~~~~~~
grammar.y:59:5: note: declared here
   59 | int yyerror();
      |     ^~~~~~~
grammar.c:1953:3: error: too many arguments to function ‘yyerror’; expected 0, 
have 1
 1953 |   yyerror (YY_("memory exhausted"));
      |   ^~~~~~~
grammar.y:59:5: note: declared here
   59 | int yyerror();
      |     ^~~~~~~
make[2]: *** [Makefile:495: grammar.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/reproducible-path/usepackage-1.14'
make[1]: *** [Makefile:369: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/usepackage-1.14'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 1.14-1+rm

Dear submitter,

as the package usepackage has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1135652

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to