Dependancy problems on the latest unstable version

Dave Peticolas dave@krondo.com
Sat, 07 Oct 2000 16:16:15 -0700


Richard -Gilligan- Uschold writes:
> I determined that gnucash-1.4.4 requires libguile.so.4 and guile-1.3
> provides it.
> 
> I uninstalled:
> g-wrap-devel-0.9.5-3mdk, g-wrap-0.9.5-3mdk
> guile-devel-1.4-6mdk,  guile-1.4-6mdk
> 
> I installed:
> guile-1.3-10, guile-devel-1.3-10
> 
> gnucash 1.4.4 came up!
> 
> Installed g-wrap-0.9.4-0_helix_1.rpm, which contained g-wrap-0.9.4.tar.gz
> did ./configure, make, make install
> 
> back in gnucash-1.5.2
> make distclean
> This removed 'src/guile/gnc.c' as well as other stuff, including config.cache
> 7 pluto gnucash-latest> ./autogen.sh --enable-opt-style-install --prefix=/opt
> 6 pluto gnucash-latest> make >& make.err.txt
> ERRORS!
> /usr/local/bin/g-wrap:58:9: In procedure gsubr-apply in expression (execlp
> executable executable ...):
> /usr/local/bin/g-wrap:58:9: Permission denied
> 
> I couldn't find any files without o+rX
> 
> I ran 'make >& make.err.txt' as root and got a similar error:
> /usr/local/bin/g-wrap:58:9: In procedure gsubr-apply in expression (execlp
> executable executable ...):
> /usr/local/bin/g-wrap:58:9: No such file or directory
> 
> Of course, the file exists:
> 117 /home/devel/gnucash-latest root# ll /usr/local/bin/g-*
> -rwxr-xr-x   1 root     root        31599 Oct  7 12:36 /usr/local/bin/g-scan*
> -rwxr-xr-x   1 root     root         3262 Oct  7 12:36 /usr/local/bin/g-wrap*
> -rwxr-xr-x   1 root     root         3339 Oct  7 12:36
> /usr/local/bin/g-wrap-config*

Try using the g-wrap tarball available from ftp.gnucash.org instead
of the helix code one.

dave