This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu 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]

Problems with "make check" in glibc 2.2.3.



Hello. 

I have unpacked, configured and compiled the glibc 2.2.3 package, but I
get the following error during 'make check':

make[2]: Entering directory `/home/count0/stuff/glibc-2.2.3/grp'
GCONV_PATH=/home/count0/stuff/glibcobj/iconvdata LC_ALL=C  
/home/count0/stuff/glibcobj/elf/ld-linux.so.2 --library-path
/home/count0/stuff/glibcobj:/home/count0/stuff/glibcobj/math:/home/count0/stuff/glibcobj/elf:/home/count0/stuff/glibcobj/dlfcn:/home/count0/stuff/glibcobj/nss:/home/count0/stuff/glibcobj/nis:/home/count0/stuff/glibcobj/rt:/home/count0/stuff/glibcobj/resolv:/home/count0/stuff/glibcobj/crypt:/home/count0/stuff/glibcobj/linuxthreads
/home/count0/stuff/glibcobj/grp/testgrp  >
/home/count0/stuff/glibcobj/grp/testgrp.out
make[2]: *** [/home/count0/stuff/glibcobj/grp/testgrp.out] Error 1
make[2]: Leaving directory `/home/count0/stuff/glibc-2.2.3/grp'
make[1]: *** [grp/tests] Error 2
make[1]: Leaving directory `/home/count0/stuff/glibc-2.2.3'
make: *** [check] Error 2

Running only the test that bombed out, with no redirection, I get:

GCONV_PATH=/home/count0/stuff/glibcobj/iconvdata LC_ALL=C  
/home/count0/stuff/glibcobj/elf/ld-linux.so.2 --library-path
/home/count0/stuff/glibcobj:/home/count0/stuff/glibcobj/math:/home/count0/stuff/glibcobj/elf:/home/count0/stuff/glibcobj/dlfcn:/home/count0/stuff/glibcobj/nss:/home/count0/stuff/glibcobj/nis:/home/count0/stuff/glibcobj/rt:/home/count0/stuff/glibcobj/resolv:/home/count0/stuff/glibcobj/crypt:/home/count0/stuff/glibcobj/linuxthreads
/home/count0/stuff/glibcobj/grp/testgrp
Cannot find user entry for UID 1002

UID 1002 corresponds to the user I was using. If I try to run the test
program using my installed libraries I get the correct behavior :
/home/count0/stuff/glibcobj/grp/testgrp
My login name is count0.
My uid is 1002.
My home directory is /home/count0.
My default shell is /bin/bash.
My default group is users (100).
The members of this group are:
  count0

Actually, there's a bunch of other users that belong to the same group
(users)... I don't know why they're not shown.

Here's some useful information:

Compiler: GCC 2.95.3
Kernel version: 2.4.5
Platform: i686 (pentium III)
Installed glibc: 2.2.1
Configure options: --prefix=/usr --enable-shared --enable-kernel=2.4.5 
--enable-add-ons=linuxthreads

I get the same error even when I compile and check as root. Does anyone
knows what the problem is ?

Thanks for any help.

-- 

       -Count Zero-
                    
	 	"On receiving an interrupt, 
			decrement the counter to zero"


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