Your message dated Sat, 05 Sep 2015 22:08:17 +0000
with message-id <[email protected]>
and subject line Bug#778139: fixed in tbb 4.3~20150611-0.1
has caused the Debian Bug report #778139,
regarding tbb: ftbfs with GCC-5
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.)


-- 
778139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778139
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tbb
Version: 4.2~20140122-5
Severity: normal
Tags: sid stretch
User: [email protected]
Usertags: ftbfs-gcc-5

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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/tbb_4.2~20140122-5_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
g++ -o test_fast_random.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64    -Wall -Wno-parentheses -Wno-non-virtual-dtor -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   
-I../../src -I../../src/rml/include -I../../include -I. 
../../src/test/test_fast_random.cpp
g++ -o test_assembly.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. ../../src/test/test_assembly.cpp
g++ -o test_tbb_fork.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. ../../src/test/test_tbb_fork.cpp
g++ -o test_assembly_compiler_builtins.o -c -MMD -DTBB_USE_DEBUG 
-DDO_ITT_NOTIFY -g -O0 -DUSE_PTHREAD -m64    -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D__TBB_TEST_BUILTINS=1   
-I../../src -I../../src/rml/include -I../../include -I. 
../../src/test/test_assembly.cpp
g++ -o test_aligned_space.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. 
../../src/test/test_aligned_space.cpp
g++ -o test_atomic.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. ../../src/test/test_atomic.cpp
g++ -o test_atomic_pic.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -D__TBB_TEST_PIC=1   
-I../../src -I../../src/rml/include -I../../include -I. 
../../src/test/test_atomic.cpp
g++ -o test_atomic_compiler_builtins.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY 
-g -O0 -DUSE_PTHREAD -m64    -Wall -Wshadow -Wcast-qual -Woverloaded-virtual 
-Wnon-virtual-dtor  -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -D__TBB_TEST_BUILTINS=1   
-I../../src -I../../src/rml/include -I../../include -I. 
../../src/test/test_atomic.cpp
g++ -o test_blocked_range.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. 
../../src/test/test_blocked_range.cpp
g++ -o test_blocked_range2d.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. 
../../src/test/test_blocked_range2d.cpp
g++ -o test_blocked_range3d.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. 
../../src/test/test_blocked_range3d.cpp
g++ -o test_concurrent_queue.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. 
../../src/test/test_concurrent_queue.cpp
g++ -o test_concurrent_vector.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. 
../../src/test/test_concurrent_vector.cpp
g++ -o test_concurrent_unordered.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g 
-O0 -DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. 
../../src/test/test_concurrent_unordered.cpp
g++ -o test_concurrent_unordered_secondary.o -c -MMD -DTBB_USE_DEBUG 
-DDO_ITT_NOTIFY -g -O0 -DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow 
-Wcast-qual -Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-D__TBB_TEST_SECONDARY=1   -I../../src -I../../src/rml/include -I../../include 
-I. ../../src/test/test_concurrent_unordered.cpp
g++ -o test_concurrent_hash_map.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g 
-O0 -DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. 
../../src/test/test_concurrent_hash_map.cpp
g++ -o test_enumerable_thread_specific.o -c -MMD -DTBB_USE_DEBUG 
-DDO_ITT_NOTIFY -g -O0 -DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow 
-Wcast-qual -Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   
-I../../src -I../../src/rml/include -I../../include -I. 
../../src/test/test_enumerable_thread_specific.cpp
g++ -o test_handle_perror.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. 
../../src/test/test_handle_perror.cpp
g++ -o test_halt.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 -DUSE_PTHREAD 
-m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual -Woverloaded-virtual 
-Wnon-virtual-dtor  -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. ../../src/test/test_halt.cpp
g++ -c -MMD -o test_model_plugin_dll.o -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64 -Wall -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -D_USRDLL -I../../src 
-I../../src/rml/include -I../../include -I. ../../src/test/test_model_plugin.cpp
g++ -o test_model_plugin.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64 -Wall -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. ../../src/test/test_model_plugin.cpp
g++ -o test_mutex.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g -O0 
-DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. ../../src/test/test_mutex.cpp
g++ -o test_mutex_native_threads.o -c -MMD -DTBB_USE_DEBUG -DDO_ITT_NOTIFY -g 
-O0 -DUSE_PTHREAD -m64   -DTEST_USES_TBB=1 -Wall -Wshadow -Wcast-qual 
-Woverloaded-virtual -Wnon-virtual-dtor  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -I../../src 
-I../../src/rml/include -I../../include -I. 
../../src/test/test_mutex_native_threads.cpp
In file included from /usr/lib/gcc/x86_64-linux-gnu/5/include/immintrin.h:85:0,
                 from ../../include/tbb/machine/gcc_itsx.h:69,
                 from ../../include/tbb/machine/gcc_ia32_common.h:97,
                 from ../../include/tbb/machine/linux_intel64.h:36,
                 from ../../include/tbb/tbb_machine.h:246,
                 from ../../include/tbb/aligned_space.h:33,
                 from ../../include/tbb/spin_mutex.h:34,
                 from ../../src/test/test_mutex.cpp:43:
