Bug#844855: gcc-5: FTBFS: conftest.c:136: undefined reference to `setproctitle'
Hi, Just for the record: I can still reproduce this failure. Lucas
Bug#844855: gcc-5: FTBFS: conftest.c:136: undefined reference to `setproctitle'
On Sat, Dec 03, 2016 at 10:08:33AM +0100, Lucas Nussbaum wrote: > Just for the record: I can still reproduce this failure. Then, IMHO, you should reopen the bug. I bet it's a Makefile bug related to parallel building, because my autobuilders are single-CPU and I also have this in my .sbuilrc file: $ENV{'DEB_BUILD_OPTIONS'} = 'parallel=1'; and gcc-5 builds ok for me. Can you try putting that in .sbuildrc and see if the problem disappear? That would confirm that it's a Makefile bug, I think. Thanks.
Bug#844855: gcc-5: FTBFS: conftest.c:136: undefined reference to `setproctitle'
On 03.12.2016 10:41, Santiago Vila wrote: > On Sat, Dec 03, 2016 at 10:08:33AM +0100, Lucas Nussbaum wrote: > >> Just for the record: I can still reproduce this failure. > > Then, IMHO, you should reopen the bug. > > > I bet it's a Makefile bug related to parallel building, because my > autobuilders are single-CPU and I also have this in my .sbuilrc file: > > $ENV{'DEB_BUILD_OPTIONS'} = 'parallel=1'; > > and gcc-5 builds ok for me. > > Can you try putting that in .sbuildrc and see if the problem disappear? > > That would confirm that it's a Makefile bug, I think. I don't think so. https://buildd.debian.org/status/package.php?p=gcc-5 again doesn't show any build failures. Santiago, it's really annoying that you insist on a Makefile issue when no Makefile is involved. It's an an unreproducible GCC ICE: ../../src/gcc/reload1.c: In function 'void choose_reload_regs(insn_chain*)': ../../src/gcc/reload1.c:7185:1: internal compiler error: Segmentation fault } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. The bug is not reproducible, so it is likely a hardware or OS problem. Makefile:1077: recipe for target 'reload1.o' failed make[5]: *** [reload1.o] Error 1
Bug#844855: gcc-5: FTBFS: conftest.c:136: undefined reference to `setproctitle'
Sorry, did not see the part about internal compiler error in the buld log itself. Still amazed that you can be so sure that it's hardware related when he is using virtual machines. Thanks. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
Bug#844855: gcc-5: FTBFS: conftest.c:136: undefined reference to `setproctitle'
On 03.12.2016 11:58, Santiago Vila wrote: > Sorry, did not see the part about internal compiler error in the buld log > itself. Still amazed that you can be so sure that it's hardware related when > he is using virtual machines. The message reads: The bug is not reproducible, so it is likely a hardware or OS problem. The driver retries the build up to three times, and apparently succeeds (succeeding means here failing to reproduce the ICE). But maybe the build log analysis could be improved: - search for the 'unfinished' output from make, and add the lines before that message to the bug reports. - explicitly look for the gcc ICE messages
Processed: Re: Bug#846742: meson: FTBFS: ld: final link failed: Bad value
Processing commands for cont...@bugs.debian.org: > reassign 846742 gdc Bug #846742 [src:meson] meson: FTBFS: ld: final link failed: Bad value Bug reassigned from package 'src:meson' to 'gdc'. No longer marked as found in versions meson/0.36.0-1. Ignoring request to alter fixed versions of bug #846742 to the same values previously set > stop Stopping processing here. Please contact me if you need assistance. -- 846742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846742 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Results for 5.4.1 20161202 (Debian 5.4.1-4) testsuite on x86_64-pc-linux-gnu
LAST_UPDATED: Fri Dec 2 18:51:34 UTC 2016 (revision 243202) Target: x86_64-linux-gnu gcc version 5.4.1 20161202 (Debian 5.4.1-4) Native configuration is x86_64-pc-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/abi/abi-tag19.C -std=c++11 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++14 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++98 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for excess errors) FAIL: g++.dg/guality/pr55665.C -O2 line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -fomit-frame-pointer line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -g line 23 p == 40 XPASS: g++.dg/tls/thread_local-order2.C -std=c++11 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++14 execution test === g++ Summary for unix === # of expected passes94475 # of unexpected failures10 # of unexpected successes 2 # of expected failures 342 # of unsupported tests 3846 Running target unix/-fstack-protector FAIL: g++.dg/abi/abi-tag19.C -std=c++11 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++14 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++98 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for excess errors) FAIL: g++.dg/guality/pr55665.C -O2 line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -fomit-frame-pointer line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -g line 23 p == 40 XPASS: g++.dg/tls/thread_local-order2.C -std=c++11 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++14 execution test === g++ Summary for unix/-fstack-protector === # of expected passes94475 # of unexpected failures10 # of unexpected successes 2 # of expected failures 342 # of unsupported tests 3846 === g++ Summary === # of expected passes188950 # of unexpected failures20 # of unexpected successes 4 # of expected failures 684 # of unsupported tests 7692 /build/gcc-5-uz8vKh/gcc-5-5.4.1/build/gcc/xg++ version 5.4.1 20161202 (Debian 5.4.1-4) === gcc tests === Running target unix XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 execution test XPASS: gcc.dg/guality/example.c -O2 execution test XPASS: gcc.dg/guality/example.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test XPASS: gcc.dg/guality/guality.c -O0 execution test XPASS: gcc.dg/guality/guality.c -O1 execution test XPASS: gcc.dg/guality/guality.c -O2 execution test XPASS: gcc.dg/guality/guality.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test XPASS: gcc.dg/guality/guality.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test XPASS: gcc.dg/guality/guality.c -O3 -fomit-frame-pointer execution test XPASS: gcc.dg/guality/guality.c -O3 -g execution test XPASS: gcc.dg/guality/guality.c -Os execution test XPASS: gcc.dg/guality/inline-params.c -O2 execution test XPASS: gcc.dg/guality/inline-params.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test XPASS: gcc.dg/guality/inline-params.c -O3 -fomit-frame-pointer execution test XPASS: gcc.dg/guality/inline-params.c -O3 -g execution test XPASS: gcc.dg/guality/inline-params.c -Os execution test XPASS: gcc.dg/guality/pr41353-1.c -O0 line 28 j == 28 + 37 FAIL: gcc.dg/guality/pr41616-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test FAIL: gcc.dg/guality/pr43051-1.c -O2 line 35 v == 1 FAIL: gcc.dg/guality/pr43051-1.c -O2 line 36 e == &a[1] FAIL: gcc.dg/guality/pr43051-1.c -O2 line 39 c == &a[0] FAIL: gcc.dg/guality/pr43051-1.c -O2 line 40 v == 1 FAIL: gcc.dg/guality/pr43051-1.c -O2 line 41 e == &a[1] FAIL: gcc.dg/guality/pr43051-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 35 v == 1 FAIL: gcc.dg/guality/pr43051-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 36 e == &a[1] FAIL: gcc.dg/guality/pr43051-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 39 c == &a[0] FAIL: gcc.dg/guality/pr43051-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 40 v == 1 FAIL: gcc.dg/guality/pr43051-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none li
Results for 5.4.1 20161202 (Debian 5.4.1-4) testsuite on powerpc64le-unknown-linux-gnu
LAST_UPDATED: Fri Dec 2 18:51:34 UTC 2016 (revision 243202) Target: powerpc64le-linux-gnu gcc version 5.4.1 20161202 (Debian 5.4.1-4) Native configuration is powerpc64le-unknown-linux-gnu === g++ tests === Running target unix FAIL: c-c++-common/asan/null-deref-1.c -O2 output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O3 -fomit-frame-pointer output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O3 -g output pattern test FAIL: c-c++-common/asan/swapcontext-test-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors) FAIL: c-c++-common/asan/swapcontext-test-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors) FAIL: g++.dg/abi/abi-tag19.C -std=c++11 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++14 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++98 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/vla-initlist1.C -std=gnu++11 execution test FAIL: g++.dg/cpp1y/vla-initlist1.C -std=gnu++14 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++11 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++14 execution test FAIL: c-c++-common/ubsan/float-cast-overflow-8.c -O2 output pattern test FAIL: c-c++-common/ubsan/float-cast-overflow-8.c -O2 -flto -fno-use-linker-plugin -flto-partition=none output pattern test FAIL: c-c++-common/ubsan/float-cast-overflow-8.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects output pattern test === g++ Summary for unix === # of expected passes90206 # of unexpected failures19 # of unexpected successes 2 # of expected failures 342 # of unsupported tests 4059 Running target unix/-fstack-protector FAIL: c-c++-common/asan/null-deref-1.c -O2 output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O3 -fomit-frame-pointer output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O3 -g output pattern test FAIL: c-c++-common/asan/swapcontext-test-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors) FAIL: c-c++-common/asan/swapcontext-test-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors) FAIL: g++.dg/abi/abi-tag19.C -std=c++11 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++14 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++98 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for excess errors) FAIL: g++.dg/cpp1y/vla-initlist1.C -std=gnu++11 execution test FAIL: g++.dg/cpp1y/vla-initlist1.C -std=gnu++14 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++11 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++14 execution test FAIL: c-c++-common/ubsan/float-cast-overflow-8.c -O2 output pattern test FAIL: c-c++-common/ubsan/float-cast-overflow-8.c -O2 -flto -fno-use-linker-plugin -flto-partition=none output pattern test FAIL: c-c++-common/ubsan/float-cast-overflow-8.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects output pattern test === g++ Summary for unix/-fstack-protector === # of expected passes90206 # of unexpected failures19 # of unexpected successes 2 # of expected failures 342 # of unsupported tests 4059 === g++ Summary === # of expected passes180412 # of unexpected failures38 # of unexpected successes 4 # of expected failures 684 # of unsupported tests 8118 /build/gcc-5-S0rNtJ/gcc-5-5.4.1/build/gcc/xg++ version 5.4.1 20161202 (Debian 5.4.1-4) === gcc tests === Running target unix FAIL: c-c++-common/asan/misalign-1.c -O0 output pattern test FAIL: c-c++-common/asan/misalign-1.c -O1 output pattern test FAIL: c-c++-common/asan/misalign-1.c -O2 output pattern test FAIL: c-c++-com
Results for 5.4.1 20161202 (Debian 5.4.1-4) testsuite on aarch64-unknown-linux-gnu
LAST_UPDATED: Fri Dec 2 18:51:34 UTC 2016 (revision 243202) Native configuration is aarch64-unknown-linux-gnu === boehm-gc tests === Running target unix === boehm-gc Summary for unix === # of expected passes12 # of unsupported tests 1 Running target unix/-fstack-protector === boehm-gc Summary for unix/-fstack-protector === # of expected passes12 # of unsupported tests 1 === boehm-gc Summary === # of expected passes24 # of unsupported tests 2 === libatomic tests === Running target unix === libatomic Summary for unix === # of expected passes54 Running target unix/-fstack-protector === libatomic Summary for unix/-fstack-protector === # of expected passes54 === libatomic Summary === # of expected passes108 === libffi tests === Running target unix === libffi Summary for unix === # of expected passes2214 Running target unix/-fstack-protector === libffi Summary for unix/-fstack-protector === # of expected passes2214 === libffi Summary === # of expected passes4428 === libgo tests === Running target unix FAIL: math FAIL: time === libgo Summary === # of expected passes122 # of unexpected failures2 /build/gcc-5-Varwof/gcc-5-5.4.1/build/./gcc/gccgo version 5.4.1 20161202 (Debian 5.4.1-4) === libgomp tests === Running target unix === libgomp Summary for unix === # of expected passes5875 # of unsupported tests 296 Running target unix/-fstack-protector === libgomp Summary for unix/-fstack-protector === # of expected passes5875 # of unsupported tests 296 === libgomp Summary === # of expected passes11750 # of unsupported tests 592 === libitm tests === Running target unix === libitm Summary for unix === # of expected passes26 # of expected failures 3 # of unsupported tests 1 Running target unix/-fstack-protector === libitm Summary for unix/-fstack-protector === # of expected passes26 # of expected failures 3 # of unsupported tests 1 === libitm Summary === # of expected passes52 # of expected failures 6 # of unsupported tests 2 === libjava tests === Running target unix FAIL: Throw_2 execution - source compiled test FAIL: Throw_2 -findirect-dispatch execution - source compiled test FAIL: Throw_2 -O3 execution - source compiled test FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test === libjava Summary for unix === # of expected passes2574 # of unexpected failures4 # of expected failures 4 # of untested testcases 4 Running target unix/-fstack-protector FAIL: Throw_2 execution - source compiled test FAIL: Throw_2 -findirect-dispatch execution - source compiled test FAIL: Throw_2 -O3 execution - source compiled test FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test === libjava Summary for unix/-fstack-protector === # of expected passes2574 # of unexpected failures4 # of expected failures 4 # of untested testcases 4 === libjava Summary === # of expected passes5148 # of unexpected failures8 # of expected failures 8 # of untested testcases 8 === libstdc++ tests === Running target unix FAIL: 22_locale/numpunct/members/char/3.cc execution test FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test FAIL: 27_io/basic_ios/copyfmt/char/1.cc execution test FAIL: 27_io/basic_ios/exceptions/char/1.cc execution test FAIL: 27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit.cc execution test FAIL: 27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit.cc execution test FAIL: 27_io/basic_istream/extractors_other/char/exceptions_null.cc execution test FAIL: 27_io/basic_istream/extractors_other/wchar_t/exceptions_null.cc execution test FAIL: 27_io/basic_istream/sentry/char/12297.cc execution test FAIL: 27_io/basic_istream/sentry/wchar_t/12297.cc execution test FAIL: 27_io/basic_ostream/inserters_other/char/exceptions_null.cc execution test FAIL: 27_io/basic_ostream/inserters_other/wchar_t/exceptions_null.cc execution test FAIL: 27_io/ios_base/storage/2.cc execution test === libstdc++ Summary for unix === # of expected passes10555 # of unexpected failures13 # of expected failures 65 # of unsupported tests 264 Run
Results for 5.4.1 20161202 (Debian 5.4.1-4) testsuite on i686-pc-linux-gnu
LAST_UPDATED: Fri Dec 2 18:51:34 UTC 2016 (revision 243202) Target: i686-linux-gnu gcc version 5.4.1 20161202 (Debian 5.4.1-4) Native configuration is i686-pc-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/abi/abi-tag19.C -std=c++11 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++14 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++98 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for excess errors) FAIL: g++.dg/guality/pr55665.C -O2 line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -fomit-frame-pointer line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -g line 23 p == 40 XPASS: g++.dg/tls/thread_local-order2.C -std=c++11 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++14 execution test === g++ Summary for unix === # of expected passes92913 # of unexpected failures10 # of unexpected successes 2 # of expected failures 342 # of unsupported tests 3589 Running target unix/-fstack-protector FAIL: g++.dg/abi/abi-tag19.C -std=c++11 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++14 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++98 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for excess errors) FAIL: g++.dg/guality/pr55665.C -O2 line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -fomit-frame-pointer line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -g line 23 p == 40 XPASS: g++.dg/tls/thread_local-order2.C -std=c++11 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++14 execution test === g++ Summary for unix/-fstack-protector === # of expected passes92913 # of unexpected failures10 # of unexpected successes 2 # of expected failures 342 # of unsupported tests 3589 === g++ Summary === # of expected passes185826 # of unexpected failures20 # of unexpected successes 4 # of expected failures 684 # of unsupported tests 7178 /build/gcc-5-DwBCs7/gcc-5-5.4.1/build/gcc/xg++ version 5.4.1 20161202 (Debian 5.4.1-4) === gcc tests === Running target unix FAIL: gcc.dg/pr45352-1.c (test for excess errors) FAIL: gcc.dg/pr63914.c (test for excess errors) XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 execution test XPASS: gcc.dg/guality/guality.c -O0 execution test XPASS: gcc.dg/guality/guality.c -O1 execution test XPASS: gcc.dg/guality/guality.c -O2 execution test XPASS: gcc.dg/guality/guality.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test XPASS: gcc.dg/guality/guality.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test XPASS: gcc.dg/guality/guality.c -O3 -fomit-frame-pointer execution test XPASS: gcc.dg/guality/guality.c -O3 -g execution test XPASS: gcc.dg/guality/guality.c -Os execution test XPASS: gcc.dg/guality/inline-params.c -O2 execution test XPASS: gcc.dg/guality/inline-params.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test XPASS: gcc.dg/guality/inline-params.c -O3 -fomit-frame-pointer execution test XPASS: gcc.dg/guality/inline-params.c -O3 -g execution test XPASS: gcc.dg/guality/inline-params.c -Os execution test XPASS: gcc.dg/guality/pr41353-1.c -O0 line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -Os line 28 j == 28 + 37 FAIL: gcc.dg/guality/pr41447-1.c -O2 execution test FAIL: gcc.dg/guality/pr41447-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test FAIL: gcc.dg/guality/pr41447-1.c -O3 -fomit-frame-pointer execution test FAIL: gcc.dg/guality/pr41447-1.c -O3 -g execution test FAIL: gcc.dg/guality/pr41616-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test FAIL: gcc.dg/guality/pr43177.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 15 l == 10 FAIL: gcc.dg/guality/pr43177.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 15 x == 7 FAIL: gcc.dg/guality/pr43479.c -O1 line 13 h == 9 FAIL: gcc.dg/guality/pr43479.c -O1 line 18 h == 9 FAIL: gcc.dg/guality/pr43479.c -O2 line 13 h == 9 FAIL: gcc.dg/guality/pr43479.c -O2 line 18 h == 9 FAIL: gcc.dg/guality/pr43479.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 13 h == 9 F
Results for 5.4.1 20161202 (Debian 5.4.1-4) testsuite on s390x-ibm-linux-gnu
LAST_UPDATED: Fri Dec 2 18:51:34 UTC 2016 (revision 243202) Target: s390x-linux-gnu gcc version 5.4.1 20161202 (Debian 5.4.1-4) Native configuration is s390x-ibm-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/abi/abi-tag19.C -std=c++11 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++14 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++98 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/const9.C -std=c++11 scan-assembler-not rodata FAIL: g++.dg/init/const9.C -std=c++14 scan-assembler-not rodata FAIL: g++.dg/init/const9.C -std=c++98 scan-assembler-not rodata FAIL: g++.dg/guality/pr55665.C -O2 line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -fomit-frame-pointer line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -g line 23 p == 40 XPASS: g++.dg/tls/thread_local-order2.C -std=c++11 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++14 execution test === g++ Summary for unix === # of expected passes85178 # of unexpected failures13 # of unexpected successes 2 # of expected failures 286 # of unsupported tests 3777 Running target unix/-fstack-protector FAIL: g++.dg/abi/abi-tag19.C -std=c++11 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++14 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++98 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for excess errors) FAIL: g++.dg/init/const9.C -std=c++11 scan-assembler-not rodata FAIL: g++.dg/init/const9.C -std=c++14 scan-assembler-not rodata FAIL: g++.dg/init/const9.C -std=c++98 scan-assembler-not rodata FAIL: g++.dg/guality/pr55665.C -O2 line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -fomit-frame-pointer line 23 p == 40 FAIL: g++.dg/guality/pr55665.C -O3 -g line 23 p == 40 XPASS: g++.dg/tls/thread_local-order2.C -std=c++11 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++14 execution test === g++ Summary for unix/-fstack-protector === # of expected passes85178 # of unexpected failures13 # of unexpected successes 2 # of expected failures 286 # of unsupported tests 3777 === g++ Summary === # of expected passes170356 # of unexpected failures26 # of unexpected successes 4 # of expected failures 572 # of unsupported tests 7554 /build/gcc-5-84Gmu8/gcc-5-5.4.1/build/gcc/xg++ version 5.4.1 20161202 (Debian 5.4.1-4) === gcc tests === Running target unix XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 execution test XPASS: gcc.dg/guality/example.c -O2 execution test XPASS: gcc.dg/guality/example.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test XPASS: gcc.dg/guality/guality.c -O0 execution test XPASS: gcc.dg/guality/guality.c -O1 execution test XPASS: gcc.dg/guality/guality.c -O2 execution test XPASS: gcc.dg/guality/guality.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test XPASS: gcc.dg/guality/guality.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test XPASS: gcc.dg/guality/guality.c -O3 -fomit-frame-pointer execution test XPASS: gcc.dg/guality/guality.c -O3 -g execution test XPASS: gcc.dg/guality/guality.c -Os execution test XPASS: gcc.dg/guality/inline-params.c -O2 execution test XPASS: gcc.dg/guality/inline-params.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test XPASS: gcc.dg/guality/inline-params.c -O3 -fomit-frame-pointer execution test XPASS: gcc.dg/guality/inline-params.c -O3 -g execution test XPASS: gcc.dg/guality/inline-params.c -Os execution test FAIL: gcc.dg/guality/pr36728-2.c -O2 line 18 *x == (char) 25 FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 18 *x == (char) 25 FAIL: gcc.dg/guality/pr36728-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 18 *x == (char) 25 FAIL: gcc.dg/guality/pr36728-2.c -O3 -fomit-frame-pointer line 18 *x == (char) 25 FAIL: gcc.dg/guality/pr36728-2.c -O3 -g line 18 *x == (char) 25 FAIL: gcc.dg/guality/pr36728-2.c -Os line 18 *x == (char) 25 XPASS: gcc.dg/guality/pr41353-1.c -O0 line 28 j == 28 + 37 FAIL: gcc.dg
Results for 5.4.1 20161202 (Debian 5.4.1-4) testsuite on arm-unknown-linux-gnueabi
LAST_UPDATED: Fri Dec 2 18:51:34 UTC 2016 (revision 243202) Native configuration is arm-unknown-linux-gnueabi === boehm-gc tests === Running target unix === boehm-gc Summary === # of expected passes12 # of unsupported tests 1 === libatomic tests === Running target unix === libatomic Summary === # of expected passes44 # of unsupported tests 5 === libffi tests === Running target unix === libffi Summary === # of expected passes2214 === libgo tests === Running target unix FAIL: bufio FAIL: bytes FAIL: errors FAIL: expvar FAIL: flag FAIL: fmt FAIL: html FAIL: image FAIL: io FAIL: log FAIL: math FAIL: mime FAIL: net FAIL: os FAIL: path FAIL: reflect FAIL: regexp FAIL: runtime FAIL: sort FAIL: strconv FAIL: strings FAIL: sync FAIL: syscall FAIL: time FAIL: unicode FAIL: archive/tar FAIL: archive/zip FAIL: container/heap FAIL: container/list FAIL: container/ring FAIL: crypto/aes FAIL: crypto/cipher FAIL: crypto/des FAIL: crypto/dsa FAIL: crypto/ecdsa FAIL: crypto/elliptic FAIL: crypto/hmac FAIL: crypto/md5 FAIL: crypto/rand FAIL: crypto/rc4 FAIL: crypto/rsa FAIL: crypto/sha1 FAIL: crypto/sha256 FAIL: crypto/sha512 FAIL: crypto/subtle FAIL: crypto/tls FAIL: crypto/x509 FAIL: database/sql FAIL: database/sql/driver FAIL: debug/dwarf FAIL: debug/elf FAIL: debug/macho FAIL: debug/pe FAIL: debug/plan9obj FAIL: encoding/ascii85 FAIL: encoding/asn1 FAIL: encoding/base32 FAIL: encoding/base64 FAIL: encoding/binary FAIL: encoding/csv FAIL: encoding/gob FAIL: encoding/hex FAIL: encoding/json FAIL: encoding/pem FAIL: encoding/xml FAIL: exp/proxy FAIL: exp/terminal FAIL: html/template FAIL: go/ast FAIL: go/doc FAIL: go/format FAIL: go/parser FAIL: go/printer FAIL: go/scanner FAIL: go/token FAIL: hash/adler32 FAIL: hash/crc32 FAIL: hash/crc64 FAIL: hash/fnv FAIL: image/color FAIL: image/draw FAIL: image/jpeg FAIL: image/png FAIL: index/suffixarray FAIL: io/ioutil FAIL: log/syslog FAIL: math/big FAIL: math/cmplx FAIL: math/rand FAIL: mime/multipart FAIL: net/http FAIL: net/http/cgi FAIL: net/http/cookiejar FAIL: net/http/fcgi FAIL: net/http/httptest FAIL: net/http/httputil FAIL: net/http/internal FAIL: net/mail FAIL: net/rpc FAIL: net/smtp FAIL: net/textproto FAIL: net/url FAIL: net/rpc/jsonrpc FAIL: old/regexp FAIL: old/template FAIL: os/exec FAIL: os/signal FAIL: os/user FAIL: path/filepath FAIL: regexp/syntax FAIL: runtime/pprof FAIL: sync/atomic FAIL: text/scanner FAIL: text/tabwriter FAIL: text/template FAIL: text/template/parse FAIL: testing/quick FAIL: unicode/utf16 FAIL: unicode/utf8 === libgo Summary === # of unexpected failures124 /build/gcc-5-nYm_cl/gcc-5-5.4.1/build/./gcc/gccgo version 5.4.1 20161202 (Debian 5.4.1-4) === libgomp tests === Running target unix === libgomp Summary === # of expected passes5875 # of unsupported tests 296 === libjava tests === Running target unix FAIL: Throw_2 execution - source compiled test FAIL: Throw_2 -findirect-dispatch execution - source compiled test FAIL: Throw_2 -O3 execution - source compiled test FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test === libjava Summary === # of expected passes2574 # of unexpected failures4 # of expected failures 4 # of untested testcases 4 === libstdc++ tests === Running target unix FAIL: 22_locale/numpunct/members/char/3.cc execution test FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test FAIL: 27_io/basic_ios/copyfmt/char/1.cc execution test FAIL: 27_io/basic_ios/exceptions/char/1.cc execution test FAIL: 27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit.cc execution test FAIL: 27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit.cc execution test FAIL: 27_io/basic_istream/extractors_other/char/exceptions_null.cc execution test FAIL: 27_io/basic_istream/extractors_other/wchar_t/exceptions_null.cc execution test FAIL: 27_io/basic_istream/sentry/char/12297.cc execution test FAIL: 27_io/basic_istream/sentry/wchar_t/12297.cc execution test FAIL: 27_io/basic_ostream/inserters_other/char/exceptions_null.cc execution test FAIL: 27_io/basic_ostream/inserters_other/wchar_t/exceptions_null.cc execution test FAIL: 27_io/ios_base/storage/2.cc execution test === libstdc++ Summary === # of expected passes10345 # of unexpected failures13 # of expected failures 65 # of unsupported tests 374 Target: arm-linux-gnueabi gcc version 5.4.1 20161202 (Debian 5.4.1-4) === g++ tests === Running target unix FAIL: c-c++-common/asan/heap-overflow-1.c -O1 output pattern test FAIL: c-c++-common/asan/sanity-check-pure-c-1.c -O1 output pattern test FAIL: c-c++-common/asan/strncpy
Results for 5.4.1 20161202 (Debian 5.4.1-4) testsuite on powerpc-unknown-linux-gnu
LAST_UPDATED: Fri Dec 2 18:51:34 UTC 2016 (revision 243202) Target: powerpc-linux-gnu gcc version 5.4.1 20161202 (Debian 5.4.1-4) Native configuration is powerpc-unknown-linux-gnu === g++ tests === Running target unix FAIL: c-c++-common/asan/null-deref-1.c -O2 output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O3 -fomit-frame-pointer output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O3 -g output pattern test FAIL: g++.dg/abi/abi-tag19.C -std=c++11 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++14 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++98 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/scoped1.C -std=gnu++11 execution test FAIL: g++.dg/abi/scoped1.C -std=gnu++14 execution test FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for excess errors) XPASS: g++.dg/tls/thread_local-order2.C -std=c++11 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++14 execution test === g++ Summary for unix === # of expected passes88240 # of unexpected failures14 # of unexpected successes 2 # of expected failures 342 # of unsupported tests 4127 Running target unix/-fstack-protector FAIL: c-c++-common/asan/null-deref-1.c -O2 output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O3 -fomit-frame-pointer output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O3 -g output pattern test FAIL: g++.dg/abi/abi-tag19.C -std=c++11 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++14 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/abi-tag19.C -std=c++98 scan-assembler _ZN1YIiE1fB1aEv FAIL: g++.dg/abi/scoped1.C -std=gnu++11 execution test FAIL: g++.dg/abi/scoped1.C -std=gnu++14 execution test FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++11 (test for excess errors) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for errors, line 16) FAIL: g++.dg/cpp0x/lambda/lambda-70218.C -std=c++14 (test for excess errors) XPASS: g++.dg/tls/thread_local-order2.C -std=c++11 execution test XPASS: g++.dg/tls/thread_local-order2.C -std=c++14 execution test === g++ Summary for unix/-fstack-protector === # of expected passes88240 # of unexpected failures14 # of unexpected successes 2 # of expected failures 342 # of unsupported tests 4127 === g++ Summary === # of expected passes176480 # of unexpected failures28 # of unexpected successes 4 # of expected failures 684 # of unsupported tests 8254 /build/gcc-5-1hbxN3/gcc-5-5.4.1/build/gcc/xg++ version 5.4.1 20161202 (Debian 5.4.1-4) === gcc tests === Running target unix FAIL: c-c++-common/asan/misalign-1.c -O0 output pattern test FAIL: c-c++-common/asan/misalign-1.c -O1 output pattern test FAIL: c-c++-common/asan/misalign-1.c -O2 output pattern test FAIL: c-c++-common/asan/misalign-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none output pattern test FAIL: c-c++-common/asan/misalign-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects output pattern test FAIL: c-c++-common/asan/misalign-1.c -O3 -fomit-frame-pointer output pattern test FAIL: c-c++-common/asan/misalign-1.c -O3 -g output pattern test FAIL: c-c++-common/asan/misalign-1.c -Os output pattern test FAIL: c-c++-common/asan/misalign-2.c -O0 output pattern test FAIL: c-c++-common/asan/misalign-2.c -O1 output pattern test FAIL: c-c++-common/asan/misalign-2.c -O2 output pattern test FAIL: c-c++-common/asan/misalign-2.c -O2 -flto -fno-use-linker-plugin -flto-partition=none output pattern test FAIL: c-c++-common/asan/misalign-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects output pattern test FAIL: c-c++-common/asan/misalign-2.c -O3 -fomit-frame-pointer output pattern test FAIL: c-c++-common/asan/misalign-2.c -O3 -g output pattern test FAIL: c-c++-common/asan/misalign-2.c -Os output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O0 output pattern test FAIL: c-c++-common/asan/null-deref-1.c -O1 output pattern test FAI
Processed: gdc: FTBFS: ld: final link failed: Bad value
Processing control commands: > reassign 846669 gdc Bug #846669 [src:titanion] titanion: FTBFS: ld: final link failed: Bad value Bug reassigned from package 'src:titanion' to 'gdc'. No longer marked as found in versions titanion/0.3.dfsg1-6. Ignoring request to alter fixed versions of bug #846669 to the same values previously set > reassign 846699 gdc Bug #846699 [src:a7xpg] a7xpg: FTBFS: ld: final link failed: Bad value Bug reassigned from package 'src:a7xpg' to 'gdc'. No longer marked as found in versions a7xpg/0.11.dfsg1-9. Ignoring request to alter fixed versions of bug #846699 to the same values previously set > reassign 846715 gdc Bug #846715 [src:gunroar] gunroar: FTBFS: ld: final link failed: Bad value Bug reassigned from package 'src:gunroar' to 'gdc'. No longer marked as found in versions gunroar/0.15.dfsg1-8. Ignoring request to alter fixed versions of bug #846715 to the same values previously set > reassign 846720 gdc Bug #846720 [src:torus-trooper] torus-trooper: FTBFS: ld: final link failed: Bad value Bug reassigned from package 'src:torus-trooper' to 'gdc'. No longer marked as found in versions torus-trooper/0.22.dfsg1-11. Ignoring request to alter fixed versions of bug #846720 to the same values previously set > reassign 846724 gdc Bug #846724 [src:tatan] tatan: FTBFS: ld: final link failed: Bad value Bug reassigned from package 'src:tatan' to 'gdc'. No longer marked as found in versions tatan/1.0.dfsg1-7. Ignoring request to alter fixed versions of bug #846724 to the same values previously set > reassign 846725 gdc Bug #846725 [src:mu-cade] mu-cade: FTBFS: ld: final link failed: Bad value Bug reassigned from package 'src:mu-cade' to 'gdc'. No longer marked as found in versions mu-cade/0.11.dfsg1-11. Ignoring request to alter fixed versions of bug #846725 to the same values previously set > reassign 846726 gdc Bug #846726 [src:tumiki-fighters] tumiki-fighters: FTBFS: ld: final link failed: Bad value Bug reassigned from package 'src:tumiki-fighters' to 'gdc'. No longer marked as found in versions tumiki-fighters/0.2.dfsg1-8. Ignoring request to alter fixed versions of bug #846726 to the same values previously set > forcemerge 846742 846669 846699 846715 846720 846724 846725 846726 Bug #846742 [gdc] meson: FTBFS: ld: final link failed: Bad value Bug #846669 [gdc] titanion: FTBFS: ld: final link failed: Bad value Bug #846699 [gdc] a7xpg: FTBFS: ld: final link failed: Bad value Bug #846715 [gdc] gunroar: FTBFS: ld: final link failed: Bad value Bug #846720 [gdc] torus-trooper: FTBFS: ld: final link failed: Bad value Bug #846724 [gdc] tatan: FTBFS: ld: final link failed: Bad value Bug #846725 [gdc] mu-cade: FTBFS: ld: final link failed: Bad value Bug #846726 [gdc] tumiki-fighters: FTBFS: ld: final link failed: Bad value Merged 846669 846699 846715 846720 846724 846725 846726 846742 > affects 846742 titanion a7xpg gunroar torus-trooper tatan mu-cade > tumiki-fighters Bug #846742 [gdc] meson: FTBFS: ld: final link failed: Bad value Bug #846669 [gdc] titanion: FTBFS: ld: final link failed: Bad value Bug #846699 [gdc] a7xpg: FTBFS: ld: final link failed: Bad value Bug #846715 [gdc] gunroar: FTBFS: ld: final link failed: Bad value Bug #846720 [gdc] torus-trooper: FTBFS: ld: final link failed: Bad value Bug #846724 [gdc] tatan: FTBFS: ld: final link failed: Bad value Bug #846725 [gdc] mu-cade: FTBFS: ld: final link failed: Bad value Bug #846726 [gdc] tumiki-fighters: FTBFS: ld: final link failed: Bad value Added indication that 846742 affects titanion, a7xpg, gunroar, torus-trooper, tatan, mu-cade, and tumiki-fighters Added indication that 846669 affects titanion, a7xpg, gunroar, torus-trooper, tatan, mu-cade, and tumiki-fighters Added indication that 846699 affects titanion, a7xpg, gunroar, torus-trooper, tatan, mu-cade, and tumiki-fighters Added indication that 846715 affects titanion, a7xpg, gunroar, torus-trooper, tatan, mu-cade, and tumiki-fighters Added indication that 846720 affects titanion, a7xpg, gunroar, torus-trooper, tatan, mu-cade, and tumiki-fighters Added indication that 846724 affects titanion, a7xpg, gunroar, torus-trooper, tatan, mu-cade, and tumiki-fighters Added indication that 846725 affects titanion, a7xpg, gunroar, torus-trooper, tatan, mu-cade, and tumiki-fighters Added indication that 846726 affects titanion, a7xpg, gunroar, torus-trooper, tatan, mu-cade, and tumiki-fighters -- 846669: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846669 846699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846699 846715: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846715 846720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846720 846724: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846724 846725: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846725 846726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846726 846742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846742 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch
Source: gcc-7 Version: 7-20161201-1 Severity: normal User: debian-...@lists.debian.org Usertags: m68k Hi! gcc-7 currently fails to build from source because one of the patches shipped in the source package don't apply properly [1]: Applying patch ada-m68k.diff patching file src/gcc/ada/gcc-interface/Makefile.in Hunk #1 succeeded at 2058 (offset -26 lines). patching file src/gcc/ada/s-memory.adb Hunk #1 FAILED at 47. Hunk #2 succeeded at 113 (offset 13 lines). 1 out of 2 hunks FAILED -- rejects in file src/gcc/ada/s-memory.adb patching file src/gcc/ada/s-memory.ads patching file src/gcc/ada/system-linux-m68k.ads Patch ada-m68k.diff does not apply (enforce with -f) debian/rules.patch:311: recipe for target 'stamps/02-patch-stamp' failed make: *** [stamps/02-patch-stamp] Error 1 dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2 Thanks, Adrian > [1] > https://buildd.debian.org/status/fetch.php?pkg=gcc-7&arch=m68k&ver=7-20161201-1&stamp=1480796787 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch
Control: tags -1 moreinfo help sure, please update it. It can't be applied unconditionally because it breaks the build on other architectures. On 03.12.2016 21:30, John Paul Adrian Glaubitz wrote: > Source: gcc-7 > Version: 7-20161201-1 > Severity: normal > User: debian-...@lists.debian.org > Usertags: m68k > > Hi! > > gcc-7 currently fails to build from source because one of the patches > shipped in the source package don't apply properly [1]: > > Applying patch ada-m68k.diff > patching file src/gcc/ada/gcc-interface/Makefile.in > Hunk #1 succeeded at 2058 (offset -26 lines). > patching file src/gcc/ada/s-memory.adb > Hunk #1 FAILED at 47. > Hunk #2 succeeded at 113 (offset 13 lines). > 1 out of 2 hunks FAILED -- rejects in file src/gcc/ada/s-memory.adb > patching file src/gcc/ada/s-memory.ads > patching file src/gcc/ada/system-linux-m68k.ads > Patch ada-m68k.diff does not apply (enforce with -f) > debian/rules.patch:311: recipe for target 'stamps/02-patch-stamp' failed > make: *** [stamps/02-patch-stamp] Error 1 > dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
Processed: Re: Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch
Processing control commands: > tags -1 moreinfo help Bug #846872 [src:gcc-7] gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch Added tag(s) moreinfo and help. -- 846872: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846872 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: Re: Processed: gdc: FTBFS: ld: final link failed: Bad value
Processing commands for cont...@bugs.debian.org: > reassign 846669 gdc-6 Bug #846669 [gdc] titanion: FTBFS: ld: final link failed: Bad value Bug #846699 [gdc] a7xpg: FTBFS: ld: final link failed: Bad value Bug #846715 [gdc] gunroar: FTBFS: ld: final link failed: Bad value Bug #846720 [gdc] torus-trooper: FTBFS: ld: final link failed: Bad value Bug #846724 [gdc] tatan: FTBFS: ld: final link failed: Bad value Bug #846725 [gdc] mu-cade: FTBFS: ld: final link failed: Bad value Bug #846726 [gdc] tumiki-fighters: FTBFS: ld: final link failed: Bad value Bug #846742 [gdc] meson: FTBFS: ld: final link failed: Bad value Bug reassigned from package 'gdc' to 'gdc-6'. Bug reassigned from package 'gdc' to 'gdc-6'. Bug reassigned from package 'gdc' to 'gdc-6'. Bug reassigned from package 'gdc' to 'gdc-6'. Bug reassigned from package 'gdc' to 'gdc-6'. Bug reassigned from package 'gdc' to 'gdc-6'. Bug reassigned from package 'gdc' to 'gdc-6'. Bug reassigned from package 'gdc' to 'gdc-6'. Ignoring request to alter found versions of bug #846669 to the same values previously set Ignoring request to alter found versions of bug #846699 to the same values previously set Ignoring request to alter found versions of bug #846715 to the same values previously set Ignoring request to alter found versions of bug #846720 to the same values previously set Ignoring request to alter found versions of bug #846724 to the same values previously set Ignoring request to alter found versions of bug #846725 to the same values previously set Ignoring request to alter found versions of bug #846726 to the same values previously set Ignoring request to alter found versions of bug #846742 to the same values previously set Ignoring request to alter fixed versions of bug #846669 to the same values previously set Ignoring request to alter fixed versions of bug #846699 to the same values previously set Ignoring request to alter fixed versions of bug #846715 to the same values previously set Ignoring request to alter fixed versions of bug #846720 to the same values previously set Ignoring request to alter fixed versions of bug #846724 to the same values previously set Ignoring request to alter fixed versions of bug #846725 to the same values previously set Ignoring request to alter fixed versions of bug #846726 to the same values previously set Ignoring request to alter fixed versions of bug #846742 to the same values previously set > forcemerge 845377 846669 Bug #845377 [gdc-6] gdc-6: libdl trouble again Bug #845730 [gdc-6] torus-trooper: FTBFS: relocation R_X86_64_PC32 against symbol `_D3std6format18__T10FormatSpecTaZ10FormatSpec6flZeroMFNaNbNdNiNfbZv' can not be used when making a shared object; recompile with -fPIC Bug #846725 [gdc-6] mu-cade: FTBFS: ld: final link failed: Bad value Severity set to 'important' from 'serious' Severity set to 'important' from 'serious' Severity set to 'important' from 'serious' Severity set to 'important' from 'serious' Severity set to 'important' from 'serious' Severity set to 'important' from 'serious' Severity set to 'important' from 'serious' Severity set to 'important' from 'serious' Removed indication that 846725 affects torus-trooper, tumiki-fighters, gunroar, a7xpg, mu-cade, tatan, and titanion Removed indication that 846669 affects tatan, titanion, gunroar, torus-trooper, tumiki-fighters, a7xpg, and mu-cade Removed indication that 846699 affects mu-cade, a7xpg, gunroar, tumiki-fighters, torus-trooper, titanion, and tatan Removed indication that 846715 affects tatan, titanion, tumiki-fighters, torus-trooper, gunroar, a7xpg, and mu-cade Removed indication that 846720 affects titanion, tatan, a7xpg, mu-cade, torus-trooper, tumiki-fighters, and gunroar Removed indication that 846724 affects titanion, tatan, a7xpg, mu-cade, gunroar, tumiki-fighters, and torus-trooper Removed indication that 846726 affects tatan, titanion, gunroar, torus-trooper, tumiki-fighters, a7xpg, and mu-cade Removed indication that 846742 affects tatan, titanion, tumiki-fighters, torus-trooper, gunroar, a7xpg, and mu-cade Marked as found in versions gcc-6/6.2.1-4. Marked as found in versions gcc-6/6.2.1-4. Marked as found in versions gcc-6/6.2.1-4. Marked as found in versions gcc-6/6.2.1-4. Marked as found in versions gcc-6/6.2.1-4. Marked as found in versions gcc-6/6.2.1-4. Marked as found in versions gcc-6/6.2.1-4. Marked as found in versions gcc-6/6.2.1-4. Bug #845377 [gdc-6] gdc-6: libdl trouble again Added tag(s) stretch and sid. Added tag(s) sid and stretch. Bug #845730 [gdc-6] torus-trooper: FTBFS: relocation R_X86_64_PC32 against symbol `_D3std6format18__T10FormatSpecTaZ10FormatSpec6flZeroMFNaNbNdNiNfbZv' can not be used when making a shared object; recompile with -fPIC Bug #846669 [gdc-6] titanion: FTBFS: ld: final link failed: Bad value Bug #846699 [gdc-6] a7xpg: FTBFS: ld: final link failed: Bad value Bug #846715 [gdc-6] gunroar: FTBFS: ld: final link failed: Bad value Bug #846720 [gdc-6] torus-trooper: F
Re: Processed: gdc: FTBFS: ld: final link failed: Bad value
reassign 846669 gdc-6 forcemerge 845377 846669 thanks please see #845377. This build is configured with --enable-default-pie. The linker is now called with -pie, but cc1d isn't passed either -fPIE, or -fPIC. The work around is to pass either -fPIC, or -no-pie. Also passing -fPIE doesn't have an effect.
Bug#840694: gcc: /usr/bin/gcc should use /etc/alternatives
Control: tags -1 + wontfix On 14.10.2016 00:45, Peter Chubb wrote: > Package: gcc > Version: 4:6.1.1-1 > Severity: wishlist > > Dear Maintainer, > > I currently have gcc versions 4.7, 5.0 and 6.0 installed. I'd > like to be able to switch between them on a regular basis. The > simplest way to do this would be to use update-alternatives to > switch, but currently /usr/bin/gcc and its friends > are direct symlinks to /usr/bin/gcc-6 > > By `friends' I mean cpp, c++, c89 c99 gcc-ar gcc-ranlib gcc-nm etc. > > The same goes for the various cross compilers (arm-linux-gnueabi-gcc etc) no it should not. different GCC versions can offer different ABI versions, use the versioned names to select a specific version. "Simple" isn't correct here.
Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch
On 12/03/2016 10:02 PM, Andreas Schwab wrote: >> patching file src/gcc/ada/s-memory.adb >> Hunk #1 FAILED at 47. >> Hunk #2 succeeded at 113 (offset 13 lines). >> 1 out of 2 hunks FAILED -- rejects in file src/gcc/ada/s-memory.adb >> patching file src/gcc/ada/s-memory.ads > > According to PR48835, this is no longer necessary. Ah, thanks for letting us know. I was already suspecting that, but I didn't have the time yet to verify it. @Matthias: Do you agree that we can drop this particular patch then? Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
Bug#840694: marked as done (gcc: /usr/bin/gcc should use /etc/alternatives)
Your message dated Sat, 3 Dec 2016 22:06:15 +0100 with message-id <17d00070-a11d-989d-8253-2c8b57e41...@debian.org> and subject line Re: Bug#840694: gcc: /usr/bin/gcc should use /etc/alternatives has caused the Debian Bug report #840694, regarding gcc: /usr/bin/gcc should use /etc/alternatives 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.) -- 840694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840694 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: gcc Version: 4:6.1.1-1 Severity: wishlist Dear Maintainer, I currently have gcc versions 4.7, 5.0 and 6.0 installed. I'd like to be able to switch between them on a regular basis. The simplest way to do this would be to use update-alternatives to switch, but currently /usr/bin/gcc and its friends are direct symlinks to /usr/bin/gcc-6 By `friends' I mean cpp, c++, c89 c99 gcc-ar gcc-ranlib gcc-nm etc. The same goes for the various cross compilers (arm-linux-gnueabi-gcc etc) -- Dr Peter Chubb Tel: +61 2 9490 5852 http://ts.data61.csiro.au/ Trustworthy Systems Group Data61 (formerly NICTA) --- End Message --- --- Begin Message --- Control: tags -1 + wontfix On 14.10.2016 00:45, Peter Chubb wrote: > Package: gcc > Version: 4:6.1.1-1 > Severity: wishlist > > Dear Maintainer, > > I currently have gcc versions 4.7, 5.0 and 6.0 installed. I'd > like to be able to switch between them on a regular basis. The > simplest way to do this would be to use update-alternatives to > switch, but currently /usr/bin/gcc and its friends > are direct symlinks to /usr/bin/gcc-6 > > By `friends' I mean cpp, c++, c89 c99 gcc-ar gcc-ranlib gcc-nm etc. > > The same goes for the various cross compilers (arm-linux-gnueabi-gcc etc) no it should not. different GCC versions can offer different ABI versions, use the versioned names to select a specific version. "Simple" isn't correct here.--- End Message ---
Processed: Re: Bug#840694: gcc: /usr/bin/gcc should use /etc/alternatives
Processing control commands: > tags -1 + wontfix Bug #840694 [gcc] gcc: /usr/bin/gcc should use /etc/alternatives Added tag(s) wontfix. -- 840694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840694 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Re: Processed: gdc: FTBFS: ld: final link failed: Bad value
On 03.12.2016 22:00, Matthias Klose wrote: > reassign 846669 gdc-6 > forcemerge 845377 846669 > thanks > > please see #845377. > > This build is configured with --enable-default-pie. The linker is now called > with -pie, but cc1d isn't passed either -fPIE, or -fPIC. The work around is > to > pass either -fPIC, or -no-pie. Also passing -fPIE doesn't have an effect. Hi, sorry I'm not a D expert. Do you intend to fix #845377 before the Freeze or are all reverse-dependencies supposed to work around this issue by passing either -fPIC or -no-pie to configure? Regards, Markus signature.asc Description: OpenPGP digital signature
Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch
On Dez 03 2016, John Paul Adrian Glaubitz wrote: > patching file src/gcc/ada/s-memory.adb > Hunk #1 FAILED at 47. > Hunk #2 succeeded at 113 (offset 13 lines). > 1 out of 2 hunks FAILED -- rejects in file src/gcc/ada/s-memory.adb > patching file src/gcc/ada/s-memory.ads According to PR48835, this is no longer necessary. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
Re: Processed: gdc: FTBFS: ld: final link failed: Bad value
On 03.12.2016 22:13, Markus Koschany wrote: > On 03.12.2016 22:00, Matthias Klose wrote: >> reassign 846669 gdc-6 >> forcemerge 845377 846669 >> thanks >> >> please see #845377. >> >> This build is configured with --enable-default-pie. The linker is now called >> with -pie, but cc1d isn't passed either -fPIE, or -fPIC. The work around is >> to >> pass either -fPIC, or -no-pie. Also passing -fPIE doesn't have an effect. > > Hi, > > sorry I'm not a D expert. Do you intend to fix #845377 before the Freeze or > are all > reverse-dependencies supposed to work around this issue by passing either > -fPIC or -no-pie to configure? Please give Iain some time to have a look at this.
Bug#846872: gcc-7: FTBFS on m68k - fails to apply ada-m68k.diff patch
On 03.12.2016 22:04, John Paul Adrian Glaubitz wrote: > On 12/03/2016 10:02 PM, Andreas Schwab wrote: >>> patching file src/gcc/ada/s-memory.adb >>> Hunk #1 FAILED at 47. >>> Hunk #2 succeeded at 113 (offset 13 lines). >>> 1 out of 2 hunks FAILED -- rejects in file src/gcc/ada/s-memory.adb >>> patching file src/gcc/ada/s-memory.ads >> >> According to PR48835, this is no longer necessary. > > Ah, thanks for letting us know. I was already suspecting that, but I didn't > have the time yet to verify it. > > @Matthias: > > Do you agree that we can drop this particular patch then? Adrian, I would appreciate if you could look at a package first before calling for actions, and then ask a complete question. We also have the m68k-revert-pr45144 patch in the build which apparently needs some decision. Thanks, Matthias