> The problem here is that Fink's tar knows how to unpack xz archives 
> automatically under the "tar -xf " command, but the system's /usr/bin/gnutar, 
> which is the fallback, does not.
> 
> I did a quick test and /usr/bin/tar _does_ know how to do this on 10.8.  As a 
> workaround, edit /sw/lib/perl5/Fink/PkgVersion.pm as a superuser and change 
> the two instances of "gnutar" to "tar".

i guess i just have to change the second occurrence in the file, so that it 
reads 
                   } elsif ( -e "/usr/bin/gnutar" ) {
                        $tarcommand = "/usr/bin/tar $permissionflags 
$tarflags"; # Apple's GNU tar
                        $tar_is_pax=0;

i confirm that doing this fixes the bug and allows 'fink update-all' to 
complete the task with no more trouble.  
i restored the PkgVersion.pm to its original version - as well as /sw/bin/tar.  

> Sorry for the hassles.  Hopefully we can get this straightened out soon.

no worries - i should have waited some more before updating to Xcode5…  
and this is what i'll do for the other Macs i have to update.  
thanks again for your quick help 

cheers, 
jeanfrancois donati
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to