Fink

Upgrade Instructions for Mac OS X 10.10

10.9 to 10.10

  1. Before installing 10.10, use
    fink selfupdate
    (with rsync or CVS) to get the latest version of fink.
  2. Update the OS.
  3. Install Xcode 6.1 if you haven't already, or at least its Command Line Tools for Yosemite. If you already have Xcode 6.1, you will still need to reinstall the Command Line Tools, even if you had those installed under Mavericks already.
  4. If you have Xcode 6.1, run
    sudo xcodebuild -license
    to accept the terms of the Xcode license. This is not required if you are using only the command-line tools.
  5. Use
    fink configure
    to reactivate Fink's build user, since Apple wipes out our users (but not groups for some reason).
  6. Use
    fink reinstall fink
    to point to the 10.10 distribution.
  7. Optional:

    Use

    fink install perl5162-core
    if you had any -pm5162 packages installed.

    Use

    fink list -it passwd | cut -f2 | xargs fink reinstall
    if you had any passwd-* packages installed.

If you updated from 10.9 to 10.10 with a fink which doesn't know about 10.10, you won't be able to proceed. The easiest option is to follow the instructions below, and use the binary distribution to save build time.

10.8 and earlier to 10.10:

There is no supported upgrade path for Fink from 10.8 (or earlier) to 10.10.

The instructions here are an abridged version of those found in the Fink blog. The entries there provide a more detailed upgrade explanation.

This process collects the list of packages that you have installed on your current Fink and saves them for later use during the Fink install on 10.10

To collect the list of packages, follow the sequence below:

  1. Use
    grep -B1 "install ok installed" /sw/var/lib/dpkg/status | grep Package | cut -d: -f2 > fink_packages.txt
    to dump your package information to a file.
  2. Rename your Fink tree by using
    sudo mv /sw /sw.old
    , for example.
  3. Install OS X 10.10, as well as Xcode 6.1, or the Command Line Tools at minimum.
  4. Install Fink on your new 10.10 system.
  5. Run the command:
    cat fink_packages.txt | xargs fink install
    to have your new Fink setup install as many of the packages that you previously had installed on 10.8 or earlier as are available.
  6. Remove your /sw.old directory.

Not all of the packages available on 10.8 and earlier OS X versions are available on 10.10 due to several underlying changes in the system. Work is ongoing to make as many packages available as possible. If your favorite package is not available on 10.10, please contact the package maintainer and ask if it can be migrated.