Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145808 - emerge -e system fails on dev-perl/Locale-gettext-1.05
Summary: emerge -e system fails on dev-perl/Locale-gettext-1.05
Status: RESOLVED DUPLICATE of bug 119948
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 22:41 UTC by David Kredba
Modified: 2007-02-25 13:48 UTC (History)
0 users

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


Attachments
Output of emerge -pve system (emerge-pve-system.log,13.98 KB, text/plain)
2006-08-31 22:42 UTC, David Kredba
Details
Output of emerge -pvN system (emerge-pvn-system.log,12.68 KB, text/plain)
2006-08-31 22:42 UTC, David Kredba
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kredba 2006-08-31 22:41:04 UTC
I can`t install Gentoo 2006.1 with this set of the USE flags:

/etc/make.conf :

CFLAGS="-O2 -march=prescott -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="radeon"
EMERGE_DEFAULT_OPTS="--alphabetical"
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save"
#FEATURES="keeptemp keepwork"

GENTOO_MIRRORS="http://gentoo.osuosl.org/ ftp://cs.ubishops.ca/pub/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo http://gentoo.ynet.sk/pub"
USE="X a52 aac acl acpi alsa -mono -ipv6 arts audiofile avi blas bluetooth bmp bzip2 calendar cdparanoia cdr clamav cpdflib crypt cups curl dbus divx4linux dri dts dv dvb dvd dvdr dvdread encode esd exif expat fdftk fam ffmpeg fftw flac foomaticdb fortran ftp gcj gd gdbm gif ginac glut gmp gnome gnutls gphoto2 gpm gps gstreamer gtk gtk2 gtkhtml hal iconv icq idn ieee1394 imagemagick imlib java jabber javascript joystick jpeg jpeg2k kde kdeenablefinal lash lapack lcms lirc lm_sensors mad matroska mbox mikmod milter mime mmx mmxext mng mono mozilla mp3 mpeg mysql nas ncurses nls nptl nptlonly nsplugin odbc ofx ogg openal opengl pdf pdflib pcre perl plotutils png posix ppds python qt quicktime readline real recode ruby samba scanner sdl slang sndfile sockets socks5 sox speex spell sse sse2 ssl svg sysvipc tcltk tetex theora threads tidy tiff truetype truetype-fonts type1-fonts unicode usb v4l vcd vorbis wifi win32codecs wmf wxwindows xine xinerama xml xml2 xmms xsl xv xvid xmlrpc zvbi"
LINGUAS="cs en_US en_GB en cs_CZ"

The process stops after sys-apps/groff-1.19.1-r2 compiled and installed.
The failing package is virtual/perl-Test-Simple-0.62  and if skipfirst is used the next failing is dev-perl/Locale-gettext-1.05.

The solution for me was to call emerge --oneshot --nodeps 
=sys-devel/libperl-5.8.8-r1 =dev-lang/perl-5.8.8-r2 
and restart the emerge -e system form the last failing component.

Output of emerge -pve system and emerge -pvN system attached.
Comment 1 David Kredba 2006-08-31 22:42:03 UTC
Created attachment 95616 [details]
Output of emerge -pve system
Comment 2 David Kredba 2006-08-31 22:42:44 UTC
Created attachment 95617 [details]
Output of emerge -pvN system
Comment 3 David Kredba 2006-09-01 09:51:14 UTC
There is more precise description of the problem. (I wrote the first one from my memmory.)

The first failing component is not virtual/perl-Test-Simple-0.62 but dev-perl/Locale-gettext-1.05 and the "repair" sequence needs sys-libs/gdbm-1.8.3-r so it is :

emerge --oneshot --nodeps =sys-libs/gdbm-1.8.3-r2 =sys-devel/libperl-5.8.8-r1 =dev-lang/perl-5.8.8-r2
and after that continue with emerging the system.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-02-25 13:48:43 UTC

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