This is the mail archive of the libc-alpha@sources.redhat.com 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]

cvs build failure (x86, alpha, hppa...)


libc-alpha,

I guess all arches just broke... I usually run my build scripts around
midnight at GMT -5, but the latest checkins seem broke.

Did pthread-functions.h not get checked in?

My apologies if this is a transient...

---
2003-04-19  Ulrich Drepper  <drepper at redhat dot com>
	...
        * sysdeps/unix/sysv/linux/Makefile: Define
        * FATAL_PREPARE_INCLUDE
        for assert.c and assert-perr.c to include <fatal-prepare.h>.

---
gcc-3.2 assert.c -c -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes
-Wwrite-strings -g   -fPIC -DFATAL_PREPARE_INCLUDE='<fatal-prepare.h>'
-I../include -I. -I/home/carlos/src/glibc-upstream/build-i686/assert
-I.. -I../libio  -I/home/carlos/src/glibc-upstream/build-i686
-I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386
-I../linuxthreads/sysdeps/unix/sysv/linux
-I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread
-I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix
-I../linuxthreads/sysdeps/i386/i686 -I../linuxthreads/sysdeps/i386
-I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux
-I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman
-I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386
-I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix
-I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686
-I../sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/i386
-I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -I
/lib/modules/2.4.20/build/include -D_LIBC_REENTRANT -include
../include/libc-symbols.h  -DPIC -DSHARED     -o
/home/carlos/src/glibc-upstream/build-i686/assert/assert.osIn file
included from assert.c:42:
../sysdeps/unix/sysv/linux/fatal-prepare.h:24:32: pthread-functions.h:
No such file or directory
assert.c: In function `__assert_fail':
assert.c:53: `__libc_pthread_functions' undeclared (first use in this
function)
assert.c:53: (Each undeclared identifier is reported only once
assert.c:53: for each function it appears in.)
make[2]: ***
[/home/carlos/src/glibc-upstream/build-i686/assert/assert.os] Error 1
make[2]: Leaving directory `/home/carlos/src/glibc-upstream/libc/assert'
make[1]: *** [assert/subdir_lib] Error 2
make[1]: Leaving directory `/home/carlos/src/glibc-upstream/libc'
make: *** [all] Error 2
---

c.


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