Skip to content

Instantly share code, notes, and snippets.

@dlintw
Created February 15, 2014 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlintw/9026182 to your computer and use it in GitHub Desktop.
Save dlintw/9026182 to your computer and use it in GitHub Desktop.
build failed under ubuntu 12.04 docker container
/tdt/tdt/cvs/cdk/BUILD/gcc-4.6.3
+ for conf in '`find . -maxdepth 4 "(" -name configure.in -o -name configure.ac ")" -print`'
++ dirname ./libgcc/configure.ac
+ dn=./libgcc
++ basename ./libgcc/configure.ac
+ cn=configure.ac
+ echo 'cd ./libgcc'
cd ./libgcc
+ pushd ./libgcc
/tdt/tdt/cvs/cdk/BUILD/gcc-4.6.3/libgcc /tdt/tdt/cvs/cdk/BUILD/gcc-4.6.3
+ rm -f configure
+ autoreconf --verbose --force --install -I/tdt/tdt/tufsbox/host/share/aclocal
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I /tdt/tdt/tufsbox/host/share/aclocal -I /tdt/tdt/tufsbox/host/share/aclocal --force
aclocal: adding /tdt/tdt/tufsbox/cdkroot/usr/share/aclocal to path
autoreconf: configure.ac: tracing
autoreconf: configure.ac: creating directory $libgcc_topdir
autoreconf: configure.ac: not using Libtool
autoreconf: running: /tdt/tdt/tufsbox/host/bin/autoconf --include=/tdt/tdt/tufsbox/host/share/aclocal --force
autoreconf: configure.ac: not using Autoheader
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'
+ echo 'Replacing libtool'
Replacing libtool
++ find . -maxdepth 4 -name ltmain.sh -print
+ echo 'Done replacing libtool'
Done replacing libtool
+ popd
/tdt/tdt/cvs/cdk/BUILD/gcc-4.6.3
+ for conf in '`find . -maxdepth 4 "(" -name configure.in -o -name configure.ac ")" -print`'
++ dirname ./intl/configure.ac
+ dn=./intl
++ basename ./intl/configure.ac
+ cn=configure.ac
+ echo 'cd ./intl'
cd ./intl
+ pushd ./intl
/tdt/tdt/cvs/cdk/BUILD/gcc-4.6.3/intl /tdt/tdt/cvs/cdk/BUILD/gcc-4.6.3
+ rm -f configure
+ autoreconf --verbose --force --install -I/tdt/tdt/tufsbox/host/share/aclocal
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Can't exec "autopoint": No such file or directory at /tdt/tdt/tufsbox/host/share/autoconf/Autom4te/FileUtils.pm line 347.
autoreconf: failed to run autopoint: No such file or directory
autoreconf: autopoint is needed because this package uses Gettext
error: Bad exit status from /var/tmp/rpm-tmp.BHZrPi (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.BHZrPi (%build)
make: *** [RPMS/sh4/stlinux24-sh4-libstdc++-4.6.3-115.sh4.rpm] Error 1
root@5edaf85c6892:/tdt/tdt/cvs/cdk# ls -l /etc/*rel*
-rw-r--r-- 1 root root 104 Apr 19 2012 /etc/lsb-release
root@5edaf85c6892:/tdt/tdt/cvs/cdk# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
root@5edaf85c6892:/tdt/tdt/cvs/cdk#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment