Package: toolchain-source Version: 3.4-5 Severity: normal Steps to reproduce: 1) sudo apt-get install toolchain-source 2) tpkg-make mips-elf 3) cd binutils-mips-elf-2.15 && dpkg-buildpackage -rfakeroot && cd .. 4) sudo dpkg -i binutils-mips-elf_2.15-5_i386.deb 5) cd gcc-mips-elf-3.4.3 && dpkg-buildpackage -rfakeroot && cd ..
1) sudo apt-get install toolchain-source 2) tpkg-make mips-elf 3) cd binutils-mips-elf-2.15 && debuild && sudo debi; cd .. 4) sudo dpkg -i binutils-mips-elf_2.15-5_i386.deb 5) cd gcc-mips-elf-3.4.3 && debuild && sudo debi ; cd .. Expected results: 5) gcc build correctly and produce ../gcc*.deb Actual results: 5) Build fails with the following error messages: make[3]: Leaving directory `/home/lindi/debian/debian-toolchain/gcc-mips-elf-3.4.3/build/gcc' Checking multilib configuration... /bin/sh ../src/mkinstalldirs mips-elf/libstdc++-v3 ; \ rm -f mips-elf/libstdc++-v3/Makefile || : ; \ cp multilib.out mips-elf/libstdc++-v3/multilib.out mkdir -p -- mips-elf/libstdc++-v3 Configuring in mips-elf/libstdc++-v3 configure: creating cache ./config.cache checking build system type... i386-pc-linux-gnu checking host system type... mips-unknown-elf checking target system type... mips-unknown-elf checking for a BSD-compatible install... /usr/bin/install -c ... checking for C locale to use... generic checking for std::allocator base class to use... mt configure: "C" header strategy set to c_std checking for ISO C99 support in <math.h>... no checking for ISO C99 support in <stdio.h>... no checking for lldiv_t declaration... no checking for ISO C99 support in <stdlib.h>... no checking for additional ISO C99 support in <wchar.h>... no checking for enabled ISO C99 support... no checking for thread model used by GCC... single configure: Debug build flags set to -g3 -O0 checking for additional debug build... yes checking for extra compiler flags for building... configure: WARNING: No native atomic operations are provided for this platform. configure: WARNING: They cannot be faked when thread support is disabled. configure: WARNING: Thread-safety of certain classes is not guaranteed. configure: error: No support for this host/target combination. make[2]: *** [configure-target-libstdc++-v3] Error 1 make[2]: Leaving directory `/home/lindi/debian/debian-toolchain/gcc-mips-elf-3.4.3/build' s=`cat status`; rm -f status; test $s -eq 0 make[1]: *** [stamps/05-build-stamp] Error 1 make[1]: Leaving directory `/home/lindi/debian/debian-toolchain/gcc-mips-elf-3.4.3' make: *** [stamps/05-build-stamp] Error 2 debuild: fatal error at line 765: dpkg-buildpackage failed! -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.4.27-2-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages toolchain-source depends on: ii devscripts 2.8.14 Scripts to make the life of a Debi ii dpkg-awk 1.0.1 Gawk script to parse /var/lib/dpkg ii dpkg-cross 1.24 tools for cross compiling Debian p ii m4 1.4.2-1 a macro processing language ii wget 1.9.1-12 retrieves files from the web -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

