This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Conform failures in glibc?
- From: Steve Ellcey <sellcey at marvell dot com>
- To: "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>
- Date: Tue, 21 May 2019 16:45:30 +0000
- Subject: Conform failures in glibc?
I just ran the glibc testsuite and am seeing a number of conform failures
with the following messages in the err file:
/tmp/tmprhwms3a9/test.c:1:10: fatal error: ndbm.h: No such file or directory
1 | #include <ndbm.h>
| ^~~~~~~~
compilation terminated.
In file included from /tmp/tmpyhffvdkg/test.c:1:
/home/sellcey/gcc_newbuild/install/lib/gcc/aarch64-linux-gnu/10.0.0/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
4 | #error "GCC no longer implements <varargs.h>."
| ^~~~~
/home/sellcey/gcc_newbuild/install/lib/gcc/aarch64-linux-gnu/10.0.0/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
5 | #error "Revise your code to use <stdarg.h>."
| ^~~~~
I am using the latest GCC and the latest GLIBC on an Aarch64 system. I do
have some local changes in glibc but nothing that should be affecting these
files. Has anyone else run into this?
Steve Ellcey
sellcey@marvell.com