I am trying to install package ffmpeg which in unstable, but I cannot
get any unstable packages to show up in fink even after following the
process listed in the FAQ
(http://www.finkproject.org/faq/usage-fink.php?phpLang=en#unstable).

I installed fink with the binary Leopard installer:
$ fink -V
Package manager version: 0.27.13
Distribution version: 0.9.0 i386


I used fink configure to enable unstable:
$ cat /sw/etc/fink.conf | grep "^Trees:"
Trees: local/main stable/main stable/crypto unstable/main unstable/crypto

And here is my attempt to finish off the steps listed in the FAQ:
$ fink selfupdate

The file "CURRENT-FINK-10.5" already exists.

(1)    Delete it and download again
(2)    Assume it is a partial download and try to continue
(3)    Don't download, use existing file

How do you want to proceed? [1] 1
curl --connect-timeout 30 -f -L -A 'fink/0.27.13' -O
http://www.finkproject.org/CURRENT-FINK-10.5
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0    11    0    11    0     0     15      0 --:--:-- --:--:-- --:--:--     0

You already have the package descriptions from the latest Fink point release.
(installed:0.9.0 available:10.5-0.9.0)

$ fink index
Scanning package description files..........

$ fink scanpackages
Updating the list of locally available binary packages.
Scanning dists/local/main/binary-darwin-i386
Scanning dists/stable/main/binary-darwin-i386
Scanning dists/stable/crypto/binary-darwin-i386
Scanning dists/unstable/main/binary-darwin-i386
Scanning dists/unstable/crypto/binary-darwin-i386
Downloading the indexes of available packages in the binary distribution.
/sw/bin/apt-get-lockwait update
Hit http://bindist.finkmirrors.net 10.5/release/main Packages
Hit http://bindist.finkmirrors.net 10.5/release/main Release
Hit http://bindist.finkmirrors.net 10.5/release/crypto Packages
Hit http://bindist.finkmirrors.net 10.5/release/crypto Release
Hit http://bindist.finkmirrors.net 10.5/current/main Packages
Hit http://bindist.finkmirrors.net 10.5/current/main Release
Hit http://bindist.finkmirrors.net 10.5/current/crypto Packages
Hit http://bindist.finkmirrors.net 10.5/current/crypto Release
Reading Package Lists... Done
Building Dependency Tree... Done

After that I am supposed to have many more packages than this:
$ fink list | wc -l
    2524

So obviously ffmpeg is missing:
$ fink list ffmpeg
Scanning package description files..........
Information about 2524 packages read in 1 seconds.

$ fink install ffmpeg
Scanning package description files..........
Information about 2524 packages read in 1 seconds.
no package found for "ffmpeg"
Failed: no package found for specification 'ffmpeg'!


Can anyone help with debugging my attempt to get unstable working?

Thanks in advance,
Desmond

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to