Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302178 - www-servers/nginx-0.7.64 installs perllocal.pod
Summary: www-servers/nginx-0.7.64 installs perllocal.pod
Status: RESOLVED DUPLICATE of bug 241756
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-25 14:45 UTC by Andreas K. Hüttel
Modified: 2010-01-25 15:09 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas K. Hüttel archtester gentoo-dev 2010-01-25 14:45:22 UTC
www-servers/nginx-0.7.64 installs a perllocal.pod (which can lead to file collisions as soon as two packages make this mistake).

See bug 107076 comment 77 for details.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-01-25 14:51:00 UTC
Should be easy to drop in following to src_install()...

find "${D}" -type f -name perllocal.pod -delete
find "${D}" -depth -mindepth 1 -type d -empty -delete
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2010-01-25 15:09:02 UTC
https://bugs.gentoo.org/show_bug.cgi?id=241756#c9
"Fixed in nginx-0.7.64-r1"

*** This bug has been marked as a duplicate of bug 241756 ***