Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10143 - emerge problems when i emerge anything (post install)
Summary: emerge problems when i emerge anything (post install)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-03 12:08 UTC by eric simpson
Modified: 2006-02-04 06:03 UTC (History)
1 user (show)

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 eric simpson 2002-11-03 12:08:45 UTC
this is the tail end of the screen output that i get from running 'emerge  
gentoo-stats'.  the sole dependency (that seems to be doing the crashing) is  
MIME-Base64 (2.12-r2)...  
  
>>> Source unpacked.  
>>> It appears that MIME-Base-64 is already compiled; skipping.  
>>> (clean to force compilation)  
  
>>> Install MIM-Base64-2.12-r2 into  
/var/tmp/portage/MIME-Base64-2.12-r2/image/ category dev-perl make: *** No  
rule to make target `install'. Stop.  
  
!!! ERROR: The ebuild did not complete successfully.  
!!! Function perl-module_src_install, Line -664, Exitcode 2  
!!! (no error message)  
 
 
 
 
 
emerge info yields the following: 
 
Portage 2.0.43 (default-ppc-1.4, gcc-3.2, glibc-2.2.5-r6,2.2.5-r7) 
================================================================= 
System uname: 2.4.19-gentoo-ppc-r6 ppc 0 
USE="oss dvd xv gpm libwww jpeg nls mitshm esd gif imlib sdl oggvorbis qt kde 
motif opengl mozilla png truetype ppc gdbm berkdb slang readline tcpd pam ssl 
perl python X gtk gnome -alsa" 
ARCH="ppc" 
COMPILER="gcc3" 
CHOST="powerpc-unknown-linux-gnu" 
CFLAGS="-O3 -pipe -mcpu=750 -mpowerpc-gfxopt -fsigned-char" 
CXXFLAGS="-O3 -pipe -mcpu=750 -mpowerpc-gfxopt -fsigned-char" 
ACCEPT_KEYWORDS="ppc" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config 
/usr/kde/2/share/config /usr/kde/3/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
MAKEOPTS="-j2" 
JDK_HOME="" 
JAVA_HOME="" 
AUTOCLEAN="no" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"
Comment 1 Mark Guertin 2002-11-04 10:17:51 UTC
Hey Nick

Got 3 users now on new installs that are having exact same problems here :(

Gerk
Comment 2 Olivier Reisch (RETIRED) gentoo-dev 2002-11-04 10:23:17 UTC
Looks like there may be some stale file left over in portage's build dirs. A
simple "emerge clean" or "rm -rf /var/tmp/portage/*" should fix it.