Your message dated Sat, 16 Oct 2021 13:35:56 +0000
with message-id <[email protected]>
and subject line Bug#984322: fixed in rss-glx 0.9.1-6.3
has caused the Debian Bug report #984322,
regarding rss-glx: ftbfs with GCC-11
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.)


-- 
984322: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984322
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rss-glx
Version: 0.9.1-6.1
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/rss-glx_0.9.1-6.1_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
checking for freealut >= 1.0.0... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create... no
checking for pthread_create in -lpthread... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for glNewList in -lGL... yes
checking GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for gluLookAt in -lGLU... yes
checking GL/glew.h usability... yes
checking GL/glew.h presence... yes
checking for GL/glew.h... yes
checking for glewInit in -lGLEW... yes
checking for X11/extensions/dpms.h... yes
checking for library containing DPMSInfo... -lXext
checking for quesoglc >= 0.7... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/Implicit/Makefile
config.status: creating src/rsMath/Makefile
config.status: creating src/PixelCity/Makefile
config.status: creating utils/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 7 
in use)
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
Making all in Implicit
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/Implicit'
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../.. -I..    -g -O2 -c -o impCubeTables.lo impCubeTables.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I.. -g -O2 -c 
impCubeTables.cpp -o impCubeTables.o
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../.. -I..    -g -O2 -c -o impCubeVolume.lo impCubeVolume.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I.. -g -O2 -c 
impCubeVolume.cpp -o impCubeVolume.o
In file included from ../Implicit/impCubeVolume.h:26,
                 from impCubeVolume.cpp:21:
../Implicit/impSurface.h:52:9: error: ‘size_t’ does not name a type
   52 |         size_t vertex_data_size;
      |         ^~~~~~
../Implicit/impSurface.h:30:1: note: ‘size_t’ is defined in header ‘<cstddef>’; 
did you forget to ‘#include <cstddef>’?
   29 | #include <GL/gl.h>
  +++ |+#include <cstddef>
   30 | 
make[4]: *** [Makefile:459: impCubeVolume.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/Implicit'
make[3]: *** [Makefile:1240: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:415: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:347: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:13: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: rss-glx
Source-Version: 0.9.1-6.3
Done: Sebastian Ramacher <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rss-glx, 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.
Sebastian Ramacher <[email protected]> (supplier of updated rss-glx 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: Sat, 16 Oct 2021 15:11:19 +0200
Source: rss-glx
Architecture: source
Version: 0.9.1-6.3
Distribution: unstable
Urgency: medium
Maintainer: Ari Pollak <[email protected]>
Changed-By: Sebastian Ramacher <[email protected]>
Closes: 984322
Changes:
 rss-glx (0.9.1-6.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches/include-cstddef.patch: Include cstddef for size_t (Closes:
     #984322)
Checksums-Sha1:
 267b5f08554dcb3a60c1e666c945834606537b5b 1910 rss-glx_0.9.1-6.3.dsc
 a958453529de9052208b7604d8ecd4617609c910 7324 rss-glx_0.9.1-6.3.debian.tar.xz
Checksums-Sha256:
 92bacc7e0fae85de340169cc38d3e6314ace4a51f3ff29aafc6c841bcdca977d 1910 
rss-glx_0.9.1-6.3.dsc
 d28c99f66e92d71c142b89b6ccef10b83eff73a600f7c19bc32ffa82f3077348 7324 
rss-glx_0.9.1-6.3.debian.tar.xz
Files:
 13ef2ac9e7dba177315bde96147c3446 1910 x11 optional rss-glx_0.9.1-6.3.dsc
 0e3c44050f5b7cea339d2a6306ce85f8 7324 x11 optional 
rss-glx_0.9.1-6.3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAmFq0C8ACgkQafL8UW6n
GZMqvQ//Z3HIQGiqJZEAIl3CnRAh9NCSOTVGNTSqqssrbYR+X+nzO1OC2Dd2IRqD
ZLGiSzCskiuFNIRHlwgoSMEKoGiY5CI4SgWVumZiNgGtLwvbfcunKLpTDnIwYQQK
XxENgqddwXSGtALLwftN1gymiU0ZQnV+/BMLb3cX926ZZTHaeIMiCV+OwLzXhWaN
+ejoGhfK3QHYIlBi8qbfjH7s87c4frkSjtPQnWixkZsFFj/zc/XJkdLTKV81xnhg
gHfi0D1t8sugfqQVmoeRVBaqa8Q0ltmoT/ozYpGiYO45uLshXyU95JKvySn5wMEw
6C0Xf/bNu+OLivdxMNy0ddlTdbyPCJnjv9om2+1Lttn5YjZPJGLzq8WUdghb/kCP
M9uz+nDBOel9dM6PJA2+tk43QdPEC7Fi2UJjKsW8tiottuC949mwB7WUKa3S32bK
m0DYvZQcVmMB1ytq/gZhdqfwdwAAP/TLBnH5FbA1yUy3lVRrvzE25WFwIgmMFJzQ
ySslUdim0MsQGGZO+ETXTyNie8duUoSvwyGPXxbjwq+WeQSTWf77jDG0VKzAUgH4
sfz7fZraoVe8D8nUrMwAFaW0Utca2EYXyNSVVGxa8wco4L27J7xTn//+kWFkiy9N
nqs21eBqVk0uHcBzYYOPkclWuRcmQRx/3CmP82Cg0PEmxYFGlls=
=mhia
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to