Your message dated Sat, 23 Jul 2022 02:33:58 +0000
with message-id <e1of4xq-000cao...@fasolo.debian.org>
and subject line Bug#1012886: fixed in 7zip 22.01+dfsg-2
has caused the Debian Bug report #1012886,
regarding 7zip: ftbfs with GCC-12
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.)


-- 
1012886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012886
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:7zip
Version: 21.07+dfsg-4
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-12

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

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/7zip_21.07+dfsg-4_unstable_gcc12.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.

[...]

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package 7zip
dpkg-buildpackage: info: source version 21.07+dfsg-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by YOKOTA Hiroshi 
<yokota.h...@gmail.com>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make -C CPP/7zip/Bundles/Alone2 -f ../../cmpl_gcc.mak clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/CPP/7zip/Bundles/Alone2'
rm -f b/g/7zz b/g/7zzs  b/g/7zBuf2.o b/g/7zStream.o b/g/Alloc.o b/g/Bcj2.o 
b/g/Bcj2Enc.o b/g/Blake2s.o b/g/Bra.o b/g/Bra86.o b/g/BraIA64.o b/g/BwtSort.o 
b/g/CpuArch.o b/g/Delta.o b/g/HuffEnc.o b/g/LzFind.o b/g/Lzma2Dec.o 
b/g/Lzma2DecMt.o b/g/Lzma2Enc.o b/g/LzmaDec.o b/g/LzmaEnc.o b/g/MtCoder.o 
b/g/MtDec.o b/g/Ppmd7.o b/g/Ppmd7Dec.o b/g/Ppmd7aDec.o b/g/Ppmd7Enc.o 
b/g/Ppmd8.o b/g/Ppmd8Dec.o b/g/Ppmd8Enc.o b/g/Sort.o b/g/Xz.o b/g/XzDec.o 
b/g/XzEnc.o b/g/XzIn.o b/g/XzCrc64.o b/g/XzCrc64Opt.o b/g/7zCrc.o 
b/g/7zCrcOpt.o b/g/Aes.o b/g/AesOpt.o b/g/Sha256.o b/g/Sha256Opt.o b/g/Sha1.o 
b/g/Sha1Opt.o  b/g/LzFindMt.o b/g/LzFindOpt.o b/g/StreamBinder.o 
b/g/Synchronization.o b/g/VirtThread.o b/g/MemBlocks.o b/g/OutMemStream.o 
b/g/ProgressMt.o b/g/Threads.o  b/g/CRC.o b/g/CrcReg.o b/g/DynLimBuf.o 
b/g/IntToString.o b/g/LzFindPrepare.o b/g/MyMap.o b/g/MyString.o b/g/MyVector.o 
b/g/MyXml.o b/g/NewHandler.o b/g/Sha1Prepare.o b/g/Sha1Reg.o 
b/g/Sha256Prepare.o b/g/Sha256Reg.o b/g/StringConvert.o b/g/Stri
 ngToInt.o b/g/UTFConvert.o b/g/Wildcard.o b/g/XzCrc64Init.o b/g/XzCrc64Reg.o  
b/g/FileDir.o b/g/FileFind.o b/g/FileIO.o b/g/FileName.o b/g/PropVariant.o 
b/g/PropVariantUtils.o b/g/System.o b/g/TimeUtils.o  b/g/ApmHandler.o 
b/g/ArHandler.o b/g/ArjHandler.o b/g/Base64Handler.o b/g/Bz2Handler.o 
b/g/ComHandler.o b/g/CpioHandler.o b/g/CramfsHandler.o b/g/DeflateProps.o 
b/g/DmgHandler.o b/g/ElfHandler.o b/g/ExtHandler.o b/g/FatHandler.o 
b/g/FlvHandler.o b/g/GzHandler.o b/g/GptHandler.o b/g/HandlerCont.o 
b/g/HfsHandler.o b/g/IhexHandler.o b/g/LzhHandler.o b/g/LzmaHandler.o 
b/g/MachoHandler.o b/g/MbrHandler.o b/g/MslzHandler.o b/g/MubHandler.o 
b/g/NtfsHandler.o b/g/PeHandler.o b/g/PpmdHandler.o b/g/QcowHandler.o 
b/g/RpmHandler.o b/g/SplitHandler.o b/g/SquashfsHandler.o b/g/SwfHandler.o 
b/g/UefiHandler.o b/g/VdiHandler.o b/g/VhdHandler.o b/g/VhdxHandler.o 
b/g/VmdkHandler.o b/g/XarHandler.o b/g/XzHandler.o b/g/ZHandler.o  
b/g/CoderMixer2.o b/g/DummyOutStream.o b/g/FindSignature.o b/g/InStream
 WithCRC.o b/g/ItemNameUtils.o b/g/MultiStream.o b/g/OutStreamWithCRC.o 
