On Mon, Sep 01, 2003 at 11:47:16AM +0100, Mark Brown wrote: > On Mon, Sep 01, 2003 at 12:01:43PM +0200, Francesco P. Lovergine wrote: > > > klecker:~$ readelf --syms /lib/libc.so.5|grep getnetent > > 309: 00019208 322 FUNC GLOBAL DEFAULT 8 getnetent > > klecker:~$ readelf --relocs /lib/libc.so.5|grep getnetent > > 0008864c 00013507 R_386_JUMP_SLOT 00019208 getnetent > > The symbols that were failing to link were {set,get,end}netgrent not > getnetent. For them I get: > > $ readelf --syms --relocs /lib/libc.so.5|grep netgrent > 00088580 00008e07 R_386_JUMP_SLOT 00000000 endnetgrent > 0008869c 00017407 R_386_JUMP_SLOT 00000000 getnetgrent > 00088948 0003a407 R_386_JUMP_SLOT 00000000 setnetgrent > 142: 00000000 0 NOTYPE GLOBAL DEFAULT UND endnetgrent > 372: 00000000 0 NOTYPE GLOBAL DEFAULT UND getnetgrent > 932: 00000000 0 NOTYPE GLOBAL DEFAULT UND setnetgrent
Ugh damn it... Anyway, the only change from -12 to -13 are just a string modification in another file. It cannot explain that problem... I'm trying a rebuild now. > > which isn't looking so happy. This is with libc5 5.4.46-13 - version > 5.4.56-12 from woody looks fine. > > -- > "You grabbed my hand and we fell into it, like a daydream - or a fever." -- Francesco P. Lovergine