Your message dated Sun, 30 Mar 2014 19:33:40 +0000
with message-id <e1wuluc-00007t...@franck.debian.org>
and subject line Bug#736991: fixed in libc++ 1.0~svn205159-1
has caused the Debian Bug report #736991,
regarding libc++: FTBFS on various architectures
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.)
--
736991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736991
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libc++
Version: 1.0~svn199600-1
Severity: serious
Justification: fails to build from source
Hi,
libc++ FTBFS on most architectures, including armel/armhf where it
previously built successfully.
https://buildd.debian.org/status/package.php?p=libc%2b%2b
>From the armel buildlog:
[...]
cd libcxx/lib; ./buildit; ln -s libc++.so.1.0 libc++.so;\
ln -s libc++.so.1.0 libc++.so.1;
+ clang++ -c -g -Os -fPIC -nostdinc++ -std=c++11 -fstrict-aliasing -Wall
-Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4
-DLIBCXXABI -I../include -I../../libcxxabi/include ../src/algorithm.cpp
+ clang++ -c -g -Os -fPIC -nostdinc++ -std=c++11 -fstrict-aliasing -Wall
-Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4
-DLIBCXXABI -I../include -I../../libcxxabi/include ../src/bind.cpp
+ clang++ -c -g -Os -fPIC -nostdinc++ -std=c++11 -fstrict-aliasing -Wall
-Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4
-DLIBCXXABI -I../include -I../../libcxxabi/include ../src/chrono.cpp
+ clang++ -c -g -Os -fPIC -nostdinc++ -std=c++11 -fstrict-aliasing -Wall
-Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4
-DLIBCXXABI -I../include -I../../libcxxabi/include ../src/condition_variable.cpp
+ clang++ -c -g -Os -fPIC -nostdinc++ -std=c++11 -fstrict-aliasing -Wall
-Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4
-DLIBCXXABI -I../include -I../../libcxxabi/include ../src/debug.cpp
+ clang++ -c -g -Os -fPIC -nostdinc++ -std=c++11 -fstrict-aliasing -Wall
-Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4
-DLIBCXXABI -I../include -I../../libcxxabi/include ../src/exception.cpp
+ clang++ -c -g -Os -fPIC -nostdinc++ -std=c++11 -fstrict-aliasing -Wall
-Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4
-DLIBCXXABI -I../include -I../../libcxxabi/include ../src/future.cpp
+ clang++ -c -g -Os -fPIC -nostdinc++ -std=c++11 -fstrict-aliasing -Wall
-Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4
-DLIBCXXABI -I../include -I../../libcxxabi/include ../src/hash.cpp
+ clang++ -c -g -Os -fPIC -nostdinc++ -std=c++11 -fstrict-aliasing -Wall
-Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4
-DLIBCXXABI -I../include -I../../libcxxabi/include ../src/ios.cpp
In file included from ../src/ios.cpp:12:
In file included from ../include/ios:216:
In file included from ../include/__locale:15:
In file included from ../include/string:439:
In file included from ../include/algorithm:627:
In file included from ../include/memory:610:
.../include/atomic:662:17: error: cannot compile this atomic library call yet
{return __c11_atomic_fetch_add(&this->__a_, __op, __m);}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[1]: Leaving directory `/build/libc++-0S_Ol2/libc++-1.0~svn199600'
dh_auto_test -a
fakeroot debian/rules binary-arch
dh binary-arch
dh_testroot -a
dh_prep -a
dh_installdirs -a
dh_auto_install -a
dh_install -a
dh_install: libc++-dev missing files (libcxx/lib/*.a), aborting
make: *** [binary-arch] Error 2
The buildsystem seems broken since the build failure gets ignored.
Probably builtit.sh is missing a 'set -e' like is the multi-command in
the rules file. That should start with
set -e ; cd somewhere ; ./doit ; ./domore
Andreas
--- End Message ---
--- Begin Message ---
Source: libc++
Source-Version: 1.0~svn205159-1
We believe that the bug you reported is fixed in the latest version of
libc++, 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 736...@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 libc++ 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: Sun, 30 Mar 2014 21:26:14 +0200
Source: libc++
Binary: libc++1 libc++-dev libc++-test libc++abi1 libc++abi-dev libc++abi-test
libc++-helpers
Architecture: source amd64 all
Version: 1.0~svn205159-1
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <pkg-llvm-t...@lists.alioth.debian.org>
Changed-By: Sylvestre Ledru <sylves...@debian.org>
Description:
libc++-dev - LLVM C++ Standard library (development files)
libc++-helpers - LLVM C++ Standard library - build helpers
libc++-test - LLVM C++ Standard library (test cases)
libc++1 - LLVM C++ Standard library
libc++abi-dev - LLVM low level support for a standard C++ library (development
fi
libc++abi-test - libc++abi test cases
libc++abi1 - LLVM low level support for a standard C++ library
Closes: 736991
Changes:
libc++ (1.0~svn205159-1) unstable; urgency=medium
.
* New snapshot release
* Force the usage of clang 3.4 (Closes: #736991)
Checksums-Sha1:
82abb9e80d218c2bae222ad4bc01e1c1ef13f957 2265 libc++_1.0~svn205159-1.dsc
1c7ea89b2d29a6f300e15e130ecbb3186f0c42fd 2039180
libc++_1.0~svn205159.orig.tar.gz
7193b06c5ebf4a80e1d988eb571cc0923c5a326a 11084
libc++_1.0~svn205159-1.debian.tar.xz
3880f963dcb7d42a3a2c48e005b89b7560de01ef 244530
libc++1_1.0~svn205159-1_amd64.deb
e9362026adf79a098606058e3e79993be0ce3960 555770
libc++-dev_1.0~svn205159-1_amd64.deb
142224eb4a423e376ba479987467241fa42b74bd 673352
libc++-test_1.0~svn205159-1_amd64.deb
aff61e49b03c7e07f17d10f0e729a4a5a929e26b 95760
libc++abi1_1.0~svn205159-1_amd64.deb
6d8266ebb1daf1d6ac72a4eb30dc5209a71ccdc7 106178
libc++abi-dev_1.0~svn205159-1_amd64.deb
b21d604838be536e1b15732bc566b6e4857a9f56 442268
libc++abi-test_1.0~svn205159-1_amd64.deb
3789f3e49469d84447a61911049f0d56027667fe 4972
libc++-helpers_1.0~svn205159-1_all.deb
Checksums-Sha256:
690bb696bc3fe6f7a192dfc4219c74fb04aed7e771687c24fb0c4eecece453c4 2265
libc++_1.0~svn205159-1.dsc
b923e590040f38ca615cc4aa6e0b77e038435abac38b9ac4043ad6ca0b4abafc 2039180
libc++_1.0~svn205159.orig.tar.gz
faaf0f1c066c59c315f340ba3857ba7d979f5c3288656419e01e20863a359e7b 11084
libc++_1.0~svn205159-1.debian.tar.xz
5d2a1623a7dd1e06c4ad70c4d6b3440cee57ac506735a0eea0c6b34fa17836a2 244530
libc++1_1.0~svn205159-1_amd64.deb
1a40e3c41f5f968f2bd1726910184b4ed8f28a7dfbc0f3715c1346ce6722a522 555770
libc++-dev_1.0~svn205159-1_amd64.deb
a2ba76551d341829c795344d4af92fd9437acc2b081dd84fe245a4376e5c5b64 673352
libc++-test_1.0~svn205159-1_amd64.deb
866d21f5ff499bfc2a744b907a2a6e95b271a8877622f9a1942ab141fec909b5 95760
libc++abi1_1.0~svn205159-1_amd64.deb
cd214757cbfd4089896bc2473f858f31033581c037955154c0f92fd113c5cc9c 106178
libc++abi-dev_1.0~svn205159-1_amd64.deb
ea864c28fb4dd6f5a060f5845001e71477fd32df004ecab8ba6b21b97838d3a0 442268
libc++abi-test_1.0~svn205159-1_amd64.deb
c857b6a58c344ef275007760854ea1631485dd4bf46f04cfed01360d71332671 4972
libc++-helpers_1.0~svn205159-1_all.deb
Files:
b41469ce4f646633e2076f56b9dcb895 2265 libs extra libc++_1.0~svn205159-1.dsc
8401a4ae4bee5cf3fbcabb7fd0af4356 2039180 libs extra
libc++_1.0~svn205159.orig.tar.gz
a33a958536b08e5372d27b43001149e9 11084 libs extra
libc++_1.0~svn205159-1.debian.tar.xz
a331b0d6a13b6ff9043d075f786c3829 244530 libs extra
libc++1_1.0~svn205159-1_amd64.deb
9f0865d543811f5c2f35c2957ae7d84c 555770 libdevel extra
libc++-dev_1.0~svn205159-1_amd64.deb
69a6889896fac6d3632664be74dff660 673352 libs extra
libc++-test_1.0~svn205159-1_amd64.deb
ee79e104233d84577e67f09392461a89 95760 libs extra
libc++abi1_1.0~svn205159-1_amd64.deb
ac7365fc7987d16e1920af954f392a73 106178 libdevel extra
libc++abi-dev_1.0~svn205159-1_amd64.deb
405331797eec2b34fbaf7b0507f7efd1 442268 libs extra
libc++abi-test_1.0~svn205159-1_amd64.deb
61a620540dc00d9f3c3d4396b3b1a77b 4972 libs extra
libc++-helpers_1.0~svn205159-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJTOHD5AAoJEH5lKNp1LxvhtbwP/A7aaxIVVyvyQMByjvW10z8J
sFQCaNDOgu86rFpDFplh8I2qKy3G+u0exfhgMadmuLJQ8sJRkhFAqDX2jcqUYZIl
2IG0gSfMW+j3eQN5lPgqGHb4VC2NWZFMlJRe28IwQGY1SAyKbuaXLgupJvwU79JA
ex+0sKTLtyQj5yFchHNShd5Vg6w0eNbIKVD6MJQFWIOkpWdfTQT56F1Djwvjqllt
phey6XzlGHFfRD1RL10CejOBBFivKQvXw30heSNRd8CUI82uf0jqNoV5pdOyMvhp
n2jcNHE7EWuJWCV/hUD6hyYYqpqpxpU94XYMBfnplgPKg4FYvjKtogeCe5e9yXu1
WiFq1PFOYr8xPmHoB/LCfRJhWPr52sWwEixp7RJXMMVvJ7gWCxW0ofZ09eP8MTTA
QPsjweIJ8un6EcBqMG5KP4mUaMT9STKokoZIfWsLBMAGGVhhXojzdGnLIEMrFy7N
XnHXbQ8AsTLvc4T/cmpZ//Jf5jmS+sTEKT9Uboyfqq0hANxljMcZp0uZSp4LqbGb
Vfre9V47G4g0nVjINL3fGvjCavXBZvJaZ7dUnx78hKfkWUX4ozbXpwQaJEmOzj+E
cAq+m3k97KCy/kq7UYUCcMUvrZr2moPWIogCPg6bwstYrLyhH4dqTG83TH75zUm9
WK7dblRkqgy8Py32JuYp
=IsGV
-----END PGP SIGNATURE-----
--- End Message ---