Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 321807 - net-libs/libproxy installs Perl modules into site-dir (should go in vendor-dir)
Summary: net-libs/libproxy installs Perl modules into site-dir (should go in vendor-dir)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Olivier Crete (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perl-sitedir
  Show dependency tree
 
Reported: 2010-05-28 10:38 UTC by Torsten Veller (RETIRED)
Modified: 2010-05-31 21:57 UTC (History)
2 users (show)

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


Attachments
/libproxy-0.4.2-perlvendor.patch (libproxy-0.4.2-perlvendor.patch,384 bytes, text/plain)
2010-05-29 23:21 UTC, David Abbott (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Veller (RETIRED) gentoo-dev 2010-05-28 10:38:19 UTC
in bindings/perl/CMakeLists.txt:

| # Some distributions install perl packages in vendor when shipped with the distro.
| # Let's make their lifes easier by offering an install flag for this usecase.
| if(PERL_VENDORINSTALL)

Passing -DPERL_VENDORINSTALL=ON works fine and installs the modules to
/usr/lib*/perl5/vendor_perl/
Comment 1 David Abbott (RETIRED) gentoo-dev 2010-05-29 23:21:34 UTC
Created attachment 233467 [details]
/libproxy-0.4.2-perlvendor.patch

qlist libproxy | grep vendor_perl
/usr/lib/debug/usr/lib64/perl5/vendor_perl/5.10.1/x86_64-linux/auto/Net/Libproxy/Libproxy.so.debug
/usr/lib64/perl5/vendor_perl/5.10.1/x86_64-linux/Net/Libproxy.pm
/usr/lib64/perl5/vendor_perl/5.10.1/x86_64-linux/auto/Net/Libproxy/Libproxy.so
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-05-31 21:57:23 UTC
+  31 May 2010; Gilles Dartiguelongue <eva@gentoo.org> libproxy-0.4.2.ebuild:
+  Preserve old lib, bug #320511. Install perl binding in vendor directory,
+  bug #321807. Improve python binding handling, bug #315319.
+