Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-05-02 Thread Adrian Ban
Hi, I'm using this: export DEB_CROSS_NO_BIARCH=yes before starting to compile the GCC. I've take a look found that libgcc_s.so.1 is in this folder: debian/tmp/usr/x86_64-linux-gnu/lib64 not in debian/tmp/usr/x86_64-linux-gnu/lib Best regards, Adrian On 05/01/2012 02:04 PM, Matthias Klose

Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-05-02 Thread Adrian Ban
For example if I'm trying to build the gcc-4.6 the error at the end is: dh_installdeb -pgcc-4.6-x86-64-linux-gnu-base dh_md5sums -pgcc-4.6-x86-64-linux-gnu-base dh_builddeb -pgcc-4.6-x86-64-linux-gnu-base dpkg-deb: building package `gcc-4.6-x86-64-linux-gnu-base' in

Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-05-02 Thread Adrian Ban
My guess is that the problem is not in the GCC package, but somewhere in the debian/rules.d/ files. But I'm not familiar with the make files. On 05/02/2012 01:12 PM, Adrian Ban wrote: For example if I'm trying to build the gcc-4.6 the error at the end is: dh_installdeb

Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-05-02 Thread Matthias Klose
On 02.05.2012 12:21, Adrian Ban wrote: My guess is that the problem is not in the GCC package, but somewhere in the debian/rules.d/ files. But I'm not familiar with the make files. guesses don't help. you never said something about the configuration options, e.g. about host, build and target.

Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-05-02 Thread Adrian Ban
The system on which I've tried to compile root@MyDebian:/home/adrian/devel/cross-compiler/gcc-4.6-4.6.3/debian/rules.d# uname -a Linux MyDebian 3.3.0-1-686-pae #1 SMP Sun Apr 29 05:37:54 EEST 2012 i686 GNU/Linux I'm using those values to compile cross-compiler GCC: unset ARCH #

Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-05-01 Thread Matthias Klose
dh_testdir dh_testroot mv stamps/07-install-stamp stamps/07-install-stamp-tmp rm -rf debian/libgcc1-amd64-cross debian/libgcc1-dbg-amd64-cross dh_installdirs -plibgcc1-amd64-cross usr/share/doc/libgcc1-amd64-cross usr/x86_64-linux-gnu/lib mv debian/tmp/usr/x86_64-linux-gnu/lib/libgcc_s.so.1

Bug#669904: gcc-4.7-source: GCC failed to compile for cross-compiler amd64/x86-64 and maybe other architectures

2012-04-21 Thread Adrian Ban
Package: gcc-4.7-source Version: 4.7.0-3 Severity: normal Hi, I'm trying to build a cross-compiler but it fails and the end. I've tried on 2 separate machines, both with i386 Debian Wheezy installed. Im using this script (also I've tried to put only GCC_TARGET and DEB_CROSS_NO_BIARCH): # Build