b/g/OutStreamWithSha1.o b/g/HandlerOut.o b/g/ParseProperties.o  
b/g/7zCompressionMode.o b/g/7zDecode.o b/g/7zEncode.o b/g/7zExtract.o 
b/g/7zFolderInStream.o b/g/7zHandler.o b/g/7zHandlerOut.o b/g/7zHeader.o 
b/g/7zIn.o b/g/7zOut.o b/g/7zProperties.o b/g/7zSpecStream.o b/g/7zUpdate.o 
b/g/7zRegister.o  b/g/CabBlockInStream.o b/g/CabHandler.o b/g/CabHeader.o 
b/g/CabIn.o b/g/CabRegister.o  b/g/ChmHandler.o b/g/ChmIn.o   b/g/IsoHandler.o 
b/g/IsoHeader.o b/g/IsoIn.o b/g/IsoRegister.o  b/g/NsisDecode.o 
b/g/NsisHandler.o b/g/NsisIn.o b/g/NsisRegister.o  b/g/RarHandler.o 
b/g/Rar5Handler.o  b/g/TarHandler.o b/g/TarHandlerOut.o b/g/TarHeader.o 
b/g/TarIn.o b/g/TarOut.o b/g/TarUpdate.o b/g/TarRegister.o  b/g/UdfHandler.o 
b/g/UdfIn.o  b/g/WimHandler.o b/g/WimHandlerOut.o b/g/WimIn.o b/g/WimRegister.o 
 b/g/ZipAddCommon.o b/g/ZipHandler.o b/g/ZipHandlerOut.o b/g/ZipIn.o 
b/g/ZipItem.o b/g/ZipOut.o b/g/ZipUpdate.o b/g/ZipRegister.o
   b/g/Bcj2Coder.o b/g/Bcj2Register.o b/g/BcjCoder.o b/g/BcjRegister.o 
b/g/BitlDecoder.o b/g/BranchMisc.o b/g/BranchRegister.o b/g/ByteSwap.o 
b/g/BZip2Crc.o b/g/BZip2Decoder.o b/g/BZip2Encoder.o b/g/BZip2Register.o 
b/g/CopyCoder.o b/g/CopyRegister.o b/g/Deflate64Register.o b/g/DeflateDecoder.o 
b/g/DeflateEncoder.o b/g/DeflateRegister.o b/g/DeltaFilter.o 
b/g/ImplodeDecoder.o b/g/LzfseDecoder.o b/g/LzhDecoder.o b/g/Lzma2Decoder.o 
b/g/Lzma2Encoder.o b/g/Lzma2Register.o b/g/LzmaDecoder.o b/g/LzmaEncoder.o 
b/g/LzmaRegister.o b/g/LzmsDecoder.o b/g/LzOutWindow.o b/g/LzxDecoder.o 
b/g/PpmdDecoder.o b/g/PpmdEncoder.o b/g/PpmdRegister.o b/g/PpmdZip.o 
b/g/QuantumDecoder.o b/g/ShrinkDecoder.o b/g/XpressDecoder.o b/g/XzDecoder.o 
b/g/XzEncoder.o b/g/ZlibDecoder.o b/g/ZlibEncoder.o b/g/ZDecoder.o  
b/g/Rar1Decoder.o b/g/Rar2Decoder.o b/g/Rar3Decoder.o b/g/Rar3Vm.o 
b/g/Rar5Decoder.o b/g/RarCodecsRegister.o  b/g/7zAes.o b/g/7zAesRegister.o 
b/g/HmacSha1.o b/g/HmacSha256.o b/g/MyAes.o b/g/MyAesReg.o b/g/
 Pbkdf2HmacSha1.o b/g/RandGen.o b/g/WzAes.o b/g/ZipCrypto.o b/g/ZipStrong.o  
