Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213273 - perl-core/libnet has incorrect path for libnet.cfg
Summary: perl-core/libnet has incorrect path for libnet.cfg
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: 2008-03-13 14:35 UTC by Santiago M. Mola (RETIRED)
Modified: 2008-04-23 14:53 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 Santiago M. Mola (RETIRED) gentoo-dev 2008-03-13 14:35:35 UTC
>>> Emerging (2 of 15) perl-core/libnet-1.21 to /
 * libnet-1.21.tar.gz RMD160 SHA1 SHA256 size ;-) ...                   [ ok ]
 * checking ebuild checksums ;-) ...                                    [ ok ]
 * checking auxfile checksums ;-) ...                                   [ ok ]
 * checking miscfile checksums ;-) ...                                  [ ok ]
 * checking libnet-1.21.tar.gz ;-) ...                                  [ ok ]
>>> Unpacking source...
>>> Unpacking libnet-1.21.tar.gz to /var/tmp/portage/perl-core/libnet-1.21/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/perl-core/libnet-1.21/work/libnet-1.21 ...
cp: cannot stat `/files/libnet.cfg': No such file or directory


In libnet's ebuilds:
cp ${O}/files/libnet.cfg .
which should be
cp "${FILESDIR}"/libnet.cfg .
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2008-04-23 14:53:22 UTC
Fixed. Thanks.