+++ Peter Chubb [2014-11-04 10:14 +1100]: > Source: cross-gcc-4.9-armhf > Version: 0.8 > Severity: important > > Dear Maintainer, > > I do: > apt-get build-dep cross-gcc-4.9-armhf > cd cross-gcc-4.9-armhf > echo "armel armhf" > debian/targetlist > debuild -b > > I expect to get gcc packages to install. > > I actually get: > ... lots of make output suppressed ... > > make[10]: Entering directory > '/usr/src/cross-gcc-4.9-armhf-0.8/gcc-4.9.1/build/arm-linux-gnueabihf/libstdc++-v3/src/debug' > /bin/sh ../../libtool --tag CXX --mode=compile > /usr/src/debug/cross-gcc-4.9-armhf-0.8/gcc-4.9.1/build/./gcc/xgcc > -shared-libgcc -B/usr/src/cross-gcc-4.9-armhf-0.8/gcc-4.9.1/build/./gcc > -nostdinc++ > -L/usr/src/cross-gcc-4.9-armhf-0.8/gcc-4.9.1/build/arm-linux-gnueabihf/libstdc++-v3/src > > -L/usr/src/cross-gcc-4.9-armhf-0.8/gcc-4.9.1/build/arm-linux-gnueabihf/libstdc++-v3/src/.libs > > -L/usr/src/cross-gcc-4.9-armhf-0.8/gcc-4.9.1/build/arm-linux-gnueabihf/libstdc++-v3/libsupc++/.libs > -B/usr/arm-linux-gnueabihf/bin/ -B/usr/arm-linux-gnueabihf/lib/ -isystem > /usr/arm-linux-gnueabihf/include -isystem > /usr/arm-linux-gnueabihf/sys-include -isystem > /usr/src/cross-gcc-4.9-armhf-0.8/gcc-4.9.1/build/sys-include > -I/usr/src/debug/cross-gcc-4.9-armhf-0.8/gcc-4.9.1/build/arm-linux-gnueabihf/libstdc++-v3/include/arm-linux-gnueabihf > > -I/usr/src/cross-gcc-4.9-armhf-0.8/gcc-4.9.1/build/arm-linux-gnueabihf/libstdc++-v3/include > -I/usr/src/cross-gcc-4.9-armhf-0.8/gcc-4.9.1/src/libstdc++-v3/libsupc++ > -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings > -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections > -fdata-sections -frandom-seed=compatibility.lo -gdwarf-4 -g3 -O0 -c -o > compatibility.lo ../../../../../src/libstdc++-v3/src/c++98/compatibility.cc > > make[10]: *** No rule to make target > '/usr/src/debug/cross-gcc-4.9-armhf-0.8/gcc-4.9.1/src/libstdc++-v3/config/abi/pre/gnu.ver', > needed by 'libstdc++-symbols.ver'. Stop.
Hmm. I don't. You are building in unstable I presume? Doing that, I get $ debuild -b dpkg-architecture: error: unknown Debian architecture -t, you must specify GNU system type, too dpkg-architecture: error: unknown Debian architecture -t, you must specify GNU system type, too debuild: fatal error at line 982: couldn't determine host architecture!? so there is definitely a problem there, but if I use dpkg-buildpackage -B it works. Ah and if I use the current version of debuild (2.14.10) then it works fine and the build completes. What version of gcc-4.9-source do you have installed. This dependency is not versionned in the current package and clearly should be as it needs 4.9.1-19 due to incompatible changes vs. previous 4.9.1 versions. I've fixed that in local git. > Where does that /usr/src/debug come from ? I don't know. It seems that something is different about your setup to mine. If it's not gcc-4.9-source then we'll have to investigate further. Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