b/g/Rar20Crypto.o b/g/Rar5Aes.o b/g/RarAes.o  b/g/CreateCoder.o b/g/CWrappers.o 
b/g/InBuffer.o b/g/InOutTempBuffer.o b/g/FilterCoder.o b/g/LimitedStreams.o 
b/g/LockedStream.o b/g/MethodId.o b/g/MethodProps.o b/g/OffsetStream.o 
b/g/OutBuffer.o b/g/ProgressUtils.o b/g/PropId.o b/g/StreamObjects.o 
b/g/StreamUtils.o b/g/UniqBlocks.o   b/g/MyWindows.o  b/g/CommandLineParser.o 
b/g/ListFileUtils.o b/g/StdInStream.o b/g/StdOutStream.o  b/g/ErrorMsg.o 
b/g/FileLink.o b/g/PropVariantConv.o b/g/SystemInfo.o  b/g/FilePathAutoRename.o 
b/g/FileStreams.o  b/g/ArchiveCommandLine.o b/g/ArchiveExtractCallback.o 
b/g/ArchiveOpenCallback.o b/g/Bench.o b/g/DefaultName.o b/g/EnumDirItems.o 
b/g/Extract.o b/g/ExtractingFilePath.o b/g/HashCalc.o b/g/LoadCodecs.o 
b/g/OpenArchive.o b/g/PropIDUtils.o b/g/SetProperties.o b/g/SortUtils.o 
b/g/TempFiles.o b/g/Update.o b/g/UpdateAction.o b/g/UpdateCallback.o 
b/g/UpdatePair.o b/g/UpdateProduce
 .o  b/g/BenchCon.o b/g/ConsoleClose.o b/g/ExtractCallbackConsole.o 
b/g/HashCon.o b/g/List.o b/g/Main.o b/g/MainAr.o b/g/OpenCallbackConsole.o 
b/g/PercentPrinter.o b/g/UpdateCallbackConsole.o b/g/UserInputUtils.o  
make[2]: Leaving directory '/<<PKGBUILDDIR>>/CPP/7zip/Bundles/Alone2'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make -C CPP/7zip/Bundles/Alone2 -f ../../cmpl_gcc.mak \
        CROSS_COMPILE="x86_64-linux-gnu-" \
        DISABLE_RAR=1 \
        DEB_CFLAGS="-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe" \
        DEB_CXXFLAGS="-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe" \
        DEB_CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" \
        DEB_LDFLAGS="-Wl,-z,relro -Wl,-z,now -pipe"
make[2]: Entering directory '/<<PKGBUILDDIR>>/CPP/7zip/Bundles/Alone2'
mkdir -p b/g
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/7zBuf2.o 
../../../../C/7zBuf2.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o 
b/g/7zStream.o ../../../../C/7zStream.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/Alloc.o 
../../../../C/Alloc.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/Bcj2.o 
../../../../C/Bcj2.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/Bcj2Enc.o 
../../../../C/Bcj2Enc.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/Blake2s.o 
../../../../C/Blake2s.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/Bra.o 
../../../../C/Bra.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/Bra86.o 
../../../../C/Bra86.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/BraIA64.o 
../../../../C/BraIA64.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/BwtSort.o 
../../../../C/BwtSort.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/CpuArch.o 
../../../../C/CpuArch.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/Delta.o 
../../../../C/Delta.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/HuffEnc.o 
../../../../C/HuffEnc.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/LzFind.o 
../../../../C/LzFind.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o 
b/g/Lzma2Dec.o ../../../../C/Lzma2Dec.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o 
b/g/Lzma2DecMt.o ../../../../C/Lzma2DecMt.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o 
b/g/Lzma2Enc.o ../../../../C/Lzma2Enc.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/LzmaDec.o 
../../../../C/LzmaDec.c
x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pipe -Wdate-time 
-D_FORTIFY_SOURCE=2      -O2 -c -Wall -Werror -Wextra -Waddress 
-Waddress-of-packed-member -Waggressive-loop-optimizations -Wattributes 
-Wbool-compare -Wbool-operation -Wcast-align -Wcast-align=strict -Wcomment 
-Wdangling-else -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond 
-Wformat-contains-nul -Wimplicit-fallthrough=5 -Winit-self 
-Wint-in-bool-context -Wint-to-pointer-cast -Wunused -Wunused-macros 
-Wconversion  -Wmaybe-uninitialized -Wmisleading-indentation   -DNDEBUG 
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC  -o b/g/LzmaEnc.o 
../../../../C/LzmaEnc.c
../../../../C/LzmaEnc.c: In function ‘LzmaEnc_CodeOneMemBlock’:
../../../../C/LzmaEnc.c:2996:19: error: storing the address of local variable 
‘outStream’ in ‘*p.rc.outStream’ [-Werror=dangling-pointer=]
 2996 |   p->rc.outStream = &outStream.vt;
      |   ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
