The emerge of subversion-0.10_pre1.ebuild fails, with the following error: `/var/tmp/portage/subversion-0.10_pre1/work/tmpinstall_svn/lib/libsvn_client.so' -> `/var/tmp/portage/subversion-0.10_pre1/image//usr/svn/lib/libsvn_client.so' `/var/tmp/portage/subversion-0.10_pre1/work/tmpinstall_svn/lib/libsvn_client.la' -> `/var/tmp/portage/subversion-0.10_pre1/image//usr/svn/lib/libsvn_client.la' `/var/tmp/portage/subversion-0.10_pre1/work/tmpinstall_svn/lib/libsvn_client.a' -> `/var/tmp/portage/subversion-0.10_pre1/image//usr/svn/lib/libsvn_client.a' `/var/tmp/portage/subversion-0.10_pre1/work/tmpinstall_svn/lib/libsvn_swig_py.so.0.0.0' -> `/var/tmp/portage/subversion-0.10_pre1/image//usr/svn/lib/libsvn_swig_py.so.0.0.0' `/var/tmp/portage/subversion-0.10_pre1/work/tmpinstall_svn/lib/libsvn_swig_py.so.0' -> `/var/tmp/portage/subversion-0.10_pre1/image//usr/svn/lib/libsvn_swig_py.so.0' `/var/tmp/portage/subversion-0.10_pre1/work/tmpinstall_svn/lib/libsvn_swig_py.so' -> `/var/tmp/portage/subversion-0.10_pre1/image//usr/svn/lib/libsvn_swig_py.so' `/var/tmp/portage/subversion-0.10_pre1/work/tmpinstall_svn/lib/libsvn_swig_py.la' -> `/var/tmp/portage/subversion-0.10_pre1/image//usr/svn/lib/libsvn_swig_py.la' `/var/tmp/portage/subversion-0.10_pre1/work/tmpinstall_svn/lib/libsvn_swig_py.a' -> `/var/tmp/portage/subversion-0.10_pre1/image//usr/svn/lib/libsvn_swig_py.a' `/var/tmp/portage/subversion-0.10_pre1/work/tmpinstall_svn/man/man1/svn.1' -> `/var/tmp/portage/subversion-0.10_pre1/image//usr/svn/man/man1/svn.1' !!! ERROR: dev-util/subversion-0.10_pre1 failed. !!! Function src_install, Line 175, Exitcode 1 !!! installation of subversion failed I thought initially it could be running out of disk space, but that filesystem has 9GB free. The file svn.1 does exist in the image directory: goldfish man1 # pwd /var/tmp/portage/subversion-0.10_pre1/image/usr/svn/man/man1 goldfish man1 # ls -l total 36 -rw-r--r-- 1 root root 6165 Jan 24 2002 dbmmanage.1 -rw-r--r-- 1 root root 3850 Feb 16 2001 htdigest.1 -rw-r--r-- 1 root root 8467 Feb 16 2001 htpasswd.1 -rw-r--r-- 1 root root 9309 Apr 13 17:57 svn.1 Reproducible: Always Steps to Reproduce: 1. ACCEPT_KEYWORDS="~x86" emerge subversion 2. 3. Actual Results: The error, as above Expected Results: installed subversion ;) goldfish man1 # emerge info Portage 2.0.47-r10 (, gcc-3.2.2, glibc-2.2.5-r2,2.3.1-r4) ================================================================= System uname: 2.4.19-gentoo-r10 i686 AMD Duron(tm) Processor GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo/ http://gentoo.oregonstate.edu http://gentoo.linux.no/ http://www.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="x86 oss 3dnow apm encode jpeg libg++ mikmod ncurses nls quicktime gtkhtml arts guile mysql gpm esd oggvorbis kde motif dvd acpi alsa gnome gtk avi cdr crypt cups dga doc fbcon evo gb gd berkdb bonobo gif gphoto2 gdbm gtk2 imlib innodb java ldap libgda libwww mmx mozilla mpeg opengl pam pdflib perl pic png python postgres qt qtmt readline samba sasl scanner sdl slang slp spell sse ssl svga tcltk tcpd tetex tiff truetype wmf X xml2 xmms xv zlib zeo" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-mcpu=athlon -O3 -pipe -fomit-frame-pointer" CXXFLAGS="-mcpu=athlon -O3 -pipe -fomit-frame-pointer" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage/" FEATURES="sandbox ccache"
ls -la /etc/make.profile have you set your profile properly ?
dan@goldfish dan $ ls -la /etc/make.profile/ total 28 drwxr-xr-x 2 root root 4096 Apr 13 10:51 . drwxr-xr-x 27 root root 4096 Apr 17 19:51 .. -rw-r--r-- 1 root root 417 Feb 27 17:52 make.defaults -rw-r--r-- 1 root root 3500 Apr 12 12:21 packages -rw-r--r-- 1 root root 487 Mar 16 10:22 packages.build -rw-r--r-- 1 root root 1140 Apr 13 10:51 use.defaults -rw-r--r-- 1 root root 1641 Mar 27 07:51 virtuals ... and: lrwxr-xr-x 1 root root 38 Mar 20 21:36 make.profile -> /usr/portage/profiles/default-x86-1.4/ Let me know if you need any more info.
Do you still have the logs of it. Something went wrong in the copy process
(Currently at work, don't have access to my home machine) Probably not, but I'll try it again this evening and post 'em. Which logs in particular are you interested in?
The logs created by: emerge subversion &>subversion.log Something goes wrong with copying, but I cannot see from the log you have what exactly goes wrong
Created attachment 11168 [details] Log of failed subversion install Sorry for the delay. Here's a script of my failed install.
forgot to close ;-)