On Mon, Jul 18, 2011 at 06:50, Dagobert Michelsen <[email protected]> wrote:
> Hi Rupert, > > Am 18.07.2011 um 05:23 schrieb rupert THURNER: > > 2011/7/17 Maciej Bliziński <[email protected]> > > > > Em 17/07/2011 22:08, "rupert THURNER" <[email protected]> escreveu: > > > > > > > > > > what is the reason that this download link does not work, i.e. it does > not try http: > > > > > > MASTER_SITES = > http://launchpad.net/subvertpy/trunk/$(VERSION)/+download > > > DISTFILES = $(DISTNAME).tar.gz > > > > Try comparing with pyopenssl. It also downloads from launchpad. > > > > > > oh ... it did not like the missing / at the end. i tried to switch off > the tests, but > > TEST_TARGET = > > did not do the trick. > > With TEST_TARGET you specifiy the make target, to completely disable the > testsuite permanently use > TEST_SCRIPTS = > or for a temporary deisable use > SKIPTEST ?= 1 thanks, this worked, at least on unstable9s! on current9x, unstable9x i have another problem: ==> Running setup.py in work/solaris9-i386/build-isa-i386/subvertpy-0.8.2 Traceback (most recent call last): File "./setup.py", line 254, in <module> (svn_includedirs, svn_libdirs, svn_link_flags, extra_libs) = svn_build_data() File "./setup.py", line 125, in svn_build_data raise Exception("Subversion development files not found. " Exception: Subversion development files not found. Please set SVN_PREFIX or (SVN_LIBRARY_PATH and SVN_HEADER_PATH) environment variable. gmake[1]: *** [build-work/solaris9-i386/build-isa-i386/subvertpy-0.8.2/setup.py] Error 1 gmake[1]: Leaving directory `/home/rupert/mgar-sav/pkg/subvertpy/trunk' gmake: *** [merge-isa-i386] Error 2 it seems to be installed: $ pkginfo | grep subv application CSWsvn-devel subversion_devel - Subversion Development Support rupert.
_______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
