Summary: | [TRACKER] Perl packages should install to vendor and not site | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Torsten Veller (RETIRED) <tove> |
Component: | New packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | avenj |
Priority: | High | Keywords: | Tracker |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 283723, 283732, 283734, 283753, 283757, 294589, 294590, 294853, 294854, 294856, 294892, 295105, 295113, 295118, 295170, 295780, 295895, 295899, 296634, 296844, 296894, 296903, 297134, 297204, 297507, 297589, 298019, 298215, 298447, 298455, 298528, 299230, 299760, 310839, 321807, 342793, 349772, 351036, 362231, 378167, 387477, 421709, 431232 | ||
Bug Blocks: | 224577, 280730 |
Description
Torsten Veller (RETIRED)
![]() A probably not complete list of packages installing to site_perl, generate from flameeyes tinderbox: app-arch/rpm app-backup/amanda app-backup/backup-manager app-mobilephone/obexftp app-pda/coldsync app-text/freepwing app-text/htag dev-lang/eleven dev-libs/clearsilver dev-libs/libprelude dev-libs/libpreludedb dev-libs/redland-bindings dev-perl/Cflow dev-perl/jcode_pl games-arcade/frozen-bubble media-gfx/imagemagick media-libs/ming media-libs/pdflib net-analyzer/munin net-analyzer/net-snmp net-analyzer/rrdtool net-analyzer/symon net-im/sendxmpp net-im/silc-plugin net-mail/cyrus-imap-admin net-mail/mhonarc net-misc/bwwhois sci-biology/vienna-rna sys-cluster/onesis sys-fs/owfs www-apache/libapreq2 www-servers/nginx x11-misc/adesklets xfce-base/xfconf dev-lang/perl installs packages to _core_, distributed packages go to _vendor_ and locally installed modules (not packaged) go to _site_. <http://search.cpan.org/dist/perl/INSTALL#Installation_Directories> Site is where tools like cpan and cpanp should install perl modules. Think of /usr/bin/ and /usr/local/bin and see also bug 280730 about moving site to /usr/local. - econf $(use_with perl perl-bindings) --disable-static + econf $(use_with perl perl-bindings INSTALLDIRS=vendor) --disable-static ^ wrong bug :( Closing the tracker after all bugs have been fixed. |