#48154: gsl @1.16_3: portfile references a nonexistent compilers.setup option -------------------------------+---------------------- Reporter: brian.fujikawa@… | Owner: larryv@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gsl | -------------------------------+---------------------- Changes (by larryv@…): * status: new => assigned * cc: dtakahashi, larryv@… (removed) * cc: dtakahashi@… (added) * version: 2.3.3 => * owner: macports-tickets@… => larryv@… Old description:
I am running OS X 10.10.3, Xcode 6.3.2.
The port **gsl** appears to referencing an obsolete version of clang which is causing all //port XXX gsl// commands to fail, e.g.: {{{ $ port installed gsl None of the specified ports are installed. $ port info gsl Error: Unable to open port: no such compiler: clang30 $ sudo port -sv install gsl Error: Unable to open port: no such compiler: clang30 $ sudo port clean --all gsl Error: Unable to open port: no such compiler: clang30 }}}
I suspect that this //obsolete compiler error message// is being forced by this recent update:
New description: I am running OS X 10.10.3, Xcode 6.3.2. The port **gsl** appears to referencing an obsolete version of clang which is causing all //port XXX gsl// commands to fail, e.g.: {{{ $ port installed gsl None of the specified ports are installed. $ port info gsl Error: Unable to open port: no such compiler: clang30 $ sudo port -sv install gsl Error: Unable to open port: no such compiler: clang30 $ sudo port clean --all gsl Error: Unable to open port: no such compiler: clang30 }}} I suspect that this //obsolete compiler error message// is being forced by this recent update: r137945 -- Comment: Yes, this was technically caused by r137945, but the `clang-3.0` port has been obsolete for months. -- Ticket URL: <https://trac.macports.org/ticket/48154#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X