|
From: John W. <joh...@me...> - 2017-09-30 01:39:20
|
Heinz, I had exactly the same problem, even though I followed the finkprojct.org <http://finkprojct.org/> URL 2017-09-28 pre-release version instruction and after upgrade to High Sierra I ran Xcode to allow it to upgrade components, and the CLI would seem to be one of those components. The “sudo xcodebuild -license” had no effect but updating the CLI explicitly from the command line did sudo xcode-select —install and then clicking the install button, and now I am back in business building fink packages with clang from High Sierra. If you are still stuck, give it a try. Good luck, jw > On Sep 23, 2017, at 7:10 PM, Heinz Nabielek <hei...@me...> wrote: > > On 24.09.2017, at 00:19, Alexander Hansen <ale...@gm...> wrote: >> >>> >>> On Sep 23, 2017, at 15:11, Heinz Nabielek <hei...@me...> wrote: >>> >>>> On 24.09.2017, at 00:08, Alexander Hansen <ale...@gm...> wrote: >>>> >>>> >>>>> On Sep 23, 2017, at 14:50, Heinz Nabielek <hei...@me...> wrote: >>>>> >>>>> I have an iMac running Mac OS X 10.13 High Sierra: >>>>>> >>>>>>> fink selfupdate >>>>>>> Before changing your selfupdate method to 'rsync', you must install >>>>>>> the Xcode Command Line Tools package from >>>>>>> http://developer.apple.com (after free registration), >>>>>>> or via the Downloads tab of the Xcode Preferences. >>>>>>> Failed: Selfupdate method 'rsync' cannot be used >>>>> >>>>> As a regular Xcode user, I have installed the Xcode Command Line Tools package from http://developer.apple.com >>>>> >>>>> But I still keep receiving this error message since I installed 10.13 >>>>> >>>>> What can I do? >>>>> Heinz >>>> >>>> Fink isn’t quite yet ready to support High Sierra fully, but I don’t think that’s your problem. >>>> >>>> The test which is failing is to check that /usr/bin/rsync exists and is executable. Is this not in fact, present? >>> >>> >>> ls -al /usr/bin/rsync >>> -rwxr-xr-x 1 root wheel 291600 Sep 10 01:49 /usr/bin/rsync >>> >>> is there alright..... >> >> I checked a little more closely, and that message actually comes in as a nonfatal warning, so the failure is elsewhere. >> >> I had to run “sudo xcodebuild -license” when I updated Xcode, so try that if you haven’t done it already. > > I did, but it did not make any difference: fink selfupdate still bumps > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Fink-beginners mailing list > Fin...@li... > List archive: > https://sourceforge.net/p/fink/mailman/fink-users/ > Subscription management: > https://lists.sourceforge.net/lists/listinfo/fink-beginners |