#27696: maxima doesn't know it needs to be rebuilt (new sbcl)? ---------------------+-------------------------------- Reporter: jon@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Low | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: maxima | ---------------------+-------------------------------- Description changed by ryandesign@…: Old description:
I did a port upgrade outdated. Maxima was already at the correct version but a few things updated, including sbcl. Then I ran maxima and got:
$ maxima fatal error encountered in SBCL pid 74921: can't load .core for different runtime, sorry
Welcome to LDB, a low-level debugger for the Lisp runtime environment. ldb>
If I uninstall and reinstall maxima, all is good:
$ maxima Maxima 5.22.1 http://maxima.sourceforge.net using Lisp SBCL 1.0.45 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. (%i1) 40+2; (%o1) 42 (%i2)
New description: I did a port upgrade outdated. Maxima was already at the correct version but a few things updated, including sbcl. Then I ran maxima and got: {{{ $ maxima fatal error encountered in SBCL pid 74921: can't load .core for different runtime, sorry Welcome to LDB, a low-level debugger for the Lisp runtime environment. ldb> }}} If I uninstall and reinstall maxima, all is good: {{{ $ maxima Maxima 5.22.1 http://maxima.sourceforge.net using Lisp SBCL 1.0.45 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. (%i1) 40+2; (%o1) 42 (%i2) }}} -- -- Ticket URL: <https://trac.macports.org/ticket/27696#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS