On 5/21/2014 9:42 PM, David Fass wrote: > Originally, the OLD version (10.8) was a symlink to an external hard drive. > > However, I deleted the symlink and re-put the /sw directory back on the > main Hard Drive (the drive being booted from). > > I even rm -r¹d /sw a few times, just because I wanted to preserve /sw, > since bootstrap will not overwrite /swŠ > > On a whim, I tried using using bootstrap and setting up /sw2Šsame issue. > > Here¹s what it looks like: > > sh-3.2# rm -r /sw > sh-3.2# cd /sw > sh-3.2# ls > ._bin ._lib ._src bootstrap include > share > ._etc ._sbin ._var etc lib > src > ._include ._share bin fink sbin > var > sh-3.2# > ls -l
For your first trial, if you move /sw from the external drive back to the main drive, that take care of the problem for any previously built files since the compiled debs would all still contain the ._ files. However, it is weird that new bootstraps into /sw2 are still generating ._ files. Make sure that there are no ._ files in the root '/' of the main hard drive, especially the file `/._.' when you move/delete /sw and do a bootstrap. Is your main drive a standard HFS+ drive (checkable via 'diskutil list' and it should say Apple_HFS)? Hanspeter ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
