Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136041 - dev-perl/log-dispatch-2.11 installation fails
Summary: dev-perl/log-dispatch-2.11 installation fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
: 136749 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-08 02:44 UTC by Peet Grobler
Modified: 2006-06-14 02:30 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 Peet Grobler 2006-06-08 02:44:06 UTC
The ebuild dev-perl/log-dispatch-2.11 fails installation. I've attached a log of the attempted install, which explains the problem (PREFIX not supported).

I believe the problem to be in (unpacked) /var/tmp/portage/log-dispatch-2.11/temp/environment.

norman ~ # emerge www-apps/rt
Calculating dependencies ...done!
>>> emerge (1 of 75) dev-perl/log-dispatch-2.11 to /
>>> md5 files   ;-) log-dispatch-2.10.ebuild
>>> md5 files   ;-) log-dispatch-2.11.ebuild
>>> md5 files   ;-) files/digest-log-dispatch-2.10
>>> md5 files   ;-) files/digest-log-dispatch-2.11
>>> md5 src_uri ;-) Log-Dispatch-2.11.tar.gz
>>> Unpacking source...
>>> Unpacking Log-Dispatch-2.11.tar.gz to /var/tmp/portage/log-dispatch-2.11/wor
k
>>> Source unpacked.
 * Using ExtUtils::MakeMaker
Sorry, PREFIX is not supported.  See the Module::Build
documentation for 'destdir' or 'install_base' instead.

!!! ERROR: dev-perl/log-dispatch-2.11 failed.
!!! Function perl-module_src_prep, Line 104, Exitcode 255
!!! Unable to build! (are you using USE="build"?)
!!! If you need support, post the topmost build error, NOT this status message.

norman ~ #

emerge --info:
Gentoo Base System version 1.6.14
Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.16-gent
oo-r9-0.1 i686)
=================================================================
System uname: 2.6.16-gentoo-r9-0.1 i686 Pentium III (Coppermine)
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled
]
dev-lang/python:     2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
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.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distcc distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/
distributions/gentoo"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 apache2 apm arts avi bash-completion berkdb bitmap-fonts bzip2 cdr cli
crypt doc dri eds emboss encode esd expat foomaticdb fortran gdbm gif gstreamer
gtk2 imlib isdnlog jpeg libg++ libwww logrotate mad md5sum mikmod motif mp3 mpeg
 ncurses nptl ogg opengl oss pcre pdflib perl png pppd quicktime readline reflec
tion sdl session spl ssl syslog tcpd threads truetype truetype-fonts type1-fonts
 udev vorbis xmms xorg xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXT
RA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-08 02:59:42 UTC
Don't restrict bugs without any reason. Just don't touch the checkboxes, thanks.
Comment 2 Yuval Yaari (RETIRED) gentoo-dev 2006-06-10 14:27:47 UTC
The problem is that perl-module.eclass decided to use ExtUtils::MakeMaker and not Module::Build.
mcummings, maybe add:
&& [ ! -f Build.PL ]
to the eclass, before deciding whether to use ExtUtils::MakeMaker?
(Line 100 in v1.95)
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2006-06-13 14:54:22 UTC
sorry, missed this bug in my stack - fixed in the eclass a day or so ago, thanks! you may need to re-install module-build depending on when you last installed it (logic bug in the eclass is only a few days old)
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-06-14 02:30:21 UTC
*** Bug 136749 has been marked as a duplicate of this bug. ***