Your message dated Tue, 31 Dec 2024 01:19:26 +0000
with message-id <[email protected]>
and subject line Bug#1091755: Removed package(s) from unstable
has caused the Debian Bug report #1075570,
regarding the: 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.)


-- 
1075570: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075570
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:the
Version: 3.3~rc1-3.2
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/the_3.3~rc1-3.2_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

[...]
./reserved.c:36:13: warning: ‘RCSid’ defined but not used [-Wunused-variable]
   36 | static char RCSid[] = "$Id: reserved.c,v 1.5 2006/11/29 03:43:03 mark 
Exp $";
      |             ^~~~~
gcc -c -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -m64 -O3 -Wall -I. -I. -DNDEBUG -DHAVE_CONFIG_H 
 -DTHE_HOME_DIRECTORY=\"/usr/share/THE/\" -I/usr/include -D_DEFAULT_SOURCE 
-D_XOPEN_SOURCE=600  -o rexx.o ./rexx.c
./rexx.c: In function ‘THE_Function_Exit_Handler’:
./rexx.c:358:16: warning: unused variable ‘first’ [-Wunused-variable]
  358 |    static bool first=TRUE;
      |                ^~~~~
./rexx.c:357:18: warning: unused variable ‘found_view’ [-Wunused-variable]
  357 |    VIEW_DETAILS *found_view=NULL;
      |                  ^~~~~~~~~~
./rexx.c:355:9: warning: unused variable ‘rexxout_temp’ [-Wunused-variable]
  355 |    char rexxout_temp[60];
      |         ^~~~~~~~~~~~
./rexx.c: In function ‘THE_SayTrace_Exit_Handler’:
./rexx.c:466:13: warning: unused variable ‘retstr’ [-Wunused-variable]
  466 |    RXSTRING retstr;
      |             ^~~~~~
./rexx.c:465:14: warning: unused variable ‘exit_list’ [-Wunused-variable]
  465 |    RXSYSEXIT exit_list[3];                /* system exit list           
*/
      |              ^~~~~~~~~
./rexx.c:462:22: warning: unused variable ‘macroname’ [-Wunused-variable]
  462 |    CHARTYPE _THE_FAR macroname[MAX_FILE_NAME+1];
      |                      ^~~~~~~~~
./rexx.c:460:10: warning: unused variable ‘macrorc’ [-Wunused-variable]
  460 |    short macrorc;
      |          ^~~~~~~
./rexx.c:459:10: warning: unused variable ‘errnum’ [-Wunused-variable]
  459 |    short errnum=0;
      |          ^~~~~~
./rexx.c: In function ‘THE_Function_Handler’:
./rexx.c:688:30: warning: variable ‘num_vars’ set but not used 
[-Wunused-but-set-variable]
  688 |    int itemno=0,item_index=0,num_vars=0,rc=0;
      |                              ^~~~~~~~
./rexx.c: In function ‘initialise_rexx’:
./rexx.c:888:29: error: passing argument 2 of ‘RexxRegisterExitExe’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  888 |                             (RREE_ARG1_TYPE)THE_Function_Exit_Handler,
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                             |
      |                             ULONG (*)() {aka long unsigned int (*)()}
In file included from ./therexx.h:47,
                 from ./rexx.c:67:
/usr/include/rexxsaa.h:398:34: note: expected ‘LONG (*)(LONG,  LONG,  UCHAR *)’ 
{aka ‘long int (*)(long int,  long int,  unsigned char *)’} but argument is of 
type ‘ULONG (*)()’ {aka ‘long unsigned int (*)()’}
  398 |                 RexxExitHandler *EntryPoint,
      |                 ~~~~~~~~~~~~~~~~~^~~~~~~~~~
./rexx.c:896:29: error: passing argument 2 of ‘RexxRegisterExitExe’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  896 |                             (RREE_ARG1_TYPE)THE_SayTrace_Exit_Handler,
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                             |
      |                             ULONG (*)() {aka long unsigned int (*)()}
/usr/include/rexxsaa.h:398:34: note: expected ‘LONG (*)(LONG,  LONG,  UCHAR *)’ 
{aka ‘long int (*)(long int,  long int,  unsigned char *)’} but argument is of 
type ‘ULONG (*)()’ {aka ‘long unsigned int (*)()’}
  398 |                 RexxExitHandler *EntryPoint,
      |                 ~~~~~~~~~~~~~~~~~^~~~~~~~~~
./rexx.c: In function ‘get_rexx_interpreter_version’:
./rexx.c:1384:25: error: passing argument 2 of ‘RexxRegisterExitExe’ from 
incompatible pointer type [-Wincompatible-pointer-types]
 1384 |                         (RREE_ARG1_TYPE)rexx_interpreter_version_exit,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                         |
      |                         ULONG (*)() {aka long unsigned int (*)()}
/usr/include/rexxsaa.h:398:34: note: expected ‘LONG (*)(LONG,  LONG,  UCHAR *)’ 
{aka ‘long int (*)(long int,  long int,  unsigned char *)’} but argument is of 
type ‘ULONG (*)()’ {aka ‘long unsigned int (*)()’}
  398 |                 RexxExitHandler *EntryPoint,
      |                 ~~~~~~~~~~~~~~~~~^~~~~~~~~~
./rexx.c: At top level:
./rexx.c:35:13: warning: ‘RCSid’ defined but not used [-Wunused-variable]
   35 | static char RCSid[] = "$Id: rexx.c,v 1.37 2011/06/12 07:05:41 mark Exp 
$";
      |             ^~~~~
make[1]: *** [Makefile:625: rexx.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: stamp-build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 3.3~rc1-3.2+rm

Dear submitter,

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

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

--- End Message ---

Reply via email to