Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465294 - gcc-4.6.3 compile failure: cp: cannot stat ‘/var/tmp/portage/sys-devel/gcc-4.6.3/work/build/gcc/doc/*.info’: No such file or directory
Summary: gcc-4.6.3 compile failure: cp: cannot stat ‘/var/tmp/portage/sys-devel/gcc-4....
Status: RESOLVED DUPLICATE of bug 464008
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-09 17:43 UTC by Nils Stöckmann
Modified: 2013-04-09 17:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nils Stöckmann 2013-04-09 17:43:00 UTC
Hi

AFTER the compilation of gcc-4.6.3 I get the following error:

cp: cannot stat ‘/var/tmp/portage/sys-devel/gcc-4.6.3/work/build/gcc/doc/*.info’: No such file or directory

I try to compile the following ebuild:

[ebuild  NS   ] sys-devel/gcc-4.6.3 [4.5.4] USE="cxx fortran gtk hardened mudflap nls nptl (-altivec) -doc (-fixed-point) -gcj -graphite (-libssp) (-multilib) -multislot -nopie -nossp -objc -objc++ -objc-gc -openmp {-test} -vanilla"


Here's an excerpt from the build.log. 
Please take notice that the problem is after >>> Source compiled.


libtool: link: ( cd ".libs" && rm -f "libgfortran.la" && ln -s "../libgfortran.la" "libgfortran.la" )
make[3]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.6.3/work/build/i686-pc-linux-gnu/libgfortran'
make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.6.3/work/build/i686-pc-linux-gnu/libgfortran'
make[1]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.6.3/work/build'
/var/tmp/portage/sys-devel/gcc-4.6.3/work/build /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3
>>> Source compiled.
>>> Test phase [not enabled]: sys-devel/gcc-4.6.3

>>> Install gcc-4.6.3 into /var/tmp/portage/sys-devel/gcc-4.6.3/image/ category sys-devel
cp: cannot stat ‘/var/tmp/portage/sys-devel/gcc-4.6.3/work/build/gcc/doc/*.info’: No such file or directory
 * ERROR: sys-devel/gcc-4.6.3 failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_install
 *   environment, line 4191:  Called toolchain_src_install
 *   environment, line 4855:  Called die
 * The specific snippet of code:
 *       cp "${S}"/gcc/doc/*.info gcc/doc/ || die;


Another thing to mention: The failure occured during my first move into the    hardened/linux/x86 (13.0) profile.
It was the last package of the toolchain (binutils virtual/libc glibc gcc) to be rebuilt, before I would have switched to harened-sources.

As it seems to be a copying bug, i hope it's trivial to solve.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-04-09 17:57:32 UTC

*** This bug has been marked as a duplicate of bug 464008 ***