Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 176670 Details for
Bug 252856
sys-devel/gcc-4.1.2: emerge fails after changing multilibness of profile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The first error and the call stack
log_emerge_pa (text/plain), 4.45 KB, created by
Sergey Didenko
on 2008-12-28 21:33:02 UTC
(
hide
)
Description:
The first error and the call stack
Filename:
MIME Type:
Creator:
Sergey Didenko
Created:
2008-12-28 21:33:02 UTC
Size:
4.45 KB
patch
obsolete
>........................................................................................ > >mkdir -p -- stage1/libgcc >for dir in libgcc; do \ > mv $dir/*.o stage1/$dir; \ > mv $dir/*.vis stage1/$dir; \ > mv $dir/*.map stage1/$dir; \ > test ! -f $dir/libgcc.a || mv $dir/lib* stage1/$dir; \ > done >mv: cannot stat `libgcc/*.vis': No such file or directory >make[3]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.1.2/work/build/gcc' >subdirs="cp fortran treelang build"; for dir in $subdirs; \ > do \ > if [ -d stage1/$dir ] ; then true ; else mkdir stage1/$dir ; fi ; \ > done >rm -f stage1/libgcc.a stage1/libgcc_eh.a stage1/libgcov.a >rm -f stage1/libgcc_s*.so >rm -f stage1/libunwind.a stage1/libunwind*.so >mv specs stage1/specs >mv *.o s-* xgcc cpp cc1 cc1*-dummy crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtfastmath.o gcc-cross protoize unprotoize specs collect2 gcov-iov gcov gcov-dump *.[0-9][0-9].* *.[si] *-checksum.c libbackend.a libgcc.mk g++ g++-cross cc1plus gfortran f951 stage1 >mv: cannot stat `crtbegin.o': No such file or directory >mv: cannot stat `crtbeginS.o': No such file or directory >mv: cannot stat `crtbeginT.o': No such file or directory >mv: cannot stat `crtend.o': No such file or directory >mv: cannot stat `crtendS.o': No such file or directory >mv: cannot stat `crtfastmath.o': No such file or directory >mv: cannot stat `gcc-cross': No such file or directory >mv: cannot stat `protoize': No such file or directory >mv: cannot stat `unprotoize': No such file or directory >mv: cannot stat `specs': No such file or directory >mv: cannot stat `gcov-iov': No such file or directory >mv: cannot stat `gcov': No such file or directory >mv: cannot stat `gcov-dump': No such file or directory >mv: cannot stat `*.[0-9][0-9].*': No such file or directory >mv: cannot stat `*.[si]': No such file or directory >mv: cannot stat `g++-cross': No such file or directory >mv: cannot stat `cc1plus': No such file or directory >mv: cannot stat `f951': No such file or directory >make[2]: [stage1-start] Error 1 (ignored) >mv build/* stage1/build >cp -p insn-flags.h insn-config.h insn-codes.h insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c insn-attr.h insn-attrtab.c insn-opinit.c insn-preds.c insn-constants.h tm-preds.h tree-check.h insn-conditions.c min-insn-modes.c insn-modes.c insn-modes.h genrtl.c genrtl.h gt-*.h gtype-*.h gtype-desc.c gtyp-gen.h stage1 >if [ -f as ] ; then (cd stage1 && ln -s ../as .) ; else true ; fi >if [ -f ld ] ; then (cd stage1 && ln -s ../ld .) ; else true ; fi >if [ -f collect-ld ] ; then (cd stage1 && ln -s ../collect-ld .) ; else true ; fi >cp libgcc.a stage1 >x86_64-pc-linux-gnu-ranlib stage1/libgcc.a >cp libgcov.a stage1 >x86_64-pc-linux-gnu-ranlib stage1/libgcov.a >if [ -f libgcc_eh.a ] ; then cp libgcc_eh.a stage1; \ > x86_64-pc-linux-gnu-ranlib stage1/libgcc_eh.a; \ > fi >cp libgcc_s*.so stage1 >cp libunwind.a libunwind*.so stage1 >cp: cannot stat `libunwind.a': No such file or directory >cp: cannot stat `libunwind*.so': No such file or directory >make[2]: [stage1-start] Error 1 (ignored) >for f in .. crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtfastmath.o; do if [ x${f} != x.. ]; then \ > cp stage1/${f} . ; \ > else true; \ > fi; done >mv cp/*.o stage1/cp >mv: cannot stat `cp/*.o': No such file or directory >make[2]: [c++.stage1] Error 1 (ignored) >mv fortran/*.o stage1/fortran >mv: cannot stat `fortran/*.o': No such file or directory >make[2]: [fortran.stage1] Error 1 (ignored) >mv treelang/*.o stage1/treelang >mv: cannot stat `treelang/*.o': No such file or directory >make[2]: [treelang.stage1] Error 1 (ignored) >for dir in . cp fortran treelang build ; \ > do \ > rm -f $dir/*.{gcda,gcno} ; \ > done > >........................................................................................ > > * Messages for package sys-devel/gcc-4.1.2: > > * > * ERROR: sys-devel/gcc-4.1.2 failed. > * Call stack: > * ebuild.sh, line 49: Called src_install > * environment, line 4666: Called toolchain_src_install > * environment, line 5184: Called gcc-compiler_src_install > * environment, line 2417: Called die > * The specific snippet of code: > * S=${WORKDIR}/build make DESTDIR="${D}" install || die; > * The die message: > * (no error message) > * > * If you need support, post the topmost build error, and the call stack if relevant. > * A complete build log is located at '/var/tmp/portage/sys-devel/gcc-4.1.2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.1.2/temp/environment'. > *
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 252856
: 176670