Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237097 - dev-perl/TermReadKey-2.30 compiles, but doesn't install all files
Summary: dev-perl/TermReadKey-2.30 compiles, but doesn't install all files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-08 20:13 UTC by Alexander Gehrke
Modified: 2008-09-10 18:45 UTC (History)
0 users

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


Attachments
emerge log of TermReadKey (dev-perl:TermReadKey-2.30:20080908-200612.log,3.79 KB, text/plain)
2008-09-08 20:15 UTC, Alexander Gehrke
Details
emerge log of TermReadKey (dev-perl:TermReadKey-2.30:20080909-071640.log,5.13 KB, text/plain)
2008-09-09 07:34 UTC, Torsten Veller (RETIRED)
Details
perl -V output (perlinfo.log,3.06 KB, text/plain)
2008-09-09 22:25 UTC, Alexander Gehrke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Gehrke 2008-09-08 20:13:41 UTC
When emerging dev-perl/TermReadKey-2.30, compilation and installation run without errors, but ReadKey.so is not installed, although it is compiled.

Reproducible: Always

Steps to Reproduce:
1. emerge dev-perl/TermReadKey
Actual Results:  
ReadKey.so is missing after emerge.

Expected Results:  
emerge should install ReadKey.so to /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux/auto/Term/ReadKey/ReadKey.so

# emerge --info
Portage 2.2_rc8 (default/linux/amd64/2008.0, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.25-tuxonice-r6 x86_64)
=================================================================
System uname: Linux-2.6.25-tuxonice-r6-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_4600+-with-glibc2.2.5
Timestamp of tree: Fri, 05 Sep 2008 07:34:01 +0000
ccache version 2.4 [disabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 1.3.7, 2.1.6-r1
dev-lang/python:     2.5.2-r7
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.5
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.62-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.4
virtual/os-headers:  2.6.26
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=athlon64 -msse3 -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -march=athlon64 -msse3 -fomit-frame-pointer"
DISTDIR="/var/portage/distfiles"
FEATURES="distlocks parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
LINGUAS="de"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/desktop-effects /usr/local/portage/layman/arcon /usr/local/portage/own"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext acl alsa amd64 bash-completion berkdb bzip2 cli compiz cracklib crypt cups dri fortran gdbm gif gpm gtk iconv ipv6 isdnlog jpeg kde kdeenablefinal midi mmx mudflap multilib ncurses nls nptl nptlonly opengl openmp pam pcre perl png pppd python qt3 qt4 readline reflection session spl sse sse2 ssl svg sysfs tcpd unicode xcomposite xorg zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="g15" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Alexander Gehrke 2008-09-08 20:15:02 UTC
Created attachment 164955 [details]
emerge log of TermReadKey
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2008-09-09 07:34:07 UTC
Created attachment 164987 [details]
emerge log of TermReadKey

No problem here and I have no clue atm why it fails for you.
Is your problem reproduceable? Did you change something recently?
Paste the output of `perl -V` please.
Comment 3 Alexander Gehrke 2008-09-09 22:25:43 UTC
Created attachment 165060 [details]
perl -V output

I never changed my perl configuration manually.
For me this problem is reproducable, i.e. it happens every time I try to emerge TermReadKey
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2008-09-10 04:55:56 UTC
I've just removed mymake="/usr" from the ebuild.
Please (wait an hour, resync and) test again.
Comment 5 Alexander Gehrke 2008-09-10 18:45:04 UTC
(In reply to comment #4)
> I've just removed mymake="/usr" from the ebuild.
> Please (wait an hour, resync and) test again.
> 

That fixed it, thanks :)