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]

alpha/linux __NR_ipc syscall + semtimedop.c from CVS fail


Latest CVS glibc fail to compile:
It say undefined syscall to __NR_ipc
when compile in sysvipc the semtimedop.c

After ading a bogus __NR_ipc to unistd.h it fail in another way:

make[2]: Entering directory `/usr/src/redhat/BUILD/glibc-2.3.2-200306050433/sysvipc'
gcc ../sysdeps/unix/sysv/linux/semtimedop.c -c -std=gnu99 -DNDEBUG=1 -O3 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -finline-limit=2000 -g -mieee     -I../include -I. -I/usr/src/redhat/BUILD/glibc-2.3.2-200306050433/build-alpha-linux/sysvipc -I.. -I../libio  -I/usr/src/redhat/BUILD/glibc-2.3.2-200306050433/build-alpha-linux -I../linuxthreads/sysdeps/alpha/elf -I../sysdeps/alpha/elf -I../linuxthreads/sysdeps/unix/sysv/linux/alpha -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/alpha -I../sysdeps/unix/sysv/linux/alpha/alpha -I../sysdeps/unix/sysv/linux/alpha -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/alpha -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/alpha/fpu -I../sysdeps/alpha -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /usr/lib/gcc-lib/alpha-redhat-linux/3.2.3/include -isystem /usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -o /usr/src/redhat/BUILD/glibc-2.3.2-200306050433/build-alpha-linux/sysvipc/semtimedop.o -MD -MP -MF /usr/src/redhat/BUILD/glibc-2.3.2-200306050433/build-alpha-linux/sysvipc/semtimedop.o.dt
../sysdeps/unix/sysv/linux/semtimedop.c: In function `semtimedop':
../sysdeps/unix/sysv/linux/semtimedop.c:39: too many arguments to function `__syscall_ipc'
../sysdeps/unix/sysv/linux/semtimedop.c:39: parse error before string constant
make[2]: *** [/usr/src/redhat/BUILD/glibc-2.3.2-200306050433/build-alpha-linux/sysvipc/semtimedop.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/glibc-2.3.2-200306050433/sysvipc'
make[1]: *** [sysvipc/subdir_lib] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/glibc-2.3.2-200306050433'
make: *** [all] Error 2


As remark is the RH rawhide's glibc but i think doesnt matther they dont touch sysvipc.

since 5 weeks that Drepper added semtimedop.c
alpha/linux dont seems to like __NR_ipc.

Ideas ? how to fix ?

-- 
Cristian Balint
Romania Data Systems SA - filiala Oradea
Departamentul Tehnic
str. Independentei nr. 24, Oradea
tel. + 40-259-447.252
fax. + 40-259-467.440
email: cristian.balint@oradea.rdsnet.ro
        suport@rdsor.ro
 http://www.rdsnet.ro


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