/usr/lib/gcc/x86_64-linux-gnu/5/include/xtestintrin.h: In function 'bool 
IsInsideTx()':
/usr/lib/gcc/x86_64-linux-gnu/5/include/xtestintrin.h:41:1: error: inlining 
failed in call to always_inline 'int _xtest()': target specific option mismatch
 _xtest (void)
 ^
In file included from ../../src/test/test_mutex.cpp:557:0:
../../src/test/harness_tsx.h:40:43: error: called from here
     return __TBB_machine_is_in_transaction() != 0;
                                           ^
make[2]: *** [test_mutex.o] Error 1
make[2]: *** Waiting for unfinished jobs....
../../build/common_rules.inc:85: recipe for target 'test_mutex.o' failed
make[2]: Leaving directory 
'/«PKGBUILDDIR»/build/linux_intel64_gcc_cc5.0.0_libc2.19_kernel3.2.0_debug'
make[1]: *** [test] Error 2
Makefile:52: recipe for target 'test' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_test: make -j10 test returned exit code 2
make: *** [build-arch] Error 2
debian/rules:12: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: tbb
Source-Version: 4.3~20150611-0.1

We believe that the bug you reported is fixed in the latest version of
tbb, 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.
Matthias Klose <[email protected]> (supplier of updated tbb 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: Sat, 05 Sep 2015 19:06:39 +0200
Source: tbb
Binary: libtbb-dev libtbb2 libtbb2-dbg libtbb-doc tbb-examples
Architecture: source amd64 all
Version: 4.3~20150611-0.1
Distribution: unstable
Urgency: medium
Maintainer: Steve Capper <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
 libtbb-dev - parallelism library for C++ - development files
 libtbb-doc - parallelism library for C++ - documentation
 libtbb2    - parallelism library for C++ - runtime files
 libtbb2-dbg - parallelism library for C++ - debugging symbols
 tbb-examples - parallelism library for C++ - example files
Closes: 748876 751689 778139 779553 787084
Changes:
 tbb (4.3~20150611-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Matthias Klose ]
   * Upload version from experimental to sid, fixing build with GCC 5.
     Closes: #778139.
   * The architecture list is now marked as linux-any. Closes: #748876.
   * Multiarchify the packages (Marc Glisse). Closes: #751689.
   * The new upstream fixes the check for __TBB_CPP11_TYPE_PROPERTIES_PRESENT.
     Closes: #779553.
 .
   [ Adam Conrad ]
   * gcc-atomic-detection.patch: Fix the gcc atomic detection to work for
     gcc-5.x and up, as well as adding -latomic to LIBS (closes: #787084)
   * gcc-atomic-always.patch: Always define TBB_USE_GCC_BUILTINS for GCC.
   * debian/tbb.pc.in: Add -latomic to the pkg-config file for the above.
Checksums-Sha1:
 23e88fa18ae539534dd910c11e815845a5c996a3 2011 tbb_4.3~20150611-0.1.dsc
 69b84a17270b7aa3cf8cd087cc24149ddca07d0d 10300 
tbb_4.3~20150611-0.1.debian.tar.xz
 8bb6a67f1152ff242792a4c5e50e379eb86da08b 236390 
libtbb-dev_4.3~20150611-0.1_amd64.deb
 ab2de8d35dab53fcad6b25387bf9b013b71ce8d3 373870 
libtbb-doc_4.3~20150611-0.1_all.deb
 bd2c5c84c61e7cf3aa970813241ecce7ba0e59d6 889486 
libtbb2-dbg_4.3~20150611-0.1_amd64.deb
 5dd023840b086251fd36f3ede63fabde4fa8886b 136476 
libtbb2_4.3~20150611-0.1_amd64.deb
 b9fdd518f96857eb4796a2b28d508567cba26524 932800 
tbb-examples_4.3~20150611-0.1_amd64.deb
Checksums-Sha256:
 849292f5ca48e907e8e7f5ca0566870fb0e1b13621712ea57c4e5e0b25399d30 2011 
tbb_4.3~20150611-0.1.dsc
 2da015c30f1cc9532027d687d28832ff5cb99c5126fe05529d1ced98512e1856 10300 
tbb_4.3~20150611-0.1.debian.tar.xz
 5e4b4399927089ef095acb00add8bf3a0d4e38c66f0332b08ac6795299d2db24 236390 
libtbb-dev_4.3~20150611-0.1_amd64.deb
 ab2ae63bbdfb0f18b848455a4f6e6a1a19743edcc46e663e712507825cd9219d 373870 
libtbb-doc_4.3~20150611-0.1_all.deb
 fe6fa0ad4fb0ba79d49920433be681bdf2e40bc42f1cbe9df79ec60645fbdd00 889486 
libtbb2-dbg_4.3~20150611-0.1_amd64.deb
 67e3b7ba4fca75b4aa5a0b8bd74a0be74618f168401364c7274db8131a0ece80 136476 
libtbb2_4.3~20150611-0.1_amd64.deb
 13f2102094a19c31594baa4b03edd7f1b793e00b1c46e4e368241025cb10bf50 932800 
tbb-examples_4.3~20150611-0.1_amd64.deb
Files:
 7137b8b2bede9cbd7bb8130fd0a1d4a2 2011 libs extra tbb_4.3~20150611-0.1.dsc
 e56347681bca25537ff3dd03a183a324 10300 libs extra 
tbb_4.3~20150611-0.1.debian.tar.xz
 44bcaf147a1a92be224f26e3a08d3dce 236390 libdevel extra 
libtbb-dev_4.3~20150611-0.1_amd64.deb
 f0b394fbebf87ae051b1c9706c364110 373870 doc extra 
libtbb-doc_4.3~20150611-0.1_all.deb
 f09dd51ab67f2bd53e445cab1a85fe81 889486 debug extra 
libtbb2-dbg_4.3~20150611-0.1_amd64.deb
 09665b953a6bc3bfc95707baa5ef8f1f 136476 libs extra 
libtbb2_4.3~20150611-0.1_amd64.deb
 c7647c7590ecc838226118c57be45215 932800 doc extra 
tbb-examples_4.3~20150611-0.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJV6zD3AAoJEL1+qmB3j6b1CUQQAITTV8eiYmlxhqTESCE8Mcu1
4BpzWAdjO2DjPTnH982VS3j8eTNgmc6c7JMkWajrbPHs1k5EPNTaGAY6JzRbuf/j
I/hRWLgSTxe/qz84dAy+T04sh+jEJxp1heyWkPQry6bLIMM470uNmsxqJ/pS2bI+
mV9EwZSmGkMdUZLQBrUn+xg5gGtjC6Cvso5ymR9FuIavF9KCFMxN5DdBVNDDqrno
IyILrQlEtyay+mpEqni9tHIagv19NR28C2qMkKqWxIBQ/r74qgkcD8WdQwhtmi70
fhCEsBhNBsGpE4gkzd1M5OMxEeGIGX4WvtB3LMQOFHXKf/G1SLQFGi7JYnCHa8XY
8jQ+uftmblRHNlygLY3VKqekjZGXemRnRGM/wPoV0Q4c503vWg2YcKCQP74IDxk0
/V1D/af0pKuUp8R2CxBYrrf4p3p/aV7oDjGYVGkllmECftl3/TXUOEKxG6wbn5VB
m6Ng9ITbOdEixkng5N1101vqHRA9ZnMC/qmnXdYGY3P0XEPWolFHT1+72oWZn3xK
NM/gEklJW4Km9FOHmWtQuG+vH2irClf7fkcZgnUTyZTKXyB5Oq8Vcp+VKZweFESC
BeL6QSKcCyPYbfhUVQqc08c2U+NpBSue3OIMOpZ53iT+yVB64jzsvZSVFVqFCIGy
ySaUBnYp27a2AYJ4vCas
=EAXU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to