|
|
今日早上无事 就索性执行了emerge --sync 然后emerge -uDN world
出现如下错误提示 比较费解
x86_64-pc-linux-gnu-gcc 这个是什么意思
- localhost j # emerge -uDN world
- Calculating world dependencies... done!
- >>> Verifying ebuild Manifests...
- >>> Emerging (1 of 1) dev-util/boost-build-1.34.1 to /
- * boost_1_34_1.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
- * checking ebuild checksums ;-) ... [ ok ]
- * checking auxfile checksums ;-) ... [ ok ]
- * checking miscfile checksums ;-) ... [ ok ]
- * checking boost_1_34_1.tar.bz2 ;-) ... [ ok ]
- * Filtering out invalid CFLAG "-fopenmp"
- * Filtering out invalid CXXFLAG "-fopenmp"
- >>> Checking boost_1_34_1.tar.bz2's mtime...
- >>> WORKDIR is up-to-date, keeping...
- >>> Compiling source in /var/tmp/portage/dev-util/boost-build-1.34.1/work/boost_1_34_1/tools ...
- ###
- ### Using 'cc' toolset.
- ###
- rm -rf bootstrap
- mkdir bootstrap
- x86_64-pc-linux-gnu-gcc -o bootstrap/jam0 -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -fno-strict-aliasing command.c compile.c debug.c execunix.c expand.c fileunix.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c parse.c pathunix.c pathvms.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c pwd.c class.c native.c w32_getreg.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c execnt.c filent.c
- ./bootstrap/jam0 -f build.jam --toolset=cc --toolset-root= clean
- ...found 1 target...
- ...updating 1 target...
- ...updated 1 target...
- ./bootstrap/jam0 -f build.jam --toolset=cc --toolset-root= --with-python
- ...found 45 targets...
- ...updating 2 targets...
- [MKDIR] bin.linux
- [COMPILE] bin.linux/bjam
- x86_64-pc-linux-gnu-gcc: :没有那个文件或目录
- "x86_64-pc-linux-gnu-gcc" -o bin.linux/bjam -DNDEBUG -DOPT_HEADER_CACHE_EXT -DOPT_GRAPH_DEBUG_EXT -DOPT_SEMAPHORE -DOPT_AT_FILES -DOPT_FIX_TARGET_VARIABLES_EXT -DOPT_IMPROVED_PATIENCE_EXT -DYYSTACKSIZE=5000 -march=athlon64 -mtune=athlon64 -O3 -msse2 -m3dnow -fomit-frame-pointer -pipe -fno-strict-aliasing -O "" command.c compile.c debug.c expand.c glob.c hash.c hcache.c headers.c hdrmacro.c jam.c jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c parse.c regexp.c rules.c scan.c search.c subst.c w32_getreg.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c pwd.c class.c native.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c execunix.c fileunix.c pathunix.c
- ...failed [COMPILE] bin.linux/bjam...
- ...failed updating 1 target...
- ...updated 1 target...
- *
- * ERROR: dev-util/boost-build-1.34.1 failed.
- * Call stack:
- * ebuild.sh, line 1701: Called dyn_compile
- * ebuild.sh, line 1039: Called qa_call 'src_compile'
- * ebuild.sh, line 44: Called src_compile
- * boost-build-1.34.1.ebuild, line 63: Called die
- * The specific snippet of code:
- * LIBS="${LDFLAGS}" CC=$(tc-getCC) ./build.sh ${toolset} $(use_with python) || die "building bjam failed"
- * The die message:
- * building bjam failed
- *
- * If you need support, post the topmost build error, and the call stack if relevant.
- * A complete build log is located at '/var/log/portage/dev-util:boost-build-1.34.1:20080214-022514.log'.
- *
- * Messages for package dev-util/boost-build-1.34.1:
- * Filtering out invalid CFLAG "-fopenmp"
- * Filtering out invalid CXXFLAG "-fopenmp"
- *
- * ERROR: dev-util/boost-build-1.34.1 failed.
- * Call stack:
- * ebuild.sh, line 1701: Called dyn_compile
- * ebuild.sh, line 1039: Called qa_call 'src_compile'
- * ebuild.sh, line 44: Called src_compile
- * boost-build-1.34.1.ebuild, line 63: Called die
- * The specific snippet of code:
- * LIBS="${LDFLAGS}" CC=$(tc-getCC) ./build.sh ${toolset} $(use_with python) || die "building bjam failed"
- * The die message:
- * building bjam failed
- *
- * If you need support, post the topmost build error, and the call stack if relevant.
- * A complete build log is located at '/var/log/portage/dev-util:boost-build-1.34.1:20080214-022514.log'.
- *
复制代码 |
|