hello and thank you for the hint,
checking /sw/etc/apt/source.list gave me this :
# Default APT sources configuration for Fink
# Local package trees - packages built from source locally # NOTE: keep this in sync with the Trees: line in /sw/etc/fink.conf # NOTE: run 'fink scanpackages' to create Packages.gz files deb file:/sw/fink local main deb file:/sw/fink stable main crypto #deb file:/sw/fink unstable main crypto
# Official binary distribution: download location for packages
# from the latest release
deb http://us.dl.sourceforge.net/fink/direct_download 10.3/release main crypto
# Official binary distribution: download location for updated
# packages built between releases
deb http://us.dl.sourceforge.net/fink/direct_download 10.3/current main crypto
in complement here's my fink.conf (I am living in Europe so I chose some nearer download places) :
# Fink configuration, initially created by bootstrap.pl Basepath: /sw RootMethod: sudo Trees: local/main stable/main stable/crypto local/bootstrap Distribution: 10.3 Mirror-cpan: ftp://ftp.funet.fi/pub/languages/perl/CPAN/ Mirror-ctan: ftp://tug.ctan.org/tex-archive/ Mirror-debian: ftp.debian.org Mirror-gimp: ftp://ftp.gimp.org/pub Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME/ Mirror-gnu: ftp://ftp.gnu.org/gnu Mirror-kde: ftp://ftp.kde.org/pub/kde/ Mirror-master: http://distfiles.opendarwin.org/ Mirror-rsync: rsync://master.us.finkmirrors.net/finkinfo/ Mirror-sourceforge: http://unc.dl.sourceforge.net/sourceforge/ MirrorContinent: nam MirrorCountry: nam-us MirrorOrder: MasterFirst ProxyPassiveFTP: true Verbose: 1
trying this :
% sudo apt-get update
gave me that :
Password:
Err file: local/main Packages
File not found
Ign file: local/main Release
Err file: stable/main Packages
File not found
Ign file: stable/main Release
Err file: stable/crypto Packages
File not found
Ign file: stable/crypto Release
Get:1 http://us.dl.sourceforge.net 10.3/release/main Packages [177kB]
Get:2 http://us.dl.sourceforge.net 10.3/release/main Release [85B]
Get:3 http://us.dl.sourceforge.net 10.3/release/crypto Packages [15.7kB]
Get:4 http://us.dl.sourceforge.net 10.3/release/crypto Release [87B]
Get:5 http://us.dl.sourceforge.net 10.3/current/main Packages [20B]
Get:6 http://us.dl.sourceforge.net 10.3/current/main Release [93B]
Get:7 http://us.dl.sourceforge.net 10.3/current/crypto Packages [20B]
Get:8 http://us.dl.sourceforge.net 10.3/current/crypto Release [95B]
Fetched 193kB in 14s (13.0kB/s)
Failed to fetch file:/sw/fink/dists/local/main/binary-darwin-powerpc/Packages File not found
Failed to fetch file:/sw/fink/dists/stable/main/binary-darwin-powerpc/Packages File not found
Failed to fetch file:/sw/fink/dists/stable/crypto/binary-darwin-powerpc/Packages File not found
Reading Package Lists... Done
Building Dependency Tree... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.
note:
I followed the line in source.list saying to run 'fink scanpackages'
here's the result ( is it normal when it says 'wrote 0 entries to output file' ?) :
fink scanpackages
sudo /sw/bin/fink scanpackages
Password:
Information about 1117 packages read in 15 seconds.
mkdir -p dists/local/main/binary-darwin-powerpc
dpkg-scanpackages dists/local/main/binary-darwin-powerpc override | gzip >dists/local/main/binary-darwin-powerpc/Packages.gz
Wrote 0 entries to output Packages file.
mkdir -p dists/stable/main/binary-darwin-powerpc
dpkg-scanpackages dists/stable/main/binary-darwin-powerpc override | gzip >dists/stable/main/binary-darwin-powerpc/Packages.gz
Wrote 0 entries to output Packages file.
mkdir -p dists/stable/crypto/binary-darwin-powerpc
dpkg-scanpackages dists/stable/crypto/binary-darwin-powerpc override | gzip >dists/stable/crypto/binary-darwin-powerpc/Packages.gz
Wrote 0 entries to output Packages file.
mkdir -p dists/local/bootstrap/binary-darwin-powerpc
dpkg-scanpackages dists/local/bootstrap/binary-darwin-powerpc override | gzip >dists/local/bootstrap/binary-darwin-powerpc/Packages.gz
Wrote 0 entries to output Packages file.
I see there's some errors but i don't know how to fix them.
I'm learning but still can't figure all by myself out.
kind regards,
-- raphael
Le 7 janv. 04, à 21:50, Alexander K. Hansen a écrit :
On Jan 7, 2004, at 2:39 PM, Alexander Hansen wrote:
BUT, still now, there is no binary available from fink. Is it because of 10.3, most binaries have been compiled for 10.2.
Check your /sw/etc/sources.list and make sure that the binary distribution source lines look something like:
# Official binary distribution: download location for packages
# from the latest release
deb http://us.dl.sourceforge.net/fink/direct_download 10.3/release main crypto
# Official binary distribution: download location for updated
# packages built between releases
deb http://us.dl.sourceforge.net/fink/direct_download 10.3/current main crypto
If so, then make sure that
I was a little quick on the draw there: the last line should have been
If so, then make sure to do an update (e.g. "sudo apt-get update").
Also, I was incorrect about the x11 virtual package showing up under "fink-virtual-pkgs". However, you should see "system-xfree86" if you run that command.
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners