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

Re: CVS update: subversion/subversion/tests/libsvn_ra_local Makefile.am

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-03-28 06:34:14 CEST

I don't see a problem.

Further, I disagree with the notion of disabling it in CVS so that *nobody*
can run the test, when it would appear to be a problem local to one system.

There's been a lot of "just disable it from the build" recently, it seems.

If you don't want it to build on your machine, then feel free to disable it.
But disabling it in CVS is something to really think about it.

Cheers,
-g

p.s. yes, I know ra-local-test doesn't actually run any tests right now, but
that is not the point

On Tue, Mar 27, 2001 at 11:55:14PM -0000, sussman@tigris.org wrote:
> User: sussman
> Date: 01/03/27 15:55:14
>
> Modified: subversion/tests/libsvn_ra_local Makefile.am
> Log:
> Suddenly tests/libsvn_ra_local/ won't build:
>
> /usr/libexec/elf/ld: cannot find -lneon
>
> Gstein, can you investigate? I'm temporarily disabling this dir's
> build.
>
> Revision Changes Path
> 1.5 +4 -4 subversion/subversion/tests/libsvn_ra_local/Makefile.am
>
> Index: Makefile.am
> ===================================================================
> RCS file: /cvs/subversion/subversion/tests/libsvn_ra_local/Makefile.am,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -r1.4 -r1.5
> --- Makefile.am 2001/03/09 17:53:43 1.4
> +++ Makefile.am 2001/03/27 23:55:13 1.5
> @@ -1,7 +1,7 @@
> ## Makefile.in is generated from this by automake.
>
> -noinst_PROGRAMS = ra-local-test
> -ra_local_test_SOURCES = ra-local-test.c
> +#noinst_PROGRAMS = ra-local-test
> +#ra_local_test_SOURCES = ra-local-test.c
>
> COMMON_LIBS = @SVN_TESTS_MAIN_LIBS@ \
> @SVN_TESTS_EDITOR_LIBS@ \
> @@ -13,7 +13,7 @@
> @SVN_APR_LIBS@ @SVN_EXPAT_LIBS@ -ldb
> ## Shouldn't -ldb be added automatically by the autoconf script?
>
> -ra_local_test_LDADD = ${COMMON_LIBS}
> +#ra_local_test_LDADD = ${COMMON_LIBS}
>
> ## Flags needed when compiling:
> INCLUDES = -I$(srcdir)/.. @SVN_INCLUDES@ @SVN_APR_INCLUDES@
> @@ -25,7 +25,7 @@
> ## Automatic tests run by `make check` -----------------------------
>
> ## A list of test-programs to run. (Each program contains sub-tests.)
> -SVN_TESTS = ra-local-test
> +#SVN_TESTS = ra-local-test
>
> ## We're overriding automake's own `check' rule, because it's extremely
> ## inflexible; we want better control over automated-test output.
>
>
>

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:26 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.