Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-30 Thread Ryan Schmidt
> On Jul 30, 2016, at 11:20 PM, Jeremy Huddleston Sequoia > wrote: > > >> On Jul 30, 2016, at 18:16, Ryan Schmidt wrote: >> >> >>> On Jul 30, 2016, at 7:58 AM, [ftp83plus] wrote: >>> El 29 jul 2016, a las 16:45, Lawrence Velázquez

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-30 Thread Jeremy Huddleston Sequoia
> On Jul 30, 2016, at 18:16, Ryan Schmidt wrote: > > >> On Jul 30, 2016, at 7:58 AM, [ftp83plus] wrote: >> >>> El 29 jul 2016, a las 16:45, Lawrence Velázquez escribió: >>> On Jul 29, 2016, at 1:35 AM, Ken Cunningham wrote: >

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-30 Thread Ken Cunningham
Maybe, indeed. I just realized my package installer (and my OpenSCAD application) are x86_64 specific. And some 10.6.8 systems can't run that. I have a lot to learn. Ken On 2016-07-30, at 6:16 PM, Ryan Schmidt wrote: > >> On Jul 30, 2016, at 7:58 AM, [ftp83plus] wrote: >> >>> El 29 jul

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-30 Thread Ryan Schmidt
> On Jul 30, 2016, at 7:58 AM, [ftp83plus] wrote: > >> El 29 jul 2016, a las 16:45, Lawrence Velázquez escribió: >> >>> On Jul 29, 2016, at 1:35 AM, Ken Cunningham wrote: >>> /opt/local/bin/clang++-mp-3.3 -pipe -Os -stdlib=libc++ -arch i386 -mmacosx-version-min=10.6

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-30 Thread Lawrence Velázquez
> On Jul 30, 2016, at 7:24 PM, [ftp83plus] wrote: > > Should I simply let step 2 as it was, not > sudo port -v install libcxx +universal > > but > > sudo port -v install libcxx > > like I did when it failed the first time? I doubt that has anything to do with the

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-30 Thread [ftp83plus]
Should I simply let step 2 as it was, not sudo port -v install libcxx +universal but sudo port -v install libcxx like I did when it failed the first time? Thanks, Pat El 2016-07-30, a las 18:01, Lawrence Velázquez escribió: > On Jul 30, 2016, at 1:57 PM, [ftp83plus]

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-30 Thread Lawrence Velázquez
On Jul 30, 2016, at 1:57 PM, [ftp83plus] wrote: > Python 27 fails to build: http://pastebin.com/zJZM4vM8 and log: > http://pastebin.com/0L1rTQZP > > What is the issue this time? https://trac.macports.org/ticket/51891 vq ___

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-30 Thread [ftp83plus]
Thanks Lawrence, so I did: Step 1: OK as per https://guide.macports.org/chunked/installing.macports.uninstalling.html Step 2: MODIFIED: sudo port -v install libcxx +universal Python 27 fails to build: http://pastebin.com/zJZM4vM8 and log: http://pastebin.com/0L1rTQZP What is the issue this

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-30 Thread Lawrence Velázquez
On Jul 30, 2016, at 8:58 AM, [ftp83plus] wrote: > So should I rebuild libcxx +universal variant first before performing > Step 4 of the LibcxxOnOlderSystems? Yes, unless you can figure out why libomp is being installed +universal and prevent that. vq

Re: clang 3.4 can't be configured (part of a selfupdate)

2016-07-30 Thread [ftp83plus]
> El 29 jul 2016, a las 16:45, Lawrence Velázquez > escribió: > >> On Jul 29, 2016, at 1:35 AM, Ken Cunningham >> > >> wrote: >> >> Hi, >> >> There are many here smarter than me, but it would see