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

Re: Subversion RPMs with SWIG 1.3.25

From: David James <james82_at_gmail.com>
Date: 2005-09-08 20:02:09 CEST

On 9/6/05, David Summers <david@summersoft.fay.ar.us> wrote:
>
> I would love to be able to build Subversion RPMs with SWIG 1.3.25 instead
> of the (ancient) 1.3.19 (so I can get rid of one more (SWIG) run-time
> dependency) but I can only get it to package up on RHEL4 and not any of the
> previous releases (RHEL3, RH9, RH8).
Me too!

> It doesn't seem to be propagating the $RPM_BUILD_ROOT directory into the
> install section when I do the
> make install-swig-
> s
The subversion.spec file for RHEL4 uses the documented "swig-pl" and
"install-swig-pl" rules to build and install the Perl bindings (This
works great).
  make swig-pl DESTDIR=$RPM_BUILD_ROOT
  make check-swig-pl
  make install-swig-pl DESTDIR=$RPM_BUILD_ROOT

On the other hand, the subversion.spec files for RHEL3/RH9/RH8 attempt
to build and install the Perl bindings by playing with
subversion/bindings/perl/native/Makefile. This doesn't work anymore,
because the bindings install process has changed. Is it possible to do
what you want by using the standard build/install targets? If not,
what needs to be changed to make the standard build/install targets
work for you?

Thanks,

David

-- 
David James -- http://www.cs.toronto.edu/~james
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 8 20:04:57 2005

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.