This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/20144] many FAILures on 2.23 branch on x86_64


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

--- Comment #4 from Markus Trippelsdorf <markus at trippelsdorf dot de> ---
(In reply to Florian Weimer from comment #3)
> Can you try if this commit fixes things for you?
> 
> commit 900056024b75eae8b550d7fee1dec9e71f28344e
> Author: Florian Weimer <fweimer@redhat.com>
> Date:   Mon Mar 7 13:48:47 2016 +0100
> 
>     test-skeleton.c: Do not set RLIMIT_DATA [BZ #19648]

Yes, it does. Thanks.

(Well, actually "make check" fails for the nptl C++ tests:

/var/tmp/glibc-build/nptl/tst-thread_local1.o
In file included from ../include/sys/wait.h:2:0,
                 from ../test-skeleton.c:33,
                 from tst-thread_local1.cc:199:
../posix/sys/wait.h:113:22: warning: âwaitâ initialized and declared âexternâ
 extern __pid_t wait (__WAIT_STATUS __stat_loc);
                      ^~~~~~~~~~~~~
../posix/sys/wait.h:113:22: error: â__WAIT_STATUSâ was not declared in this
scope
etc.
)

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]