Re: Xcode for Sierra 10.12.6

2021-05-23 Thread Ryan Schmidt
On May 23, 2021, at 18:45, Dave Horsfall wrote:

> So, where can I find Xcode for 10.12.6

The range of Xcode versions that are compatible with each macOS version is 
documented in our wiki:

https://trac.macports.org/wiki/XcodeVersionInfo




Re: Xcode for Sierra 10.12.6

2021-05-23 Thread Christopher Chavez
> From: "Dave Horsfall"
> Subject: Xcode for Sierra 10.12.6
>
> Odd; a while ago I asked where I could get Xcode for Sierra 10.12.6 as
> it's no longer officially supported, and received a number of replies.
>
> With the coming of MacPorts 2.7.0 I realised that I needed it and went
> looking for said messages, but they seem to have vanished.

I think you are referring to this thread:

https://lists.macports.org/pipermail/macports-users/2021-January/049313.html


Re: Xcode for Sierra 10.12.6

2021-05-23 Thread Bill Cole
On 2021-05-23 at 19:45:17 UTC-0400 (Mon, 24 May 2021 09:45:17 +1000 (EST))
Dave Horsfall 
is rumored to have said:

> So, where can I find Xcode for 10.12.6

https://developer.apple.com/download/more/?=xcode

Not sure which version you need, but it will be there.

-- 
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire


Xcode for Sierra 10.12.6

2021-05-23 Thread Dave Horsfall
Odd; a while ago I asked where I could get Xcode for Sierra 10.12.6 as 
it's no longer officially supported, and received a number of replies.


With the coming of MacPorts 2.7.0 I realised that I needed it and went 
looking for said messages, but they seem to have vanished.


So, where can I find Xcode for 10.12.6 (oldish MacBook Pro w/ 4GB mem -- 
to be upgraded to 8GB when I can afford it -- and 400GB SSD)?


The original Xcode did not get copied over from the old MacBook (via the 
Time Capsule) with Migration Assistant, hence the need to install it 
again.


Thanks.

PS: I might give High Sierra a go, but let's get Xcode back first.

-- Dave


Re: Command line glob expansion broken-ish

2021-05-23 Thread Ryan Schmidt



On May 21, 2021, at 18:03, Dave Horsfall wrote:

> On Fri, 21 May 2021, Ryan Schmidt wrote:
> 
>> You might conceivably want to run "sudo port reclaim" on occasion to remove 
>> ports and distfiles that are no longer needed. Make sure you look at the 
>> list of ports it prints and confirm that none of them are needed by you 
>> before you allow it to uninstall them!
> 
> Unless I'm mistaken, I believe that "port upgrade outdated" asks me whether 
> it will do that for me every couple of weeks.
> 
> At least, it says "You haven't run ... for two weeks" and shows me the list.

Ok.




Re: macports << I run Mojave and can test that build

2021-05-23 Thread Joshua Root

On 2021-5-24 00:04 , Jeffrey Jay Hayes wrote:

Hi Joshua

I have Xcode 11.3.1 installed .. I will have to check which version of 
the SDK is installed


The definitive test is whether you get the SQL error shown in the ticket 
after selfupdating to 2.7.0 from an earlier version. You can check the 
SDK used by running (should be all one line, but may be wrapped by the 
mail client):


plutil -p `xcrun --show-sdk-path`/SDKSettings.plist | fgrep CanonicalName

`xcrun --show-sdk-version` should theoretically also work but seems to 
encounter errors sometimes.


I do not have MacPorts currently installed as I am no longer doing 
development work so this can be a clean install for the test.


Great, thanks for offering.

- Josh