Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 321807

Summary: net-libs/libproxy installs Perl modules into site-dir (should go in vendor-dir)
Product: Gentoo Linux Reporter: Torsten Veller (RETIRED) <tove>
Component: New packagesAssignee: Olivier Crete (RETIRED) <tester>
Status: RESOLVED FIXED    
Severity: normal CC: gnome, perl
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 280728    
Attachments: /libproxy-0.4.2-perlvendor.patch

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.
+