Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71750 Details for
Bug 110453
Perl minimal doesn't leave correct libs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Modified fix
perl-5.8.7-r1.ebuild-libname.patch (text/plain), 1.88 KB, created by
René Rhéaume (a.k.a. repzilon, rener)
on 2005-10-30 11:53:39 UTC
(
hide
)
Description:
Modified fix
Filename:
MIME Type:
Creator:
René Rhéaume (a.k.a. repzilon, rener)
Created:
2005-10-30 11:53:39 UTC
Size:
1.88 KB
patch
obsolete
>--- /usr/portage/dev-lang/perl/perl-5.8.7-r1.ebuild 2005-10-01 20:06:14 -0500 >+++ /usr/local/portage/dev-lang/perl/perl-5.8.7-r1.ebuild 2005-10-30 13:26:31 -0600 >@@ -378,6 +378,7 @@ > local prV="${perlroot}/${PV}" > # myarch and mythreading are defined inside src_configure() > local prVA="${prV}/${myarch}${mythreading}" >+ local dll=$(get_libname) # already contains the initial '.', see bug #110453 > > # I made this list from the Mandr*, Debian and ex-Connectiva perl-base list > # Then, I added several files to get GNU autotools running >@@ 444,32 +445,32 @@ > ${prV}/filetest.pm > ${prVA}/attrs.pm > ${prVA}/auto/attrs >- ${prVA}/auto/Cwd/Cwd.$(get_libname) >- ${prVA}/auto/Data/Dumper/Dumper.$(get_libname) >+ ${prVA}/auto/Cwd/Cwd${dll} >+ ${prVA}/auto/Data/Dumper/Dumper${dll} > ${prVA}/auto/DynaLoader/dl_findfile.al >- ${prVA}/auto/Fcntl/Fcntl.$(get_libname) >- ${prVA}/auto/File/Glob/Glob.$(get_libname) >- ${prVA}/auto/IO/IO.$(get_libname) >+ ${prVA}/auto/Fcntl/Fcntl${dll} >+ ${prVA}/auto/File/Glob/Glob${dll} >+ ${prVA}/auto/IO/IO${dll} > ${prVA}/auto/POSIX/autosplit.ix > ${prVA}/auto/POSIX/fstat.al > ${prVA}/auto/POSIX/load_imports.al > ${prVA}/auto/POSIX/POSIX.bs >- ${prVA}/auto/POSIX/POSIX.$(get_libname) >+ ${prVA}/auto/POSIX/POSIX${dll} > ${prVA}/auto/POSIX/stat.al > ${prVA}/auto/POSIX/tmpfile.al >- ${prVA}/auto/re/re.$(get_libname) >- ${prVA}/auto/Socket/Socket.$(get_libname) >+ ${prVA}/auto/re/re${dll} >+ ${prVA}/auto/Socket/Socket${dll} > ${prVA}/auto/Storable/autosplit.ix > ${prVA}/auto/Storable/_retrieve.al > ${prVA}/auto/Storable/retrieve.al >- ${prVA}/auto/Storable/Storable.$(get_libname) >+ ${prVA}/auto/Storable/Storable${dll} > ${prVA}/auto/Storable/_store.al > ${prVA}/auto/Storable/store.al > ${prVA}/B/Deparse.pm > ${prVA}/B.pm > ${prVA}/Config.pm > ${prVA}/Config_heavy.pl >- ${prVA}/CORE/libperl$(get_libname) >+ ${prVA}/CORE/libperl${dll} > ${prVA}/Cwd.pm > ${prVA}/Data/Dumper.pm > ${prVA}/DynaLoader.pm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 110453
:
71420
| 71750 |
74213