Opened 9 years ago

Closed 8 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 9 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to matt.cottrell@…
Port: arb added

comment:2 Changed 9 years ago by mmiletto@…

Update: I typed arb_macsetup to set ARBHOME and add ARB to my PATH. Now ARB terminates abnormally...

X-MacBook-Pro:~ X$ arb
Ignoring set ARBHOME '/opt/local/share/arb' (overridden by explicit call of '/opt/local/bin/arb')
Using ARBHOME='/opt/local/share/arb'
Using properties from /Users/X/.arb_prop
Please wait while the program ARB is starting .....
Waiting for '/Users/X/.arb_tmp/sockets/arb_launcher.1108'..
[arb_launcher[0]: Starting 'arb_ntree'..]
Using properties from '/opt/local/share/arb/lib/arb_default/ntree.arb'
Using properties from '/opt/local/share/arb/lib/arb_default/status.arb'
Error: Can't open display: :0
Error: Can't open display: :0
ARB: Loading 'ntree.arb'
ARB: Loading '/opt/local/share/arb/lib/arb_default/ntree.arb' done

[arb_launcher[0]: 'arb_ntree' has terminated with error 1]
[arb_launcher[0]: Still have 1 arb processes..]
[arb_launcher[0]: All launched processes terminated]

ARB terminated abnormally
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:3 Changed 9 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:4 in reply to:  3 Changed 9 years ago by mmiletto@…

THANK YOU!!! It works perfectly...

comment:5 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed
Summary: Problem installing ARBarb 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).

Note: See TracTickets for help on using tickets.