* make rpm
@ 2007-01-21 18:27 Nicolas Pitre
2007-01-21 18:44 ` Jakub Narebski
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Pitre @ 2007-01-21 18:27 UTC (permalink / raw)
To: git
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?
Nicolas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: make rpm
2007-01-21 18:27 make rpm Nicolas Pitre
@ 2007-01-21 18:44 ` Jakub Narebski
2007-01-21 23:48 ` Josh Boyer
0 siblings, 1 reply; 4+ messages in thread
From: Jakub Narebski @ 2007-01-21 18:44 UTC (permalink / raw)
To: git
[Cc: git@vger.kernel.org]
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.
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: make rpm
2007-01-21 18:44 ` Jakub Narebski
@ 2007-01-21 23:48 ` Josh Boyer
2007-01-22 0:59 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Josh Boyer @ 2007-01-21 23:48 UTC (permalink / raw)
To: Jakub Narebski; +Cc: git
On 1/21/07, Jakub Narebski <jnareb@gmail.com> wrote:
> [Cc: git@vger.kernel.org]
>
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: make rpm
2007-01-21 23:48 ` Josh Boyer
@ 2007-01-22 0:59 ` Junio C Hamano
0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2007-01-22 0:59 UTC (permalink / raw)
To: Josh Boyer; +Cc: git, Jakub Narebski
"Josh Boyer" <jwboyer@gmail.com> writes:
>> 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.
That's true, but I do not think we would want to officially
"Provide" it. We ship a copy only as a back-up measure for
people building from the source, as Error.pm seems not so widely
deployed.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-01-22 1:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-21 18:27 make rpm Nicolas Pitre
2007-01-21 18:44 ` Jakub Narebski
2007-01-21 23:48 ` Josh Boyer
2007-01-22 0:59 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox