Closed TobyOnGithub closed 12 years ago
Thanks for the bug report.
I can't reproduce it here, which distro are you on ?
Wait, are you using the bootstrap with make
? If not, then you need to contact ryao.
Hi,
I wget the above file and then simply run: ./prefix-install.sh
Does that help? Please provide me with a different gentoo prefix install file which you are in charge of. Then I can hopefully obtain support from you.
To answer the "which distro are you on" question:
thinse@stokes1:~> cat /proc/version Linux version 2.6.32.13-0.4-default (geeko@buildhost) (gcc version 4.3.4 [gcc-4_3-branch revision 152973](SUSE Linux) ) #1 SMP 2010-06-15 12:47:25 +0200
I got the same error. It was caused by "your ${EPREFIX} containing symlinks". When I used the "absolute" EPREFIX path (which does not contain any symlinks), this error was gone.
Hi I am trying to install gentoo prefix on a compute cluster.
Starting from scratch, I wget this file: wget http://www.cs.stonybrook.edu/~ryao/prefix-install.sh
then
mkdir tmp cd tmp mv prefix-install.sh . chmod u+x prefix-install.sh ./prefix-install.sh
Then the compilation starts and ends with the following (between ### and ###):
/ichec/home/users/thinse/gentoo/tmp/usr/bin/install -c -m 644 'omp.h' '/panfs/panasas/home-thinse/gentoo/var/tmp/portage/sys-devel/gcc-4.2.4-r01.4/image//nuke-me/ichec/home/users/thinse/gentoo/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/include/omp.h' make[4]: Leaving directory
/panfs/panasas/home-thinse/gentoo/var/tmp/portage/sys-devel/gcc-4.2.4-r01.4/work/build/x86_64-pc-linux-gnu/libgomp' make[3]: Leaving directory
/panfs/panasas/home-thinse/gentoo/var/tmp/portage/sys-devel/gcc-4.2.4-r01.4/work/build/x86_64-pc-linux-gnu/libgomp' make[2]: Leaving directory/panfs/panasas/home-thinse/gentoo/var/tmp/portage/sys-devel/gcc-4.2.4-r01.4/work/build/x86_64-pc-linux-gnu/libgomp' make[1]: Leaving directory
/panfs/panasas/home-thinse/gentoo/var/tmp/portage/sys-devel/gcc-4.2.4-r01.4/work/build' mv: cannot stat '/panfs/panasas/home-thinse/gentoo/var/tmp/portage/sys-devel/gcc-4.2.4-r01.4/image//nuke-me/panfs/panasas/home-thinse/gentoo/_': No such file or directory sed: can't read .//ichec/home/users/thinse/gentoo/usr/lib/gcc/x8664-pc-linux-gnu/4.2.4/.la: No such file or directory sed: can't read .//ichec/home/users/thinse/gentoo/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/*.la: No such file or directoryThe output of emerge --info =sys-devel/gcc-4.2.4-r01.4 can be seen here: https://gist.github.com/2316351 The output of emerge -pqv =sys-devel/gcc-4.2.4-r01.4 is:
[ebuild N ] sys-libs/zlib-1.2.5.1-r2 USE="-minizip -static-libs" [ebuild N ] sys-devel/gnuconfig-20120116 [ebuild N ] sys-libs/ncurses-5.9-r1 USE="cxx unicode -ada -debug -doc (-gpm) -minimal -profile -static -libs -trace" [ebuild N ] virtual/libiconv-0 [ebuild N ] sys-apps/texinfo-4.13-r1 USE="-nls -static" [ebuild N ] sys-devel/gcc-4.2.4-r01.4 USE="bootstrap cxx mudflap nptl openmp (-altivec) -build -doc -f ortran -gcj -gtk (-hardened) (-libssp) (-multilib) -multislot -nls -nocxx -objc -objc++ -objc-gc -test (-va nilla)"
Apparently the compilation process can't read:
.//ichec/home/users/thinse/gentoo/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/*.la
Ultimately I want to install gcc 4.5.x
Hope you can suggest something what to do. If you need any further information let me know.
T.