bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/22755] gold test suite failures (gentoo, 2.31)


From: ccoutant at gmail dot com
Subject: [Bug gold/22755] gold test suite failures (gentoo, 2.31)
Date: Fri, 13 Jul 2018 17:56:59 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22755

--- Comment #4 from Cary Coutant <ccoutant at gmail dot com> ---
Well, that didn't help -- nothing in config.log helps me reproduce these
failures. I'll need some more of your help.

Let's start with the first one; with luck, there's just one thing going on
that's causing all of these failures.

> FAIL: strong_ref_weak_def.sh
> ============================
>
> pattern ".* FUNC.* GLOBAL.* UND.* weak_def" not found in file 
> strong_ref_weak_def.stdout.
>
> FAIL strong_ref_weak_def.sh (exit status: 1)

Try this:

$ cd .../gold/testsuite
$ rm strong_ref_weak_def*
$ make strong_ref_weak_def.stdout

That should run some commands like these:

`echo gcc -DHAVE_CONFIG_H -I. -I../../../binutils-gdb/gold/testsuite -I.. 
-I../../../binutils-gdb/gold/testsuite
-I../../../binutils-gdb/gold/testsuite/..
-I../../../binutils-gdb/gold/testsuite/../../include
-I../../../binutils-gdb/gold/testsuite/../../elfcpp -I..
-DLOCALEDIR="\"/usr/local/share/locale\""   -W -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O0 | sed -e
's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -o strong_ref_weak_def_1.o -c -fPIC
../../../binutils-gdb/gold/testsuite/strong_ref_weak_def_1.c
`echo gcc -DHAVE_CONFIG_H -I. -I../../../binutils-gdb/gold/testsuite -I.. 
-I../../../binutils-gdb/gold/testsuite
-I../../../binutils-gdb/gold/testsuite/..
-I../../../binutils-gdb/gold/testsuite/../../include
-I../../../binutils-gdb/gold/testsuite/../../elfcpp -I..
-DLOCALEDIR="\"/usr/local/share/locale\""   -W -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wshadow -Werror -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -fmerge-constants -g -O0 | sed -e
's/-Wp,-D_FORTIFY_SOURCE=[0-9[0-9]]*//'` -o strong_ref_weak_def_2.o -c -fPIC
../../../binutils-gdb/gold/testsuite/strong_ref_weak_def_2.c
gcctestdir/ld -shared -o strong_ref_weak_def_2.so strong_ref_weak_def_2.o
gcctestdir/ld -shared -o strong_ref_weak_def_1.so strong_ref_weak_def_1.o \
                strong_ref_weak_def_2.so
../../binutils/readelf -sWD strong_ref_weak_def_1.so >
strong_ref_weak_def.stdout

Now re-run those two gcc commands manually, but add a -v option, and send me
the output. Also attach strong_ref_weak_def_[12].o and
strong_ref_weak_def.stdout.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]