Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 330119 - dev-lang/perl-5.12.1-r1 fails to install with /usr/local/scripts present
Summary: dev-lang/perl-5.12.1-r1 fails to install with /usr/local/scripts present
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 21:28 UTC by Raimar Sandner
Modified: 2010-07-28 06:13 UTC (History)
0 users

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 Raimar Sandner 2010-07-27 21:28:19 UTC
Steps to reproduce:
mkdir /usr/local/scripts, then emerge perl


Apparently, perl's Configure script chooses to install some scripts into /usr/local/scripts instead of /usr/bin if this directory exists, then the ebuild fails within the function src_remove_dual_scripts():

mv: cannot stat `/var/tmp/paludis/dev-lang-perl-5.12.1-r1/image//usr/bin/ptar': No such file or directory
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-07-28 01:48:19 UTC
This is possibly a configure problem. Existence of
/usr/share/scripts
/usr/share/bin
/usr/local/script
/usr/local/scripts
all cause this.
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-07-28 01:49:59 UTC
See also bug 13920.
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2010-07-28 06:13:21 UTC
Fixed again. Sorry.