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

more autoconf patch questions, for Mo DeJong again

From: <kfogel_at_collab.net>
Date: 2001-10-05 01:43:08 CEST

Mo, everything seemed to go all right during configuration and
compilation:

   $ chmod a+x ./autogen.sh /* sigh */
   $ ./autogen.sh
   $ ./configure --enable-maintainer-mode --disable-shared \
                 --with-berkeley-db=/usr/local/BerkeleyDB.3.3
   [happy output]
   $ make
   [more happy output]
   $ make install

It was during the install step that I encountered an error:

   [...]
   /home/kfogel/src/subversion/libtool: ./apr/build/install.sh: No such \
     file or directory
   make: *** [install-lib] Error 127
   $

This was with a clean (newly checked-out / downloaded) apr and neon,
I'm pretty sure, and it was the Subversion tree's first time being
configured too. If you can't reproduce this, let me know and I'll try
to give you more information. (Or perhaps I'm just doing something
wrong?). I have to run now, unfortunately, so can't trace this down
further.

Yes, autoconf 2.52 and libtool 1.4.2 are installed, and the autogen.sh
step reported finding them at those versions.

I'm out tomorrow at the doctor's, so apologies in advance if I don't
respond before Monday.

Thanks,
-Karl

[gauss]:/home/kfogel/src/subversion>make install
------ making install in neon
make[1]: Entering directory `/home/kfogel/src/subversion/neon'
(cd src && make)
make[2]: Entering directory `/home/kfogel/src/subversion/neon/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/kfogel/src/subversion/neon/src'

Compilation complete. Run 'make install' (as root?) to install neon.

/usr/bin/install -c -d /usr/local/include/neon
Installing ne_request.h into /usr/local/include/neon
Installing ne_session.h into /usr/local/include/neon
Installing ne_utils.h into /usr/local/include/neon
Installing ne_uri.h into /usr/local/include/neon
Installing ne_socket.h into /usr/local/include/neon
Installing ne_basic.h into /usr/local/include/neon
Installing ne_207.h into /usr/local/include/neon
Installing ne_props.h into /usr/local/include/neon
Installing ne_xml.h into /usr/local/include/neon
Installing ne_dates.h into /usr/local/include/neon
Installing ne_string.h into /usr/local/include/neon
Installing ne_cookies.h into /usr/local/include/neon
Installing ne_defs.h into /usr/local/include/neon
Installing ne_locks.h into /usr/local/include/neon
Installing ne_alloc.h into /usr/local/include/neon
Installing ne_md5.h into /usr/local/include/neon
Installing ne_i18n.h into /usr/local/include/neon
Installing ne_redirect.h into /usr/local/include/neon
Installing ne_auth.h into /usr/local/include/neon
Installing ne_compress.h into /usr/local/include/neon
/usr/bin/install -c -d /usr/local/lib
/bin/sh ./libtool --mode=install /usr/bin/install -c src/libneon.la /usr/local/lib/libneon.la
/usr/bin/install -c src/.libs/libneon.lai /usr/local/lib/libneon.la
/usr/bin/install -c src/.libs/libneon.a /usr/local/lib/libneon.a
ranlib /usr/local/lib/libneon.a
chmod 644 /usr/local/lib/libneon.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/install -c -d /usr/local/bin
Installing neon-config into /usr/local/bin
make[1]: Leaving directory `/home/kfogel/src/subversion/neon'
------ completed install in neon
------ making install in apr
make[1]: Entering directory `/home/kfogel/src/subversion/apr'
Making all in strings
make[2]: Entering directory `/home/kfogel/src/subversion/apr/strings'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/strings'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/strings'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/strings'
Making all in passwd
make[2]: Entering directory `/home/kfogel/src/subversion/apr/passwd'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/passwd'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/passwd'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/passwd'
Making all in tables
make[2]: Entering directory `/home/kfogel/src/subversion/apr/tables'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/tables'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/tables'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/tables'
Making all in file_io/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/file_io/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/file_io/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/file_io/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/file_io/unix'
Making all in network_io/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/network_io/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/network_io/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/network_io/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/network_io/unix'
Making all in threadproc/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/threadproc/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/threadproc/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/threadproc/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/threadproc/unix'
Making all in misc/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/misc/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/misc/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/misc/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/misc/unix'
Making all in locks/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/locks/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/locks/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/locks/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/locks/unix'
Making all in time/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/time/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/time/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/time/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/time/unix'
Making all in mmap/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/mmap/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/mmap/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/mmap/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/mmap/unix'
Making all in shmem/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/shmem/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/shmem/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/shmem/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/shmem/unix'
Making all in i18n/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/i18n/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/i18n/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/i18n/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/i18n/unix'
Making all in user/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/user/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/user/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/user/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/user/unix'
Making all in memory/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/memory/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/memory/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/memory/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/memory/unix'
Making all in dso/unix
make[2]: Entering directory `/home/kfogel/src/subversion/apr/dso/unix'
make[3]: Entering directory `/home/kfogel/src/subversion/apr/dso/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/kfogel/src/subversion/apr/dso/unix'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr/dso/unix'
make[2]: Entering directory `/home/kfogel/src/subversion/apr'
make[2]: Leaving directory `/home/kfogel/src/subversion/apr'
if [ ! -d /usr/local/include ]; then \
    /home/kfogel/src/subversion/apr/build/mkdir.sh /usr/local/include; \
fi; \
cp include/*.h /usr/local/include; \
if [ ! -d /usr/local/lib ]; then \
    /home/kfogel/src/subversion/apr/build/mkdir.sh /usr/local/lib; \
fi; \
/bin/sh /home/kfogel/src/subversion/apr/libtool --mode=install cp libapr.la /usr/local/lib
cp .libs/libapr.lai /usr/local/lib/libapr.la
cp .libs/libapr.a /usr/local/lib/libapr.a
ranlib /usr/local/lib/libapr.a
chmod 644 /usr/local/lib/libapr.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh /home/kfogel/src/subversion/apr/libtool --mode=install cp APRVARS /usr/local/lib
cp APRVARS /usr/local/lib/APRVARS
make[1]: Leaving directory `/home/kfogel/src/subversion/apr'
------ completed install in apr
/home/kfogel/src/subversion/apr/build/mkdir.sh /usr/local/lib
cd subversion/libsvn_delta ; /bin/sh /home/kfogel/src/subversion/libtool --mode=install ./apr/build/install.sh -c libsvn_delta.la /usr/local/lib/libsvn_delta.la
./apr/build/install.sh -c .libs/libsvn_delta.lai /usr/local/lib/libsvn_delta.la
/home/kfogel/src/subversion/libtool: ./apr/build/install.sh: No such file or directory
make: *** [install-lib] Error 127

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:44 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.