On 1/21/07, Jakub Narebski <jnareb@xxxxxxxxx> wrote:
[Cc: git@xxxxxxxxxxxxxxx] Nicolas Pitre wrote: > I just tried 'make rpm' and it died with: > > |rpmbuild -ta git-1.5.0.rc2.tar.gz > |error: Failed build dependencies: > | perl(Error) is needed by git-1.5.0.rc2-1.i386 > > Of course I have perl installed. But what is that "perl(Error)" about? You don't have Error.pm perl module (in perl-Error package in Fedora Core). Git distributes it's own copy, but I guess rpm target requires to have it installed rather than provide it ourself.
If you really have your own copy, you can use Provides: perl(Error) or something similar. josh - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html