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

Problem at installation of svn from tarball

From: thomas doucedame <thomasdoucedame_at_gmail.com>
Date: 2006-08-22 23:07:12 CEST

Hi,

I've searched any FAQ or help or issue on that trouble, without success. At
the end of my installation, at "make install", the end of the result lines
tails like that :

 Installing ne_xmlreq.h into /usr/local/include/neon
/usr/bin/install -c -d /usr/local/bin
Installing neon-config into /usr/local/bin
/usr/bin/install -c -d /usr/local/lib/pkgconfig
/usr/bin/install -c -m 644 neon.pc /usr/local/lib/pkgconfig/neon.pc
/usr/bin/install -c -d /usr/local/man/man3
/usr/bin/install -c -d /usr/local/man/man1
for m in /opt/local/subversion-1.3.1/neon/doc/man/*.3; do \
 /usr/bin/install -c -m 644 $m /usr/local/man/man3; done
for m in /opt/local/subversion-1.3.1/neon/doc/man/*.1; do \
 /usr/bin/install -c -m 644 $m /usr/local/man/man1; done
/usr/bin/install -c -d /usr/local/share/doc/neon-0.25.5/html
for d in /opt/local/subversion-1.3.1/neon/doc/html/*.html; do \
        /usr/bin/install -c -m 644 $d /usr/local/share/doc/neon-0.25.5/html; \
done
make[1]: Leaving directory `/opt/local/subversion-1.3.1/neon'
------ completed install in neon
/opt/local/subversion-1.3.1/ac-helpers/install-sh -c -d /usr/local/lib
cd subversion/libsvn_subr ; /bin/sh
/opt/local/subversion-1.3.1/libtool --mode=install
/opt/local/subversion-1.3.1/ac-helpers/install-sh -c libsvn_subr-1.la
/usr/local/lib/libsvn_subr-1.la
libtool: install: warning: relinking `libsvn_subr-1.la'
(cd /home/kataman/subversion-1.3.1/subversion/libsvn_subr; /bin/sh
/home/kataman/subversion-1.3.1/libtool --tag=CC --silent
--mode=relink gcc -g -O2 -g -O2 -pthread
-L/home/kataman/subversion-1.3.1/apr-util/xml/expat/lib -rpath
/usr/local/lib -o libsvn_subr-1.la auth.lo cmdline.lo config.lo
config_auth.lo config_file.lo config_win.lo constructors.lo ctype.lo
date.lo error.lo hash.lo io.lo lock.lo md5.lo nls.lo opt.lo path.lo
pool.lo quoprint.lo sorts.lo stream.lo subst.lo svn_base64.lo
svn_string.lo target.lo time.lo utf.lo utf_validate.lo validate.lo
version.lo xml.lo
/home/kataman/subversion-1.3.1/apr-util/libaprutil-0.la
/home/kataman/subversion-1.3.1/apr-util/xml/expat/lib/libexpat.la
/home/kataman/subversion-1.3.1/apr/libapr-0.la -lrt -lm -lcrypt -lnsl
-lpthread -ldl )
/opt/local/subversion-1.3.1/libtool: line 5949: cd:
/home/kataman/subversion-1.3.1/subversion/libsvn_subr: Aucun fichier
ou r

I'm installing in /opt/local/subversion-1.3.1, my user is kataman, my system
is a
Linux localhost 2.6.12-12mdksmp #1 SMP Fri Sep 9 17:20:34 CEST 2005
x86_64 Intel(R) Pentium(R) D CPU 2.80GHz unknown GNU/Linux...

Has anybody any idea? I haven't found this issue reported, but as I'm
beginner at Linux, I don't know if it's really a bug..?

Thanks for help
Thomas
Received on Tue Aug 22 23:37:02 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.