Your message dated Thu, 20 Jul 2023 11:42:37 +0200
with message-id
<caclylbnainsffrnhmpu9ogod0ae34mvmgrde-ozltjn-7rp...@mail.gmail.com>
and subject line Re: Bug#1037911: zeroc-ice: ftbfs with GCC-13
has caused the Debian Bug report #1037911,
regarding zeroc-ice: ftbfs with GCC-13
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.)
--
1037911: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037911
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:zeroc-ice
Version: 3.7.9-1
Severity: normal
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-13
[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-13/g++-13, but succeeds to build with gcc-12/g++-12. 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/2023/05/22/logs/zeroc-ice_3.7.9-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html
[...]
x86_64-linux-gnu-g++ -Wl,-z,relro -o
test/Ice/slicing/objects/build/x86_64-linux-gnu/cpp11-shared/serveramd
test/Ice/slicing/objects/build/x86_64-linux-gnu/cpp11-shared/pie/TestAMD.o
test/Ice/slicing/objects/build/x86_64-linux-gnu/cpp11-shared/pie/ServerPrivateAMD.o
test/Ice/slicing/objects/build/x86_64-linux-gnu/cpp11-shared/pie/ServerAMD.o
test/Ice/slicing/objects/build/x86_64-linux-gnu/cpp11-shared/pie/TestAMDI.o
-pthread -DICE_CPP11_MAPPING -pie -Wl,--disable-new-dtags
-Wl,-rpath-link,lib/x86_64-linux-gnu
-Wl,-rpath,\$ORIGIN/../../../../../../../lib/x86_64-linux-gnu
-Llib/x86_64-linux-gnu -lTestCommon++11 -lIce++11
rm -f test/Ice/stringConverter/generated/Test.h
test/Ice/stringConverter/generated/Test.cpp
bin/slice2cpp -I../slice --depend test/Ice/stringConverter/Test.ice | sed
's|\(.*:\)|test/Ice/stringConverter/generated/Test.h
test/Ice/stringConverter/generated/Test.cpp:|' >
test/Ice/stringConverter/generated/Test.ice.d
bin/slice2cpp -I../slice --output-dir test/Ice/stringConverter/generated
test/Ice/stringConverter/Test.ice
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.o -MMD -MP -MF
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.Td -Wall
-Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter -Itest/include
-I../cpp/include -I../cpp/include/generated -fPIE -fvisibility=hidden
-Wdate-time -D_FORTIFY_SOURCE=2 -c test/Ice/stringConverter/generated/Test.cpp
-o test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.o
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.o -MMD -MP
-MF test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.Td -Wall
-Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter -Itest/include
-I../cpp/include -I../cpp/include/generated -fPIE -fvisibility=hidden
-Wdate-time -D_FORTIFY_SOURCE=2 -c test/Ice/stringConverter/Client.cpp -o
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.o
mv -f test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.Td
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.cpp.d
mv -f test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.Td
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.cpp.d
mkdir -p test/Ice/stringConverter/build/x86_64-linux-gnu/shared
x86_64-linux-gnu-g++ -Wl,-z,relro -o
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/client
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.o
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.o -pthread
-pie -Wl,--disable-new-dtags -Wl,-rpath-link,lib/x86_64-linux-gnu
-Wl,-rpath,\$ORIGIN/../../../../../../lib/x86_64-linux-gnu
-Llib/x86_64-linux-gnu -lTestCommon -lIce
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.o -MMD
-MP -MF
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.Td -Wall
-Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter -Itest/include
-I../cpp/include -I../cpp/include/generated -DICE_CPP11_MAPPING -fPIE
-fvisibility=hidden -Wdate-time -D_FORTIFY_SOURCE=2 -c
test/Ice/stringConverter/generated/Test.cpp -o
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.o
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.o -MMD
-MP -MF
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.Td
-Wall -Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter -Itest/include
-I../cpp/include -I../cpp/include/generated -DICE_CPP11_MAPPING -fPIE
-fvisibility=hidden -Wdate-time -D_FORTIFY_SOURCE=2 -c
test/Ice/stringConverter/Client.cpp -o
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.o
mv -f test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.Td
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.cpp.d
mv -f
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.Td
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.cpp.d
mkdir -p test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared
x86_64-linux-gnu-g++ -Wl,-z,relro -o
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/client
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.o
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.o
-pthread -DICE_CPP11_MAPPING -pie -Wl,--disable-new-dtags
-Wl,-rpath-link,lib/x86_64-linux-gnu
-Wl,-rpath,\$ORIGIN/../../../../../../lib/x86_64-linux-gnu
-Llib/x86_64-linux-gnu -lTestCommon++11 -lIce++11
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.o -MMD -MP
-MF test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.Td -Wall
-Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter -Itest/include
-I../cpp/include -I../cpp/include/generated -fPIE -fvisibility=hidden
-Wdate-time -D_FORTIFY_SOURCE=2 -c test/Ice/stringConverter/Server.cpp -o
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.o
mv -f test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.Td
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.cpp.d
mkdir -p test/Ice/stringConverter/build/x86_64-linux-gnu/shared
x86_64-linux-gnu-g++ -Wl,-z,relro -o
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/server
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.o
test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.o -pthread
-pie -Wl,--disable-new-dtags -Wl,-rpath-link,lib/x86_64-linux-gnu
-Wl,-rpath,\$ORIGIN/../../../../../../lib/x86_64-linux-gnu
-Llib/x86_64-linux-gnu -lTestCommon -lIce
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.o -MMD
-MP -MF
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.Td
-Wall -Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter -Itest/include
-I../cpp/include -I../cpp/include/generated -DICE_CPP11_MAPPING -fPIE
-fvisibility=hidden -Wdate-time -D_FORTIFY_SOURCE=2 -c
test/Ice/stringConverter/Server.cpp -o
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.o
mv -f
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.Td
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.cpp.d
mkdir -p test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared
x86_64-linux-gnu-g++ -Wl,-z,relro -o
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/server
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.o
test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.o
-pthread -DICE_CPP11_MAPPING -pie -Wl,--disable-new-dtags
-Wl,-rpath-link,lib/x86_64-linux-gnu
-Wl,-rpath,\$ORIGIN/../../../../../../lib/x86_64-linux-gnu
-Llib/x86_64-linux-gnu -lTestCommon++11 -lIce++11
rm -f test/Ice/custom/generated/Test.h test/Ice/custom/generated/Test.cpp
rm -f test/Ice/custom/generated/Wstring.h test/Ice/custom/generated/Wstring.cpp
bin/slice2cpp -I../slice --depend test/Ice/custom/Test.ice | sed
's|\(.*:\)|test/Ice/custom/generated/Test.h
test/Ice/custom/generated/Test.cpp:|' > test/Ice/custom/generated/Test.ice.d
bin/slice2cpp -I../slice --depend test/Ice/custom/Wstring.ice | sed
's|\(.*:\)|test/Ice/custom/generated/Wstring.h
test/Ice/custom/generated/Wstring.cpp:|' >
test/Ice/custom/generated/Wstring.ice.d
rm -f test/Ice/custom/generated/TestAMD.h test/Ice/custom/generated/TestAMD.cpp
bin/slice2cpp -I../slice --depend test/Ice/custom/TestAMD.ice | sed
's|\(.*:\)|test/Ice/custom/generated/TestAMD.h
test/Ice/custom/generated/TestAMD.cpp:|' >
test/Ice/custom/generated/TestAMD.ice.d
rm -f test/Ice/custom/generated/WstringAMD.h
test/Ice/custom/generated/WstringAMD.cpp
bin/slice2cpp -I../slice --depend test/Ice/custom/WstringAMD.ice | sed
's|\(.*:\)|test/Ice/custom/generated/WstringAMD.h
test/Ice/custom/generated/WstringAMD.cpp:|' >
test/Ice/custom/generated/WstringAMD.ice.d
bin/slice2cpp -I../slice --output-dir test/Ice/custom/generated
test/Ice/custom/Test.ice
bin/slice2cpp -I../slice --output-dir test/Ice/custom/generated
test/Ice/custom/WstringAMD.ice
bin/slice2cpp -I../slice --output-dir test/Ice/custom/generated
test/Ice/custom/Wstring.ice
bin/slice2cpp -I../slice --output-dir test/Ice/custom/generated
test/Ice/custom/TestAMD.ice
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Test.o -MMD -MP -MF
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Test.Td -Wall -Wextra
-Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include -I../cpp/include
-I../cpp/include/generated -fPIE -fvisibility=hidden -Wdate-time
-D_FORTIFY_SOURCE=2 -c test/Ice/custom/generated/Test.cpp -o
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Test.o
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Wstring.o -MMD -MP -MF
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Wstring.Td -Wall -Wextra
-Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include -I../cpp/include
-I../cpp/include/generated -fPIE -fvisibility=hidden -Wdate-time
-D_FORTIFY_SOURCE=2 -c test/Ice/custom/generated/Wstring.cpp -o
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Wstring.o
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Client.o -MMD -MP -MF
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Client.Td -Wall -Wextra
-Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include -I../cpp/include
-I../cpp/include/generated -fPIE -fvisibility=hidden -Wdate-time
-D_FORTIFY_SOURCE=2 -c test/Ice/custom/Client.cpp -o
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Client.o
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/AllTests.o -MMD -MP -MF
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/AllTests.Td -Wall -Wextra
-Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include -I../cpp/include
-I../cpp/include/generated -fPIE -fvisibility=hidden -Wdate-time
-D_FORTIFY_SOURCE=2 -c test/Ice/custom/AllTests.cpp -o
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/AllTests.o
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/MyByteSeq.o -MMD -MP -MF
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/MyByteSeq.Td -Wall -Wextra
-Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include -I../cpp/include
-I../cpp/include/generated -fPIE -fvisibility=hidden -Wdate-time
-D_FORTIFY_SOURCE=2 -c test/Ice/custom/MyByteSeq.cpp -o
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/MyByteSeq.o
x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -MT
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/StringConverterI.o -MMD -MP
-MF test/Ice/custom/build/x86_64-linux-gnu/shared/pie/StringConverterI.Td
-Wall -Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
-Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include -I../cpp/include
-I../cpp/include/generated -fPIE -fvisibility=hidden -Wdate-time
-D_FORTIFY_SOURCE=2 -c test/Ice/custom/StringConverterI.cpp -o
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/StringConverterI.o
mv -f test/Ice/custom/build/x86_64-linux-gnu/shared/pie/MyByteSeq.Td
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/MyByteSeq.cpp.d
mv -f test/Ice/custom/build/x86_64-linux-gnu/shared/pie/StringConverterI.Td
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/StringConverterI.cpp.d
test/Ice/custom/AllTests.cpp: In member function ‘void
Callback::throwExcept1(const Ice::AsyncResultPtr&)’:
test/Ice/custom/AllTests.cpp:482:24: error: possibly dangling reference to a
temporary [-Werror=dangling-reference]
482 | const wstring& in =
getIn<wstring>(InParamPtr::dynamicCast(result->getCookie()));
| ^~
test/Ice/custom/AllTests.cpp:482:43: note: the temporary was destroyed at the
end of the full expression ‘getIn<std::__cxx11::basic_string<wchar_t>
>(IceUtil::Handle<T>::dynamicCast(const IceUtil::HandleBase<Y>&) [with Y =
Ice::LocalObject; T = InParam]())’
482 | const wstring& in =
getIn<wstring>(InParamPtr::dynamicCast(result->getCookie()));
|
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/Ice/custom/AllTests.cpp: In member function ‘void
Callback::throwExcept2(const Ice::AsyncResultPtr&)’:
test/Ice/custom/AllTests.cpp:518:24: error: possibly dangling reference to a
temporary [-Werror=dangling-reference]
518 | const wstring& in =
getIn<wstring>(InParamPtr::dynamicCast(result->getCookie()));
| ^~
test/Ice/custom/AllTests.cpp:518:43: note: the temporary was destroyed at the
end of the full expression ‘getIn<std::__cxx11::basic_string<wchar_t>
>(IceUtil::Handle<T>::dynamicCast(const IceUtil::HandleBase<Y>&) [with Y =
Ice::LocalObject; T = InParam]())’
518 | const wstring& in =
getIn<wstring>(InParamPtr::dynamicCast(result->getCookie()));
|
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Client.Td
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Client.cpp.d
mv -f test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Wstring.Td
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Wstring.cpp.d
mv -f test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Test.Td
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Test.cpp.d
cc1plus: all warnings being treated as errors
make[3]: *** [Makefile:34:
test/Ice/custom/build/x86_64-linux-gnu/shared/pie/AllTests.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/cpp'
make[2]: *** [Makefile:19: tests] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:83: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:79: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Uploaded 3.7.9-2 package which fix this problem
On Wed, Jun 14, 2023 at 11:37 AM Matthias Klose <[email protected]> wrote:
> Package: src:zeroc-ice
> Version: 3.7.9-1
> Severity: normal
> Tags: sid trixie
> User: [email protected]
> Usertags: ftbfs-gcc-13
>
> [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-13/g++-13, but succeeds to build with gcc-12/g++-12. 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/2023/05/22/logs/zeroc-ice_3.7.9-1_unstable_gccexp.log
> The last lines of the build log are at the end of this report.
>
> To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html
>
> [...]
> x86_64-linux-gnu-g++ -Wl,-z,relro -o
> test/Ice/slicing/objects/build/x86_64-linux-gnu/cpp11-shared/serveramd
> test/Ice/slicing/objects/build/x86_64-linux-gnu/cpp11-shared/pie/TestAMD.o
> test/Ice/slicing/objects/build/x86_64-linux-gnu/cpp11-shared/pie/ServerPrivateAMD.o
> test/Ice/slicing/objects/build/x86_64-linux-gnu/cpp11-shared/pie/ServerAMD.o
> test/Ice/slicing/objects/build/x86_64-linux-gnu/cpp11-shared/pie/TestAMDI.o
> -pthread -DICE_CPP11_MAPPING -pie -Wl,--disable-new-dtags
> -Wl,-rpath-link,lib/x86_64-linux-gnu
> -Wl,-rpath,\$ORIGIN/../../../../../../../lib/x86_64-linux-gnu
> -Llib/x86_64-linux-gnu -lTestCommon++11 -lIce++11
> rm -f test/Ice/stringConverter/generated/Test.h
> test/Ice/stringConverter/generated/Test.cpp
> bin/slice2cpp -I../slice --depend test/Ice/stringConverter/Test.ice | sed
> 's|\(.*:\)|test/Ice/stringConverter/generated/Test.h
> test/Ice/stringConverter/generated/Test.cpp:|' >
> test/Ice/stringConverter/generated/Test.ice.d
> bin/slice2cpp -I../slice --output-dir test/Ice/stringConverter/generated
> test/Ice/stringConverter/Test.ice
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.o -MMD -MP
> -MF test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.Td
> -Wall -Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter
> -Itest/include -I../cpp/include -I../cpp/include/generated -fPIE
> -fvisibility=hidden -Wdate-time -D_FORTIFY_SOURCE=2 -c
> test/Ice/stringConverter/generated/Test.cpp -o
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.o
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.o -MMD
> -MP -MF
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.Td -Wall
> -Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter
> -Itest/include -I../cpp/include -I../cpp/include/generated -fPIE
> -fvisibility=hidden -Wdate-time -D_FORTIFY_SOURCE=2 -c
> test/Ice/stringConverter/Client.cpp -o
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.o
> mv -f test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.Td
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.cpp.d
> mv -f
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.Td
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.cpp.d
> mkdir -p test/Ice/stringConverter/build/x86_64-linux-gnu/shared
> x86_64-linux-gnu-g++ -Wl,-z,relro -o
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/client
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.o
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Client.o
> -pthread -pie -Wl,--disable-new-dtags -Wl,-rpath-link,lib/x86_64-linux-gnu
> -Wl,-rpath,\$ORIGIN/../../../../../../lib/x86_64-linux-gnu
> -Llib/x86_64-linux-gnu -lTestCommon -lIce
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.o
> -MMD -MP -MF
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.Td
> -Wall -Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter
> -Itest/include -I../cpp/include -I../cpp/include/generated
> -DICE_CPP11_MAPPING -fPIE -fvisibility=hidden -Wdate-time
> -D_FORTIFY_SOURCE=2 -c test/Ice/stringConverter/generated/Test.cpp -o
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.o
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.o
> -MMD -MP -MF
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.Td
> -Wall -Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter
> -Itest/include -I../cpp/include -I../cpp/include/generated
> -DICE_CPP11_MAPPING -fPIE -fvisibility=hidden -Wdate-time
> -D_FORTIFY_SOURCE=2 -c test/Ice/stringConverter/Client.cpp -o
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.o
> mv -f
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.Td
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.cpp.d
> mv -f
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.Td
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.cpp.d
> mkdir -p test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared
> x86_64-linux-gnu-g++ -Wl,-z,relro -o
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/client
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.o
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Client.o
> -pthread -DICE_CPP11_MAPPING -pie -Wl,--disable-new-dtags
> -Wl,-rpath-link,lib/x86_64-linux-gnu
> -Wl,-rpath,\$ORIGIN/../../../../../../lib/x86_64-linux-gnu
> -Llib/x86_64-linux-gnu -lTestCommon++11 -lIce++11
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.o -MMD
> -MP -MF
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.Td -Wall
> -Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter
> -Itest/include -I../cpp/include -I../cpp/include/generated -fPIE
> -fvisibility=hidden -Wdate-time -D_FORTIFY_SOURCE=2 -c
> test/Ice/stringConverter/Server.cpp -o
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.o
> mv -f
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.Td
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.cpp.d
> mkdir -p test/Ice/stringConverter/build/x86_64-linux-gnu/shared
> x86_64-linux-gnu-g++ -Wl,-z,relro -o
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/server
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Test.o
> test/Ice/stringConverter/build/x86_64-linux-gnu/shared/pie/Server.o
> -pthread -pie -Wl,--disable-new-dtags -Wl,-rpath-link,lib/x86_64-linux-gnu
> -Wl,-rpath,\$ORIGIN/../../../../../../lib/x86_64-linux-gnu
> -Llib/x86_64-linux-gnu -lTestCommon -lIce
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.o
> -MMD -MP -MF
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.Td
> -Wall -Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/stringConverter/generated -Itest/Ice/stringConverter
> -Itest/include -I../cpp/include -I../cpp/include/generated
> -DICE_CPP11_MAPPING -fPIE -fvisibility=hidden -Wdate-time
> -D_FORTIFY_SOURCE=2 -c test/Ice/stringConverter/Server.cpp -o
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.o
> mv -f
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.Td
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.cpp.d
> mkdir -p test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared
> x86_64-linux-gnu-g++ -Wl,-z,relro -o
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/server
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Test.o
> test/Ice/stringConverter/build/x86_64-linux-gnu/cpp11-shared/pie/Server.o
> -pthread -DICE_CPP11_MAPPING -pie -Wl,--disable-new-dtags
> -Wl,-rpath-link,lib/x86_64-linux-gnu
> -Wl,-rpath,\$ORIGIN/../../../../../../lib/x86_64-linux-gnu
> -Llib/x86_64-linux-gnu -lTestCommon++11 -lIce++11
> rm -f test/Ice/custom/generated/Test.h test/Ice/custom/generated/Test.cpp
> rm -f test/Ice/custom/generated/Wstring.h
> test/Ice/custom/generated/Wstring.cpp
> bin/slice2cpp -I../slice --depend test/Ice/custom/Test.ice | sed
> 's|\(.*:\)|test/Ice/custom/generated/Test.h
> test/Ice/custom/generated/Test.cpp:|' > test/Ice/custom/generated/Test.ice.d
> bin/slice2cpp -I../slice --depend test/Ice/custom/Wstring.ice | sed
> 's|\(.*:\)|test/Ice/custom/generated/Wstring.h
> test/Ice/custom/generated/Wstring.cpp:|' >
> test/Ice/custom/generated/Wstring.ice.d
> rm -f test/Ice/custom/generated/TestAMD.h
> test/Ice/custom/generated/TestAMD.cpp
> bin/slice2cpp -I../slice --depend test/Ice/custom/TestAMD.ice | sed
> 's|\(.*:\)|test/Ice/custom/generated/TestAMD.h
> test/Ice/custom/generated/TestAMD.cpp:|' >
> test/Ice/custom/generated/TestAMD.ice.d
> rm -f test/Ice/custom/generated/WstringAMD.h
> test/Ice/custom/generated/WstringAMD.cpp
> bin/slice2cpp -I../slice --depend test/Ice/custom/WstringAMD.ice | sed
> 's|\(.*:\)|test/Ice/custom/generated/WstringAMD.h
> test/Ice/custom/generated/WstringAMD.cpp:|' >
> test/Ice/custom/generated/WstringAMD.ice.d
> bin/slice2cpp -I../slice --output-dir test/Ice/custom/generated
> test/Ice/custom/Test.ice
> bin/slice2cpp -I../slice --output-dir test/Ice/custom/generated
> test/Ice/custom/WstringAMD.ice
> bin/slice2cpp -I../slice --output-dir test/Ice/custom/generated
> test/Ice/custom/Wstring.ice
> bin/slice2cpp -I../slice --output-dir test/Ice/custom/generated
> test/Ice/custom/TestAMD.ice
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Test.o -MMD -MP -MF
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Test.Td -Wall -Wextra
> -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include
> -I../cpp/include -I../cpp/include/generated -fPIE -fvisibility=hidden
> -Wdate-time -D_FORTIFY_SOURCE=2 -c test/Ice/custom/generated/Test.cpp -o
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Test.o
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Wstring.o -MMD -MP -MF
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Wstring.Td -Wall -Wextra
> -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include
> -I../cpp/include -I../cpp/include/generated -fPIE -fvisibility=hidden
> -Wdate-time -D_FORTIFY_SOURCE=2 -c test/Ice/custom/generated/Wstring.cpp -o
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Wstring.o
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Client.o -MMD -MP -MF
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Client.Td -Wall -Wextra
> -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include
> -I../cpp/include -I../cpp/include/generated -fPIE -fvisibility=hidden
> -Wdate-time -D_FORTIFY_SOURCE=2 -c test/Ice/custom/Client.cpp -o
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Client.o
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/AllTests.o -MMD -MP -MF
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/AllTests.Td -Wall -Wextra
> -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include
> -I../cpp/include -I../cpp/include/generated -fPIE -fvisibility=hidden
> -Wdate-time -D_FORTIFY_SOURCE=2 -c test/Ice/custom/AllTests.cpp -o
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/AllTests.o
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/MyByteSeq.o -MMD -MP -MF
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/MyByteSeq.Td -Wall
> -Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include
> -I../cpp/include -I../cpp/include/generated -fPIE -fvisibility=hidden
> -Wdate-time -D_FORTIFY_SOURCE=2 -c test/Ice/custom/MyByteSeq.cpp -o
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/MyByteSeq.o
> x86_64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -MT
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/StringConverterI.o -MMD
> -MP -MF
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/StringConverterI.Td -Wall
> -Wextra -Wredundant-decls -Wshadow -Wdeprecated -Werror -pthread -g
> -Itest/Ice/custom/generated -Itest/Ice/custom -Itest/include
> -I../cpp/include -I../cpp/include/generated -fPIE -fvisibility=hidden
> -Wdate-time -D_FORTIFY_SOURCE=2 -c test/Ice/custom/StringConverterI.cpp -o
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/StringConverterI.o
> mv -f test/Ice/custom/build/x86_64-linux-gnu/shared/pie/MyByteSeq.Td
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/MyByteSeq.cpp.d
> mv -f
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/StringConverterI.Td
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/StringConverterI.cpp.d
> test/Ice/custom/AllTests.cpp: In member function ‘void
> Callback::throwExcept1(const Ice::AsyncResultPtr&)’:
> test/Ice/custom/AllTests.cpp:482:24: error: possibly dangling reference to
> a temporary [-Werror=dangling-reference]
> 482 | const wstring& in =
> getIn<wstring>(InParamPtr::dynamicCast(result->getCookie()));
> | ^~
> test/Ice/custom/AllTests.cpp:482:43: note: the temporary was destroyed at
> the end of the full expression ‘getIn<std::__cxx11::basic_string<wchar_t>
> >(IceUtil::Handle<T>::dynamicCast(const IceUtil::HandleBase<Y>&) [with Y =
> Ice::LocalObject; T = InParam]())’
> 482 | const wstring& in =
> getIn<wstring>(InParamPtr::dynamicCast(result->getCookie()));
> |
> ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> test/Ice/custom/AllTests.cpp: In member function ‘void
> Callback::throwExcept2(const Ice::AsyncResultPtr&)’:
> test/Ice/custom/AllTests.cpp:518:24: error: possibly dangling reference to
> a temporary [-Werror=dangling-reference]
> 518 | const wstring& in =
> getIn<wstring>(InParamPtr::dynamicCast(result->getCookie()));
> | ^~
> test/Ice/custom/AllTests.cpp:518:43: note: the temporary was destroyed at
> the end of the full expression ‘getIn<std::__cxx11::basic_string<wchar_t>
> >(IceUtil::Handle<T>::dynamicCast(const IceUtil::HandleBase<Y>&) [with Y =
> Ice::LocalObject; T = InParam]())’
> 518 | const wstring& in =
> getIn<wstring>(InParamPtr::dynamicCast(result->getCookie()));
> |
> ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> mv -f test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Client.Td
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Client.cpp.d
> mv -f test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Wstring.Td
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Wstring.cpp.d
> mv -f test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Test.Td
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/Test.cpp.d
> cc1plus: all warnings being treated as errors
> make[3]: *** [Makefile:34:
> test/Ice/custom/build/x86_64-linux-gnu/shared/pie/AllTests.o] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/cpp'
> make[2]: *** [Makefile:19: tests] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: *** [debian/rules:83: override_dh_auto_build-arch] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> make: *** [debian/rules:79: build] Error 2
> dpkg-buildpackage: error: debian/rules build subprocess returned exit
> status 2
>
--
José Gutiérrez de la Concha
ZeroC, Inc.
--- End Message ---