Your message dated Mon, 28 Feb 2022 23:33:33 +0000
with message-id <e1nopwh-000dwf...@fasolo.debian.org>
and subject line Bug#983972: fixed in aqsis 1.8.2-13
has caused the Debian Bug report #983972,
regarding aqsis: 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 ow...@bugs.debian.org
immediately.)


-- 
983972: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:aqsis
Version: 1.8.2-12
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
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/aqsis_1.8.2-12_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.

[...]
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/PTC.cpp: In function ‘bool 
Partio::writePTC(const char*, const Partio::ParticlesData&, bool)’:
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/PTC.cpp:237:10: warning: 
‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' 
instead [-Wdeprecated-declarations]
  237 |     std::auto_ptr<std::ostream> output(
      |          ^~~~~~~~
In file included from /usr/include/c++/11/memory:76,
                 from 
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/PTC.cpp:47:
/usr/include/c++/11/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
[ 75%] Building CXX object 
libs/shadervm/CMakeFiles/aqsis_shadervm.dir/__/__/thirdparty/partio/src/src/lib/io/ZIP.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/libs/shadervm && /usr/bin/c++ 
-DAQSIS_SHADERVM_EXPORTS -DBOOST_ALL_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DPARTIO_USE_ZLIB 
-Daqsis_shadervm_EXPORTS -I/<<PKGBUILDDIR>>/include 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include -I/usr/include/OpenEXR 
-I/<<PKGBUILDDIR>>/libs/shadervm/shaderexecenv 
-I/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib 
-I/<<PKGBUILDDIR>>/libs/pointrender -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wall 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -o 
CMakeFiles/aqsis_shadervm.dir/__/__/thirdparty/partio/src/src/lib/io/ZIP.cpp.o 
-c /<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp: In destructor 
‘virtual Partio::ZipStreambufCompress::~ZipStreambufCompress()’:
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:358:23: error: 
‘streampos’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
  358 |             std::ios::streampos final_position=ostream.tellp();
      |                       ^~~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:363:27: error: 
‘final_position’ was not declared in this scope
  363 |             ostream.seekp(final_position);}
      |                           ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp: In destructor 
‘virtual Partio::ZipFileWriter::~ZipFileWriter()’:
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:453:15: error: 
‘streampos’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
  453 |     std::ios::streampos final_position=ostream.tellp();
      |               ^~~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:455:15: error: 
‘streampos’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
  455 |     std::ios::streampos central_end=ostream.tellp();
      |               ^~~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:462:44: error: 
‘central_end’ was not declared in this scope
  462 |     Write_Primitive(ostream,(unsigned 
int)(central_end-final_position)); // size of header
      |                                            ^~~~~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:462:56: error: 
‘final_position’ was not declared in this scope
  462 |     Write_Primitive(ostream,(unsigned 
int)(central_end-final_position)); // size of header
      |                                                        ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp: In member function 
‘bool Partio::ZipFileReader::Find_And_Read_Central_Header()’:
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:504:15: error: 
‘streampos’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
  504 |     std::ios::streampos end_position=istream.tellg();
      |               ^~~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:507:15: error: 
‘streamoff’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
  507 |     std::ios::streamoff 
read_start=max_comment_size+read_size_before_comment;
      |               ^~~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:508:8: error: 
‘read_start’ was not declared in this scope; did you mean ‘va_start’?
  508 |     if(read_start>end_position) read_start=end_position;
      |        ^~~~~~~~~~
      |        va_start
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:508:19: error: 
‘end_position’ was not declared in this scope
  508 |     if(read_start>end_position) read_start=end_position;
      |                   ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:509:19: error: 
‘end_position’ was not declared in this scope
  509 |     istream.seekg(end_position-read_start);
      |                   ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:509:32: error: 
‘read_start’ was not declared in this scope; did you mean ‘va_start’?
  509 |     istream.seekg(end_position-read_start);
      |                                ^~~~~~~~~~
      |                                va_start
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:505:18: warning: 
unused variable ‘max_comment_size’ [-Wunused-variable]
  505 |     unsigned int max_comment_size=0xffff; // max size of header
      |                  ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/thirdparty/partio/src/src/lib/io/ZIP.cpp:506:18: warning: 
unused variable ‘read_size_before_comment’ [-Wunused-variable]
  506 |     unsigned int read_size_before_comment=22;
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [libs/shadervm/CMakeFiles/aqsis_shadervm.dir/build.make:475: 
libs/shadervm/CMakeFiles/aqsis_shadervm.dir/__/__/thirdparty/partio/src/src/lib/io/ZIP.cpp.o]
 Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:825: 
