Opened 10 years ago
Closed 9 years ago
#47262 closed defect (invalid)
arb fails to run when X11 is not installed
Reported by: | mmiletto@… | Owned by: | mattcottrell |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | arb |
Description
I installed the latest ARB version (6.0.2) on OS 10.10.2. Running the latest version of MacPorts (2.3.3) and Xcode (6.2).
When I try to run ARB I get the following message: "/opt/local/bin/arb: line 94: ARBHOME: unbound variable" and the program does not launch.
I wonder what I did wrong... Any help would be greatly appreciated!
Thank you
Change History (5)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to matt.cottrell@… |
---|---|
Port: | arb added |
comment:2 Changed 10 years ago by mmiletto@…
comment:3 follow-up: 4 Changed 10 years ago by mattcottrell
It looks like you might not have the necessary X window application installed because you are getting the "Can't open display: :0" error.
Install Xquartz found here:
http://xquartz.macosforge.org/landing/
Then try to run arb.
comment:5 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Summary: | Problem installing ARB → arb fails to run when X11 is not installed |
Alternately, you could install the xorg-server port; it provides the same software as manually installing Xquartz (just installed to a different location).
Update: I typed
arb_macsetup
to set ARBHOME and add ARB to my PATH. Now ARB terminates abnormally...