Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 142273

Summary: Problem upgrading to perl-5.8.8-r2
Product: Gentoo Linux Reporter: Tharrrk <tharrrk>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tharrrk 2006-07-31 05:59:03 UTC
Seems like some small bug in ebuild ?
While upgrading from version 5.8.7-r3 to 5.8.8-r2:

...
make[2]: Entering directory `/var/tmp/portage/perl-5.8.8-r2/work/perl-5.8.8/x2p'
echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist
make[2]: Leaving directory `/var/tmp/portage/perl-5.8.8-r2/work/perl-5.8.8/x2p'
Updating makefile...
make[1]: Leaving directory `/var/tmp/portage/perl-5.8.8-r2/work/perl-5.8.8/x2p'
Now you must run 'make'.

If you compile perl5 on a different machine or from a different object
directory, copy the Policy.sh file from this object directory to the
new one before you run Configure -- this will help you with most of
the policy defaults.

make: *** No rule to make target `<command-line>', needed by `miniperlmain.o'.  Stop.

!!! ERROR: dev-lang/perl-5.8.8-r2 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_compile
  ebuild.sh, line 938:   Called src_compile
  perl-5.8.8-r2.ebuild, line 267:   Called die





-------
my env:

kajak2 / # emerge --info
Portage 2.1.1_pre4-r1 (default-linux/x86/2006.0, gcc-alpha20060603, glibc-2.4-r3, 2.6.18-rc1-mm2 i686)
=================================================================
System uname: 2.6.18-rc1-mm2 i686 Celeron (Coppermine)
Gentoo Base System version 1.6.14
Rockhopper! Experimental Toolkit 4.2
Rockhopper! Experimental Toolkit 4.2
Rockhopper! Experimental Toolkit 4.2
Rockhopper! Experimental Toolkit 4.2
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.17.50.0.2, 2.17.50.0.3
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-march=i686 -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache collision-protect distlocks metadata-transfer parallel-fetch sandbox sfperms strict userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org"
LANG="cs_CZ.UTF-8"
LC_ALL="cs_CZ.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -s"
LINGUAS="cs"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 alsa apache2 apm arts avi berkdb bitmap-fonts bzip2 cli crypt cups dlloader dri eds emboss encode esd foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 imlib isdnlog jpeg kde libg++ libwww mad mikmod motif mp3 mpeg multislot ncurses nls nptl nptlonly ogg opengl oss pam pcre pdflib perl png pppd python qt qt3 qt4 quicktime readline reflection sdl session slang spell spl ssl tcpd truetype truetype-fonts type1-fonts udev unicode vorbis xml xmms xorg xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux linguas_cs userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-31 06:04:19 UTC
(In reply to comment #0)
> Portage 2.1.1_pre4-r1 (default-linux/x86/2006.0, gcc-alpha20060603,
> glibc-2.4-r3, 2.6.18-rc1-mm2 i686)
> =================================================================
> System uname: 2.6.18-rc1-mm2 i686 Celeron (Coppermine)
> Gentoo Base System version 1.6.14
> Rockhopper! Experimental Toolkit 4.2
> Rockhopper! Experimental Toolkit 4.2
> Rockhopper! Experimental Toolkit 4.2
> Rockhopper! Experimental Toolkit 4.2

Erm, reopen if you can reproduce on a _supported_ system.
Comment 2 Tharrrk 2006-08-01 03:41:10 UTC
All problems solved.
Disappeared after installing eselect and upgrading binutils to 2.17.50.0.3

Thanks and sorry for troubling.