Okay... here's what I did last night.

I removed Fink completely:

sudo rm -rf /sw

but forgot to remove my kludge from the previous install, which was:

ln -s /sw/lib /support

so that is still there for most of the following...

First I downloaded fink-0.23.9.tar.gz to my home directory and installed:

tar -xvzf fink-0.23.9.tar.gz
cd fink-0.23.9
./bootstrap.sh

I answered all the questions (UseBinaryDist: false).  It installed Fink.  

Then I modified /sw/etc/fink.conf as follows:
Trees: local/main unstable/main unstable/crypto

Then I ran:

fink selfupdate 

This updated fink to fink-0.24.6-21 and updated 11 dependencies.

Then I tried to install gnucash:

fink -y install gnucash

which failed on gconf-1.0.9-51 with the db3 error, so I:

fink install gconf
fink -y install gnucash

which fails again on gnome-print-0.37-3 with:

libtool: link: error: cannot link shared libraries into libtool libraries
make[2]: *** [libgnomeprint.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-gnome-print-0.37-3
(Reading database ... 36952 files and directories currently installed.)
Removing fink-buildlock-gnome-print-0.37-3 ...
Failed: phase compiling: gnome-print-0.37-3 failed

So I tried removing my symlink and tried gnome-print again:

rm /support
fink install gnome-print

which fails with an error about /support/libgnomesupport.la not found, so 
I try again:

ln -s /sw/lib /support
fink install gnome-print

which fails the same error as before, so lets try the shlibs first since 
that's what the error is talking about:

fink install gnome-print-shlibs

which fails with:

Failed: Problem resolving dependencies. Check for circular dependencies.

So there I'm stuck...  Any ideas?  Did I do something wrong, or is it 
just broken?

Thanks!

-- Cameron



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to