Your message dated Wed, 20 Oct 2021 06:18:48 +0000
with message-id <e1md4w4-000ijg...@fasolo.debian.org>
and subject line Bug#996828: fixed in llvm-toolchain-12 1:12.0.1-12
has caused the Debian Bug report #996828,
regarding llvm-toolchain-12: FTBFS on armel|armhf since 1:12.0.1-10: fatal 
error: 'gnu/stubs-(hard|soft).h' file not found
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.)


-- 
996828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996828
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: llvm-toolchain-12
Version: 1:12.0.1-8
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-12&arch=armel&ver=1%3A12.0.1-10&stamp=1634598677&raw=0
> /<<PKGBUILDDIR>>/build-llvm/./bin/clang --target=arm-linux-gnueabi 
> -DVISIBILITY_HIDDEN  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -O3 -DNDEBUG  
> -march=armv7-a -mfloat-abi=hard -DCOMPILER_RT_HAS_FLOAT16 -std=c11 -fPIC 
> -fno-builtin -fvisibility=hidden -fomit-frame-pointer -fomit-frame-pointer 
> -DCOMPILER_RT_ARMHF_TARGET -MD -MT 
> CMakeFiles/clang_rt.builtins-armhf.dir/ctzsi2.c.o -MF 
> CMakeFiles/clang_rt.builtins-armhf.dir/ctzsi2.c.o.d -o 
> CMakeFiles/clang_rt.builtins-armhf.dir/ctzsi2.c.o -c 
> /<<PKGBUILDDIR>>/compiler-rt/lib/builtins/ctzsi2.c
> In file included from /<<PKGBUILDDIR>>/compiler-rt/lib/builtins/ctzsi2.c:13:
> In file included from /<<PKGBUILDDIR>>/compiler-rt/lib/builtins/int_lib.h:84:
> In file included from 
> /<<PKGBUILDDIR>>/build-llvm/lib/clang/12.0.1/include/limits.h:21:
> In file included from /usr/include/limits.h:26:
> In file included from 
> /usr/include/arm-linux-gnueabi/bits/libc-header-start.h:33:
> In file included from /usr/include/features.h:485:
> /usr/include/arm-linux-gnueabi/gnu/stubs.h:10:11: fatal error: 
> 'gnu/stubs-hard.h' file not found
> # include <gnu/stubs-hard.h>
>           ^~~~~~~~~~~~~~~~~~

https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-12&arch=armhf&ver=1%3A12.0.1-10&stamp=1634254382&raw=0
> /<<PKGBUILDDIR>>/build-llvm/./bin/clang 
> --target=armv7l-unknown-linux-gnueabihf -DVISIBILITY_HIDDEN  -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -O3 -DNDEBUG  -march=armv6m -mfloat-abi=soft 
> -DCOMPILER_RT_HAS_FLOAT16 -std=c11 -fPIC -fno-builtin -fvisibility=hidden 
> -fomit-frame-pointer -fomit-frame-pointer -DCOMPILER_RT_ARMHF_TARGET -MD -MT 
> CMakeFiles/clang_rt.builtins-armv6m.dir/absvdi2.c.o -MF 
> CMakeFiles/clang_rt.builtins-armv6m.dir/absvdi2.c.o.d -o 
> CMakeFiles/clang_rt.builtins-armv6m.dir/absvdi2.c.o -c 
> /<<PKGBUILDDIR>>/compiler-rt/lib/builtins/absvdi2.c
> In file included from /<<PKGBUILDDIR>>/compiler-rt/lib/builtins/absvdi2.c:13:
> In file included from /<<PKGBUILDDIR>>/compiler-rt/lib/builtins/int_lib.h:84:
> In file included from 
> /<<PKGBUILDDIR>>/build-llvm/lib/clang/12.0.1/include/limits.h:21:
> In file included from /usr/include/limits.h:26:
> In file included from 
> /usr/include/arm-linux-gnueabihf/bits/libc-header-start.h:33:
> In file included from /usr/include/features.h:485:
> /usr/include/arm-linux-gnueabihf/gnu/stubs.h:7:11: fatal error: 
> 'gnu/stubs-soft.h' file not found
> # include <gnu/stubs-soft.h>
>           ^~~~~~~~~~~~~~~~~~

These look like the inverse of each other: on armel, the necessary headers
for an armhf biarch runtime library aren't found, and on armhf, the
necessary headers for an armel biarch runtime library aren't found.

    smcv

