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

Re: unresolved reference when building subversion-r117 milestone

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-09-28 20:14:30 CEST

On Fri, Sep 28, 2001 at 07:35:46PM +0200, Timothee Besset wrote:
> I found the solution. I completely commented out the part about ra-local-test in build.conf and ran autogen.sh again. This should be fixed in the milestone distribution I think.
>
I don't think so. See below.
>
> TTimo
>
> On Fri, 28 Sep 2001 19:25:38 +0200
> Timothee Besset <timo@qeradiant.com> wrote:
>
> > I have found the following section in build.conf:
> >
> > ## test public routines in libsvn_ra_local
> > [ra-local-test]
> > type = exe
> > path = subversion/tests/libsvn_ra_local
> > sources = ra-local-test.c
> > install = fs-test
> > libs = libsvn_test libsvn_ra libsvn_fs libsvn_delta libsvn_subr
> > $(SVN_APR_LIBS) libexpat
> > # disabled for now, BROKEN.
> > testing = skip
> >
> > So I guess the error I'm getting is somewhat expected, and the build
> > system should not be attempting to build it. And yet it does. I am not an
> > auto* specialist, so I don't know what's wrong with it. I tried running
> > autogen.sh before the ./configure --enable-maintainer-mode
> > --disable-shared and make sequence, but it didn't solve my problem.
> >
testing = skip just means that we don't want to run the test when make check
is run. It doesn't mean we don't want to build it at all, or that it won't
build. It builds just fine on everyone else's machnine.
> >
> > how do I actually disable ra-local-test?

I would rather figure out why the build fails on your machine, than simply not
build the offending part of the code.
> >
> > TTimo

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:42 2006

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.