[MacPorts] #46879: command execution failed when reinstalling octave with gl2ps
MacPorts
noreply at macports.org
Wed Feb 18 06:21:37 PST 2015
#46879: command execution failed when reinstalling octave with gl2ps
---------------------------+-------------------------
Reporter: rspinney20@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Resolution: | Keywords:
Port: octave |
---------------------------+-------------------------
Comment (by michaelld@…):
Octave auto-detects for Carbon unless we tell it not to (--without-
framework-carbon), which we don't; we let it decide which way to go. I
don't know if Carbon is provided in 10.9+; it is in 10.8-. But, that does
not seem to be the issue: I run 10.8 and my install works with respect to
this issue, but another 10.8 install does not work. I don't have enough
data to figure out what's going on; hence the request for build files
using "use_parallel_build=no" ...
Thus, as a follow-up, can folks with this issue try the following:
{{{
sudo port clean octave
sudo port selfupdate
sudo port -f uninstall `port installed gl2ps | sed -e 1d -e
"s@(active)@@"`
sudo port -f uninstall `port installed "fltk*" | sed -e 1d -e
"s@(active)@@"`
sudo port -s install gl2ps
sudo port -s install fltk[-devel]
sudo port -s install octave use_parallel_build=no
}}}
where the [-devel] is optional, and see if that works? If not, then attach
the "use_parallel_build=no" debug log for octave to this ticket.
--
Ticket URL: <https://trac.macports.org/ticket/46879#comment:6>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list