[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem building RPMS on RedHat 8.0

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2003-09-21 20:19:17 CEST

On Sun, 21 Sep 2003, Chris Croome wrote:
> On Sun 21-Sep-2003 at 12:28:41PM -0500, David Summers wrote:
> > What is the error message?
>
> [chris@atomism redhat-8+]$ make RELEASE=7111
> Making subversion-0.29.0-7111 (S)RPM for rh80 ...
> rm -rf /home/chris/rpms/sources/subversion-0.29.0-7111
> mkdir -p /home/chris/rpms/sources/subversion-0.29.0-7111
> cp * /home/chris/rpms/sources/subversion-0.29.0-7111
> sed -e 's/@RELEASE@/7111/' \
> -e 's/@VERSION@/0.29.0/' \
> < subversion.spec > /home/chris/rpms/sources/subversion-0.29.0-7111/subversion.spec
> cd /home/chris/rpms/sources/subversion-0.29.0-7111; cp -r /usr/local/src/svn/packages/rpm/redhat-8+/../../.. subversion-0.29.0; \
> tar cfz subversion-0.29.0-7111.tar.gz subversion-0.29.0 --exclude=.svn; \
> rm -rf subversion-0.29.0
> cd /home/chris/rpms/sources/subversion-0.29.0-7111; rpmbuild -ba subversion.spec
> error: Failed build dependencies:
> neon-devel >= 0.24.2 is needed by subversion-0.29.0-7111

                        ^^^^^^

> make: *** [build_rpm_files] Error 1
>
> > Is it something to do with the "svn status"
> > command?
>
> I don't know I have never used that command...
>
> > Did you read the README file?
>
> No :-( I just tried to do what has worked in the past... I have now
> tried to find the relevent README... I guess it's the one in
> packages/rpm/redhat-8+ ...?
>
> > If it is what I think it is then you can say "make RELEASE=YYYY" where
> > YYYY is your favorite release number and it will build the RPM with that
> > designator and override the "svn status" command.
>
> I have now tried that but I still seem to have the same problem... I
> expect that I'm doing something daft... :-(
>

> [chris@atomism redhat-8+]$ rpm -qa neon
> neon-0.23.9-1
> [chris@atomism redhat-8+]$ rpm -qa neon-devel
> neon-devel-0.23.9-1

Note that you have neon-0.23.9 installed and the new version of subversion
is looking for neon-0.24.2 or higher.

You can download the neon-0.24.2 from my repository at
http://summersoft.fay.ar.us/repos

As soon as the subversion-0.30.0 is released then neon-0.24.2 will be
included in the subversion-latest directory.

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 21 20:26:04 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.