Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135686 - app-backup/backup-manager perl Config.pm path broken
Summary: app-backup/backup-manager perl Config.pm path broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: App-Backup Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 15:32 UTC by Rob Terhaar
Modified: 2006-06-06 08:55 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 Rob Terhaar 2006-06-05 15:32:13 UTC
I've configured backup-manager to send system tars to a remote machine via SCP. 

When i run backup-manager -v i get some good stuff, then it craps out here:

Using the upload method "ssh".
Can't locate BackupManager/Config.pm in @INC (@INC contains: /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i686-linux /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.7/i686-linux /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at /usr/bin/backup-manager-upload line 80.
BEGIN failed--compilation aborted at /usr/bin/backup-manager-upload line 80.
Unable to call backup-manager-upload.


If i do:
ln -s /usr/share/perl5/BackupManager/ /usr/lib/perl5/site_perl/BackupManager
then everything works as it should
Comment 1 Lisa Seelye (RETIRED) gentoo-dev 2006-06-06 08:55:01 UTC
How odd. When I tested this it worked. Maybe my @INC was wrong.

Re-emerge it (It's been in for less than 24 hours so I won't -r bump it).

Fixed in CVS