Your message dated Wed, 04 Sep 2024 04:18:18 +0000
with message-id <e1slhtg-000aub...@fasolo.debian.org>
and subject line Bug#1079816: Removed package(s) from unstable
has caused the Debian Bug report #1074813,
regarding antennavis: 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 ow...@bugs.debian.org
immediately.)


-- 
1074813: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074813
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:antennavis
Version: 0.3.1-4
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
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/antennavis_0.3.1-4_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

[...]
pcard.c:747:7: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  747 |       fgets(line, 255, fin);
      |       ^~~~~~~~~~~~~~~~~~~~~
pcard.c:821:7: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  821 |       fgets(line, 255, fin);
      |       ^~~~~~~~~~~~~~~~~~~~~
pcard.c: In function ‘GetNextPattern’:
pcard.c:931:7: warning: ignoring return value of ‘fgets’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  931 |       fgets(line, 255, fin);
      |       ^~~~~~~~~~~~~~~~~~~~~
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-g -O2 -c -Wall -I/usr/include/tcl -I/usr/include/tcl -Wdate-time 
-D_FORTIFY_SOURCE=2 VisField.c
VisField.c: In function ‘DrawRFPowerDensitySurface’:
VisField.c:365:12: warning: variable ‘white_color’ set but not used 
[-Wunused-but-set-variable]
  365 |   GLfloat  white_color[4];   /**  Color surface    **/
      |            ^~~~~~~~~~~
VisField.c:364:12: warning: variable ‘yellow_color’ set but not used 
[-Wunused-but-set-variable]
  364 |   GLfloat  yellow_color[4];  /**  Color surface    **/
      |            ^~~~~~~~~~~~
VisField.c:363:12: warning: variable ‘blue_color’ set but not used 
[-Wunused-but-set-variable]
  363 |   GLfloat  blue_color[4];    /**  Color surface    **/
      |            ^~~~~~~~~~
VisField.c:362:12: warning: variable ‘red_color’ set but not used 
[-Wunused-but-set-variable]
  362 |   GLfloat  red_color[4];     /**  Color surface    **/
      |            ^~~~~~~~~
VisField.c: In function ‘DrawPolarizationSenseSurface’:
VisField.c:501:12: warning: variable ‘white_color’ set but not used 
[-Wunused-but-set-variable]
  501 |   GLfloat  white_color[4];   /**  Color surface    **/
      |            ^~~~~~~~~~~
VisField.c:500:12: warning: variable ‘yellow_color’ set but not used 
[-Wunused-but-set-variable]
  500 |   GLfloat  yellow_color[4];  /**  Color surface    **/
      |            ^~~~~~~~~~~~
VisField.c:499:12: warning: variable ‘blue_color’ set but not used 
[-Wunused-but-set-variable]
  499 |   GLfloat  blue_color[4];    /**  Color surface    **/
      |            ^~~~~~~~~~
VisField.c:498:12: warning: variable ‘red_color’ set but not used 
[-Wunused-but-set-variable]
  498 |   GLfloat  red_color[4];     /**  Color surface    **/
      |            ^~~~~~~~~
VisField.c:497:12: warning: variable ‘green_color’ set but not used 
[-Wunused-but-set-variable]
  497 |   GLfloat  green_color[4];   /**  Color surface    **/
      |            ^~~~~~~~~~~
VisField.c: In function ‘DrawPolarizationSenseSphere’:
VisField.c:1186:12: warning: variable ‘white_color’ set but not used 
[-Wunused-but-set-variable]
 1186 |   GLfloat  white_color[4];   /**  Color surface    **/
      |            ^~~~~~~~~~~
VisField.c:1185:12: warning: variable ‘yellow_color’ set but not used 
[-Wunused-but-set-variable]
 1185 |   GLfloat  yellow_color[4];  /**  Color surface    **/
      |            ^~~~~~~~~~~~
VisField.c:1184:12: warning: variable ‘blue_color’ set but not used 
[-Wunused-but-set-variable]
 1184 |   GLfloat  blue_color[4];    /**  Color surface    **/
      |            ^~~~~~~~~~
VisField.c:1183:12: warning: variable ‘red_color’ set but not used 
[-Wunused-but-set-variable]
 1183 |   GLfloat  red_color[4];     /**  Color surface    **/
      |            ^~~~~~~~~
VisField.c:1182:12: warning: variable ‘green_color’ set but not used 
[-Wunused-but-set-variable]
 1182 |   GLfloat  green_color[4];   /**  Color surface    **/
      |            ^~~~~~~~~~~
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-g -O2 -c -Wall -I/usr/include/tcl -I/usr/include/tcl -Wdate-time 
-D_FORTIFY_SOURCE=2 VisWires.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-g -O2 -c -Wall -I/usr/include/tcl -I/usr/include/tcl -Wdate-time 
-D_FORTIFY_SOURCE=2 togl.c
togl.c: In function ‘Togl_Init’:
togl.c:819:26: error: assignment to ‘void (*)(struct Tk_Window_ *, 
Tk_ClassProcs *, void *)’ from incompatible pointer type ‘void (*)(struct 
Tk_Window_ *, const Tk_ClassProcs *, void *)’ [-Wincompatible-pointer-types]
  819 |         SetClassProcsPtr = Tk_SetClassProcs;
      |                          ^
togl.c: In function ‘Togl_DumpToEpsFile’:
togl.c:3697:13: warning: variable ‘using_mesa’ set but not used 
[-Wunused-but-set-variable]
 3697 |     Bool    using_mesa = False;
      |             ^~~~~~~~~~
make[1]: *** [Makefile:76: togl.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:42: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 0.3.1-4+rm

Dear submitter,

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

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
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to