[MacPorts] #50806: gnuplot on ElCapitan fails due to Symbol not found
MacPorts
noreply at macports.org
Mon May 2 08:26:41 PDT 2016
#50806: gnuplot on ElCapitan fails due to Symbol not found
--------------------------+---------------------
Reporter: chlangley@… | Owner: mojca@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: gnuplot |
--------------------------+---------------------
Comment (by david@…):
Work around till Macports Ruby is fixed. This installs ruby in /runtime to
separate from Macports.
1) wget https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.gz
2) tar -xf ruby-2.3.1.tar.gz
3) cd ruby-2.3.1
4) ./configure --prefix=/runtime/osx-10.11
5) make && make check && make install
6) cd ..
7) git clone https://github.com/wpscanteam/wpscan.git wpscan.git
8) cd wpscan.git
9) sudo /runtime/osx-10.11/bin/gem install bundler && bundle install
# no errors, ffi installs quietly
10) /runtime/osx-10.11/bin/ruby ./wpscan.rb http://FastSEOHosting.com
Works perfectly well.
_______
This suggest to me the comments about "broken Frameworks" may be correct +
the fix then is to decouple Ruby from these "Frameworks", as normal source
build works well.
Many gems have ffi as a dependency, so till this is fixed building from
source appears to be the only answer.
--
Ticket URL: <https://trac.macports.org/ticket/50806#comment:8>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list