Re: opensp fails to build ==> fix

2020-02-26 Thread Ken Cunningham
> On Feb 25, 2020, at 9:35 AM, Uli Wienands wrote: > > So trying opensp using clang 5 did work. In fact, it just pulled the binary > that I guess Josh made; so thanks for that. > > But not all is well; resuming the rev-upgrade I now get stuck at boost. It is > actually mentioned on the

Re: Problem with uninstall instructions

2020-02-26 Thread Bill Cole
On 26 Feb 2020, at 19:54, Dave Horsfall wrote: Just a quick side-track: is there a pointer somewhere to these obscure commands? It seems that I come across a new one with each new thread on this list... Well, which "obscure" commands are you looking for? 'man dscl' will give you extensive

Re: Problem with uninstall instructions

2020-02-26 Thread Dave Horsfall
On Wed, 26 Feb 2020, k...@cornell.edu wrote: [...] $ dscl -p . -delete /Users/macports Just a quick side-track: is there a pointer somewhere to these obscure commands? It seems that I come across a new one with each new thread on this list... [...] I am using macOS 10.13.6 (my

Problem with uninstall instructions

2020-02-26 Thread kkh2
I am using the uninstall instructions given here: https://guide.macports.org/chunked/installing.macports.uninstalling.html I got as far as this command: $ dscl -p . -delete /Users/macports After I typed in my password, it responded: Data source (.) is not valid. I am using macOS

Re: cctools fails to install on my 10.7.5

2020-02-26 Thread Franco Vaccari
I’ve reinstalled the latest Command Line Tools released for Lion and clang++ is now Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) Target: x86_64-apple-darwin11.4.2 Thread model: posix while before it was Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based

Re: cctools fails to install on my 10.7.5

2020-02-26 Thread Franco Vaccari
A little digging around and the “b” was associated to a supplemental update, and that shouldn’t matter much here. And definitely I can’t compile anything there. I’m afraid Xcode update was not as smooth as it should have been. Will look how to clean that... /usr/bin/clang++ -stdlib=libc++

Re: cctools fails to install on my 10.7.5

2020-02-26 Thread Ken Cunningham
> Here it is: > > macOS 10.7.5 11G63b > Xcode 4.6.3 4H1503 > > The only difference is the trailing “b” in macOS. I don’t know its meaning, > for sure it’s not “b for beta”, as I’ve never played with beta systems. > > I'm not sure about the "b", but the issue seems to be you can't build

Re: cctools fails to install on my 10.7.5

2020-02-26 Thread Franco Vaccari
Here it is: macOS 10.7.5 11G63b Xcode 4.6.3 4H1503 The only difference is the trailing “b” in macOS. I don’t know its meaning, for sure it’s not “b for beta”, as I’ve never played with beta systems. > On 26 Feb 2020, at 19:48, Ken Cunningham > wrote: > > Please confirm: > > $ echo

Re: cctools fails to install on my 10.7.5

2020-02-26 Thread Ken Cunningham
Please confirm: $ echo "macOS $(sw_vers -productVersion) $(sw_vers -buildVersion)"; echo "Xcode $(xcodebuild -version | awk -v ORS=' ' '{print $NF}')" macOS 10.7.5 11G63 Xcode 4.6.3 4H1503 (I know your Xcode has the correct signature.)

Uninstall instructions in documentation

2020-02-26 Thread S. L. Garwood via macports-users
The documentation at https://guide.macports.org has incorrect information for uninstalling MacPorts under Catalina (MacOS 10.15.3). - the ‘dscl' commands to remove the macports user and group does not work. - the whole string of ‘rm’ commands doesn’t work. To whom

Re: cctools fails to install on my 10.7.5

2020-02-26 Thread Franco Vaccari
Adding to my previous post sudo port install cctools +xcode properly installed cctools. Is this expected, and should be the default variant on 10.7.5? Thanks Franco > On 26 Feb 2020, at 11:29, Franco Vaccari wrote: > > I wanted to make a fresh installation of MacPorts on a iMac running

cctools fails to install on my 10.7.5

2020-02-26 Thread Franco Vaccari
I wanted to make a fresh installation of MacPorts on a iMac running 10.7.5. What I did: - removed old MacPorts as per guide instructions - removed old Xcode.app from Applications - installed Xcode 4.6.3 and the command line tools - agreed to sudo xcodebuild -licence - sudo xcode-select -switch