Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 36921

Summary: subversion 0.35.1 fails to build
Product: Gentoo Linux Reporter: James Cloos <cloos>
Component: Current packagesAssignee: Paul de Vrieze (RETIRED) <pauldv>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: 1.4   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description James Cloos 2003-12-31 15:48:55 UTC
~x86 

emerge dies with:

cd subversion/libsvn_subr && /bin/sh ./libtool --silent --mode=link gcc  -march=pentium3 -O2   -pthread  -DNEON_ZLIB -DNEON_SSL  -L/usr/lib  -rpath /usr/lib -o libsvn_subr-1.la auth.lo cmdline.lo c
onfig.lo config_auth.lo config_file.lo config_win.lo error.lo getdate.lo hash.lo io.lo md5.lo opt.lo path.lo pool.lo quoprint.lo sorts.lo stream.lo subst.lo svn_base64.lo svn_string.lo target.lo ti
me.lo utf.lo validate.lo xml.lo /usr/lib/libaprutil-0.la -lldap -llber -lgdbm -ldb-4.1 -lexpat /usr/lib/libapr-0.la -lrt -lm -lcrypt -lnsl  -ldl 
./libtool: ./libtool: No such file or directory
make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 127


the bug is that abs_builddir andabs_srcdir are set to . in Makefile, rather
than absolute paths (as their names suggest).  fixing that allows the make
to finish.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-01-01 13:02:05 UTC
subversion is currently broken with autoconf-2.58, downgrade to 2.57 and try again. At runtime this problem does not exist.
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2004-08-19 12:47:49 UTC
Closing the bug