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

Bug 172362

Summary: dev-util/git: git-send-email requires dev-perl/Error as dependency
Product: Gentoo Linux Reporter: Benno Schulenberg <bensberg>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Benno Schulenberg 2007-03-26 22:28:11 UTC
Trying to send a git patch by email fails when dev-perl/Error is not installed:

$ git-send-email
Can't locate Error.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /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 /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at /usr/lib/perl5/site_perl/5.8.8/Git.pm line 93.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Git.pm line 93.
Compilation failed in require at /usr/bin/git-send-email line 25.
BEGIN failed--compilation aborted at /usr/bin/git-send-email line 25.


After emerging dev-perl/Error the git-send-email command works fine.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-26 23:09:56 UTC

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