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]

glibc-2.1.94 results



I grabbed the latest diff, patched 2.1.93 to 2.1.94, and built it. The
build with gcc-2.95.2 went smoothly, but I can't build it with the latest
gcc/egcs snapshot (egcs-20000918). It bombs with an error ...

rcmd.c: In function `rcmd_af':
rcmd.c:132: invalid lvalue in assignment
rcmd.c:132: warning: `__v' might be used uninitialized in this function
make[2]: *** [/home/cs004/gnu/glibc-snapbuild/inet/rcmd.o] Error 1

This seems to be a gcc snapshot bug. I compared what the preprocessor
produced from `-save-temps', and both produce the same expanded code.

Running the tests I hit a bit of snag when testing the `iconvdata'
directory. The execute permission on a number of the scripts needed to be
set. Here's what my `iconvdata' script permissions look like now ...

$ ls -l *.sh
-rw-r--r--    1 cs004    spsd          582 Jun 29 14:39 gen-8bit-gap-1.sh
-rw-r--r--    1 cs004    spsd          525 Jun 29 14:39 gen-8bit-gap.sh
-rw-r--r--    1 cs004    spsd          382 Jun 29 14:39 gen-8bit.sh
-rwxr-xr-x    1 cs004    spsd         3758 Sep 19 08:40 run-iconv-test.sh
-rwxr--r--    1 cs004    spsd         1782 Sep 19 08:40 tst-table-charmap.sh
-rwxr-xr-x    1 cs004    spsd         2717 Sep 19 08:40 tst-table.sh
-rwxr-xr-x    1 cs004    spsd         4611 Sep 19 08:40 tst-tables.sh
$

After fixing the permissions, these tests ran cleanly. I'm guessing that
the permissions would have been fine if I'd used the 2.1.94.tar.bz2
archive instead of the patch.

I had no other problems with the tests.

I'm running on a i686-pc-linux-gnu system (RedHat 6.2).

Thanks to everyone working on glibc.

###############################
# Art Haas
# (713) 689-2417
###############################


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