You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by solo turn <so...@gmail.com> on 2004/09/28 16:37:47 UTC

make: Fatal error: Don't know how to make target `@SVN_FS_LIB_INSTALL_DEPS@'

hi,

our solaris regularly build for trunk recently started to choke with:

make: Fatal error: Don't know how to make target `@SVN_FS_LIB_INSTALL_DEPS@'

but it still builds and runs. i did a:
LDFLAGS=-R${bdbdir}/lib; export LDFLAGS
./autogen.sh
CC=cc ./configure --prefix=${svndir} --with-apxs=${apache2dir}/bin/apxs --with-a
pr=${apache2dir} --with-apr-util=${apache2dir} --with-neon=${neondir}
--with-berkeley-db=${bdbdir} --disable-static --disable-nls
./gen-make.py


is this on our side, or there was some change i did not see?

-solo.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: make: Fatal error: Don't know how to make target `@SVN_FS_LIB_INSTALL_DEPS@'

Posted by solo turn <so...@gmail.com>.
tx for the hint. i upgraded to autoconf-2.59, automake-1.9.3 and
libtool-1.5.8 and now it works again.

maybe you could adjust the configure check?

-solo


On Tue, 28 Sep 2004 13:16:36 -0400, Greg Hudson <gh...@mit.edu> wrote:
> On Tue, 2004-09-28 at 12:37, solo turn wrote:
> > hi,
> >
> > our solaris regularly build for trunk recently started to choke with:
> >
> > make: Fatal error: Don't know how to make target `@SVN_FS_LIB_INSTALL_DEPS@'
> 
> I tried a checkout and build of the trunk on Solaris and didn't see this
> problem.  configure.in substitutes SVN_FS_LIB_INSTALL_DEPS
> unconditionally, so I don't see where Subversion might be doing anything
> wrong.
> 
> I also don't know what you're doing wrong, though.  Normally an error of
> this nature is cleared up by re-running autogen and configure, but you
> already seem to have done that.
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: make: Fatal error: Don't know how to make target `@SVN_FS_LIB_INSTALL_DEPS@'

Posted by Greg Hudson <gh...@MIT.EDU>.
On Tue, 2004-09-28 at 12:37, solo turn wrote:
> hi,
> 
> our solaris regularly build for trunk recently started to choke with:
> 
> make: Fatal error: Don't know how to make target `@SVN_FS_LIB_INSTALL_DEPS@'

I tried a checkout and build of the trunk on Solaris and didn't see this
problem.  configure.in substitutes SVN_FS_LIB_INSTALL_DEPS
unconditionally, so I don't see where Subversion might be doing anything
wrong.

I also don't know what you're doing wrong, though.  Normally an error of
this nature is cleared up by re-running autogen and configure, but you
already seem to have done that.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org