Re: Command Line Tools warning
Ah, that explains why wireshark updates have failed. Thanks. One more mystery solved! On Fri, Oct 30, 2015 at 8:59 AM, Mathieu Deaudelin-Lemay < macpo...@mdeaudelin.net> wrote: > > or should I go ahead and install 7.1? > > Just for the record, if you are planning on staying on OS X 10.10 > (Yosemite), do not upgrade to Xcode 7 as it does not include the SDK for > that OS (only 10.11). > > This shouldn't be a problem much of the time, but there are some ports > that will fail to build (e.g. wireshark), as they'll be looking for a SDK > matching your system version and will fail to find it. > > > ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
On Fri, 30 Oct 2015, Eneko Gotzon Ares wrote: > > I'm waiting for 10.11.1 > > Already released some days ago. On Fri, 30 Oct 2015, wood...@gmail.com wrote: > Version 10.11.1 (15B42) is out BTW. Thanks, all; I'll give it a bash when I have a free day :-) -- Dave Horsfall DTM (VK2KFU) "Those who don't understand security will suffer." ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
Yes, This problem can be defeated by adding —disable-osx-deploy-target to the configure arguments. Even then, wireshark is broken because of its dependency on lua 5.2. On Oct 30, 2015, at 7:02 PM, Brandon Allbery wrote: > On Fri, Oct 30, 2015 at 6:40 PM, Ryan Schmidt wrote: > >>> This shouldn't be a problem much of the time, but there are some ports > >>> that will fail to build (e.g. wireshark), as they'll be looking for a > >>> SDK matching your system version and will fail to find it. > > Wireshark might be an exception, but I tried many ports with Xcode 7 on > Yosemite and did not see any problems. > > I believe wireshark is a specific exception because it actively hunts for an > SDK instead of using the default. > > Marius -- Marius Schamschula ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
On Fri, Oct 30, 2015 at 6:40 PM, Ryan Schmidt wrote: > >>> This shouldn't be a problem much of the time, but there are some ports > >>> that will fail to build (e.g. wireshark), as they'll be looking for a > >>> SDK matching your system version and will fail to find it. > > Wireshark might be an exception, but I tried many ports with Xcode 7 on > Yosemite and did not see any problems. I believe wireshark is a specific exception because it actively hunts for an SDK instead of using the default. -- brandon s allbery kf8nh sine nomine associates allber...@gmail.com ballb...@sinenomine.net unix, openafs, kerberos, infrastructure, xmonadhttp://sinenomine.net ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
>> On Fri, 30 Oct 2015, Mathieu Deaudelin-Lemay wrote: >> >>> Just for the record, if you are planning on staying on OS X 10.10 >>> (Yosemite), do not upgrade to Xcode 7 as it does not include the SDK for >>> that OS (only 10.11). >> >>> This shouldn't be a problem much of the time, but there are some ports >>> that will fail to build (e.g. wireshark), as they'll be looking for a >>> SDK matching your system version and will fail to find it. Wireshark might be an exception, but I tried many ports with Xcode 7 on Yosemite and did not see any problems. ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
Version 10.11.1 (15B42) is out BTW. > On Oct 30, 2015, at 3:13 PM, Dave Horsfall wrote: > > On Fri, 30 Oct 2015, Mathieu Deaudelin-Lemay wrote: > >> Just for the record, if you are planning on staying on OS X 10.10 >> (Yosemite), do not upgrade to Xcode 7 as it does not include the SDK for >> that OS (only 10.11). > > Now I find out... I'm waiting for 10.11.1 on principle (never use a > version *.0 of anything unless you want to be a beta tester) and Xcode > upgraded itself to 7.0, > >> This shouldn't be a problem much of the time, but there are some ports >> that will fail to build (e.g. wireshark), as they'll be looking for a >> SDK matching your system version and will fail to find it. > > And I occasionally use Wireshark... > > -- > Dave Horsfall DTM (VK2KFU) "Those who don't understand security will suffer." > ___ > macports-users mailing list > macports-users@lists.macosforge.org > https://lists.macosforge.org/mailman/listinfo/macports-users ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
On 30 Oct 2015, at 21:13, Dave Horsfall wrote: > > I'm waiting for 10.11.1 Already released some days ago. -- Eneko Gotzon Ares enekogot...@gmail.com ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
RE: Command Line Tools warning
On Fri, 30 Oct 2015, Mathieu Deaudelin-Lemay wrote: > Just for the record, if you are planning on staying on OS X 10.10 > (Yosemite), do not upgrade to Xcode 7 as it does not include the SDK for > that OS (only 10.11). Now I find out... I'm waiting for 10.11.1 on principle (never use a version *.0 of anything unless you want to be a beta tester) and Xcode upgraded itself to 7.0, > This shouldn't be a problem much of the time, but there are some ports > that will fail to build (e.g. wireshark), as they'll be looking for a > SDK matching your system version and will fail to find it. And I occasionally use Wireshark... -- Dave Horsfall DTM (VK2KFU) "Those who don't understand security will suffer." ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning -- Fixed!
After installing Xcode 6.4, in preferences, under the “Locations” tab, it showed that the command line tools were installed. However, the warning message didn’t go away until I issued a separate 'sudo xcode-select —install’ in the terminal. Mark ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
I'm going to reinstall 6 and see if it fixes the warning message. Sent from my iPhone > On Oct 30, 2015, at 8:59 AM, Mathieu Deaudelin-Lemay > wrote: > > > or should I go ahead and install 7.1? > > Just for the record, if you are planning on staying on OS X 10.10 (Yosemite), > do not upgrade to Xcode 7 as it does not include the SDK for that OS (only > 10.11). > > This shouldn't be a problem much of the time, but there are some ports that > will fail to build (e.g. wireshark), as they'll be looking for a SDK matching > your system version and will fail to find it. > > > Subject: Re: Command Line Tools warning > > To: mark.bret...@nasa.gov > > From: jon...@hep.phy.cam.ac.uk > > Date: Fri, 30 Oct 2015 13:26:40 + > > CC: macports-users@lists.macosforge.org > > > > > > > > On 30/10/15 13:21, Brethen, Mark Douglas. (MSFC-ES22)[ESSSA] wrote: > > > Did that. > > > > > > Is it possible to reinstall 6.2, > > > > https://developer.apple.com/downloads/ > > > > you probably want to reinstall command line tools and Xcode... > > > > or should I go ahead and install 7.1? > > > > > >> On Oct 30, 2015, at 2:31 AM, Chris Jones > > >> wrote: > > >> > > >> > > >> Try starting Xcode, and make sure in the preferences section for updates > > >> everything is up to date. Also accept any licenses etc. > > >> > > >> On 30/10/15 05:30, Mark Brethen wrote: > > >>> I don’t plan on installing El Capitain for a while. Macports website > > >>> says 6.1 or later for Yosemite. I have 6.2. > > >>> > > >>> xcode-select -print-path > > >>> /Applications/Xcode.app/Contents/Developer > > >>> > > >>> So that’s not it. > > >>> > > >>> I’m stumped. > > >>> > > >>>> On Oct 30, 2015, at 12:09 AM, Stephen J. Butler > > >>>> wrote: > > >>>> > > >>>> I think 6.2 is too old for El Capitain (and maybe even for Yosemite). > > >>>> You need to upgrade to 7 or 7.1 for El Capitain. > > >>>> > > >>>> On Thu, Oct 29, 2015 at 11:58 PM, Mark Brethen > > >>>> wrote: > > >>>> I upgrading to Yosemite and followed the macports migration document. > > >>>> Now, though the 'port install' command succeeds, I get the following > > >>>> warning whenever I install a port: > > >>>> > > >>>> Warning: The Xcode Command Line Tools don't appear to be installed; > > >>>> most ports will likely fail to build. > > >>>> > > >>>> I have Xcode 6.2 and installed the Command Line Tools using > > >>>> 'xcode-select —install’ > > >>>> > > >>>> Have overlooked something? > > >>>> > > >>>> > > >>>> Mark > > >>>> > > >>>> > > >>>> > > >>>> > > >>>> ___ > > >>>> macports-users mailing list > > >>>> macports-users@lists.macosforge.org > > >>>> https://lists.macosforge.org/mailman/listinfo/macports-users > > >>>> > > >>> > > >>> > > >>> > > >>> Mark > > >>> > > >>> > > >>> > > >>> > > >>> ___ > > >>> macports-users mailing list > > >>> macports-users@lists.macosforge.org > > >>> https://lists.macosforge.org/mailman/listinfo/macports-users > > >>> > > >> ___ > > >> macports-users mailing list > > >> macports-users@lists.macosforge.org > > >> https://lists.macosforge.org/mailman/listinfo/macports-users > > > > > > Thanks, > > > > > > Mark > > > > > > Mark D. Brethen > > > Stress Analyst > > > DSI - Jacobs > > > Marshall Space Flight Center > > > Bldg 4203, Cube 4321 > > > Work: (256) 961-2147 > > > Email: mark.bret...@nasa.gov > > > Web: http://www.davisdsi.com/ > > > > > > > > > > > > > > ___ > > macports-users mailing list > > macports-users@lists.macosforge.org > > https://lists.macosforge.org/mailman/listinfo/macports-users > ___ > macports-users mailing list > macports-users@lists.macosforge.org > https://lists.macosforge.org/mailman/listinfo/macports-users ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
RE: Command Line Tools warning
> or should I go ahead and install 7.1? Just for the record, if you are planning on staying on OS X 10.10 (Yosemite), do not upgrade to Xcode 7 as it does not include the SDK for that OS (only 10.11). This shouldn't be a problem much of the time, but there are some ports that will fail to build (e.g. wireshark), as they'll be looking for a SDK matching your system version and will fail to find it. > Subject: Re: Command Line Tools warning > To: mark.bret...@nasa.gov > From: jon...@hep.phy.cam.ac.uk > Date: Fri, 30 Oct 2015 13:26:40 + > CC: macports-users@lists.macosforge.org > > > > On 30/10/15 13:21, Brethen, Mark Douglas. (MSFC-ES22)[ESSSA] wrote: > > Did that. > > > > Is it possible to reinstall 6.2, > > https://developer.apple.com/downloads/ > > you probably want to reinstall command line tools and Xcode... > > or should I go ahead and install 7.1? > > > >> On Oct 30, 2015, at 2:31 AM, Chris Jones wrote: > >> > >> > >> Try starting Xcode, and make sure in the preferences section for updates > >> everything is up to date. Also accept any licenses etc. > >> > >> On 30/10/15 05:30, Mark Brethen wrote: > >>> I don’t plan on installing El Capitain for a while. Macports website says > >>> 6.1 or later for Yosemite. I have 6.2. > >>> > >>> xcode-select -print-path > >>> /Applications/Xcode.app/Contents/Developer > >>> > >>> So that’s not it. > >>> > >>> I’m stumped. > >>> > >>>> On Oct 30, 2015, at 12:09 AM, Stephen J. Butler > >>>> wrote: > >>>> > >>>> I think 6.2 is too old for El Capitain (and maybe even for Yosemite). > >>>> You need to upgrade to 7 or 7.1 for El Capitain. > >>>> > >>>> On Thu, Oct 29, 2015 at 11:58 PM, Mark Brethen > >>>> wrote: > >>>> I upgrading to Yosemite and followed the macports migration document. > >>>> Now, though the 'port install' command succeeds, I get the following > >>>> warning whenever I install a port: > >>>> > >>>> Warning: The Xcode Command Line Tools don't appear to be installed; most > >>>> ports will likely fail to build. > >>>> > >>>> I have Xcode 6.2 and installed the Command Line Tools using > >>>> 'xcode-select —install’ > >>>> > >>>> Have overlooked something? > >>>> > >>>> > >>>> Mark > >>>> > >>>> > >>>> > >>>> > >>>> ___ > >>>> macports-users mailing list > >>>> macports-users@lists.macosforge.org > >>>> https://lists.macosforge.org/mailman/listinfo/macports-users > >>>> > >>> > >>> > >>> > >>> Mark > >>> > >>> > >>> > >>> > >>> ___ > >>> macports-users mailing list > >>> macports-users@lists.macosforge.org > >>> https://lists.macosforge.org/mailman/listinfo/macports-users > >>> > >> ___ > >> macports-users mailing list > >> macports-users@lists.macosforge.org > >> https://lists.macosforge.org/mailman/listinfo/macports-users > > > > Thanks, > > > > Mark > > > > Mark D. Brethen > > Stress Analyst > > DSI - Jacobs > > Marshall Space Flight Center > > Bldg 4203, Cube 4321 > > Work: (256) 961-2147 > > Email: mark.bret...@nasa.gov > > Web: http://www.davisdsi.com/ > > > > > > > > > ___ > macports-users mailing list > macports-users@lists.macosforge.org > https://lists.macosforge.org/mailman/listinfo/macports-users ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
On 30/10/15 13:21, Brethen, Mark Douglas. (MSFC-ES22)[ESSSA] wrote: Did that. Is it possible to reinstall 6.2, https://developer.apple.com/downloads/ you probably want to reinstall command line tools and Xcode... or should I go ahead and install 7.1? On Oct 30, 2015, at 2:31 AM, Chris Jones wrote: Try starting Xcode, and make sure in the preferences section for updates everything is up to date. Also accept any licenses etc. On 30/10/15 05:30, Mark Brethen wrote: I don’t plan on installing El Capitain for a while. Macports website says 6.1 or later for Yosemite. I have 6.2. xcode-select -print-path /Applications/Xcode.app/Contents/Developer So that’s not it. I’m stumped. On Oct 30, 2015, at 12:09 AM, Stephen J. Butler wrote: I think 6.2 is too old for El Capitain (and maybe even for Yosemite). You need to upgrade to 7 or 7.1 for El Capitain. On Thu, Oct 29, 2015 at 11:58 PM, Mark Brethen wrote: I upgrading to Yosemite and followed the macports migration document. Now, though the 'port install' command succeeds, I get the following warning whenever I install a port: Warning: The Xcode Command Line Tools don't appear to be installed; most ports will likely fail to build. I have Xcode 6.2 and installed the Command Line Tools using 'xcode-select —install’ Have overlooked something? Mark ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users Mark ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users Thanks, Mark Mark D. Brethen Stress Analyst DSI - Jacobs Marshall Space Flight Center Bldg 4203, Cube 4321 Work: (256) 961-2147 Email: mark.bret...@nasa.gov Web: http://www.davisdsi.com/ ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
Try starting Xcode, and make sure in the preferences section for updates everything is up to date. Also accept any licenses etc. On 30/10/15 05:30, Mark Brethen wrote: I don’t plan on installing El Capitain for a while. Macports website says 6.1 or later for Yosemite. I have 6.2. xcode-select -print-path /Applications/Xcode.app/Contents/Developer So that’s not it. I’m stumped. On Oct 30, 2015, at 12:09 AM, Stephen J. Butler wrote: I think 6.2 is too old for El Capitain (and maybe even for Yosemite). You need to upgrade to 7 or 7.1 for El Capitain. On Thu, Oct 29, 2015 at 11:58 PM, Mark Brethen wrote: I upgrading to Yosemite and followed the macports migration document. Now, though the 'port install' command succeeds, I get the following warning whenever I install a port: Warning: The Xcode Command Line Tools don't appear to be installed; most ports will likely fail to build. I have Xcode 6.2 and installed the Command Line Tools using 'xcode-select —install’ Have overlooked something? Mark ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users Mark ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
Shoot, you're right. My brain's been entirely in El Capitain mode :) On Fri, Oct 30, 2015 at 12:30 AM, Mark Brethen wrote: > I don’t plan on installing El Capitain for a while. Macports website says > 6.1 or later for Yosemite. I have 6.2. > > xcode-select -print-path > /Applications/Xcode.app/Contents/Developer > > So that’s not it. > > I’m stumped. > > > On Oct 30, 2015, at 12:09 AM, Stephen J. Butler < > stephen.but...@gmail.com> wrote: > > > > I think 6.2 is too old for El Capitain (and maybe even for Yosemite). > You need to upgrade to 7 or 7.1 for El Capitain. > > > > On Thu, Oct 29, 2015 at 11:58 PM, Mark Brethen > wrote: > > I upgrading to Yosemite and followed the macports migration document. > Now, though the 'port install' command succeeds, I get the following > warning whenever I install a port: > > > > Warning: The Xcode Command Line Tools don't appear to be installed; most > ports will likely fail to build. > > > > I have Xcode 6.2 and installed the Command Line Tools using > 'xcode-select —install’ > > > > Have overlooked something? > > > > > > Mark > > > > > > > > > > ___ > > macports-users mailing list > > macports-users@lists.macosforge.org > > https://lists.macosforge.org/mailman/listinfo/macports-users > > > > > > Mark > > > > > ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
I don’t plan on installing El Capitain for a while. Macports website says 6.1 or later for Yosemite. I have 6.2. xcode-select -print-path /Applications/Xcode.app/Contents/Developer So that’s not it. I’m stumped. > On Oct 30, 2015, at 12:09 AM, Stephen J. Butler > wrote: > > I think 6.2 is too old for El Capitain (and maybe even for Yosemite). You > need to upgrade to 7 or 7.1 for El Capitain. > > On Thu, Oct 29, 2015 at 11:58 PM, Mark Brethen wrote: > I upgrading to Yosemite and followed the macports migration document. Now, > though the 'port install' command succeeds, I get the following warning > whenever I install a port: > > Warning: The Xcode Command Line Tools don't appear to be installed; most > ports will likely fail to build. > > I have Xcode 6.2 and installed the Command Line Tools using 'xcode-select > —install’ > > Have overlooked something? > > > Mark > > > > > ___ > macports-users mailing list > macports-users@lists.macosforge.org > https://lists.macosforge.org/mailman/listinfo/macports-users > Mark ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users
Re: Command Line Tools warning
I think 6.2 is too old for El Capitain (and maybe even for Yosemite). You need to upgrade to 7 or 7.1 for El Capitain. On Thu, Oct 29, 2015 at 11:58 PM, Mark Brethen wrote: > I upgrading to Yosemite and followed the macports migration document. Now, > though the 'port install' command succeeds, I get the following warning > whenever I install a port: > > Warning: The Xcode Command Line Tools don't appear to be installed; most > ports will likely fail to build. > > I have Xcode 6.2 and installed the Command Line Tools using 'xcode-select > —install’ > > Have overlooked something? > > > Mark > > > > > ___ > macports-users mailing list > macports-users@lists.macosforge.org > https://lists.macosforge.org/mailman/listinfo/macports-users > ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users