[MacPorts] #67801: maxima-devel @5.46-dev-20221029_8: open: No such file or directory

MacPorts noreply at macports.org
Mon Jul 24 09:34:19 UTC 2023


#67801: maxima-devel @5.46-dev-20221029_8: open: No such file or directory
---------------------------+----------------------
  Reporter:  ryandesign    |      Owner:  KubaO
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.8.1
Resolution:                |   Keywords:
      Port:  maxima-devel  |
---------------------------+----------------------

Comment (by tomio-arisaka):

 An extract from the error log:

 {{{
 ;      - Compiling source file
 ;
 "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_math_maxima
 /maxima-devel/work/maxima-5.46-dev-20221029/src/float.lisp"
 ; compiling file
 "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_math_maxima
 /maxima-devel/work/maxima-5.46-dev-20221029/src/float.lisp" (written 21
 JUL 2023 10:22:05 PM):

 ; file:
 /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_math_maxima
 /maxima-devel/work/maxima-5.46-dev-20221029/src/float.lisp
 ; in: DEFUN BFLOAT-FORMAT-G
 ;     (ZEROP MAXIMA::FDIGITS)
 ;
 ; note: deleting unreachable code

 ;     (1+ MAXIMA::FDIGITS)
 ;
 ; note: deleting unreachable code

 ;     (ZEROP MAXIMA::FDIGITS)
 ;
 ; note: deleting unreachable code

 ;     (>= MAXIMA::FDIGITS MAXIMA::LEN)
 ;
 ; note: deleting unreachable code

 ;     (+ 1 MAXIMA::K (- MAXIMA::FDIGITS MAXIMA::LEN))
 ;
 ; note: deleting unreachable code

 ; in: DEFUN EXTREME-FLOAT-VALUES
 ;     (VALUES MOST-NEGATIVE-LONG-FLOAT MOST-POSITIVE-LONG-FLOAT)
 ;
 ; note: deleting unreachable code

 ;     (VALUES MOST-NEGATIVE-SINGLE-FLOAT MOST-POSITIVE-SINGLE-FLOAT)
 ;
 ; note: deleting unreachable code

 debugger invoked on a SB-INT:BUG @7004C2C668 in thread
 #<THREAD "main thread" RUNNING {7008AC03A3}>:
     failed AVER: (EQ SB-C::HOW :KNOWN-RETURN)
   This is probably a bug in SBCL itself. (Alternatively, SBCL might have
 been
   corrupted by bad user code, e.g. by an undefined Lisp operation like
   (FMAKUNBOUND 'COMPILE), or by stray pointers from alien code or from
 unsafe
   Lisp code; or there might be a bug in the OS or hardware that SBCL is
 running
   on.) If it seems to be a bug in SBCL itself, the maintainers would like
 to
   know about it. Bug reports are welcome on the SBCL mailing lists, which
 you
   can find at <http://sbcl.sourceforge.net/>.

 Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

 restarts (invokable by number or by possibly-abbreviated name):
   0: [ABORT] Exit debugger, returning to top level.

 (SB-C::EMIT-ARG-MOVES #<SB-C::VOP :INFO SB-C:MULTIPLE-CALL-NAMED :ARGS
 #<SB-C:TN-REF :TN #<SB-C:TN t1 :NORMAL> :WRITE-P NIL :VOP SB-C:MULTIPLE-
 CALL-NAMED> :RESULTS #<SB-C:TN-REF :TN #<SB-C:TN t2 :NORMAL> :WRITE-P T
 :VOP SB-C:MULTIPLE-CALL-NAMED> :CODEGEN-INFO ((#<SB-C:TN t3[D0] :NORMAL>
 #<SB-C:TN t4[R0] :NORMAL>) 2 NIL)>)
 0]

 ; compilation aborted after 0:00:00.115
 ;
 ; compilation unit aborted
 ;   caught 2 fatal ERROR conditions
 }}}

 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.

 {{{
 $ rmaxima --norc
 Maxima 5.47.0 https://maxima.sourceforge.io
 using Lisp SBCL 2.3.6
 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) x : 1.0b0;
 (%o1)                                1.0b0
 (%i2) x : float(x);
 (%o2)      #<unknown immediate object, lowtag=#b1, widetag=#x1 {1}>
 (%i3)
 }}}
 float(x) should return 1.0.

-- 
Ticket URL: <https://trac.macports.org/ticket/67801#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list