Title: Extreme Newbie Help (again)
Hi, I’m running Mac OS X 10.1.5 and am trying to get Gimp running on my machine. I’m using a 400MHz TiBook. I’m following the instructions given at homepage.mac.com/rgriff/xdarwin.html
I’ve gotten Xdarwin and Fink running but can’t go any further because apparently I’m missing some files. When I do apt-get update I get this for an output:
[localhost:~] shawn% sudo apt-get update
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://fink.sourceforge.net release/main Packages [83.8kB]
Get:2 http://fink.sourceforge.net release/main Release [85B]
Get:3 http://fink.sourceforge.net release/crypto Packages [6395B]
Get:4 http://fink.sourceforge.net release/crypto Release [87B]
Get:5 http://fink.sourceforge.net current/main Packages [1944B]
Get:6 http://fink.sourceforge.net current/main Release [93B]
Get:7 http://fink.sourceforge.net current/crypto Packages [29B]
Get:8 http://fink.sourceforge.net current/crypto Release [95B]
Fetched 92.6kB in 1s (62.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
W: Couldn't stat source package list file: local/main Packages (/sw/var/lib/apt/lists/_sw_fink_dists_local_main_binary-darwin-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list file: stable/main Packages (/sw/var/lib/apt/lists/_sw_fink_dists_stable_main_binary-darwin-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list file: stable/crypto Packages (/sw/var/lib/apt/lists/_sw_fink_dists_stable_crypto_binary-darwin-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list file: local/main Packages (/sw/var/lib/apt/lists/_sw_fink_dists_local_main_binary-darwin-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list file: stable/main Packages (/sw/var/lib/apt/lists/_sw_fink_dists_stable_main_binary-darwin-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list file: stable/crypto Packages (/sw/var/lib/apt/lists/_sw_fink_dists_stable_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
E: Some index files failed to download, they have been ignored, or old ones used instead.
This is my third try with the same results. After the second try I installed the Dev Tools that came with OSX because that is listed as a requirement but it didn’t change anything.
Shawn