Your message dated Wed, 11 Sep 2024 15:03:09 +0000
with message-id <e1soos9-007a2u...@fasolo.debian.org>
and subject line Bug#1075526: fixed in sopt 4.1.0+dfsg-1
has caused the Debian Bug report #1075526,
regarding sopt: 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.)
--
1075526: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075526
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sopt
Version: 3.0.1+dfsg-3.1
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/sopt_3.0.1+dfsg-3.1_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
[...]
/usr/include/c++/14/bits/basic_string.h:828:31: note: no known conversion for
argument 1 from ‘const std::string’ {aka ‘const
std::__cxx11::basic_string<char>’} to ‘const char*’
828 | operator=(const _CharT* __s)
| ~~~~~~~~~~~~~~^~~
/usr/include/c++/14/bits/basic_string.h:840:7: note: candidate:
‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&
std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator=(_CharT) [with
_CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’
840 | operator=(_CharT __c)
| ^~~~~~~~
/usr/include/c++/14/bits/basic_string.h:840:24: note: no known conversion for
argument 1 from ‘const std::string’ {aka ‘const
std::__cxx11::basic_string<char>’} to ‘char’
840 | operator=(_CharT __c)
| ~~~~~~~^~~
/usr/include/c++/14/bits/basic_string.h:926:7: note: candidate:
‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&
std::__cxx11::basic_string<_CharT, _Traits,
_Alloc>::operator=(std::initializer_list<_Tp>) [with _CharT = char; _Traits =
std::char_traits<char>; _Alloc = std::allocator<char>]’
926 | operator=(initializer_list<_CharT> __l)
| ^~~~~~~~
/usr/include/c++/14/bits/basic_string.h:926:42: note: no known conversion for
argument 1 from ‘const std::string’ {aka ‘const
std::__cxx11::basic_string<char>’} to ‘std::initializer_list<char>’
926 | operator=(initializer_list<_CharT> __l)
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
[ 37%] Linking CXX executable test_wrapper
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/tests && /usr/bin/cmake -E
cmake_link_script CMakeFiles/test_wrapper.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DFMT_DEPRECATED_OSTREAM -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wl,-z,relro -rdynamic
CMakeFiles/test_wrapper.dir/wrapper.cc.o
CMakeFiles/common_catch_main_object.dir/common_catch_main.cc.o -o test_wrapper
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/sopt:/usr/lib/x86_64-linux-gnu/openmpi/lib
../sopt/libsopt.so.3.0.1 -ltiff /usr/lib/x86_64-linux-gnu/libfmt.so.9.1.0
-fopenmp /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so
/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 37%] Built target test_wrapper
make -f cpp/tests/CMakeFiles/test_linear_transform.dir/build.make
cpp/tests/CMakeFiles/test_linear_transform.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/cpp/tests
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/tests
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/tests/CMakeFiles/test_linear_transform.dir/DependInfo.cmake
"--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f cpp/tests/CMakeFiles/test_linear_transform.dir/build.make
cpp/tests/CMakeFiles/test_linear_transform.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 38%] Building CXX object
cpp/tests/CMakeFiles/test_linear_transform.dir/linear_transform.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/tests && /usr/bin/c++ -DFMT_SHARED
-DSPDLOG_FMT_EXTERNAL -I/<<PKGBUILDDIR>>/cpp/sopt/..
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include -isystem /usr/include/eigen3
-isystem /usr/lib/x86_64-linux-gnu/openmpi/include -isystem
/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DFMT_DEPRECATED_OSTREAM -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++11 -fopenmp
-MD -MT cpp/tests/CMakeFiles/test_linear_transform.dir/linear_transform.cc.o
-MF CMakeFiles/test_linear_transform.dir/linear_transform.cc.o.d -o
CMakeFiles/test_linear_transform.dir/linear_transform.cc.o -c
/<<PKGBUILDDIR>>/cpp/tests/linear_transform.cc
make[3]: *** [cpp/tests/CMakeFiles/test_maths.dir/build.make:79:
cpp/tests/CMakeFiles/test_maths.dir/maths.cc.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:356:
cpp/tests/CMakeFiles/test_maths.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 40%] Linking CXX executable copy_tiff
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/tools_for_tests && /usr/bin/cmake
-E cmake_link_script CMakeFiles/copy_tiff.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DFMT_DEPRECATED_OSTREAM -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wl,-z,relro -rdynamic
CMakeFiles/copy_tiff.dir/copy_tiff.cc.o -o copy_tiff
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/sopt:/usr/lib/x86_64-linux-gnu/openmpi/lib
libtools_for_tests.a ../sopt/libsopt.so.3.0.1 -ltiff
/usr/lib/x86_64-linux-gnu/libfmt.so.9.1.0 -fopenmp
/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so
/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 40%] Built target copy_tiff
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 40%] Built target common_mpi_catch_main_object
[ 42%] Linking CXX executable test_mpi_session
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/tests && /usr/bin/cmake -E
cmake_link_script CMakeFiles/test_mpi_session.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DFMT_DEPRECATED_OSTREAM -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wl,-z,relro -rdynamic
CMakeFiles/test_mpi_session.dir/mpi_session.cc.o -o test_mpi_session
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/sopt:/usr/lib/x86_64-linux-gnu/openmpi/lib
../sopt/libsopt.so.3.0.1 -ltiff /usr/lib/x86_64-linux-gnu/libfmt.so.9.1.0
-fopenmp /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so
/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 42%] Built target test_mpi_session
[ 44%] Linking CXX executable test_wavelets
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/tests && /usr/bin/cmake -E
cmake_link_script CMakeFiles/test_wavelets.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DFMT_DEPRECATED_OSTREAM -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wl,-z,relro -rdynamic
CMakeFiles/test_wavelets.dir/wavelets.cc.o
CMakeFiles/common_catch_main_object.dir/common_catch_main.cc.o -o test_wavelets
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/sopt:/usr/lib/x86_64-linux-gnu/openmpi/lib
../sopt/libsopt.so.3.0.1 -ltiff /usr/lib/x86_64-linux-gnu/libfmt.so.9.1.0
-fopenmp /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so
/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
[ 46%] Linking CXX executable test_linear_transform
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/tests && /usr/bin/cmake -E
cmake_link_script CMakeFiles/test_linear_transform.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DFMT_DEPRECATED_OSTREAM -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wl,-z,relro -rdynamic
CMakeFiles/test_linear_transform.dir/linear_transform.cc.o
CMakeFiles/common_catch_main_object.dir/common_catch_main.cc.o -o
test_linear_transform
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/sopt:/usr/lib/x86_64-linux-gnu/openmpi/lib
../sopt/libsopt.so.3.0.1 -ltiff /usr/lib/x86_64-linux-gnu/libfmt.so.9.1.0
-fopenmp /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so
/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 46%] Built target test_wavelets
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 46%] Built target test_linear_transform
[ 48%] Linking CXX executable test_sara
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/tests && /usr/bin/cmake -E
cmake_link_script CMakeFiles/test_sara.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DFMT_DEPRECATED_OSTREAM -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wl,-z,relro -rdynamic
CMakeFiles/test_sara.dir/sara.cc.o
CMakeFiles/common_catch_main_object.dir/common_catch_main.cc.o -o test_sara
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/sopt:/usr/lib/x86_64-linux-gnu/openmpi/lib
../sopt/libsopt.so.3.0.1 -ltiff /usr/lib/x86_64-linux-gnu/libfmt.so.9.1.0
-fopenmp /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so
/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 48%] Built target test_sara
[ 50%] Linking CXX executable test_conjugate_gradient
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/tests && /usr/bin/cmake -E
cmake_link_script CMakeFiles/test_conjugate_gradient.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -DFMT_DEPRECATED_OSTREAM -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wl,-z,relro -rdynamic
CMakeFiles/test_conjugate_gradient.dir/conjugate_gradient.cc.o
CMakeFiles/common_catch_main_object.dir/common_catch_main.cc.o -o
test_conjugate_gradient
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/sopt:/usr/lib/x86_64-linux-gnu/openmpi/lib
../sopt/libsopt.so.3.0.1 -ltiff /usr/lib/x86_64-linux-gnu/libfmt.so.9.1.0
-fopenmp /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so
/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 50%] Built target test_conjugate_gradient
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: sopt
Source-Version: 4.1.0+dfsg-1
Done: Ole Streicher <oleb...@debian.org>
We believe that the bug you reported is fixed in the latest version of
sopt, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated sopt 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: Wed, 11 Sep 2024 15:58:17 +0200
Source: sopt
Architecture: source
Version: 4.1.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1075526
Changes:
sopt (4.1.0+dfsg-1) unstable; urgency=medium
.
* New upstream version 4.1.0+dfsg
* Rediff patches
* Push Standards-Version to 4.7.0. No changes needed
* Setters can't be const (Closes: #1075526)
* Disable tests that run too long
Checksums-Sha1:
7f8f70d42f0bbcb4e545495d38fdf5b4ec688316 2160 sopt_4.1.0+dfsg-1.dsc
219fed92db0c86096467efad874059a2a7c251ce 3808144 sopt_4.1.0+dfsg.orig.tar.xz
12682163a4a4f91bd760af083eae5a46b7977111 6920 sopt_4.1.0+dfsg-1.debian.tar.xz
Checksums-Sha256:
ee21c91e5cc26aecdc4148cde7f63d8ff32e5f27bb0bd00823f94c4212255f03 2160
sopt_4.1.0+dfsg-1.dsc
d6c6222046466d1a967816e4c2c6e8f2f90f8ae804f6c024193c659f202e9e48 3808144
sopt_4.1.0+dfsg.orig.tar.xz
7740662f9bb1b2b6ac1a08c741ff036ce24e8c4ebb00da054362664706a224cc 6920
sopt_4.1.0+dfsg-1.debian.tar.xz
Files:
88af425a3fa030ae95200690328b9df0 2160 science optional sopt_4.1.0+dfsg-1.dsc
a5a16c103e6b9f1c592d25fa578d99ce 3808144 science optional
sopt_4.1.0+dfsg.orig.tar.xz
cc3121e3f06c50f2f039b5e28ddb8bba 6920 science optional
sopt_4.1.0+dfsg-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAmbhqJAACgkQmk9WvbkO
GL39Pg/9HYLMY34drCyfvAIMYMUJ+p/t8g339NJuVXivH668itHbeXMH/Lddndlr
R+Hd2LO50CebCQeSpLIXr81CYmXCEIYx+kLGyWXP5r1lRaU1+hXwQNEtz2zv+iPZ
4MOByUruB4c4rfxd5/WGPYg70Z1wPFgOOa0qeJL4o/oE9ngPCr0HT7rKU9V997Ms
ysigXCKvFaksWGdXjt8zaSinVPIgiQpGpzNX9Nq+W430Rcf6j0DTew4SELHZ+LP7
GPep5pgbxZnefZ11RYrgcm7cng1RZWoNI0Pkrhy+q23blMFHvDyvVlmwKzl1Xptc
cz8FjNM/iOtG7u4TGWwQOnoo8FwLInPMU4ST+sYd9xaUJByZEcPrDTAwWqmuNOw7
Xbl0f7Oz2PEfhiyjGJeJdgmyugAYxhhMSK4kQPwuHMW1J67Yszh7tH/TpdxXSNka
tPjqJre7ZbAQ1nQPprTwrUc4wO9iY9soC9aI4EMvcjGY5y2sqHLaDT2CAWUW+FJv
IS+6VrQHoreYr6xAXPMm0mnsERplgtJRvXukvdYcqiLzLDi0KWGrfP41PmIssKma
7JIEqnEpwzxE/VMzi0DjjIFvJFLD0jiHUGEkfq5QGGdGcDM2VejT3vretTXJF4hd
1l0j9Sw6WjP90R9cwUEa3NPnHGPIgcGwo3q/7OO/j+nDYrecm2w=
=6FSX
-----END PGP SIGNATURE-----
pgpLJ57wm5APx.pgp
Description: PGP signature
--- End Message ---