Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296927 - vzdump-1.2 missing dep and .pm's are not installed in path
Summary: vzdump-1.2 missing dep and .pm's are not installed in path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Thilo Bangert (RETIRED) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-14 19:24 UTC by Philipp Wehrheim
Modified: 2009-12-16 20:10 UTC (History)
1 user (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 Philipp Wehrheim 2009-12-14 19:24:21 UTC
vzdump is currently not working for two reasons

1. dev-perl/LockFile-Simple is not a RDEPEND

2. the perl modules are copied to /usr/share/perl5/PVE/VZDump/
where perl can not find them

simple workaround - set an abs path for the pm's

sed -i -e 's|PVE::VZDUMP|/usr/share/perl5/PVE::VZDUMP|g' /usr/sbin/vzdump

cheers 
flip

Reproducible: Always
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2009-12-16 20:10:05 UTC
fixed in cvs. thanks a lot for the report.