Re: Cannot install git RPM

2005-08-10 Thread Junio C Hamano
Wolfgang Denk <[EMAIL PROTECTED]> writes replying to Sam Ravnborg: > In message <[EMAIL PROTECTED]> you wrote: >> >> Not knowing perl at all I wonder if some more widespread used packages >> can replace the above two? > > Installation of the required modules from the CPAN is trivial. It > shou

Re: Cannot install git RPM

2005-08-10 Thread Chris Wright
* Wolfgang Denk ([EMAIL PROTECTED]) wrote: > My problem is that I cannot satisfy the dependencies in a way which > gets visible to RPM. And this is where I feel this is a bug in Fedora > Core. But probably I'm just too dumb. No, it's just lack of good support. Try rpm.pbone.net, they are there.

Re: Cannot install git RPM

2005-08-10 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > * Wolfgang Denk ([EMAIL PROTECTED]) wrote: > > It's then the "perl(Email::Valid)" and "perl(Mail::Sendmail)" depen- > > dencies which cause problems. I installed all perl packages and > > modules I was able to find in the standard FC places, but

Re: Cannot install git RPM

2005-08-10 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Not knowing perl at all I wonder if some more widespread used packages > can replace the above two? Installation of the required modules from the CPAN is trivial. It should be documented somewhere, though. Best regards, Wolfgang Denk -- Softwa

Re: Cannot install git RPM

2005-08-10 Thread Chris Wright
* Sam Ravnborg ([EMAIL PROTECTED]) wrote: > Not knowing perl at all I wonder if some more widespread used packages > can replace the above two? > I recall having trouble locating them myself when I first tried Greg's > send-a-lot-of-mails script. I'm not too sure, but I too abandoned (well, rewrot

Re: Cannot install git RPM

2005-08-10 Thread Sam Ravnborg
On Wed, Aug 10, 2005 at 09:23:07AM -0700, Chris Wright wrote: > * Wolfgang Denk ([EMAIL PROTECTED]) wrote: > > It's then the "perl(Email::Valid)" and "perl(Mail::Sendmail)" depen- > > dencies which cause problems. I installed all perl packages and > > modules I was able to find in the standa

Re: Cannot install git RPM

2005-08-10 Thread Chris Wright
* Wolfgang Denk ([EMAIL PROTECTED]) wrote: > It's then the "perl(Email::Valid)" and "perl(Mail::Sendmail)" depen- > dencies which cause problems. I installed all perl packages and > modules I was able to find in the standard FC places, but this did > not solve the problem. Maybe this is a

Re: Cannot install git RPM

2005-08-10 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > The problematic one is git-send-email-script. > > Yup. I'll take the blame for that one - I forget how inclusive the > Debian packaging is compared to the other distributions. Actually this may be more of a problem with Fedora Core / RedHat

Re: Cannot install git RPM

2005-08-09 Thread Ryan Anderson
On Tue, Aug 09, 2005 at 10:13:32AM -0700, Junio C Hamano wrote: > Junio C Hamano <[EMAIL PROTECTED]> writes: > > >> But the resulting RPM cannot be installed either, at least not in > >> standard Fedora Core 2/3/4 installations: > >> ... > >> Is there at least some documentation which exter

Re: Cannot install git RPM

2005-08-09 Thread Junio C Hamano
Junio C Hamano <[EMAIL PROTECTED]> writes: >> But the resulting RPM cannot be installed either, at least not in >> standard Fedora Core 2/3/4 installations: >> ... >> Is there at least some documentation which external packages are >> needed, and where to find these? The problematic one

Re: Cannot install git RPM

2005-08-09 Thread Clemens Koller
Hi, Linus! Linus Torvalds wrote: On Tue, 9 Aug 2005, Clemens Koller wrote: Over here - using a non-standard ELDK/LFS mixture, git depends at least on: ... diffstat (ftp://invisible-island.net/diffstat/diffstat-1.39.tgz) Hmm.. This should not be true. Any "diffstat"s should be converted to

Re: Cannot install git RPM

2005-08-09 Thread Linus Torvalds
On Tue, 9 Aug 2005, Clemens Koller wrote: > > Over here - using a non-standard ELDK/LFS mixture, git depends at least on: >... > diffstat (ftp://invisible-island.net/diffstat/diffstat-1.39.tgz) Hmm.. This should not be true. Any "diffstat"s should be converted to use "git-apply --stat" instead.

Re: Cannot install git RPM

2005-08-09 Thread Clemens Koller
Hello, Wolfgang! But the resulting RPM cannot be installed either, at least not in standard Fedora Core 2/3/4 installations: error: Failed dependencies: perl(Email::Valid) is needed by git-core-0.99.3-1 perl(Mail::Sendmail) is needed by git-core-0.99.3-1 Seems git is depen

Re: Cannot install git RPM

2005-08-09 Thread Junio C Hamano
Wolfgang Denk <[EMAIL PROTECTED]> writes: > A simple fix is of course: > > -> diff -u git-core.spec.in.ORIG git-core.spec.in > --- git-core.spec.in.ORIG 2005-08-09 10:26:50.845877000 +0200 > +++ git-core.spec.in2005-08-09 12:42:06.872310918 +0200 > @@ -40,6 +40,7 @@ > %{!?_without_docs:

Re: Cannot install git RPM

2005-08-09 Thread Wolfgang Denk
I wrote: > it is not possible to build RPMs from the current git code: > > RPM build errors: > Installed (but unpackaged) file(s) found: >/usr/share/git-core/templates/description >/usr/share/git-core/templates/hooks/post-update >/usr/share/git-core/templates/hooks/update >/us