Your message dated Sat, 28 Dec 2024 03:03:44 +0000
with message-id <[email protected]>
and subject line Bug#1088773: Removed package(s) from unstable
has caused the Debian Bug report #1075100,
regarding jikespg: ftbfs with GCC-14
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.)


-- 
1075100: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075100
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:jikespg
Version: 1.3-3
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/jikespg_1.3-3_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
      |                                                 ~^   ~~~~~~~~~~
      |                                                  |   |
      |                                                  int long int
      |                                                 %ld
main.c:316:49: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 3 has type ‘long int’ [-Wformat=]
  316 |     sprintf(msg_line, "Number of Goto actions: %d", num_gotos);
      |                                                ~^   ~~~~~~~~~
      |                                                 |   |
      |                                                 int long int
      |                                                %ld
main.c:322:51: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 3 has type ‘long int’ [-Wformat=]
  322 |                 "Number of Shift/Reduce actions: %d", 
num_shift_reduces);
      |                                                  ~^   ~~~~~~~~~~~~~~~~~
      |                                                   |   |
      |                                                   int long int
      |                                                  %ld
main.c:326:50: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 3 has type ‘long int’ [-Wformat=]
  326 |                 "Number of Goto/Reduce actions: %d", num_goto_reduces);
      |                                                 ~^   ~~~~~~~~~~~~~~~~
      |                                                  |   |
      |                                                  int long int
      |                                                 %ld
main.c:330:51: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 3 has type ‘long int’ [-Wformat=]
  330 |     sprintf(msg_line, "Number of Reduce actions: %d", num_reductions);
      |                                                  ~^   ~~~~~~~~~~~~~~
      |                                                   |   |
      |                                                   int long int
      |                                                  %ld
main.c:334:48: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 3 has type ‘long int’ [-Wformat=]
  334 |            "Number of Shift-Reduce conflicts: %d", num_sr_conflicts);
      |                                               ~^   ~~~~~~~~~~~~~~~~
      |                                                |   |
      |                                                int long int
      |                                               %ld
main.c:338:50: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 3 has type ‘long int’ [-Wformat=]
  338 |             "Number of Reduce-Reduce conflicts: %d", num_rr_conflicts);
      |                                                 ~^   ~~~~~~~~~~~~~~~~
      |                                                  |   |
      |                                                  int long int
      |                                                 %ld
gcc -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 mkfirst.c
gcc -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 mkred.c
gcc -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 mkstates.c
gcc -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 partset.c
gcc -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 prntstat.c
gcc -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 produce.c
produce.c:48:8: error: type defaults to ‘int’ in declaration of ‘insert_prefix’ 
[-Wimplicit-int]
   48 | static insert_prefix(int item_no);
      |        ^~~~~~~~~~~~~
produce.c:50:8: error: type defaults to ‘int’ in declaration of ‘insert_suffix’ 
[-Wimplicit-int]
   50 | static insert_suffix(int item_no);
      |        ^~~~~~~~~~~~~
produce.c:53:8: error: type defaults to ‘int’ in declaration of 
‘get_shift_symbol’ [-Wimplicit-int]
   53 | static get_shift_symbol(int lhs_symbol);
      |        ^~~~~~~~~~~~~~~~
produce.c:1187:8: error: return type defaults to ‘int’ [-Wimplicit-int]
 1187 | static insert_prefix(int item_no)
      |        ^~~~~~~~~~~~~
produce.c:1264:8: error: return type defaults to ‘int’ [-Wimplicit-int]
 1264 | static insert_suffix(int item_no)
      |        ^~~~~~~~~~~~~
produce.c:1490:8: error: return type defaults to ‘int’ [-Wimplicit-int]
 1490 | static get_shift_symbol(int lhs_symbol)
      |        ^~~~~~~~~~~~~~~~
make[2]: *** [Makefile:72: produce.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 1.3-3+rm

Dear submitter,

as the package jikespg 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/1088773

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.
Paul Richards Tagliamonte (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to