[parisc-linux] glibc 2.2.3 status

Matthew Wilcox matthew@wil.cx
Sun, 29 Apr 2001 07:00:02 +0100


Let's see...

 * If you edit sunrpc/Makefile to specify -Y /usr/bin to rpcgen (to fix our
   broken compiler).
 * And cp sysdeps/hppa/initfini.c \
	linuxthreads/sysdeps/unix/sysv/linux/hppa/pt-initfini.c

then glibc will build.

It will not pass `make check' though.  This seems to be crashing in the
dynamic loader when testing the iconvdata directory.  I've been trying
to debug this today, but haven't got very far.

gdb reports:

Program received signal SIGSEGV, Segmentation fault.
0x41013b94 in _dl_symbol_address (map=0x4014b000, ref=0x0)
    at ../sysdeps/hppa/dl-symaddr.c:26
26        Elf32_Addr value = (map ? map->l_addr : 0) + ref->st_value;
(gdb) bt
#0  0x41013b94 in _dl_symbol_address (map=0x4014b000, ref=0x0)
    at ../sysdeps/hppa/dl-symaddr.c:26
#1  0x40113ed4 in ?? ()

-- 
Revolutions do not require corporate support.