On 2/23/06, Jack Repenning <[EMAIL PROTECTED]> wrote: > I have two systems which are pretty much identical, including their > fink config, but they don't act the same: they find and install > different versions of various packages, including fink itself. One > of them (the one whose versions are generally older) don't work so > good for one package; I want it to start acting like the other. How > do I make it catch up?
Actually both of your systems have problems. Fink-0.8.0 is what you should have on Tiger. > > The package that particularly interests me at the moment is ethereal- > ssl. > > System 1 (working): > PowerBook G4 > OS X 10.4.5 (Software Update) > > fink --version > Package manager version: 0.24.12 > Distribution version: 0.7.0.cvs > > fink list ethereal-ssl > Information about 252 packages read in 0 seconds. > i ethereal-ssl 0.10.9-11 Powerful network protocol analyzer > (with ... > > > > System 2 (busticated): > iMac G5 > OS X 10.4.5 (Software Update) > > fink --version > Package manager version: 0.17.1 # <<< lookee here! "fink self- > update" no help! > Distribution version: 0.7.0.cvs > > fink list ethereal-ssl > Information about 3008 packages read in 1 seconds. > (i) ethereal-ssl 0.9.15-1 Powerful network protocol analyzer > (with ... # <<< lookee here! "fink update-all" no help! > > > > > "fink selfupdate" does nothing on either system. > Are you using selfupdate with rsync (or cvs) enabled, or just "selfupdate"? > "fink update-all" finds nothing worth updating on the working system; > the only thing it finds to update on the busticated system is > ethereal-ssl. But the downloads appear to be fetching the same, old > version, and the build fails (which is the problem I'm trying to fix). > > > fink update ethereal-ssl > /usr/bin/sudo /sw/bin/fink update ethereal-ssl > Information about 3008 packages read in 1 seconds. > The following package will be installed or updated: > ethereal-ssl > /bin/rm -rf ethereal-ssl-0.9.15-1 > /bin/mkdir -p /sw/src/ethereal-ssl-0.9.15-1 > bzip2 -dc /sw/src/ethereal-0.9.15.tar.bz2 | /sw/bin/tar -xf - > ... > packet-h245.c:14411: error: > 'dissect_h245_MultiplePayloadStreamElementMode' undeclared (first use > in this function) > packet-h245.c: In function 'dissect_h245_mediaChannel': > packet-h245.c:14813: warning: pointer targets in assignment differ in > signedness > packet-h245.c: In function 'dissect_h245_mediaControlChannel': > packet-h245.c:14837: warning: pointer targets in assignment differ in > signedness > make[2]: *** [packet-h245.o] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of make failed, exit code 2 > Failed: compiling ethereal-ssl-0.9.15-1 failed > > > > > > Their fink.conf (which is identical on the two systems): > # Fink configuration, initially created by bootstrap.pl > Basepath: /sw > RootMethod: sudo > Trees: local/main stable/main stable/crypto unstable/main unstable/ > crypto local/bootstrap > # I've tried Distribution: 10.4-transitional as well; same deal > Distribution: 10.4 > 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.sfo.ca.us.finkmirrors.net/ > Mirror-sourceforge: http://west.dl.sourceforge.net/sourceforge/ > MirrorContinent: nam > MirrorCountry: nam-us > MirrorOrder: ClosestFirst > ProxyPassiveFTP: true > Verbose: 0 > SelfUpdateNoCVS: true > SelfUpdateMethod: rsync > Mirror-rsync: rsync://master.us.finkmirrors.net/finkinfo/ > Mirror-apt: http://us.dl.sourceforge.net/fink/direct_download > ConfFileCompatVersion: 1 > > > > -==- > Jack Repenning > CollabNet, Inc. > 8000 Marina Boulevard, Suite 600 > Brisbane, California 94005 > office: +1 650.228.2562 > cell: +1 408.835.8090 > raindance: 844-7461 > skype: jrepenning > > Your "busticated" system looks to be incredibly broken--and your "working" system still looks not quite right. It won't see the 10.4* trees because you're using a version of fink that doesn't know about them, since that version was old even just before Tiger came out. If you aren't using rsync or cvs selfupdates, that's a good place to start--"fink selfupdate" doesn't quite work automagically when you upgrade the OS version. And using the 10.4 distribution is not yet supported officially--you're free to help test it, of course. -- Alexander K. Hansen Fink Documenter [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
