Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298019 - media-libs/pdflib installs Perl modules into site-dir (should go in vendor-dir)
Summary: media-libs/pdflib 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: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perl-sitedir
  Show dependency tree
 
Reported: 2009-12-22 22:15 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-04-02 20:40 UTC (History)
1 user (show)

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


Attachments
pdflib-7.0.4_p4-perl-vendor.patch (pdflib-7.0.4_p4-perl-vendor.patch,570 bytes, patch)
2009-12-27 18:50 UTC, David Abbott (RETIRED)
Details | Diff
pdflib-7.0.4_p4.ebuild (pdflib-7.0.4_p4.ebuild,3.51 KB, text/plain)
2009-12-27 18:51 UTC, David Abbott (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-22 22:15:46 UTC
/usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i686-linux
/usr/lib/perl5/site_perl/5.8.8/i686-linux/pdflib_pl.so.0.0.0
/usr/lib/perl5/site_perl/5.8.8/i686-linux/pdflib_pl.a
/usr/lib/perl5/site_perl/5.8.8/i686-linux/pdflib_pl.pm
/usr/lib/perl5/site_perl/5.8.8/i686-linux/pdflib_pl.so
/usr/lib/perl5/site_perl/5.8.8/i686-linux/pdflib_pl.la
/usr/lib/perl5/site_perl/5.8.8/i686-linux/pdflib_pl.so.0
Comment 1 David Abbott (RETIRED) gentoo-dev 2009-12-27 18:50:19 UTC
Created attachment 214344 [details, diff]
pdflib-7.0.4_p4-perl-vendor.patch

I am new to ebuilds and patching but this may help some.
Comment 2 David Abbott (RETIRED) gentoo-dev 2009-12-27 18:51:18 UTC
Created attachment 214345 [details]
pdflib-7.0.4_p4.ebuild
Comment 3 David Abbott (RETIRED) gentoo-dev 2009-12-27 18:54:05 UTC
[ebuild   R   ] media-libs/pdflib-7.0.4_p4  USE="cxx perl python tcl -doc -java" 0 kB [1]

>>> Completed installing pdflib-7.0.4_p4 into /var/tmp/portage/media-libs/pdflib-7.0.4_p4/image/

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment
   usr/bin/text2pdf
   usr/bin/pdfimage
   usr/lib64/libpdf.so.6.0.4
   usr/lib64/python2.6/pdflib_py.so.0.0.0
   usr/lib64/tcl8.5/pdflib/pdflib_tcl.so.0.0.0
   usr/lib64/perl5/vendor_perl/5.10.1/x86_64-linux/pdflib_pl.so.0.0.0
   usr/lib64/python2.6/pdflib_py.a
   usr/lib64/libpdf.a
   usr/lib64/tcl8.5/pdflib/pdflib_tcl.a
   usr/lib64/perl5/vendor_perl/5.10.1/x86_64-linux/pdflib_pl.a
bzip2: Input file /var/tmp/portage/media-libs/pdflib-7.0.4_p4/image/usr/share/doc/pdflib-7.0.4_p4/pdflib is a directory.
making executable: usr/lib64/libpdf.so.6.0.4
Comment 4 Matti Bickel (RETIRED) gentoo-dev 2010-04-02 20:40:01 UTC
Damn, i missed that one. I've pushed pdflib-7.0.4_p4-r1, including your fix. Thanks!