--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-12
Source-Version: 1:12.0.1-12
Done: Erik Maciejewski <mr.emac...@gmail.com>

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

Debian distribution maintenance software
pp.
Erik Maciejewski <mr.emac...@gmail.com> (supplier of updated llvm-toolchain-12 
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: Tue, 19 Oct 2021 01:28:50 -0700
Source: llvm-toolchain-12
Architecture: source
Version: 1:12.0.1-12
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <pkg-llvm-t...@lists.alioth.debian.org>
Changed-By: Erik Maciejewski <mr.emac...@gmail.com>
Closes: 996796 996828
Changes:
 llvm-toolchain-12 (1:12.0.1-12) unstable; urgency=medium
 .
   * re-disable building builtins on armel as they still fail (Closes: #996828)
   * add patch to libcxxabi cmake build for adding builtins to lib flags fixing
     an issue where builtins were not being linked into libcxxabi when
     LIBCXXABI_USE_COMPILER_RT=ON (Closes: #996796)
Checksums-Sha1:
 8344c87ee090957c4ba5796b953789f996ce807a 6716 llvm-toolchain-12_12.0.1-12.dsc
 a5ea70779f731611c9a6ec63787ae5e402f46f9b 142192 
llvm-toolchain-12_12.0.1-12.debian.tar.xz
 e5dc747e9bc7b2543a948c57645a722aa0a49350 29224 
llvm-toolchain-12_12.0.1-12_amd64.buildinfo
Checksums-Sha256:
 a3c09b9e9e30cda6179b1c7338678813c8513ff481c7167e8d4ccecc2e010495 6716 
llvm-toolchain-12_12.0.1-12.dsc
 665cc5258a3e246c79fdf5bc561b2b1bdf959bff37eb9a8ae81b3a6a227c9d2f 142192 
llvm-toolchain-12_12.0.1-12.debian.tar.xz
 c1bd84d7a23868c347a738dc59ca2c4d1db5c0a341ea55faa4a7fe89a5bd3f7c 29224 
llvm-toolchain-12_12.0.1-12_amd64.buildinfo
Files:
 dc311528259e589fc832f6a5a48e5066 6716 devel optional 
llvm-toolchain-12_12.0.1-12.dsc
 1724c5ff79637f712d955cbbc3ae0c2b 142192 devel optional 
llvm-toolchain-12_12.0.1-12.debian.tar.xz
 14fcebecb12e2f8b56d4d2bcc9f116cf 29224 devel optional 
llvm-toolchain-12_12.0.1-12_amd64.buildinfo

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

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAmFvr7UACgkQfmUo2nUv
G+GPfg//UK9nkOTa9/C/J6/+PybiHLlGvXgJUXG29wGrR1CEwmUYg6utL1nxkGWv
cX/M6s79yRDiaR40y9xfzEorMt1DjTUY3E0RZj1mFfebKcx+0YVr5KeB0lLUsSlM
Nv4/PFwNnTsG0QvgUW463nen9xGI1xBJey23Udi7Ef9Acfu+enAwfa/jcvqYeRL1
rd7nkbIlAhdFBxqmXcGgjOQ/mWSIhYg1JSHd/Lnby/2DvB6lpjUBrPxf1aBqTPom
uT4ZpT/25+OXsk20IaBGVSnjLCCo2vgBNekNLFZmMnWN7T1kR9penSd55t+mlxbo
lBWDXNlzU/DsxlSO9m7iYKl2VY2slTs2ZZWM4ODfB444ZqTQsC+/Dp2lCEOzLHwd
/WQOLhtp2l/sE+NFJZZyz65rXaFtXqwHXH57R9JvvfpcuavUZed0l/8mfpyZjjtf
SCEJnFEOJPfhX/M5nHt9IkW6pOPUO+nA2EriGDbSlhyonKcj/WfmaGYpL/UWF4py
qpnC+8xWPFBybwimhTVjWkThJffLVF31ln6vFEwy/yERbDgagRbBjqstOg4037aw
PbWH8BMB89K71a54zfzbU0YzY3uJccrAr5RLP8vSMCTVJGsGysy4Vux+SoQivvzz
hu4If/atL/xtAkdb1GViB0lRw+0CXM0+gmJC22w6tHBTsNOBEJ8=
=gZdA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to