libs/shadervm/CMakeFiles/aqsis_shadervm.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:174: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:18: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: aqsis
Source-Version: 1.8.2-13
Done: Manuel A. Fernandez Montecelo <m...@debian.org>

We believe that the bug you reported is fixed in the latest version of
aqsis, 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 983...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manuel A. Fernandez Montecelo <m...@debian.org> (supplier of updated aqsis 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 01 Mar 2022 00:14:46 +0100
Source: aqsis
Architecture: source
Version: 1.8.2-13
Distribution: unstable
Urgency: medium
Maintainer: Manuel A. Fernandez Montecelo <m...@debian.org>
Changed-By: Manuel A. Fernandez Montecelo <m...@debian.org>
Closes: 968132 983972
Changes:
 aqsis (1.8.2-13) unstable; urgency=medium
 .
   [ Manuel A. Fernandez Montecelo ]
   * Fix FTBFS with GCC 11 (Closes: #983972)
     - debian/patches/fix-ftbfs-gcc-11-983972.patch
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Build depend on a native aqsl. (Closes: #968132)
Checksums-Sha1:
 963787d234e54ee983c1d4ea70848e4fe615d208 2437 aqsis_1.8.2-13.dsc
 02aa63f8e664af5815e52253c3142a6feefad401 17360 aqsis_1.8.2-13.debian.tar.xz
 bc56f8afb4ea9f4ab2957737e25e5b0804e0dc73 10017 aqsis_1.8.2-13_amd64.buildinfo
Checksums-Sha256:
 f0562e9b5d558be6ebd8b3e4b42d44871337fd92edaf97d23a247d114f441e1d 2437 
aqsis_1.8.2-13.dsc
 3503a1baa9633dac37de8245e875d41668587c5b98d8d7235765ec0caad00433 17360 
aqsis_1.8.2-13.debian.tar.xz
 d0ebe8037ecd793fc4f2b52bf104ef21943841c14182c39de7bd4a3946354b25 10017 
aqsis_1.8.2-13_amd64.buildinfo
Files:
 fb743f685472b83ee8a295f7a1b4461f 2437 graphics optional aqsis_1.8.2-13.dsc
 506ddb3ab5d212695383199ec2f43864 17360 graphics optional 
aqsis_1.8.2-13.debian.tar.xz
 21444f02917779a68f17d44693261f39 10017 graphics optional 
aqsis_1.8.2-13_amd64.buildinfo

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

iQJEBAEBCgAuFiEEKo6AUFxIYphDDdCTf3YGpEXcqA4FAmIdWHcQHG1hZm1AZGVi
aWFuLm9yZwAKCRB/dgakRdyoDh0WD/9JF/AzTTQlGeaZiQ9QiRk2ZD7JEvLrURfv
L5ZSFNuvwP9bdJp9Iph10iQfkcka86bm8tMvEG3RBmRhp6lMKdTcE432V+Kxtazi
g27O4jAI5/my73F+8ak4LSKDNIuW7533F1gLZ0oWllM2WbpY/qAFfkIfZC6f+TZq
7hi9AZE75XoikYEU0jMU6saN1lkuvvvHEwCgo9abyKEbWaiLJKtS0wZ9R/HvDTqA
NqF3Ppy0AWOpHumY6DudCXtSJJ3IlKBcnE9sKBhKrC6B3qRv/GuYEY8lXaxj3J6N
IA9gY8kA5V8uhKjwmpZ9sD5tM34iQsaCyE06Lu20qpXZh9sJclm7IwffFyJRvL2t
+4bDs8wV5vRuMS9eUl6oVhlFj+xUUDNTw6rDd6JchiazfCkyFiQIth16NvgKd949
FMGTZN7tugytHnFoQIm5gCCPKtapM1MVIUfZiJXQECp4YecEqQTwNsUAF6vCeDe5
AnQpunkUYMSTdBE5qZLpvVKMObnDlrnZTF7b02tDwzQZvhWzIho/vhgcUHSkXds2
JYbIGfMUwwO0w5qrgGsafCOubtOfVjPRwuwH8AHNFohBB15vxCA7gFvd53dPKsvD
pjwh2lNaGmeAUp7+0pHy7A9JvD1ski/ZZ+DPg3HHJFIaDSDj2BK2X4S6cxvqnAGb
dnHlD5b1tg==
=wr5D
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to