Thanks for the check Mathias.

This is the content of my /sw/etc/apt/sources.list (topmost comment lines not shown):

Should I comment out the other 2 fink/old lines?

===============
deb file:/sw/fink local main
deb file:/sw/fink stable main crypto
deb file:/sw/fink local bootstrap
deb file:/sw/fink unstable main crypto

# Allow APT to find pre-10.2 deb files
deb file:/sw/fink/old local main
deb file:/sw/fink/old stable main crypto
#deb file:/sw/fink/old 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
==================


/sw/etc/fink.conf
==================
Trees: local/main stable/main stable/crypto local/bootstrap unstable/main unstable/crypto
==================


Just like you derived, with the addition of local/bootstrap.

Cheers,

Jeff


On Aug 13, 2004, at 2:14 PM, mathias meyer wrote:

jeff

these are harmless warnings - all they say is that you have multiple versions of deb archives for the same fink package. though one can see from this what should be in /sw/etc/fink.conf

Trees: local/main stable/main stable/crypto unstable/main unstable/crypto

is that correct? whereas /sw/etc/apt/sources.list

deb file:/sw/fink/old unstable main crypto
deb file:/sw/fink local main
deb file:/sw/fink stable main crypto
deb file:/sw/fink unstable main crypto

again, remove the topmost line (deb file:/sw/fink/old unstable main crypto) or comment out and you should be fine.

mathias


On 13.08.2004, at 22:51, Jeff Speir wrote:

To continue from my first post I thought this might be helpful:

OS X 10.3.5
Xcode 1.2

here is what I get using fink scanpackages:

==========================
Information about 3823 packages read in 2 seconds.
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.
dpkg-scanpackages dists/stable/main/binary-darwin-powerpc override | gzip >dists/stable/main/binary-darwin-powerpc/Packages.gz
! Package base-files (filename dists/stable/main/binary-darwin-powerpc//base/base-files_1.9.1 -1_darwin-powerpc.deb) is repeat but newer version;
used that one and ignored data from dists/stable/main/binary-darwin-powerpc//base/base-files_1.9.0 -1_darwin-powerpc.deb !
! Package fink-mirrors (filename dists/stable/main/binary-darwin-powerpc//base/fink-mirrors_0.20.0.1 -1_darwin-powerpc.deb) is repeat but newer version;
used that one and ignored data from dists/stable/main/binary-darwin-powerpc//base/fink-mirrors_0.0.4 -1_darwin-powerpc.deb !
! Package fink-prebinding (filename dists/stable/main/binary-darwin-powerpc//base/fink-prebinding_0.7.1 -2_darwin-powerpc.deb) is repeat but newer version;
used that one and ignored data from dists/stable/main/binary-darwin-powerpc//base/fink-prebinding_0.7 -2_darwin-powerpc.deb !
! Package fink (filename dists/stable/main/binary-darwin-powerpc//base/fink_0.20.1-1_darwin- powerpc.deb) is repeat but newer version;
used that one and ignored data from dists/stable/main/binary-darwin-powerpc//base/fink_0.18.3-1_darwin- powerpc.deb !
Wrote 32 entries to output Packages file.
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.
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.
dpkg-scanpackages dists/unstable/main/binary-darwin-powerpc override | gzip >dists/unstable/main/binary-darwin-powerpc/Packages.gz
Wrote 19 entries to output Packages file.
dpkg-scanpackages dists/unstable/crypto/binary-darwin-powerpc override | gzip >dists/unstable/crypto/binary-darwin-powerpc/Packages.gz
Wrote 0 entries to output Packages file.
==================================


Thanks again for any help,

Jeff


On Aug 13, 2004, at 1:28 PM, Jeff Speir wrote:

I recently performed a fink selfupdate and fink index (unstable is active, rsync update method). They ran without errors that I could see. When I run apt-get update to check on things, I get the following, even after running fink scanpackages as suggested in FAQ 5.24:

=======================
Err file: unstable/main Packages
File not found
Ign file: unstable/main Release
Err file: unstable/crypto Packages
File not found
Ign file: unstable/crypto Release
Hit http://us.dl.sourceforge.net 10.3/release/main Packages
Hit http://us.dl.sourceforge.net 10.3/release/main Release
Hit http://us.dl.sourceforge.net 10.3/release/crypto Packages
Hit http://us.dl.sourceforge.net 10.3/release/crypto Release
Hit http://us.dl.sourceforge.net 10.3/current/main Packages
Hit http://us.dl.sourceforge.net 10.3/current/main Release
Hit http://us.dl.sourceforge.net 10.3/current/crypto Packages
Hit http://us.dl.sourceforge.net 10.3/current/crypto Release
Failed to fetch file:/sw/fink/old/dists/unstable/main/binary-darwin-powerpc/Packages File not found
Failed to fetch file:/sw/fink/old/dists/unstable/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.
==========================


I was looking to upgrade g77 to the latest version with a binary if available, and got this (I realize I might have to build the update from source):

==========================
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, g77 is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
W: Couldn't stat source package list file: unstable/main Packages (/sw/var/lib/apt/lists/_sw_fink_old_dists_unstable_main_binary- darwin-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list file: unstable/crypto Packages (/sw/var/lib/apt/lists/_sw_fink_old_dists_unstable_crypto_binary- darwin-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list file: unstable/main Packages (/sw/var/lib/apt/lists/_sw_fink_old_dists_unstable_main_binary- darwin-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list file: unstable/crypto Packages (/sw/var/lib/apt/lists/_sw_fink_old_dists_unstable_crypto_binary- darwin-powerpc_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
===========================


Are the errors/warnings related? Is there anything wrong that I need to fix?

Thanks for your time,

Jeff





------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to