<div class="gmail_quote">On Mon, Jul 18, 2011 at 06:50, Dagobert Michelsen <span dir="ltr"><<a href="mailto:dam@opencsw.org">dam@opencsw.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi Rupert,<br>
<br>
Am 18.07.2011 um 05:23 schrieb rupert THURNER:<br>
<div class="im">> 2011/7/17 Maciej Bliziński <<a href="mailto:maciej@opencsw.org">maciej@opencsw.org</a>><br>
><br>
> Em 17/07/2011 22:08, "rupert THURNER" <<a href="mailto:rupert@opencsw.org">rupert@opencsw.org</a>> escreveu:<br>
><br>
><br>
> ><br>
> > what is the reason that this download link does not work, i.e. it does not try http:<br>
> ><br>
> > MASTER_SITES = <a href="http://launchpad.net/subvertpy/trunk/$(VERSION)/+download" target="_blank">http://launchpad.net/subvertpy/trunk/$(VERSION)/+download</a><br>
> > DISTFILES  = $(DISTNAME).tar.gz<br>
><br>
> Try comparing with pyopenssl. It also downloads from launchpad.<br>
><br>
><br>
> oh ... it did not like the missing / at the end. i tried to switch off the tests, but<br>
>   TEST_TARGET =<br>
> did not do the trick.<br>
<br>
</div>With TEST_TARGET you specifiy the make target, to completely disable the<br>
testsuite permanently use<br>
  TEST_SCRIPTS =<br>
or for a temporary deisable use<br>
  SKIPTEST ?= 1</blockquote><div><br></div><div>thanks, this worked, at least on unstable9s! on current9x, unstable9x i have another problem:</div><div><br></div><div> ==> Running setup.py  in work/solaris9-i386/build-isa-i386/subvertpy-0.8.2</div>

<div>Traceback (most recent call last):</div><div>  File "./setup.py", line 254, in <module></div><div>    (svn_includedirs, svn_libdirs, svn_link_flags, extra_libs) = svn_build_data()</div><div>  File "./setup.py", line 125, in svn_build_data</div>

<div>    raise Exception("Subversion development files not found. "</div><div>Exception: Subversion development files not found. Please set SVN_PREFIX or (SVN_LIBRARY_PATH and SVN_HEADER_PATH) environment variable. </div>

<div>gmake[1]: *** [build-work/solaris9-i386/build-isa-i386/subvertpy-0.8.2/setup.py] Error 1</div><div>gmake[1]: Leaving directory `/home/rupert/mgar-sav/pkg/subvertpy/trunk'</div><div>gmake: *** [merge-isa-i386] Error 2</div>

<div><br></div><div>it seems to be installed:</div><div>$ pkginfo | grep subv</div><div>application CSWsvn-devel                     subversion_devel - Subversion Development Support</div><div></div></div><br><div><br></div>

<div>rupert.</div><div><br></div>