Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Alexander Hansen
On 6/24/14, 3:43 PM, Scott Hannahs wrote: > % xcode-select --version > xcode-select version 2311. > > But xcode-select in /usr/bin is a symlink to xcrun. This is installed as > part of the base OS X 10.8.5. > It does not get changed by Xcode 5 which is a drag install from the developer > disk im

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Scott Hannahs
% xcode-select --version xcode-select version 2311. But xcode-select in /usr/bin is a symlink to xcrun. This is installed as part of the base OS X 10.8.5. It does not get changed by Xcode 5 which is a drag install from the developer disk image. Dragging the Xcode 5 application to the Applicati

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Alexander Hansen
On 6/24/14, 1:41 PM, Scott Hannahs wrote: > I'm seeing this error in other packages as well (gnuplot, libcurl). > Something happened in the last update? > > Many fink packages can't find the header files that are in the Xcode.app > bundle. Has a default header file search path been left out som

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Scott Hannahs
I'm seeing this error in other packages as well (gnuplot, libcurl). Something happened in the last update? Many fink packages can't find the header files that are in the Xcode.app bundle. Has a default header file search path been left out somewhere? I did get an update to fink when I ran th

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Scott Hannahs
On Jun 24, 2014, at 15:56, Daniel Johnson wrote: > On Jun 24, 2014, at 11:35 AM, Scott Hannahs > wrote: > >> % fink list xcode >> Information about 10616 packages read in 2 seconds. >> i xcode 5.1.0.0.1.1396320587-1 >> [virtual package re

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Alexander Hansen
On 6/24/14, 1:16 PM, Merle Reinhart wrote: > xcode-select --install is the version of xcode-select that is installed with > Xcode 5.x. The one without --install is from the Xcode 4.x chain. > > Merle > > > > On Jun 24, 2014, at 4:08 PM, Scott Hannahs > wrote: > >> I think the command is >> /App

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Alexander Hansen
On 6/24/14, 12:53 PM, Daniel Johnson wrote: >>> No, I've never received a report like this. It looks like a bad Xcode >>> install to me. SystemConfiguration.h should NOT be missing. It's in the >>> SystemConfiguration framework and the compiler should find it. What does >>> 'fink list xcode' re

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Merle Reinhart
xcode-select --install is the version of xcode-select that is installed with Xcode 5.x. The one without --install is from the Xcode 4.x chain. Merle On Jun 24, 2014, at 4:08 PM, Scott Hannahs wrote: > I think the command is > /Applications/Xcode.app/Contents/MacOS/Xcode -installComponents

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Scott Hannahs
I think the command is /Applications/Xcode.app/Contents/MacOS/Xcode -installComponents -Scott On Jun 24, 2014, at 15:53, Scott Hannahs wrote: > I did that with the Xcode preferences. My version of xcode-select does not > have an "install" option. > > -Scott > > > On Jun 24, 2014, at 12:29,

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Daniel Johnson
On Jun 24, 2014, at 11:35 AM, Scott Hannahs wrote: > Daniel, > > % fink list xcode > Information about 10616 packages read in 2 seconds. > i xcode 5.1.0.0.1.1396320587-1 >[virtual package representing the developer tools] > i xcode.app

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Daniel Johnson
On Jun 24, 2014, at 9:50 AM, Alexander Hansen wrote: > On 6/24/14, 6:30 AM, Daniel Johnson wrote: >> >> On Jun 24, 2014, at 12:05 AM, Alexander Hansen >> wrote: >> >>> On 6/23/14, 4:16 PM, Scott Hannahs wrote: I tried to update Python 2.7 and in amongst the long output I got a mi

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Scott Hannahs
I did that with the Xcode preferences. My version of xcode-select does not have an "install" option. -Scott On Jun 24, 2014, at 12:29, Jack Howarth wrote: > Scott, > Make sure you also have the command line tools installed as well as the > Xcode.app itself. You can do that with 'xcode

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Jack Howarth
Scott, Make sure you also have the command line tools installed as well as the Xcode.app itself. You can do that with 'xcode-select --install'. Jack On Tuesday, June 24, 2014, Scott Hannahs wrote: > Daniel, > > % fink list xcode > Information about 10616 packages read in 2 seconds

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Scott Hannahs
Daniel, % fink list xcode Information about 10616 packages read in 2 seconds. i xcode 5.1.0.0.1.1396320587-1 [virtual package representing the developer tools] i xcode.app 5.1.1-1

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Alexander Hansen
On 6/24/14, 6:30 AM, Daniel Johnson wrote: > > On Jun 24, 2014, at 12:05 AM, Alexander Hansen > wrote: > >> On 6/23/14, 4:16 PM, Scott Hannahs wrote: >>> I tried to update Python 2.7 and in amongst the long output I got a missing >>> header file error. >>> >>> Mac OS X 10.8.5 >>> fink self-updat

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-24 Thread Daniel Johnson
On Jun 24, 2014, at 12:05 AM, Alexander Hansen wrote: > On 6/23/14, 4:16 PM, Scott Hannahs wrote: >> I tried to update Python 2.7 and in amongst the long output I got a missing >> header file error. >> >> Mac OS X 10.8.5 >> fink self-update was run just previous to an update-all >> >> -Scott

[Fink-devel] Trouble installing Python 2.7

2014-06-23 Thread Scott Hannahs
I tried to update Python 2.7 and in amongst the long output I got a missing header file error. Mac OS X 10.8.5 fink self-update was run just previous to an update-all -Scott creating build/temp.macosx-10.8-x86_64-2.7/Mac/Modules gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -

Re: [Fink-devel] Trouble installing Python 2.7

2014-06-23 Thread Alexander Hansen
On 6/23/14, 4:16 PM, Scott Hannahs wrote: > I tried to update Python 2.7 and in amongst the long output I got a missing > header file error. > > Mac OS X 10.8.5 > fink self-update was run just previous to an update-all > > -Scott > > > creating build/temp.macosx-10.8-x86_64-2.7/Mac/Modules > gcc -

[Fink-devel] Trouble installing Python 2.7

2014-06-23 Thread Scott Hannahs
I tried to update Python 2.7 and in amongst the long output I got a missing header file error. Mac OS X 10.8.5 fink self-update was run just previous to an update-all -Scott creating build/temp.macosx-10.8-x86_64-2.7/Mac/Modules gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -fwrapv -O3 -