-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/3/10 3:54 PM, Stefan Radomski wrote: > Hi again, > > I moved /sw and reinstalled fink. This time starting by installing fftw3 as > soon as I have an up to date fink distribution. Whenever I get to the ocaml > compilation from the dependancies, the build system produces the > aforementioned error. It makes no difference whether I use stable or switch > to unstable. The steps below produce the error for me every time: > > $ pwd > /Users/sradomski/Downloads/fink-0.29.15 > > $ ./bootstrap > > Choosing defaults everywhere but the mirror selection and ending up with an > initial fink installation in /sw. (This time, fink-mirrors has changed and I > am asked to confirm my settings again - this is new and has not been part of > previous installation attempts, but does not change the outcome). > > $ /sw/bin/pathsetup.sh > > (Reopening terminal) > > $ fink selfupdate-rsync > > As suggested by the manual [1] produces an error: > ----- > Please note: the simple command 'fink selfupdate' should be used for routine > updating; you only need to use a command like 'fink selfupdate-cvs' or > 'fink selfupdate --method=rsync' if you are changing your update method. > > /usr/bin/find /sw/fink -name CVS -type d -print0 | xargs -0 /bin/rm -rf > fink is setting your default update method to rsync > rsync -az -q rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP > /sw/fink/TIMESTAMP.tmp > I will now run the rsync command to retrieve the latest package descriptions. > rsync -rtz --delete-after --delete -q --include='10.4/' > --include='10.4/stable/' --include='10.4/stable/main/' > --include='10.4/stable/main/finkinfo/' > --include='10.4/stable/main/finkinfo/*/' > --include='10.4/stable/main/finkinfo/*' > --include='10.4/stable/main/finkinfo/**/*' --include='10.4/' > --include='10.4/stable/' --include='10.4/stable/crypto/' > --include='10.4/stable/crypto/finkinfo/' > --include='10.4/stable/crypto/finkinfo/*/' > --include='10.4/stable/crypto/finkinfo/*' > --include='10.4/stable/crypto/finkinfo/**/*' --include='VERSION' > --include='DISTRIBUTION' --include='README' --exclude='**' > 'rsync://distfiles.master.finkmirrors.net/finkinfo' '/sw/fink/' > Scanning package description files.......... > Information about 4316 packages read in 10 seconds. > Can't resolve dependency "dpkg (>= 1.10.21-1229)" for package > "dpkg-base-files-0.3-1" (no matching packages/versions found) > Exiting with failure. > ----- > > However, issuing the following commands again works: > $ fink index -f > $ fink selfupdate-rsync > > ----- > Information about 4316 packages read in 1 seconds. > The following 3 packages will be installed or updated: > dpkg dpkg-base-files gettext-bin > The following additional package will be installed: > libgettext8-shlibs > ----- > > He continues to download and install the updated packages without an error. > Then asks me to update all packages as core packages have changed: > "The core packages have been updated. You should now update the other > packages using commands like 'fink update-all'." However, no packages are > updated, as I have not installed any additional packages yet. > > Now for installing fftw3: > > $ fink install fftw3 2>&1 |tee /Users/sradomski/Desktop/fftw3.fink.log2 > ----- > fink needs help picking an alternative to satisfy a virtual dependency. The > candidates: > > (1) gcc44-shlibs: Shared libraries for gcc4 > (2) gcc45-shlibs: Shared libraries for gcc4 > > Pick one: [1] 1 > The following package will be installed or updated: > fftw3 > The following 29 additional packages will be installed: > autoconf cloog cloog-shlibs expat1 expat1-shlibs fftw3-shlibs gcc44 > gcc44-compiler gcc44-shlibs gettext-tools gmp gmp-shlibs libgettext8-dev > libgmpxx-shlibs libmpc2 libmpc2-shlibs libmpfr1 libmpfr1-shlibs libtool14 > libtool14-shlibs m4 ocaml ppl ppl-shlibs tcltk tcltk-dev tcltk-shlibs > texi2html texinfo > Do you want to continue? [Y/n] > ----- > > Fink downloads the packages and compiles for quite some time, failing with > the exact same error message about an hour into the process. The log of > installing fftw3 is available at [2], but the error message is the same. > > [1] http://www.finkproject.org/download/srcdist.php > [2] http://atlas.tk.informatik.tu-darmstadt.de/Users/radomski/fftw3.fink.log2 >
<snip> This is as expected. Fink builds deterministically, so the most likely outcome of removing a fairly new Fink tree and starting over is to come back to the same point again. What Xcode version are you using? I'm using 3.2.4, and ocaml works for me. Also, do you have anything in e.g. /usr/local or /opt/local that could be interfering? - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkzR+fkACgkQB8UpO3rKjQ8E1gCfYZJKOePVdynJPxG7pialvi4h PSAAmQEgg/SlAGEYE/2Vg4R0lA0+jUKO =nPyU -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
