Your message dated Sun, 28 Sep 2014 21:50:28 +0000 with message-id <[email protected]> and subject line Bug#761193: fixed in libc++ 3.5-2 has caused the Debian Bug report #761193, regarding libc++ fails to build on armel and armhf 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.) -- 761193: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761193 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:libc++ Version: 3.5-1 Severity: serious Tags: sid jessie the build system could also need some love to stop on errors. make[1]: Entering directory '/build/libc++-_RtcTT/libc++-3.5' cd libcxxabi/lib; ./buildit; ln -s libc++abi.so.1.0 libc++abi.so;\ ln -s libc++abi.so.1.0 libc++abi.so.1; + clang++ -c -g -O3 -fPIC -std=c++11 -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2 -Wsign-conversion -Wshadow -Wconversion -Wunused-variable -Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags -Wmissing-braces -Wshorten-64-to-32 -Wsign-compare -Wstrict-aliasing=2 -Wstrict-overflow=4 -Wunused-parameter -Wnewline-eof -I../include -I../../libcxx/include ../src/abort_message.cpp + clang++ -c -g -O3 -fPIC -std=c++11 -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2 -Wsign-conversion -Wshadow -Wconversion -Wunused-variable -Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags -Wmissing-braces -Wshorten-64-to-32 -Wsign-compare -Wstrict-aliasing=2 -Wstrict-overflow=4 -Wunused-parameter -Wnewline-eof -I../include -I../../libcxx/include ../src/cxa_aux_runtime.cpp + clang++ -c -g -O3 -fPIC -std=c++11 -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2 -Wsign-conversion -Wshadow -Wconversion -Wunused-variable -Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags -Wmissing-braces -Wshorten-64-to-32 -Wsign-compare -Wstrict-aliasing=2 -Wstrict-overflow=4 -Wunused-parameter -Wnewline-eof -I../include -I../../libcxx/include ../src/cxa_default_handlers.cpp + clang++ -c -g -O3 -fPIC -std=c++11 -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2 -Wsign-conversion -Wshadow -Wconversion -Wunused-variable -Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags -Wmissing-braces -Wshorten-64-to-32 -Wsign-compare -Wstrict-aliasing=2 -Wstrict-overflow=4 -Wunused-parameter -Wnewline-eof -I../include -I../../libcxx/include ../src/cxa_demangle.cpp + clang++ -c -g -O3 -fPIC -std=c++11 -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2 -Wsign-conversion -Wshadow -Wconversion -Wunused-variable -Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags -Wmissing-braces -Wshorten-64-to-32 -Wsign-compare -Wstrict-aliasing=2 -Wstrict-overflow=4 -Wunused-parameter -Wnewline-eof -I../include -I../../libcxx/include ../src/cxa_exception.cpp ../src/cxa_exception.cpp:261:24: error: unknown type name '_Unwind_Control_Block' static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); ^ ../src/cxa_exception.cpp:261:65: error: member reference base type 'void' is not a structure or union static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ ../src/cxa_exception.cpp:415:71: error: no member named 'barrier_cache' in '_Unwind_Exception' return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 3 errors generated.
--- End Message ---
--- Begin Message ---Source: libc++ Source-Version: 3.5-2 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sylvestre Ledru <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 28 Sep 2014 23:01:19 +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: 3.5-2 Distribution: unstable Urgency: medium Maintainer: LLVM Packaging Team <[email protected]> Changed-By: Sylvestre Ledru <[email protected]> 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: 760542 761193 762354 Changes: libc++ (3.5-2) unstable; urgency=medium . * Remove a useless patch libcxx-use_libcxxabi.patch (Closes: #762354) * g++-libc++ helper now manages option -pthread (Closes: #760542) Thanks to Miles Bader for the patch * Fix the FTBFS under ARM/ARMHF by disabling the ARM EHABI exception handling (Closes: #761193) * Fails the build in case of error * Fix some files layout issues Checksums-Sha1: 41eb74b8a9653ef527b0c5be0dda30d7e216e679 2242 libc++_3.5-2.dsc b8116ecf5ef981b31c6dd4648b81d2ef2b81fb40 12484 libc++_3.5-2.debian.tar.xz 1b2b0e9736246734556797f1a8935e9f22eaae78 244460 libc++1_3.5-2_amd64.deb a529129743b1094a9d3bb67c28dceccc44ee7f0c 562036 libc++-dev_3.5-2_amd64.deb d23c2b66af16f33b783bc97154ccf531b98c6f8a 703006 libc++-test_3.5-2_amd64.deb c5813a1fbecbde119d026e27d12286a2767b2bb6 93914 libc++abi1_3.5-2_amd64.deb 195f10d59d3628a53705a4c1018f3273adb7db15 104134 libc++abi-dev_3.5-2_amd64.deb 6050adb49dda00ce13469189688a5a34d294a179 448748 libc++abi-test_3.5-2_amd64.deb ca74958b34592bbeb55cfc242154316ed1219bd1 5452 libc++-helpers_3.5-2_all.deb Checksums-Sha256: ed9896780362a30f9be1be983f483a444adbea23e6f13e9e364d1ddee4c12f2a 2242 libc++_3.5-2.dsc 76f77ee89d25adfdd53e5ec64989fa4354fed3b5db4937bc7cf883efdc264f8c 12484 libc++_3.5-2.debian.tar.xz 952c074a45a2428ae99ba43b51a98687e9b5b33d40ca7eef6438bdf1f9f59749 244460 libc++1_3.5-2_amd64.deb cb202dc2190c353dee76e619e714cd9c6d429f03b95c353119449cea8776f815 562036 libc++-dev_3.5-2_amd64.deb c33436aa5ba1279e5eacfa1036f736e8f36262d7976daeab9a2540629c7e639b 703006 libc++-test_3.5-2_amd64.deb 22e8fed920c6f4eb71e90a9da9c0106fa8e24e6363635ba7933a49075141bccb 93914 libc++abi1_3.5-2_amd64.deb 1d933c8ad8e61dcaa2e00c5b14d205067f981c82b2a4c9a63b2c43368a50dd09 104134 libc++abi-dev_3.5-2_amd64.deb 6e3dc29b8fd49d90eba7bcc216da534d785a66b5a8b294ad2e7cc514e3154bdf 448748 libc++abi-test_3.5-2_amd64.deb b9e77cb13e74b5fb171794158cdd35854b4f3e958035d44acdb5f11eb0231558 5452 libc++-helpers_3.5-2_all.deb Files: 30f9b945f65d5d140ea47d6504a51f63 244460 libs extra libc++1_3.5-2_amd64.deb d53281e4fffa3f97cc7660ccbbb30998 562036 libdevel extra libc++-dev_3.5-2_amd64.deb 2fe1fcfb90d1f9f4a19b60ef9c17ecd9 703006 libs extra libc++-test_3.5-2_amd64.deb 88bb5df1fdef3cf5e9d88ff643df26ff 93914 libs extra libc++abi1_3.5-2_amd64.deb d175ef53bf3261485aafcc831dbf64b7 104134 libdevel extra libc++abi-dev_3.5-2_amd64.deb ca513f57654363607e612a0b57f06d4e 448748 libs extra libc++abi-test_3.5-2_amd64.deb 6f33049be60a26fd224cf379e9ed6959 5452 libs extra libc++-helpers_3.5-2_all.deb a9bb2d45fb97511e80314cd97aecb20d 2242 libs extra libc++_3.5-2.dsc c1ab99d4f657286ab0ffad1ff01370d2 12484 libs extra libc++_3.5-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJUKIHDAAoJEH5lKNp1LxvhQ8cQAJ8v+HULo3PD0Dc+DvzcdQyF LdNVLKvuWz01AjZuswZetjUggot9QtSZxdvHbb5tU5qjtNEYeS3NyrffgSpDzUmZ QspheBZGeS4MU1UdOYyoD2EkD3qwL+obN13AplYvg3I+ItHz4QccglSeln4AIivs oaVQOcbKcyXn1oCcEpsk9qPPAdbqNnpTG0etWknbN3FDffp7qCpvcN6ZeocXSIh+ AWzN5T7dqXgn0f+nfEmN8lHrukVI7gYJ9R1k+ldSURgxJ7dyintCZ+aDKWmLIWX8 kD1SXEMjDe6+LzP7bjAl+hWYo3lwqcAcbDodCX2KpLQBUSmMPOwKweaJFZbW22O1 mKNe+GoGUbW26XkEx18/YqYaM4ET6+WihJN+f0tgV+Ul1NHyrz0+oMnlixJKSVTW fI1g3yiDRpEnIcqlabrY8vWbAQj4527CRM/ko0jOsSGiIpdLxE+f13Pf+03aAR11 y/pWBrrq33zjTg4jubrlbspUZuowTywHH5kUItkk018O5ru9acXFYYyMeA1SJ8J0 UxE0gZOPgDAZFptifFsDD3827saJKEDWnv4VlhJO47gYcilReVn2/Eu8siSzoQXx KwBeCkss0rRDpefEHzqHcX8JlmbsivRrrXFudZ0107ddkqkL0E5Ke3mHnPaC9N6N 4gYW2E6VMumDCnJMLQi8 =arl1 -----END PGP SIGNATURE-----
--- End Message ---

