Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] [SM-Announce] glibc 2.15 branch

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Treeve Jelbert <treeve AT scarlet.be>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] [SM-Announce] glibc 2.15 branch
  • Date: Tue, 10 Jul 2012 09:42:21 +0200

On Monday 09 July 2012 17:31:08 Ladislav Hagara wrote:
> >> Perhaps it is a better idea to go directly to glibc 2.16.
>
> I updated glibc to 2.16 in devel-glibc-2.15 a week ago.
> How many developers have tested it?
> Is it a time to pull it into test grimoire so somebody really try to
> cast it?
> Or we just postpone it the same way as we postponed glibc in
> devel-private-tj-glibc-no-linux2.4 branch?


I encountered an error relating to rpc

make[2]: Entering directory `/usr/src/glibc-2.16.0/sunrpc'
gcc -D_RPC_THREAD_SAFE_ -D_GNU_SOURCE -DIS_IN_build -include
/usr/src/glibc-2.16.0.bld/config.h rpc_clntout.c \
-o /usr/src/glibc-2.16.0.bld/sunrpc/cross-rpc_clntout.o -MMD -MP -MF
/usr/src/glibc-2.16.0.bld/sunrpc/cross-rpc_clntout.o.dt -MT
/usr/src/glibc-2.16.0.bld/sunrpc/cross-rpc_clntout.o -c
rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory
compilation terminated.
make[2]: *** [/usr/src/glibc-2.16.0.bld/sunrpc/cross-rpc_clntout.o] Error 1
make[2]: Leaving directory `/usr/src/glibc-2.16.0/sunrpc'


glibc builds rpc_clntout,c twice, using different options, once as compat-
rpc_clntout.o which works, and once as cross-rpc_clntout.o

It may be relevant that I have libtirpc installed and that the running
glibc-2.15 did not have rpc support.
I get the same error regardless of the rpc settings in the glibc spell.

I am not sure why it tries to build a cross*


gcc rpc_clntout.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline -Wwrite-
strings -fmerge-all-constants -frounding-math -funroll-loops -m64 -
march=native -mtune=native -pipe -Wstrict-prototypes -
D_RPC_THREAD_SAFE_ -I../include -I/usr/src/glibc-2.16.0.bld/sunrpc -
I/usr/src/glibc-2.16.0.bld -I../sysdeps/unix/sysv/linux/x86_64/64/nptl -
I../sysdeps/unix/sysv/linux/x86_64/64
-I../nptl/sysdeps/unix/sysv/linux/x86_64
-I../nptl/sysdeps/unix/sysv/linux/x86 -I../sysdeps/unix/sysv/linux/x86 -
I../sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/wordsize-64 -
I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -
I../sysdeps/pthread -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -
I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../sysdeps/unix/sysv -
I../sysdeps/unix/x86_64 -I../nptl/sysdeps/unix -I../sysdeps/unix -
I../sysdeps/posix -I../nptl/sysdeps/x86_64/64 -I../sysdeps/x86_64/64 -
I../sysdeps/x86_64/fpu -I../sysdeps/x86/fpu -I../nptl/sysdeps/x86_64 -
I../sysdeps/x86_64 -I../sysdeps/x86 -I../sysdeps/ieee754/ldbl-96 -
I../sysdeps/ieee754/dbl-64/wordsize-64 -I../sysdeps/ieee754/dbl-64 -
I../sysdeps/ieee754/flt-32 -I../sysdeps/wordsize-64 -I../sysdeps/ieee754 -
I../sysdeps/generic -I../nptl -I.. -I../libio -I. -nostdinc -isystem
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.1/include -isystem /usr/lib/gcc/x86_64-
pc-linux-gnu/4.7.1/include-fixed -isystem /usr/src/linux/usr/include -
D_LIBC_REENTRANT -include ../include/libc-symbols.h -DNOT_IN_libc=1 -
D_RPC_THREAD_SAFE_ -o /usr/src/glibc-2.16.0.bld/sunrpc/rpc_clntout.o -MD -MP -
MF /usr/src/glibc-2.16.0.bld/sunrpc/rpc_clntout.o.dt -MT
/usr/src/glibc-2.16.0.bld/sunrpc/rpc_clntout.o





Archive powered by MHonArc 2.6.24.

Top of Page