#67801 closed defect (fixed)
maxima-devel @5.46-dev-20221029_8: open: No such file or directory
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | KubaO (Kuba Ober) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | maxima-devel |
Description
maxima-devel fails to build:
could not open file "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_math_maxima/maxima-devel/work/maxima-5.46-dev-20221029/src/binary-sbcl/maxima.core" open: No such file or directory
Since this port installs a 9-month-old version, maybe the first thing to try is updating to a newer version.
Change History (4)
comment:1 Changed 16 months ago by tomio-arisaka (Tomio Arisaka)
comment:2 Changed 16 months ago by catap (Kirill A. Korinsky)
This issue was fixed inside sbcl-2.3.7
comment:3 Changed 15 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
And builds of maxima-devel have happened on the buildbot since then and succeeded. Great!
comment:4 Changed 15 months ago by catap (Kirill A. Korinsky)
Note: See
TracTickets for help on using
tickets.
An extract from the error log:
Unfortunately, SBCL-2.3.6 is used when building Maxima.
SBCL-2.3.6 cannot compile "src/float.lisp" in Maxima on ARM64 macOS. See https://sourceforge.net/p/sbcl/mailman/message/37868159/
On the other hand, on x86-64 macOS, SBCL-2.3.6 cannot compile exactly "src/float.lisp" in Maxima. Then the float function is broken.
float(x) should return 1.0.