Re: User for startupitem.executable

2016-09-21 Thread Russell Jones
Hi Javier, grep -ril startupitem.executable /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/ | xargs less suggests that sudo -u is the way to do it if a program doesn't know how to drop privileges. If that doesn't work, I guess several ports have the same problem t

No Xcode 8 CLT for El Capitan

2016-09-21 Thread Lawrence Velázquez
Jack Howarth has noted on IRC that that Apple will not be releasing a Command Line Tools package for Xcode 8 on El Capitan [*]. There is no Command Line Tools (OS X 10.11) for Xcode 8 package. Xcode 8 contains SDKs that are incompatible with earlier toolchains. Developers w

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Jack Howarth
You probably also want to note... On OS X El Capitan, running Swift from the command line can fail if any Command Line Tools (OS X 10.11) package is installed on the system. (28234754) Workaround: Execute Swift through from the command line using xcrun, . Choose the macOS SDK using the -sdk. For

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread C. R. Oldham
For those of us on Sierra, is it OK to install the CLT for Xcode 8? On September 21, 2016 at 12:52:29 PM, Jack Howarth (howarth.at.macpo...@gmail.com) wrote: You probably also want to note... On OS X El Capitan, running Swift from the command line can fail if any Command Line Tools (OS X 10.

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Adam Dershowitz
That comment does not make it at all clear what those of us who updated to Xcode 8 (but not beta!) but are still on OS X 10.11 are supposed to do. I have posted a ticket about building cmake that seems to be because it is trying to use 10.12 SDK, but it is not clear how to work around that. Perh

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Lawrence Velázquez
> On Sep 21, 2016, at 3:08 PM, C. R. Oldham wrote: > > For those of us on Sierra, is it OK to install the CLT for Xcode 8? I would assume so, given that there's a Sierra package available. vq ___ macports-dev mailing list macports-dev@lists.macosforge

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Adam Dershowitz
The release Xcode 8 release notes (no longer beta) don’t have that comment: https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html But, they do seem to

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Jack Howarth
On Wed, Sep 21, 2016 at 3:15 PM, Adam Dershowitz wrote: > That comment does not make it at all clear what those of us who updated to > Xcode 8 (but not beta!) but are still on OS X 10.11 are supposed to do. > I have posted a ticket about building cmake that seems to be because it is > trying to

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Lawrence Velázquez
> On Sep 21, 2016, at 3:38 PM, Adam Dershowitz wrote: > > The release Xcode 8 release notes (no longer beta) don’t have that comment: > https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.html I think that only covers 8.0, not 8.1. vq __

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Adam Dershowitz
It does: $ xcode-select -p /Applications/Xcode.app/Contents/Developer For me some updates in Macports, including some builds, seem to work OK, and others, such as cmake, are giving an error: https://trac.macports.org/ticket/52258 I’m not sure if I then

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Marko Käning
Hi, there is no CLT for Xcode 8? How come Xcode 8.0 tells me in "Preferences/Locations" that it uses CLT "Xcode 8.0 (8A218a)”! I recently ran into this issue --- :info:configure :info:configureXcode not set up properly. You may need to confirm the license :info:configureagreement by r

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Adam Dershowitz
> On Sep 21, 2016, at 3:44 PM, Lawrence Velázquez wrote: > >> On Sep 21, 2016, at 3:38 PM, Adam Dershowitz wrote: >> >> The release Xcode 8 release notes (no longer beta) don’t have that comment: >> https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Introduction.

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Jack Howarth
On Wed, Sep 21, 2016 at 3:46 PM, Marko Käning wrote: > Hi, > > there is no CLT for Xcode 8? > > How come Xcode 8.0 tells me in "Preferences/Locations" that it uses CLT > "Xcode 8.0 (8A218a)”! > Launching the Xcode 8 application should resolve the license issue. > I recently ran into this issue

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Rainer Müller
On 2016-09-21 21:15, Adam Dershowitz wrote: > That comment does not make it at all clear what those of us who updated to > Xcode 8 (but not beta!) but are still on OS X 10.11 are supposed to do. > I have posted a ticket about building cmake that seems to be because it is > trying to use 10.12 SD

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread René J . V . Bertin
On Wednesday September 21 2016 16:02:48 Jack Howarth wrote: > Upstream qt development fixed this issue by changing the failing test > for xcrun to one for xcodebuild. ... > > René thus suggested the attached patch for qt5(-kde) as a workaround . Great minds think alike? :) R. ___

Re: No Xcode 8 CLT for El Capitan

2016-09-21 Thread Jack Howarth
On Wed, Sep 21, 2016 at 4:19 PM, Rainer Müller wrote: > On 2016-09-21 21:15, Adam Dershowitz wrote: >> That comment does not make it at all clear what those of us who updated to >> Xcode 8 (but not beta!) but are still on OS X 10.11 are supposed to do. >> I have posted a ticket about building cma