Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565428 - app-admin/yaala: ebuild hardcodes /usr/lib64/perl5/vendor_perl/ multiple times
Summary: app-admin/yaala: ebuild hardcodes /usr/lib64/perl5/vendor_perl/ multiple times
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tom Wijsman (TomWij) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-11 01:35 UTC by SpanKY
Modified: 2015-11-22 22:36 UTC (History)
2 users (show)

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 SpanKY gentoo-dev 2015-11-11 01:35:53 UTC
i have to assume the perl eclasses provide helpers to get these paths, but clearly hardcoding /usr/lib64/ is wrong, especially something stable on ppc/x86.

    exeinto /usr/lib64/perl5/vendor_perl/${PN^}/
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2015-11-12 10:00:40 UTC
from memory, please doublecheck:

PERL_EXPORT_PHASE_FUNCTIONS=no
inherit perl-module

[...]

perl_set_version
exeinto "${VENDOR_LIB}/${PN^}/"
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2015-11-22 22:36:37 UTC
That ebuild had some more ugly problems. 

Fixed in -r2.