Build problems? Try reducing MaxBuildJobs.

If you have fink-0.31.2 or later, and you experience a problem building a package, particularly if it looks like a file is missing, one quick thing to try is using fink configure and choose to use one processor.

If the package builds, let the maintainer know that you were able to build it with a single processor but not more, and the package will be marked to force builds to use a single thread.

fink-0.31.3 released

fink-0.31.3 was released to the 10.4/stable and 10.7/stable trees on 12 October, 2011.

  • Recognizes OS 10.7.2 as a supported version.
  • Recognizes Growl 1.3 from the App Store.

 

fink-0.31.2 released

fink-0.31.2 was released to the 10.4/unstable and 10.7/stable trees on 26 September, 2011.

  • Packages are now built by default using the number of parallel threads specified by the MaxBuildJobs field set via fink configure.
  • Maintainers no longer have to specify a particular version of fink to use a PatchFile.
  • Fixes a Perl issue.

It is expected that the package will be added to 10.4/stable shortly.

fink-0.31.1 released

fink-0.31.1 was released to the 10.4/unstable and 10.7/stable trees on 11 September, 2011. and added to the 10.4/stable tree on 26 September, 2001.

  • It fixes an issue in which 32-bit machines running OS 10.6 wouldn’t be allowed to bootstrap, even though this is a fully supported configuration.
  • It also provides a more robust scheme to report on the Xcode version in error messages than in prior fink versions.
  • Finally, OS 10.7.1 is recognized as a supported OS version.

Fink and Lion

OS X 10.7 “Lion” was released on July 20, 2011, along with fink-0.31.0. We want to let Fink
users know what to expect if updating.

First, the fink program itself will not run on a system which has been upgraded to Lion, so it is not possible currently to update a Fink installation in place. However, is possible to use the dpkg program to extract a list of the Fink packages which are currently installed so that they can be reinstalled
under 10.7. Use

dpkg --get-selections | cut -f1 > fink_packages.txt

before updating to 10.7 to dump the package names to a text file, and

cat fink_packages.txt | xargs fink install

once you have installed Fink on 10.7.

To upgrade Fink after upgrading to Lion, one will have to bootstrap
Fink again, using a tarball for fink-0.31.0 or later. If you want to use the same directory (e.g. /sw) for Fink that you were using on 10.6, you’ll need to remove that before bootstrapping, since the bootstrap doesn’t allow you to overwrite an existing Fink tree.

Second, due to lots of changes under the hood, there currently are many fewer
Fink packages which build under 10.7 as opposed to 10.6. Thus, even if you’ve extracted a list of Fink packages which had been installed under 10.6, some of them may not yet be installable under 10.7. We are currently creating a database showing which packages can be successfully installed under 10.7, and work is ongoing to add packages.

10.7 introduces several drastic changes to how the system works. While this may
cause a slight delay in full Fink functionality in the short term, it will
make Fink work better in the future.