On 03/02/06 at 00:38, Martin Costabel wrote: > Huw Davies wrote: > > I've just applied the latest Mac OS-X security update and since then > > 'fink selfupdate' has been failing at the rsync phase. Now rsync is one > > of the components changed in the security update. Is anyone else seeing > > this problem or is it something I've managed to do to myself? > > Yeah, it seems they broke the --delete flag. > > I am forwarding this to fink-devel, because if this is confirmed by > others, we will have to raise a big stink and slap Apple with bug > reports so that they fix this immediately.
Is this just a problem with Tiger? I'm still running 10.3.9 and my scripted `fink selfupdate` ran with no problem last night on the one machine that I've applied yesterday's update to: rsync -az -q rsync://master.us.finkmirrors.net/finkinfo//TIMESTAMP /sw/fink/TIMESTAMP.tmp I will now run the rsync command to retrieve the latest package descriptions. rsync -rtz --delete-after --delete -q --include='10.3/' --include='10.3/stable/' --include='10.3/stable/main/' --include='10.3/stable/main/finkinfo/' --include='10.3/stable/main/finkinfo/*/' --include='10.3/stable/main/finkinfo/*' --include='10.3/stable/main/finkinfo/**/*' --include='10.3/' --include='10.3/stable/' --include='10.3/stable/crypto/' --include='10.3/stable/crypto/finkinfo/' --include='10.3/stable/crypto/finkinfo/*/' --include='10.3/stable/crypto/finkinfo/*' --include='10.3/stable/crypto/finkinfo/**/*' --include='10.3/' --include='10.3/unstable/' --include='10.3/unstable/main/' --include='10.3/unstable/main/finkinfo/' --include='10.3/unstable/main/finkinfo/*/' --include='10.3/unstable/main/finkinfo/*' --include='10.3/unstable/main/finkinfo/**/*' --include='10.3/' --include='10.3/unstable/' --include='10.3/unstable/crypto/' --include='10.3/unstable/crypto/finkinfo/' --include='10.3/unstable/crypto/finkinfo/*/' --include='10.3/unstable/crypto/finkinfo/*' --include ='10.3/unstable/crypto/finkinfo/**/*' --include='VERSION' --include='DISTRIBUTION' --include='README' --exclude='**' 'rsync://master.us.finkmirrors.net/finkinfo' '/sw/fink/' /usr/bin/find '/sw/fink/10.3/stable/main' -name CVS -type d -print0 | xargs -0 /bin/rm -rf /usr/bin/find '/sw/fink/10.3/stable/crypto' -name CVS -type d -print0 | xargs -0 /bin/rm -rf /usr/bin/find '/sw/fink/10.3/unstable/main' -name CVS -type d -print0 | xargs -0 /bin/rm -rf /usr/bin/find '/sw/fink/10.3/unstable/crypto' -name CVS -type d -print0 | xargs -0 /bin/rm -rf Downloading the indexes of available packages in the binary distribution. /sw/bin/apt-get-lockwait -q update Hit http://bindist.finkmirrors.net 10.3/release/main Packages Hit http://bindist.finkmirrors.net 10.3/release/main Release Hit http://bindist.finkmirrors.net 10.3/release/crypto Packages Hit http://bindist.finkmirrors.net 10.3/release/crypto Release Hit http://bindist.finkmirrors.net 10.3/current/main Packages Hit http://bindist.finkmirrors.net 10.3/current/main Release Hit http://bindist.finkmirrors.net 10.3/current/crypto Packages Hit http://bindist.finkmirrors.net 10.3/current/crypto Release Reading Package Lists... Building Dependency Tree... done. No packages to install. The core packages have been updated. You should now update the other packages using commands like 'fink update-all'. -- Christopher Bort <[EMAIL PROTECTED]> <http://www.thehundredacre.net/> ------------------------------------------------------- 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
