On Jan 3, 2005, at 4:39 PM, Kevin Horton wrote:
I use our most powerful Mac to build packages I want from the unstable tree, and then have it provide them to the other Macs. That has worked very well until recently. I tried out xorg instead of Apple's X11 for a short period, and made the mistake of building some KDE stuff, so I could install khexedit on a PowerBook. I did an apt-get update to install the package on the PowerBook before I realized that I shouldn't have built it with xorg installed. I eventually ditch xorg, and went back to Apple's X11 on all Macs, and rebuilt packages as required to get everything working properly on the main Mac. But, subsequent attempts to upgrade the packages on my PowerBook fail as follows:
sudo apt-get -u dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
The following packages will be upgraded
kdelibs3-ssl kdelibs3-ssl-shlibs
2 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 37.8MB of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n]
Get:1 http://pmac unstable/crypto kdelibs3-ssl-shlibs 3.3.2-22 [12.8MB]
Get:2 http://pmac unstable/crypto kdelibs3-ssl 3.3.2-22 [25.0MB]
Fetched 12.8MB in 34s (375kB/s)
Failed to fetch http://pmac/fink/dists/unstable/crypto/binary-darwin-powerpc/kdelibs3- ssl-shlibs_3.3.2-22_darwin-powerpc.deb Size mismatch
Failed to fetch http://pmac/fink/dists/unstable/crypto/binary-darwin-powerpc/kdelibs3- ssl_3.3.2-22_darwin-powerpc.deb Size mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I can't find any description in man apt-get, or Fink's site, or via Google on what the size mismatch means, so I have no clue on how to resolve it. I deleted various parts of apt-get's package cache on the PowerBook in order to get it to try to update kdelibs, but I'm not sure whether that action could be part of my problem.
I'd greatly appreciate any clues on how to get out of this mess.
% fink --version Package manager version: 0.23.5 Distribution version: 0.7.1.rsync
% sw_vers ProductName: Mac OS X ProductVersion: 10.3.7 BuildVersion: 7S215
% apt-get --version apt 0.5.4 for darwin powerpc compiled on Nov 25 2004 22:20:09
Thanks in advance,
Kevin Horton
You might try "fink rebuild kdelibs3-ssl kdelibs3-ssl-shlibs" on pmac (assuming it's your server) to generate the packages again, then run "fink scanpackages".
-- Alexander K. Hansen Fink Documentarian Day Job: Levitated Dipole Experiment http://www.psfc.mit.edu/LDX
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
