Your message dated Sat, 12 Nov 2022 09:08:17 +0000
with message-id <e1otmur-00hfft...@fasolo.debian.org>
and subject line Bug#1023444: fixed in llvm-toolchain-14 1:14.0.6-8
has caused the Debian Bug report #1023444,
regarding llvm-toolchain-14: FTBFS with swig 4.1: interfaces.swig:5: Error:
Macro '__STDC_LIMIT_MACROS' redefined
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.)
--
1023444: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023444
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: llvm-toolchain-14
Version: 1:14.0.6-7
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
Hi,
llvm-toolchain-14 FTBFS on i386 on the buildds, but I can reproduce that
locally on amd64 now, too.
Comparing the build logs shows swig 4.0.2-2 being used on the successful
amd64 buildd build and 4.1.0-0.1 on the failing i386 one.
(Please check the other llvm versions, too.)
https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-14&arch=i386&ver=1%3A14.0.6-7&stamp=1667248227&raw=0
...
[2858/7462] cd
/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/lldb/bindings/python
&& /usr/bin/swig4.0 -c++ -features autodoc -I/<<PKGBUILDDIR>>/lldb/include
-I/<<PKGBUILDDIR>>/lldb/bindings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS
-I/<<PKGBUILDDIR>>/lldb/bindings/python -c++ -shadow -python -py3 -threads
-outdir
/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/lldb/bindings/python
-o
/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/lldb/bindings/python/LLDBWrapPython.cpp
/<<PKGBUILDDIR>>/lldb/bindings/python/python.swig
FAILED: tools/lldb/bindings/python/LLDBWrapPython.cpp
tools/lldb/bindings/python/lldb.py
/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/lldb/bindings/python/LLDBWrapPython.cpp
/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/lldb/bindings/python/lldb.py
cd
/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/lldb/bindings/python
&& /usr/bin/swig4.0 -c++ -features autodoc -I/<<PKGBUILDDIR>>/lldb/include
-I/<<PKGBUILDDIR>>/lldb/bindings -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS
-I/<<PKGBUILDDIR>>/lldb/bindings/python -c++ -shadow -python -py3 -threads
-outdir
/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/lldb/bindings/python
-o
/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/lldb/bindings/python/LLDBWrapPython.cpp
/<<PKGBUILDDIR>>/lldb/bindings/python/python.swig
Deprecated command line option: -py3. Ignored, this option is no longer
supported.
/<<PKGBUILDDIR>>/lldb/bindings/interfaces.swig:5: Error: Macro
'__STDC_LIMIT_MACROS' redefined,
:1: Error: previous definition of '__STDC_LIMIT_MACROS'.
[2859/7462] /<<PKGBUILDDIR>>/build-llvm/./bin/clang++ -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/clang/utils/TableGen
-I/<<PKGBUILDDIR>>/clang/utils/TableGen -I/<<PKGBUILDDIR>>/clang/include
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/clang/include
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/include
-I/<<PKGBUILDDIR>>/llvm/include -fstack-protector-strong -Wformat
-Werror=format-security -Wno-unused-command-line-argument -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -fno-semantic-interposition
-fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
-Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion
-Wmisleading-indentation -fdiagnostics-color -ffunction-sections
-fdata-sections
-ffile-prefix-map=/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins=build-llvm/tools/clang/stage2-bins
-ffile-prefix-map=/<<PKGBUILDDIR>>/= -no-canonical-prefixes -fno-common
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -fno-exceptions
-std=c++14 -MD -MT
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/RISCVVEmitter.cpp.o -MF
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/RISCVVEmitter.cpp.o.d -o
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/RISCVVEmitter.cpp.o -c
/<<PKGBUILDDIR>>/clang/utils/TableGen/RISCVVEmitter.cpp
[2860/7462] /<<PKGBUILDDIR>>/build-llvm/./bin/clang++ -DHAVE_ROUND
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/lldb/utils/TableGen
-I/<<PKGBUILDDIR>>/lldb/utils/TableGen -I/<<PKGBUILDDIR>>/lldb/include
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/lldb/include
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/include
-I/<<PKGBUILDDIR>>/llvm/include -I/usr/include/python3.10
-I/<<PKGBUILDDIR>>/clang/include
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/lldb/../clang/include
-I/usr/include/libxml2 -fstack-protector-strong -Wformat
-Werror=format-security -Wno-unused-command-line-argument -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -fno-semantic-interposition
-fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
-Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion
-Wmisleading-indentation -fdiagnostics-color -ffunction-sections
-fdata-sections
-ffile-prefix-map=/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins=build-llvm/tools/clang/stage2-bins
-ffile-prefix-map=/<<PKGBUILDDIR>>/= -no-canonical-prefixes
-Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-strict-aliasing
-Wno-deprecated-register -Wno-vla-extension -O3 -DNDEBUG -fno-exceptions
-std=c++14 -MD -MT
tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBOptionDefEmitter.cpp.o
-MF
tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBOptionDefEmitter.cpp.o.d
-o
tools/lldb/utils/TableGen/CMakeFiles/lldb-tblgen.dir/LLDBOptionDefEmitter.cpp.o
-c /<<PKGBUILDDIR>>/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
[2861/7462] /<<PKGBUILDDIR>>/build-llvm/./bin/clang++ -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/clang/utils/TableGen
-I/<<PKGBUILDDIR>>/clang/utils/TableGen -I/<<PKGBUILDDIR>>/clang/include
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/clang/include
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/include
-I/<<PKGBUILDDIR>>/llvm/include -fstack-protector-strong -Wformat
-Werror=format-security -Wno-unused-command-line-argument -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -fno-semantic-interposition
-fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
-Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion
-Wmisleading-indentation -fdiagnostics-color -ffunction-sections
-fdata-sections
-ffile-prefix-map=/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins=build-llvm/tools/clang/stage2-bins
-ffile-prefix-map=/<<PKGBUILDDIR>>/= -no-canonical-prefixes -fno-common
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -fno-exceptions
-std=c++14 -MD -MT
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/SveEmitter.cpp.o -MF
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/SveEmitter.cpp.o.d -o
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/SveEmitter.cpp.o -c
/<<PKGBUILDDIR>>/clang/utils/TableGen/SveEmitter.cpp
[2862/7462] /<<PKGBUILDDIR>>/build-llvm/./bin/clang++ -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/clang/utils/TableGen
-I/<<PKGBUILDDIR>>/clang/utils/TableGen -I/<<PKGBUILDDIR>>/clang/include
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/clang/include
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/include
-I/<<PKGBUILDDIR>>/llvm/include -fstack-protector-strong -Wformat
-Werror=format-security -Wno-unused-command-line-argument -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -fno-semantic-interposition
-fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
-Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion
-Wmisleading-indentation -fdiagnostics-color -ffunction-sections
-fdata-sections
-ffile-prefix-map=/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins=build-llvm/tools/clang/stage2-bins
-ffile-prefix-map=/<<PKGBUILDDIR>>/= -no-canonical-prefixes -fno-common
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -fno-exceptions
-std=c++14 -MD -MT
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/MveEmitter.cpp.o -MF
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/MveEmitter.cpp.o.d -o
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/MveEmitter.cpp.o -c
/<<PKGBUILDDIR>>/clang/utils/TableGen/MveEmitter.cpp
[2863/7462] /<<PKGBUILDDIR>>/build-llvm/./bin/clang++ -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/clang/utils/TableGen
-I/<<PKGBUILDDIR>>/clang/utils/TableGen -I/<<PKGBUILDDIR>>/clang/include
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/tools/clang/include
-I/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins/include
-I/<<PKGBUILDDIR>>/llvm/include -fstack-protector-strong -Wformat
-Werror=format-security -Wno-unused-command-line-argument -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -fno-semantic-interposition
-fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
-Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion
-Wmisleading-indentation -fdiagnostics-color -ffunction-sections
-fdata-sections
-ffile-prefix-map=/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins=build-llvm/tools/clang/stage2-bins
-ffile-prefix-map=/<<PKGBUILDDIR>>/= -no-canonical-prefixes -fno-common
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -fno-exceptions
-std=c++14 -MD -MT
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/NeonEmitter.cpp.o -MF
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/NeonEmitter.cpp.o.d -o
tools/clang/utils/TableGen/CMakeFiles/clang-tblgen.dir/NeonEmitter.cpp.o -c
/<<PKGBUILDDIR>>/clang/utils/TableGen/NeonEmitter.cpp
ninja: build stopped: subcommand failed.
FAILED: tools/clang/stage2-stamps/stage2-build
/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-stamps/stage2-build
cd /<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-bins && /usr/bin/cmake
--build . && /usr/bin/cmake -E touch
/<<PKGBUILDDIR>>/build-llvm/tools/clang/stage2-stamps/stage2-build
ninja: build stopped: subcommand failed.
...
Andreas
--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-14
Source-Version: 1:14.0.6-8
Done: Sylvestre Ledru <sylves...@debian.org>
We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-14, 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 1023...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sylvestre Ledru <sylves...@debian.org> (supplier of updated llvm-toolchain-14
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: SHA256
Format: 1.8
Date: Fri, 04 Nov 2022 19:36:56 +0100
Source: llvm-toolchain-14
Architecture: source
Version: 1:14.0.6-8
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <pkg-llvm-t...@lists.alioth.debian.org>
Changed-By: Sylvestre Ledru <sylves...@debian.org>
Closes: 1023444 1023533
Changes:
llvm-toolchain-14 (1:14.0.6-8) unstable; urgency=medium
.
* Fix the lldb swig issues (closes: #1023444)
* Enable LLVM_USE_RELATIVE_PATHS_IN_DEBUG_INFO to help with caching
* Adjust to protobuf 3.21 (Closes: #1023533)
Checksums-Sha1:
4f04b1d8114659860481121e2192872a5451d98e 7208 llvm-toolchain-14_14.0.6-8.dsc
8687aec7d635c589c073c54b9b1bf4a77bd5dd34 155256
llvm-toolchain-14_14.0.6-8.debian.tar.xz
5972ff632c5f222a140ee17f18216f8150ba916d 30989
llvm-toolchain-14_14.0.6-8_amd64.buildinfo
Checksums-Sha256:
c11aefd39609b3302f5dae92bf993f4ee183629c46b856a7b9f28b4988a32dac 7208
llvm-toolchain-14_14.0.6-8.dsc
c749d5c1eb9d0b8e2d34d4cfc9d72177d60b22fbd57927b162795d6c3e02e075 155256
llvm-toolchain-14_14.0.6-8.debian.tar.xz
1c28daa22eb57da34d17c56f25cf36343fdae137bbcca89900746b37023465b0 30989
llvm-toolchain-14_14.0.6-8_amd64.buildinfo
Files:
7c08f3f7e0e51857511b4736c6bfba45 7208 devel optional
llvm-toolchain-14_14.0.6-8.dsc
c7657d88d2d285221ee88ee3b7c7d0ba 155256 devel optional
llvm-toolchain-14_14.0.6-8.debian.tar.xz
acbf207504941c625df6c8faf2d21751 30989 devel optional
llvm-toolchain-14_14.0.6-8_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAmNvTxoACgkQfmUo2nUv
G+Hw7g//aHPXJP+5bwtUhNYixpPhwW2DbiRMIsFcIwWMBCOTv+J5iFkSKN8mLhOV
eER3h28RmDymfWt7xf5qYVThDzRyU3Oo3ps/Not5xDvK6vNthkauic0JaA4nbMLb
E820KrZh4z9vbYrxQgisIVVr49TgW2DGChoI0/UZEV2gStME1WDsDhwkSVQFm1UN
nH202i2q2+ypadd00uzDzZLn02jL5OAPvfXfYmWRDMIBGjUaDklnIWyPQVfRlQ0s
SVgEEGkSwSCr50dRIij9+MWFLWqx3r9uD5awxDj9/Fgnipq/WC3Ugbd3RcFLv1db
cnIaEvv5KVuiwbeI0hHJvzsk5l74QiQWkgoDPB3SmZo98SZhQ4O1CoAnqGZaIqh1
Pt8tShgssM7UDNy7wrLxcNdfcsHqTxU/8vskPZe764x0Q+5wYjICvivfoXH89vXJ
gBYnI8t01cZ3PMndmz9ygyZw85+AAYVEKM8FshP87sqiMEg5IPiu2KLeVchcBM8N
hXShXaYYeafAquAMJjyCbScNy7hus/lBDebZshMyUQ8jHMgrxPmXXggU9TWMCrBq
B1DpcO4rd98lhkUez9E/2rgltao3YMm95Sxl2Nfbotnu3MvE2v1aGGPJYxaWPl3T
aI+dCCWNlFNC69zMjCJ/O1mbXD1q4wROub50YCP4IGEI16iNe8M=
=HTiV
-----END PGP SIGNATURE-----
--- End Message ---