MacportsのMaximaでエラー

MacportsからインストールしたMaximaがエラーを吐く.どうやらSBCLというlispインタプリタが原因のよう.

%maxima
fatal error encountered in SBCL pid 91245:
can't load .core for different runtime, sorry


Welcome to LDB, a low-level debugger for the Lisp runtime environment.

ldb>

いろいろググったりしてみたんだけど結局,めんどくさくなって,

%port variants maxima
maxima has the variants:
   abcl: Use ABCL instead of SBCL for Lisp
   printable_doc: Build printable documentation
   universal: Build for multiple architectures

SBCLの代わりにABCLを使うvariantsを見つけたのでこれを使うことにする.

%sudo port install maxima +abcl

めでたしめでたし.無事動いた.

%maxima
Maxima 5.26.0 http://maxima.sourceforge.net
using Lisp SBCL 1.0.56
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.