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

2016-08-03 Thread Jeremy Huddleston Sequoia
Ah. Reordered. Do this first to pick up the +llvm38 variants of cctools and ld64: sudo port -v -n upgrade --enforce-variants cctools -llvm34 sudo port -v upgrade --enforce-variants ld64 -llvm34 > On Aug 3, 2016, at 20:16, [ftp83plus] wrote: > > Thanks, > > that worked, partly. Now, on Step

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

2016-08-03 Thread [ftp83plus]
Thanks, that worked, partly. Now, on Step 7, I get: http://pastebin.com/dNRW6g2c How to solve it? El 2016-08-03, a las 12:09, Jeremy Huddleston Sequoia escribió: > >> On Aug 3, 2016, at 07:36, [ftp83plus] wrote: >> >> Hmmm, and how would I install the +universal variant of libcxx wile avo

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

2016-08-03 Thread Ken Cunningham
Pat, I seemed to have none of these issues... but I installed libomp-universal on my x86_64 compatible mac. libomp @3.8.1_0-universal (active) platform='darwin 10' archs='x86_64' And so it remains. That seems to have been the main reason I didn't run into any of the issues you have run into

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

2016-08-03 Thread Jeremy Huddleston Sequoia
> On Aug 3, 2016, at 07:36, [ftp83plus] wrote: > > Hmmm, and how would I install the +universal variant of libcxx wile avoiding > the python-related bug? sudo port -v -f uninstall libcxxabi libcxx sudo port -v -s install libcxx > > PAt > > El 2016-08-01, a las 22:13, Jeremy Huddleston Sequo

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

2016-08-03 Thread Ryan Schmidt
> On Aug 3, 2016, at 9:36 AM, [ftp83plus] wrote: > > Hmmm, and how would I install the +universal variant of libcxx wile avoiding > the python-related bug? Use the +readline variant. ___ macports-users mailing list macports-users@lists.macosforge.o

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

2016-08-03 Thread [ftp83plus]
Hmmm, and how would I install the +universal variant of libcxx wile avoiding the python-related bug? PAt El 2016-08-01, a las 22:13, Jeremy Huddleston Sequoia escribió: > >> On Aug 1, 2016, at 4:05 PM, Ken Cunningham >> wrote: >> >> Interestingly, I just went to update my libmacho and libun

Re: install vim with perl enabled

2016-08-03 Thread PhilDobbin
On 03/08/2016 14:22, Kenneth Han wrote: Hi, port installs vim with perl disabled. Is there a way to enable it? With homebrew I can pass a flag at the time of install to do this, but trying the same flag fails with port. Thanks. 'port install vim +perl' will work. Cheers, Phil... --

Re: install vim with perl enabled

2016-08-03 Thread mf2k
> On Aug 3, 2016, at 7:22 AM, Kenneth Han wrote: > > port installs vim with perl disabled. Is there a way to enable it? With > homebrew I can pass a flag at the time of install to do this, but trying the > same flag fails with port. Thanks. "port variants vim" reveals a perl variant. I assume

install vim with perl enabled

2016-08-03 Thread Kenneth Han
Hi, port installs vim with perl disabled. Is there a way to enable it? With homebrew I can pass a flag at the time of install to do this, but trying the same flag fails with port. Thanks. Ken ___ macports-users mailing list macports-users@lists.macosf