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

Bug 296927

Summary: vzdump-1.2 missing dep and .pm's are not installed in path
Product: Gentoo Linux Reporter: Philipp Wehrheim <flip>
Component: New packagesAssignee: Thilo Bangert (RETIRED) (RETIRED) <bangert>
Status: RESOLVED FIXED    
Severity: normal CC: vserver-devs+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.