Re: BUG??

2001-01-09 Thread Chris Rutter
On Tue, 9 Jan 2001, Chester wrote: > BTW,i can't connect to ftp.armlinux.org,it always time-out. You'll probably need to switch on `passive' mode in your FTP client; alternatively, I think you access the archive at http://www.invkine.fluff.org/archives/armlinux/ c.

Re: BUG??

2001-01-09 Thread Philip Blundell
In message <[EMAIL PROTECTED]>, C hester writes: >I found the glibc-2.1.3 tarball on the ftp.armlinux.org! >The patch is arm-ld.so.dpatch and ldd.dpatch?? Just arm-ld.so.dpatch, I think. It should be a patch to sysdeps/arm/ dl-machine.h to change the handling of R_ARM_PC24 relocs. p.

Re: BUG??

2001-01-09 Thread Chester
On Tue, 9 Jan 2001, Philip Blundell wrote: > In message <[EMAIL PROTECTED]>, C > hester writes: > >It means that don't link with this or libiberty.a is broken?? > > Depends on your point of view. Libiberty isn't PIC code. > > >I have remove this library from LD_LIBRARY_PATH,but still > >hav

Re: BUG??

2001-01-09 Thread Chester
On Tue, 9 Jan 2001, Philip Blundell wrote: > In message <[EMAIL PROTECTED]>, C > hester writes: > >It means that don't link with this or libiberty.a is broken?? > > Depends on your point of view. Libiberty isn't PIC code. > > >I have remove this library from LD_LIBRARY_PATH,but still > >hav

Re: fakeroot-induced trouble

2001-01-09 Thread Adam C Powell IV
Philip Blundell wrote: > In message <[EMAIL PROTECTED]>, Adam C Powell IV writes: > >So, when I do "make-kpkg kernel_image", it starts up just fine, but when > >I do "fakeroot make-kpkg kernel_image", it gets stuck in > >dpkg-architecture before printing anything, with ps showing "[basename > >]"

Re: BUG??

2001-01-09 Thread Philip Blundell
In message <[EMAIL PROTECTED]>, C hester writes: >It means that don't link with this or libiberty.a is broken?? Depends on your point of view. Libiberty isn't PIC code. >I have remove this library from LD_LIBRARY_PATH,but still >have the same error message! LD_LIBRARY_PATH is used at run time

Re: BUG??

2001-01-09 Thread Chester
On Tue, 9 Jan 2001, Philip Blundell wrote: > In message <[EMAIL PROTECTED]>, Ch > ester writes: > >BUG IN DYNAMIC LINKER ld.so: ../sysdeps/arm/dl-machine.h: 460: > >elf_machine_rel: > >Assertion '! "unexpected dynamic reloc type" failer! > > > >The library are glibc-2.1.2 and binutils-2.10.1 >

Re: fakeroot-induced trouble

2001-01-09 Thread Philip Blundell
In message <[EMAIL PROTECTED]>, Adam C Powell IV writes: >So, when I do "make-kpkg kernel_image", it starts up just fine, but when >I do "fakeroot make-kpkg kernel_image", it gets stuck in >dpkg-architecture before printing anything, with ps showing "[basename >]" as the latest process (presumably

fakeroot-induced trouble

2001-01-09 Thread Adam C Powell IV
Greetings, I'm trying to build a new kernel on my netwinder using make-kpkg. I'm building it as an ordinary user, authenticated via remote NIS server, in /usr/src, the user is in group src and can write to this directory just fine. (Though I had to manually change the permissions of /usr/src, be

Re: BUG??

2001-01-09 Thread Philip Blundell
In message <[EMAIL PROTECTED]>, Ch ester writes: >BUG IN DYNAMIC LINKER ld.so: ../sysdeps/arm/dl-machine.h: 460: >elf_machine_rel: >Assertion '! "unexpected dynamic reloc type" failer! > >The library are glibc-2.1.2 and binutils-2.10.1 It's probably linking with libiberty.a or something like that

BUG??

2001-01-09 Thread Chester
Hi, I am compile the SDL library on the arm ,and i found that it have add -fPIC when compiled shared library! But when run the test program, it tells me that: BUG IN DYNAMIC LINKER ld.so: ../sysdeps/arm/dl-machine.h: 460: elf_machine_rel: Assertion '! "unexpected dynamic reloc type" failer! The