You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Mark G <ma...@nolab.conman.org> on 2002/12/05 17:00:57 UTC

Still having problems compiling 0.16.

Hello all,

I posted to the list a while back about compilation problems. I recently
tried 0.16 and I am still getting the same error. Anybody have any idea
why?

make[1]: Leaving directory `/home/myg/subversion/subversion-r3987/neon'
------ completed all in neon
cd subversion/clients/cmdline && /bin/sh
/home/myg/subversion/subversion-r3987/libtool --silent --mode=link gcc  -g -O2 -pthread  -DNEON_ZLIB
-L/subversion/bdb/lib -L/home/myg/subversion/httpd-2.0.43/srclib/apr-util/xml/expat/lib
-rpath /subversion/svn/lib -o svn  add-cmd.o cat-cmd.o checkout-cmd.o
cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o feedback.o
help-cmd.o import-cmd.o info-cmd.o log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o
move-cmd.o prompt.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o
props.o propset-cmd.o resolve-cmd.o revert-cmd.o status-cmd.o status.o switch-cmd.o
update-cmd.o util.o ../../../subversion/libsvn_client/libsvn_client-1.la
../../../subversion/libsvn_wc/libsvn_wc-1.la
../../../subversion/libsvn_ra/libsvn_ra-1.la ../../../subversion/libsvn_delta/libsvn_delta-1.la
../../../subversion/libsvn_subr/libsvn_subr-1.la /subversion/apache2/lib/libaprutil-0.la -lgdbm -ldb
/home/myg/subversion/httpd-2.0.43/srclib/apr-util/xml/expat/lib/libexpat.la
/subversion/apache2/lib/libapr-0.la -lm -lcrypt -lnsl -lresolv  -ldl /home/myg/subversion/subversion-r3987/neon/src/libneon.la -L/subversion/svn/lib  -lz -L/usr/lib  -lxml -lz

libtool: link: warning: library `/usr/lib/libgdbm.la' was moved.
libtool: link: warning: library `/usr/lib/libgdbm.la' was moved.
libtool: link: cannot find the library `'
make: *** [subversion/clients/cmdline/svn] Error 1

[myg@ember subversion-r3987]$ libtool --version
ltmain.sh (GNU libtool) 1.3.4 (1.385.2.196 1999/12/07 21:47:57)

Thanks,
Mark G.



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

Re: Still having problems compiling 0.16.

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Mark G <ma...@nolab.conman.org> writes:
> I posted to the list a while back about compilation problems. I recently
> tried 0.16 and I am still getting the same error. Anybody have any idea
> why?

Ah.  Yeah, this comes up every now and then, and I can't remember what
causes it.  Have you already tried Naive Solution #1: make extraclean
and then build again?

I just did a search for that libtool error in our mailing list
archive, no matches :-(.

-K

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

RE: Still having problems compiling 0.16.

Posted by Sander Striker <st...@apache.org>.
> From: Mark G [mailto:mark@nolab.conman.org]
> Sent: 05 December 2002 20:17

> 
> On 5 Dec 2002, Ben Collins-Sussman wrote:
> 
> > I'm going to try and answer this FAQ once and for all.  After talking
> > with sabi and sander in IRC, here's the problem:
> >
> >   * the apache 2.0.43 has some bogus libtool cruft in it.  the
> >     ltmain.sh scripts it contains need to be tossed.
> 
> Okay. BTW: That isn't in the FAQ document I found:
> 
>   http://subversion.tigris.org/project_faq.html
> 
> Since a lot of people want to use the released Apache and not the CVS head
> this will probably be pretty common.

No.  It was a flubbup with the 2.0.43 release.  The 2.0.42 release was fine,
as will the 2.0.44 one be.  That shouldn't be too far away.
 
>>   * the best solution is just to clean out the apache source tree:
>>
>>       make distclean; ./buildconf && ./config.nice
> 
> I removed the ltmain.sh files and then did buildconf and re-configured and
> it worked!
>
> BTW: There is no "distclean" target in the Apache 2.0.43 makefiles.

There should be.  It is included via build/rules.mk.

> Thanks! Now I can start playing with SVN!

Have fun ;)

Sander

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

Re: Still having problems compiling 0.16.

Posted by Mark G <ma...@nolab.conman.org>.

On 5 Dec 2002, Ben Collins-Sussman wrote:

> I'm going to try and answer this FAQ once and for all.  After talking
> with sabi and sander in IRC, here's the problem:
>
>   * the apache 2.0.43 has some bogus libtool cruft in it.  the
>     ltmain.sh scripts it contains need to be tossed.

Okay. BTW: That isn't in the FAQ document I found:

  http://subversion.tigris.org/project_faq.html

Since a lot of people want to use the released Apache and not the CVS head
this will probably be pretty common.

>   * the best solution is just to clean out the apache source tree:
>
>       make distclean; ./buildconf && ./config.nice

I removed the ltmain.sh files and then did buildconf and re-configured and
it worked!

BTW: There is no "distclean" target in the Apache 2.0.43 makefiles.

Thanks! Now I can start playing with SVN!



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

Re: Still having problems compiling 0.16.

Posted by Ben Collins-Sussman <su...@collab.net>.
Mark G <ma...@nolab.conman.org> writes:

> Hello all,
> 
> I posted to the list a while back about compilation problems. I recently
> tried 0.16 and I am still getting the same error. Anybody have any idea
> why?
>
> libtool: link: cannot find the library `'
> make: *** [subversion/clients/cmdline/svn] Error 1

I'm going to try and answer this FAQ once and for all.  After talking
with sabi and sander in IRC, here's the problem:

  * the apache 2.0.43 has some bogus libtool cruft in it.  the
    ltmain.sh scripts it contains need to be tossed.

  * the best solution is just to clean out the apache source tree:

      make distclean; ./buildconf && ./config.nice


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