Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36921 - subversion 0.35.1 fails to build
Summary: subversion 0.35.1 fails to build
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-31 15:48 UTC by James Cloos
Modified: 2004-08-19 12:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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