arb-project / homebrew-arb

Homebrew tap for formulae to build ARB (http://www.arb-home.de) and related software.
MIT License
11 stars 4 forks source link

freezing on macOS updated to ventura #21

Open marclliros opened 2 years ago

marclliros commented 2 years ago

Dear all I have updated macOS to new OS release (ventura 13.0.1) and consequently updated macports, homebrew and arb from homebrew. Xcode (14.1) is up to date as well as Xquartz (2.8.2). Arb prompt works and I can even also call my .arb files. However I am not able to write down in any of the options to call or look for sequences in the database, all gets freezed (no changes in terminal screen also). Any idea, suggestion? I might forgot to upgrade something? thanks to the community Marc

rwestram commented 2 years ago

Hi Marc,

this is a known issue. We dont know a fix, we only have a workaround yet: see http://bugs.arb-home.de/ticket/844#comment:5

Ralf

marclliros commented 2 years ago

Hi Ralf, Thanks a lot for the support. The option proposed as workaround returned in my Xterm window the message

/opt/local/bin/arb: line 105: ARBHOME: unbound variable

which prompted me to do 2 changes:

–adding arb again to PATH (ARBHOME=$ARBHOME;export ARBHOME";LD_LIBRARY_PATH=${ARBHOME}/lib:${LD_LIBRARY_PATH}';export LD_LIBRARY_PATH';PATH=${ARBHOME}/bin:${PATH}';export PATH'; )

–reinstalling XQuartz 2.8.2

Now things seems to work fine.

Thanks for your work on arb in macOS

Marc