Slashdot Mirror


New Fink Binary Distribution 0.5.2

dmalloc writes "The Fink Project community and contributors announced the availability of the Fink Binary Distribution 0.5.2, which adds binaries for KDE 3.1, Koffice 1.2.1, and Kdevelop 3.0a3, new documentation/manuals, and improved support for Apple's X11 Server along with speed improvements to fink itself. Download instructions are on the Fink site."

11 of 31 comments (clear)

  1. Re:Include More Info by potuncle · · Score: 5, Informative

    I'm no expert, but have found fink to be an awesome addition to OS X. It brings many (I think 5000+) software packages and apps from the UNIX/LINUX/BSD world to OS X. It can be a major selling point on OS X for UNIX/LINUX/BSD users. Now they can have the Aquaesqe goodness, along with the power and flexibility of UNIX/LINUX/BSD apps and libraries.

  2. Don't use if your default shell is /bin/zsh by Sniffer · · Score: 4, Informative

    The init.sh script pukes with /bin/zsh as your shell....

    1. Re:Don't use if your default shell is /bin/zsh by rdieter · · Score: 4, Informative

      you probably shouldn't be changing root's shell either.

    2. Re:Don't use if your default shell is /bin/zsh by rdieter · · Score: 2, Informative

      Why?


      Why ask why?

      Seriously, there are many absolutely critical portions of the system that are simple (and not so simple) shell scripts, and these are only guaranteed/tested to work with the *default* shell. Messing with root's shell is only asking for trouble. Really.

      Now, knowing this, if you still fell compelled to go and change it, by all means, go for it, but don't go complaining about things breaking as a result of your modification.
  3. Re:Fink and Mcafee virus by Anonymous Coward · · Score: 3, Informative

    No, it's not fixed, and it's totally McAfee's fault. They have used Fink themselves in-house to create Virex 7.2's auto-update feature, however the way they've implemented it totally breaks both Fink and Virex.

    This is not Fink's fault, and there is *nothing* they can do to fix it. Want to complain? E-mail McAfee.

  4. Re:Include More Info by Anonymous Coward · · Score: 1, Informative
    If you've got a Mac, you've got Appleworks, which is a very respectable office suite.


    Well, Power Macs and PowerBooks don't ship with AppleWorks, so the first half of that claim is incorrect.

    As for the second part - have you used AppleWorks on OS X? It's totally horrible, and virtually hasn't seen an upgrade since 10.0 was released!
  5. Re:Fink and Mcafee virus by pcp_ip · · Score: 5, Informative
    virex and fink are fine now. download 7.2.1 from mac.com.

    to fix a messed up fink from 7.2 just:

    fink reinstall openssl-shlibs dlcompat-shlibs curl-ssl-shlibs

    and you're set to go.

  6. Upgrade Instructions by Anonymous Coward · · Score: 5, Informative
    The link in the story is about how to download fink for your first time, not upgrade. If, like most people, you have a mix of binary (ie from apt-get) and source (ie from fink) packages in your fink distro, you'll want to do the following:
    sudo apt-get update # new package descriptions
    sudo apt-get dist-upgrade # download and install binaries (this takes a long time)
    fink selfupdate # update fink itself
    fink update-all # download, compile, and install source packages
    If you have trouble, a fink index or fink scanpackages command can help out sometimes. The Upgrade Matrix or Upgrade page in the manual would have been better links for the slashdot article, imho.
    avalys: If we're going to make Slashdot into Freshmeat (which is fine with me, to a point), submitters should at least include information on what the program actually does!
    C'mon, now, thats not fair. Fink is more than just another program; it's a whole software distro. If they can announce new versions of debian and redhat, they can announce new versions of fink. This announcement really means new versions of hundreds of programs.
  7. Re:Fink and Mcafee virus by wtmcgee · · Score: 2, Informative

    http://fink.sourceforge.net/news/

    2003-04-16: Virex problem resolved

    McAfee has released Virex 7.2.1, which no longer overwrites the main Fink directory /sw. Fink users should continue to avoid Virex 7.2.

    Early reports indicate that upgrading Virex from 7.2 to 7.2.1 still leaves some problems however. If you upgrade Virex with Fink not installed, and subsequently wish to install Fink, you will need to delete the /sw directory by hand before installing. And if you upgrade Virex with Fink already installed, you should immediately run

    fink reinstall openssl-shlibs dlcompat-shlibs curl-ssl-shlibs

    to restore files which the Virex upgrade has deleted.

    --
    *** For a better tommorow, change your life today ***
  8. Re:Perl and Fink by Anonymous Coward · · Score: 1, Informative

    The problem is not with DLL-Hell, the problem is with your path. One is trying to use the other's perl.

    Simply make sure the /sw directories (et. al) are not in the path for your scripts where you want to use the system-perl.

    On the other hand, why did you install multiple perls by the way?

    I have only one perl installed, Apple's Perl, and everything works fine. One X11, Apple's X11, and everything works fine. One teTeX, the one that came with some OSX native LaTeX editing apps I use, and everything works fine.

    No need for Fink's versions when you already have others installed.

  9. Re:FIXED! by bursch-X · · Score: 2, Informative

    Today Apple posted a link to an update for Virex on the .Mac site. Everything works fine now here!

    --
    There are two rules for success:
    1. Never tell everything you know.