[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
git 0.99.9: Subversion importer breaks RPM generation (rpmbuild bug)
- From: "H. Peter Anvin" <hpa zytor com>
- To: Git Mailing List <git vger kernel org>, rpm-list redhat com
- Cc:
- Subject: git 0.99.9: Subversion importer breaks RPM generation (rpmbuild bug)
- Date: Sun, 30 Oct 2005 12:12:36 -0800
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.
I'm afraid I cannot update any of the kernel.org machines to 0.99.9
until these problems have been cleaned up.
-hpa
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]