From: Ryan Anderson <ryan@michonline.com>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: Git Mailing List <git@vger.kernel.org>, rpm-list@redhat.com
Subject: Re: git 0.99.9: Subversion importer breaks RPM generation (rpmbuild bug)
Date: Sun, 30 Oct 2005 17:28:03 -0500 [thread overview]
Message-ID: <436548F3.1030507@michonline.com> (raw)
In-Reply-To: <43652934.8000308@zytor.com>
[-- Attachment #1: Type: text/plain, Size: 673 bytes --]
H. Peter Anvin wrote:
> The Subversion importer Perl script breaks RPM generation. First of
> all, it introduces new module dependencies which don't exist in for
> example RHEL4. The easiest way to deal with that is probably to fork
> off the subversion exporter into a separate package, but the really bad
> one is:
>
> git-svnimport.perl:require v5.8.0; # for shell-safe open("-|",LIST)
>
> ... which RPM thinks means that you need a Perl module called v5.8.0
> which doesn't, of course, exist. This is arguably an rpmbuild bug, but
> it nevertheless breaks at the moment.
If you change that to the traditional statement of "require 5.008;",
does it fix things up?
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
next prev parent reply other threads:[~2005-10-30 22:28 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-30 20:12 git 0.99.9: Subversion importer breaks RPM generation (rpmbuild bug) H. Peter Anvin
2005-10-30 20:40 ` Wolfgang Denk
2005-10-30 20:51 ` H. Peter Anvin
2005-10-30 22:16 ` Junio C Hamano
2005-10-30 22:37 ` [PATCH] Do not try installing SVNimport on RPM Junio C Hamano
[not found] ` <43654F4B.30103@zytor.com>
2005-10-30 23:39 ` Junio C Hamano
2005-10-30 22:28 ` Ryan Anderson [this message]
2005-10-30 23:01 ` git 0.99.9: Subversion importer breaks RPM generation (rpmbuild bug) Junio C Hamano
2005-10-31 5:44 ` Junio C Hamano
2005-10-31 6:41 ` Chris Wright
2005-10-31 6:48 ` Junio C Hamano
2005-10-31 15:57 ` H. Peter Anvin
2005-10-31 16:25 ` Linus Torvalds
2005-10-31 16:27 ` H. Peter Anvin
2005-11-01 23:11 ` Horst von Brand
2005-10-31 19:31 ` Junio C Hamano
2005-10-31 19:36 ` H. Peter Anvin
2005-10-31 20:13 ` Martin Langhoff
2005-10-31 20:32 ` Linus Torvalds
2005-10-31 20:44 ` Martin Langhoff
2005-10-31 20:46 ` H. Peter Anvin
2005-10-31 21:31 ` David Lang
2005-10-31 20:39 ` Sebastian Kuzminsky
2005-10-31 21:27 ` Junio C Hamano
2005-11-05 11:19 ` Package split: Debian Junio C Hamano
2005-11-01 23:15 ` git 0.99.9: Subversion importer breaks RPM generation (rpmbuild bug) Horst von Brand
2005-11-02 3:36 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=436548F3.1030507@michonline.com \
--to=ryan@michonline.com \
--cc=git@vger.kernel.org \
--cc=hpa@zytor.com \
--cc=rpm-list@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).