../../../../C/LzmaEnc.c:2979:28: note: ‘outStream’ declared here
 2979 |   CLzmaEnc_SeqOutStreamBuf outStream;
      |                            ^~~~~~~~~
../../../../C/LzmaEnc.c:2979:28: note: ‘pp’ declared here
cc1: all warnings being treated as errors
make[2]: *** [../../7zip_gcc.mak:1077: b/g/LzmaEnc.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/CPP/7zip/Bundles/Alone2'
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: 7zip
Source-Version: 22.01+dfsg-2
Done: YOKOTA Hiroshi <yokota.h...@gmail.com>

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

Debian distribution maintenance software
pp.
YOKOTA Hiroshi <yokota.h...@gmail.com> (supplier of updated 7zip 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: Sat, 23 Jul 2022 10:16:24 +0900
Source: 7zip
Architecture: source
Version: 22.01+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: YOKOTA Hiroshi <yokota.h...@gmail.com>
Changed-By: YOKOTA Hiroshi <yokota.h...@gmail.com>
Closes: 1012886
Changes:
 7zip (22.01+dfsg-2) unstable; urgency=medium
 .
   * Rebuild with GCC 12 (Closes: #1012886)
Checksums-Sha1:
 a142a134d409deb21a4a80896928da8420ca5ec6 1909 7zip_22.01+dfsg-2.dsc
 33a37b479f73564c3d09a4f03e3f4d273ba26f81 9548 7zip_22.01+dfsg-2.debian.tar.xz
 db7fd4014ed5c4a863ed1312efdf04a22f667c6f 6136 
7zip_22.01+dfsg-2_source.buildinfo
Checksums-Sha256:
 d5a35b7c087c929c0bba837a1a7efca0ed40d63b3afcb251e4efa45327ac136e 1909 
7zip_22.01+dfsg-2.dsc
 c32a045bc33439ffe06a4002bcec425e7420c1eb3974bc2557e45f7769e3bb27 9548 
7zip_22.01+dfsg-2.debian.tar.xz
 6d6895e47961a5afb086b25e7bd40b3ef53edc2ecc9b844bf1a77fd801b15b89 6136 
7zip_22.01+dfsg-2_source.buildinfo
Files:
 f16a84f5d4adb4b51ceb4654f0d3bac7 1909 utils optional 7zip_22.01+dfsg-2.dsc
 681df40bf24bbc1bf7c77acabe6cfda6 9548 utils optional 
7zip_22.01+dfsg-2.debian.tar.xz
 3966f423db26d22133da7b9fad950b6f 6136 utils optional 
7zip_22.01+dfsg-2_source.buildinfo

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

iQJKBAEBCgA0FiEErjlfKHqxT11VFyPEqem2T5LebcoFAmLbWH4WHHlva290YS5o
Z21sQGdtYWlsLmNvbQAKCRCp6bZPkt5typGXEACbqduCznEh/rlyS6eObB7/FJtk
2XTNLRuQjg+p6UIwqHO6V7hb1BD0vhqc58wiOtTmjdcbfV8KBbw0XBJZMAmncQuZ
3wyJdWfIxo0UyFJAgP9X2R+GW2xNG6EtG90pO8ACXyC8qUYvjowUV6jqX9Ue6ySZ
Zj2zlML9fQSE9lfGzCzc4R5qQ+Na8AVUYbFyDxgFUiR2lcOzAXsF+Wx8p4ZTIVEu
Cq4EPtKn9xGBfFHCcvt21Lb0fgSjQhicwCSIK+IdHZw0/OA+GqD/3kEbTpGvf6fW
ku7ueDr5l6+A6Vn+12xaRBZuu9b4pOfYScfMiWYvdRZECWLfnaSCvz+Ve7dqpssz
kqxE5C4BJcTmb0y6hWvhAm1Cmm8scMthDFx7GSwpQ9VPxsp+20B0dWM5csUC1xMc
21LVoT7DsxMU+l/ayqyn74nYjDV9tVxE1dVy0wyjx8DaItKt8WHxJa5i1uDqND5u
Si0vI7aZ9oWe+kDVA4ReKn7hg2IFOyeLEcMsZy4G3K2lENE0j4LSRaxtlfmXcDFv
NKUg+ELNKMeXcqxZ2caVqnkHLu1HHlYxv2n5F1iZUScunLF0IyvdPsxZgwnC+kau
ephqScTODhzrCcvRfyzQcVj5HOL9Snc32BFM/d4Te+tytB7HMQTLeEH1gR35JxLi
169SQQF/kqajT5IhDA==
=zmq/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to