Bug#553047: libc6: (cross) libc-2.10.1.so/powerpc: ELF file data

2010-12-22 Thread Marcin Juszkiewicz
Dnia czwartek, 28 października 2010 o 08:06:35 minami napisał(a): > Shouldn't we stop tweaking LD_LIBRARY_PATH to cross-build gcc? > > In my understanding, the error message: > > error while loading shared libraries: > /usr/powerpc-linux-gnu/lib/libc.so.6: ELF file data encoding not > little-endia

Bug#553047: libc6: (cross) libc-2.10.1.so/powerpc: ELF file data

2010-10-28 Thread Hector Oron
Hello, 2010/10/28 minami : > Shouldn't we stop tweaking LD_LIBRARY_PATH to cross-build gcc? Sounds to me like a reasonable thing to do. Best regards --  Héctor Orón "Our Sun unleashes tremendous flares expelling hot gas into the Solar System, which one day will disconnect us." -- Day DVB-T st

Bug#553047: libc6: (cross) libc-2.10.1.so/powerpc: ELF file data

2010-10-27 Thread minami
Hello, I could build cross gcc 4.4.5-4 with attached patch (only tested for GCC_TARGET=powerpcspe, though). Shouldn't we stop tweaking LD_LIBRARY_PATH to cross-build gcc? * rationale In my understanding, the error message: > error while loading shared libraries: /usr/powerpc-linux-gnu/lib/lib

Bug#553047: libc6: (cross) libc-2.10.1.so/powerpc: ELF file data encoding not little-endian

2010-03-26 Thread Loïc Minier
On Wed, Oct 28, 2009, Hector Oron wrote: > LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/powerpc-linux-gnu/lib > ARCH=powerpc MAKEFLAGS="CC=something" dh_shlibdeps -plibgcc1-powerpc-cross > > error while loading shared libraries: /usr/powerpc-linux-gnu/lib/libc.so.6: > ELF file data

Bug#553047: libc6: (cross) libc-2.10.1.so/powerpc: ELF file data encoding not little-endian

2009-10-30 Thread Hector Oron
Hi Aurelien, 2009/10/30 Aurelien Jarno : > Maybe comparing the calls to dh_shlibdeps between gcc 4.3 and gcc 4.4 > would help. I do not see any call to dh_shlibdeps on the build, http://www.emdebian.org/~zumbi/toolchain/trunk_unstable_i386/logs/i386-powerpc-4.3.log As we are changing build syste

Bug#553047: libc6: (cross) libc-2.10.1.so/powerpc: ELF file data encoding not little-endian

2009-10-30 Thread Aurelien Jarno
Hector Oron a écrit : > Hello Aurelien, > > Thanks for the quick reply. > > 2009/10/29 Aurelien Jarno : >> This is normal that the file is not little endian, PowerPC is big endian!!! > > This bus is not only PowerPC but also: *hppa, sparc, mips* All these architectures are big endian > Alpha

Bug#553047: libc6: (cross) libc-2.10.1.so/powerpc: ELF file data encoding not little-endian

2009-10-29 Thread Hector Oron
Hello Aurelien, Thanks for the quick reply. 2009/10/29 Aurelien Jarno : > This is normal that the file is not little endian, PowerPC is big endian!!! This bus is not only PowerPC but also: *hppa, sparc, mips* Alpha and armel are known to be fine. This bug only happens on gcc-4.4, not seen on g

Bug#553047: libc6: (cross) libc-2.10.1.so/powerpc: ELF file data encoding not little-endian

2009-10-29 Thread Aurelien Jarno
Hector Oron a écrit : > Package: libc6 > Version: 2.9-27 > Severity: normal > > > Hello, > > While building a cross compiler gcc-4.4 i386->powerpc, i get the following > error: > > LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/powerpc-linux-gnu/lib > ARCH=powerpc MAKEFLAGS="CC=s

Bug#553047: libc6: (cross) libc-2.10.1.so/powerpc: ELF file data encoding not little-endian

2009-10-29 Thread Hector Oron
Package: libc6 Version: 2.9-27 Severity: normal Hello, While building a cross compiler gcc-4.4 i386->powerpc, i get the following error: LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/powerpc-linux-gnu/lib ARCH=powerpc MAKEFLAGS="CC=something" dh_shlibdeps -plibgcc1-powerpc-cross