Compile Failure -Trunk - Revision 14688

Graham Leggett minfrin at sharp.fm
Fri Aug 18 08:41:24 EDT 2006


On Fri, August 18, 2006 2:21 pm, Tom Browder wrote:

> # I cannot get past this error from make:
>
> make[3]: Entering directory `/usr/local/src/gnucash_trunk/src/gnome-utils'
> rm -f gnc-dir.h.tmp
> sed < gnc-dir.h.in > gnc-dir.h.tmp \
>     -e 's:@-GNC_ACCOUNTS_DIR-@:/usr/local/share/gnucash/accounts:g' \
>     -e 's:@-GNC_GLADE_DIR-@:/usr/local/share/gnucash/glade:g' \
>     -e
> 's:@-GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY-@:/usr/local/etc/gconf/gconf.xml.defaults:g'
> mv gnc-dir.h.tmp gnc-dir.h
> svnversion: error while loading shared libraries: libaprutil-0.so.0:
> cannot
> open shared object file: No such file or directory

What it looks like is happening is that during the build, the "svnversion"
tool is present and being run, and this attempt to run svnversion is
failing due a missing library.

Quickest workaround is to delete the subversion, apr and apr-util packages
(if practical) and reinstall them, or at the very least, install apr-util
v0.9.x.

This doesn't seem to be a problem with the gnucash source, but rather with
the subversion installation on your machine (which is accessed by the
gnucash build).

Regards,
Graham
--




More information about the gnucash-devel mailing list