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

parisc in glibc-2.7


is it expected for the build to work for parisc ?  seems there's a header 
include loop causing a build failure:
$ make
make -r PARALLELMFLAGS="" CVSOPTS="" -C .. objdir=`pwd` all
make[1]: Entering directory `/home/vapier/glibc-2.7'
make  subdir=csu -C csu ..=../ subdir_lib
make[2]: Entering directory `/home/vapier/glibc-2.7/csu'
gawk -f ../scripts/gen-as-const.awk ../ports/sysdeps/hppa/nptl/tcb-offsets.sym 
\
        | 
hppa2.0-unknown-linux-gnu-gcc -S -o /home/vapier/glibc-2.7/build/tcb-offsets.hT3 -std=gnu99 -fgnu89-inline -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -g -Wstrict-prototypes      -I../include -I/home/vapier/glibc-2.7/build/csu -I/home/vapier/glibc-2.7/build -I../ports/sysdeps/hppa/elf -I../ports/sysdeps/unix/sysv/linux/hppa/nptl -I../ports/sysdeps/unix/sysv/linux/hppa -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../nptl/sysdeps/unix -I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/hppa/hppa1.1 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../ports/sysdeps/hppa/fpu -I../ports/sysdeps/hppa/nptl -I../ports/sysdeps/hppa -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -I../nptl -I../ports  -I.. -I../libio -I.  -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -DHAVE_INITFINI -x 
c - \
                -MD -MP -MF /home/vapier/glibc-2.7/build/tcb-offsets.h.dT -MT '/home/vapier/glibc-2.7/build/tcb-offsets.h.d /home/vapier/glibc-2.7/build/tcb-offsets.h'
In file included from ../nptl/descr.h:30,
                 from ../ports/sysdeps/hppa/nptl/tls.h:63,
                 from ../include/tls.h:6,
                 from <stdin>:2:
../ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: In 
function '__lll_unlock':
../ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:297: warning: 
implicit declaration of function 'THREAD_GETMEM'
../ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:297: 
error: 'THREAD_SELF' undeclared (first use in this function)
../ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:297: error: (Each 
undeclared identifier is reported only once
../ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:297: error: for each 
function it appears in.)
../ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:297: error: 'header' 
undeclared (first use in this function)
../ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: In 
function '__lll_robust_unlock':
../ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:306: 
error: 'THREAD_SELF' undeclared (first use in this function)
../ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h:306: error: 'header' 
undeclared (first use in this function)
make[2]: *** [/home/vapier/glibc-2.7/build/tcb-offsets.h] Error 1
make[2]: Leaving directory `/home/vapier/glibc-2.7/csu'
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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