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

Re: Subversion install-swig-pt-ext broken

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2003-01-03 09:14:01 CET

Ben Collins wrote:

>On Thu, Jan 02, 2003 at 06:45:45PM -0800, Blair Zajac wrote:
>
>
>>Brandon Ehle wrote:
>>
>>
>>>Here's a patch to fix a regression in the install-swig-py-ext make target.
>>>
>>>
>
>Without that patch I could not do DESTDIR= builds for creating local
>Debian packages. I could just copy things by hand, but that defeats the
>whole purpose of supporting DESTDIR.
>
>Question is, does it break because what I did was broken, or because
>your python is incompatible? Is there some more portable method?
>
>
It breaks because your not supposed to assume that Python is installed
as the same directory as DESTDIR. If you want to support DESTDIR like
that, then we are going to need 2 different make targets, one called
"make install-swig-py-ext" for normal users and RPM building, and one
called "make install-swig-py-ext-destdir". The alternative is just to
pass "make install-swig-py-ext DISTUTIL_PARAM=--prefix=some_path" like
you could do before adding the --prefix to the end.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 3 06:07:54 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.