Skip to content

Instantly share code, notes, and snippets.

@fmitha
Created September 25, 2014 22:16
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 fmitha/b5b273b197f86b5d527f to your computer and use it in GitHub Desktop.
Save fmitha/b5b273b197f86b5d527f to your computer and use it in GitHub Desktop.
faheem@orwell:/usr/local/src/clasp/externals-clasp$ make
make gitllvm
make[1]: Entering directory `/usr/local/src/clasp/externals-clasp'
git clone --depth 1 http://llvm.org/git/llvm.git llvm
fatal: destination path 'llvm' already exists and is not an empty directory.
make[1]: [gitllvm] Error 128 (ignored)
(cd llvm; git checkout 3025b00b7f127c3bcd04c31e8b9cab4639ad6510)
fatal: reference is not a tree: 3025b00b7f127c3bcd04c31e8b9cab4639ad6510
make[1]: [gitllvm] Error 128 (ignored)
(cd llvm/tools; git clone --depth 1 http://llvm.org/git/clang.git clang)
fatal: destination path 'clang' already exists and is not an empty directory.
make[1]: [gitllvm] Error 128 (ignored)
(cd llvm/tools/clang; git checkout f867c44a02ea000621af47a520bd6502772d186d)
fatal: reference is not a tree: f867c44a02ea000621af47a520bd6502772d186d
make[1]: [gitllvm] Error 128 (ignored)
(cd llvm/tools/clang/tools; git clone --depth 1 http://llvm.org/git/clang-tools-extra.git extra)
fatal: destination path 'extra' already exists and is not an empty directory.
make[1]: [gitllvm] Error 128 (ignored)
(cd llvm/tools/clang/tools/extra; git checkout )
Your branch is up-to-date with 'origin/master'.
make[1]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make allnoget
make[1]: Entering directory `/usr/local/src/clasp/externals-clasp'
make setup
make[2]: Entering directory `/usr/local/src/clasp/externals-clasp'
install -d /usr/local/src/clasp/externals-clasp-build
install -d /usr/local/src/clasp/externals-clasp-build
install -d /usr/local/src/clasp/externals-clasp-build
install -d /usr/local/src/clasp/externals-clasp-build/debug
install -d /usr/local/src/clasp/externals-clasp-build/release
make subClean
make[3]: Entering directory `/usr/local/src/clasp/externals-clasp'
make ecl-clean
make[4]: Entering directory `/usr/local/src/clasp/externals-clasp'
(rm -rf ecl/build)
make[4]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make boehm-clean
make[4]: Entering directory `/usr/local/src/clasp/externals-clasp'
(cd boehm-7.2; make clean )
make[5]: Entering directory `/usr/local/src/clasp/externals-clasp/boehm-7.2'
make[6]: Entering directory `/usr/local/src/clasp/externals-clasp/boehm-7.2'
test -z "libstaticrootslib.la" || rm -f libstaticrootslib.la
rm -f ./so_locations
rm -f gctest leaktest middletest smashtest hugetest realloc_test staticrootstest threadleaktest threadkey_test initsecondarythread_test test_cpp
test -z "libgc.la libgccpp.la libcord.la" || rm -f libgc.la libgccpp.la libcord.la
rm -f ./so_locations
rm -rf .libs _libs
rm -f *.o
test -z "gctest.log leaktest.log middletest.log smashtest.log hugetest.log realloc_test.log staticrootstest.log threadleaktest.log threadkey_test.log initsecondarythread_test.log test_cpp.log" || rm -f gctest.log leaktest.log middletest.log smashtest.log hugetest.log realloc_test.log staticrootstest.log threadleaktest.log threadkey_test.log initsecondarythread_test.log test_cpp.log
test -z "gctest.trs leaktest.trs middletest.trs smashtest.trs hugetest.trs realloc_test.trs staticrootstest.trs threadleaktest.trs threadkey_test.trs initsecondarythread_test.trs test_cpp.trs" || rm -f gctest.trs leaktest.trs middletest.trs smashtest.trs hugetest.trs realloc_test.trs staticrootstest.trs threadleaktest.trs threadkey_test.trs initsecondarythread_test.trs test_cpp.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[6]: Leaving directory `/usr/local/src/clasp/externals-clasp/boehm-7.2'
make[5]: Leaving directory `/usr/local/src/clasp/externals-clasp/boehm-7.2'
make[4]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make readline-clean
make[4]: Entering directory `/usr/local/src/clasp/externals-clasp'
(cd readline-6.2; make clean )
make[5]: Entering directory `/usr/local/src/clasp/externals-clasp/readline-6.2'
make[5]: *** No rule to make target `clean'. Stop.
make[5]: Leaving directory `/usr/local/src/clasp/externals-clasp/readline-6.2'
make[4]: [readline-clean] Error 2 (ignored)
make[4]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make expat-clean
make[4]: Entering directory `/usr/local/src/clasp/externals-clasp'
(cd expat-2.0.1; make clean )
make[5]: Entering directory `/usr/local/src/clasp/externals-clasp/expat-2.0.1'
make[5]: *** No rule to make target `clean'. Stop.
make[5]: Leaving directory `/usr/local/src/clasp/externals-clasp/expat-2.0.1'
make[4]: [expat-clean] Error 2 (ignored)
make[4]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make zlib-clean
make[4]: Entering directory `/usr/local/src/clasp/externals-clasp'
(cd zlib-1.2.8; make clean )
make[5]: Entering directory `/usr/local/src/clasp/externals-clasp/zlib-1.2.8'
make[5]: *** No rule to make target `clean'. Stop.
make[5]: Leaving directory `/usr/local/src/clasp/externals-clasp/zlib-1.2.8'
make[4]: [zlib-clean] Error 2 (ignored)
make[4]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make gmp-clean
make[4]: Entering directory `/usr/local/src/clasp/externals-clasp'
(cd gmp-5.0.5; make clean ; rm -f gen-fib)
make[5]: Entering directory `/usr/local/src/clasp/externals-clasp/gmp-5.0.5'
make[5]: *** No rule to make target `clean'. Stop.
make[5]: Leaving directory `/usr/local/src/clasp/externals-clasp/gmp-5.0.5'
make[4]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make boost-clean
make[4]: Entering directory `/usr/local/src/clasp/externals-clasp'
(cd boost; /usr/local/src/clasp/externals-clasp-build/release/bin/bjam --toolset= --clean debug)
warning: No toolsets are configured.
warning: Configuring default toolset "gcc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/build/property.jam:290: in validate1 from module property
error: Invalid property '<toolset>': No value specified for feature 'toolset'.
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/build/property.jam:299: in property.validate from module property
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/build/build-request.jam:216: in convert-command-line-element from module build-request
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/build/build-request.jam:154: in build-request.from-command-line from module build-request
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/build-system.jam:583: in load from module build-system
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/kernel/modules.jam:289: in import from module modules
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/kernel/bootstrap.jam:139: in boost-build from module
/usr/local/src/clasp/externals-clasp/boost/boost-build.jam:17: in module scope from module
make[4]: [boost-clean] Error 1 (ignored)
(cd boost; /usr/local/src/clasp/externals-clasp-build/release/bin/bjam --toolset= --clean release)
warning: No toolsets are configured.
warning: Configuring default toolset "gcc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/build/property.jam:290: in validate1 from module property
error: Invalid property '<toolset>': No value specified for feature 'toolset'.
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/build/property.jam:299: in property.validate from module property
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/build/build-request.jam:216: in convert-command-line-element from module build-request
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/build/build-request.jam:154: in build-request.from-command-line from module build-request
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/build-system.jam:583: in load from module build-system
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/kernel/modules.jam:289: in import from module modules
/usr/local/src/clasp/externals-clasp/boost/tools/build/v2/kernel/bootstrap.jam:139: in boost-build from module
/usr/local/src/clasp/externals-clasp/boost/boost-build.jam:17: in module scope from module
make[4]: [boost-clean] Error 1 (ignored)
make[4]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make llvm-clean
make[4]: Entering directory `/usr/local/src/clasp/externals-clasp'
make llvm-clean-release
make[5]: Entering directory `/usr/local/src/clasp/externals-clasp'
(rm -rf llvm/build-release;)
make[5]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make llvm-clean-debug
make[5]: Entering directory `/usr/local/src/clasp/externals-clasp'
(rm -rf llvm/build-debug;)
make[5]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make[4]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make[3]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make boostbuild2-build
make[3]: Entering directory `/usr/local/src/clasp/externals-clasp'
(cd boost/tools/build/v2; ./bootstrap.sh; ./b2 toolset=gcc install --prefix=/usr/local/src/clasp/externals-clasp-build/release)
Bootstrapping the build engine with toolset gcc... engine/bin.linuxx86_64/b2
Bootstrapping is done. To build and install, run:
./b2 install --prefix=<DIR>
...found 586 targets...
...updating 2 targets...
common.copy /usr/local/src/clasp/externals-clasp-build/release/bin/b2
common.copy /usr/local/src/clasp/externals-clasp-build/release/bin/bjam
...updated 2 targets...
make[3]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make boehm-setup
make[3]: Entering directory `/usr/local/src/clasp/externals-clasp'
(cd boehm-7.2; \
export ALL_INTERIOR_PTRS=1; \
CFLAGS="-DUSE_MMAP" \
./configure --enable-shared=no --enable-static=yes --enable-handle-fork --enable-cplusplus --prefix=/usr/local/src/clasp/externals-clasp-build/common;)
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking GC version numbers... major=7 minor=2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking dependency style of gcc... gcc3
checking for thread model used by GCC... posix
checking for inline... inline
checking for pthread_self in -lpthread... yes
configure: WARNING: "Explicit GC_INIT() calls may be required."
checking for xlc... no
checking whether gcc supports -fno-strict-aliasing... yes
checking for dlopen in -ldl... yes
checking whether to build shared libraries... no
checking which machine-dependent code should be used...
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether Solaris gcc optimization fix is necessary... no
checking sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
checking for sys/dg_sys_info.h... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ATOMIC_OPS... no
checking which libatomic_ops to use... internal
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bdw-gc.pc
config.status: creating include/private/config.h
config.status: include/private/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
=== configuring in libatomic_ops (/usr/local/src/clasp/externals-clasp/boehm-7.2/libatomic_ops)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local/src/clasp/externals-clasp-build/common' '--enable-shared=no' '--enable-static=yes' '--enable-handle-fork' '--enable-cplusplus' 'CFLAGS=-DUSE_MMAP' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for ranlib... ranlib
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for ANSI C header files... (cached) yes
checking for PIC compiler flag... -fPIC
checking whether gcc -fPIC causes __PIC__ definition... yes
checking for pthread_self in -lpthread... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pkgconfig/atomic_ops.pc
config.status: creating pkgconfig/atomic_ops-uninstalled.pc
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/atomic_ops/Makefile
config.status: creating src/atomic_ops/sysdeps/Makefile
config.status: creating tests/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands
config.status: executing default commands
make[3]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make llvm-setup
make[3]: Entering directory `/usr/local/src/clasp/externals-clasp'
echo REQUIRES_RTTI=1
REQUIRES_RTTI=1
make llvm-setup-debug
make[4]: Entering directory `/usr/local/src/clasp/externals-clasp'
mkdir -p llvm/build-debug
(cd llvm/build-debug; \
../configure --enable-targets=x86_64 --enable-debug-symbols --enable-debug-runtime \
--prefix=/usr/local/src/clasp/externals-clasp-build/debug \
--with-gcc-toolchain=gcc-4.9 \
CC=/home/faheem/local/gcc-4.8.3/bin/gcc \
CXX=/home/faheem/local/gcc-4.8.3/bin/g++ \
CXXFLAGS="-static-libstdc++ -static-libgcc" \
CFLAGS="-static-libgcc" \
--enable-shared=no --enable-cxx11 )
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
make[4]: *** [llvm-setup-debug] Error 77
make[4]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make[3]: *** [llvm-setup] Error 2
make[3]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make[2]: *** [setup] Error 2
make[2]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make[1]: *** [allnoget] Error 2
make[1]: Leaving directory `/usr/local/src/clasp/externals-clasp'
make: *** [all] Error 2
faheem@orwell:/usr/local/src/clasp/externals-clasp$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment