[MacPorts] #67437: sbcl at 2.3.3_0: "fancy" variant does not include SB-SIMD

MacPorts noreply at macports.org
Tue May 16 09:38:02 UTC 2023


#67437: sbcl at 2.3.3_0: "fancy" variant does not include SB-SIMD
---------------------+--------------------
 Reporter:  kakuhen  |      Owner:  (none)
     Type:  defect   |     Status:  new
 Priority:  Normal   |  Milestone:
Component:  ports    |    Version:  2.8.1
 Keywords:           |       Port:  sbcl
---------------------+--------------------
 When using SBCL from the binary archives, we can observe the following
 behavior in a REPL.


 {{{
 * (require 'sb-simd)

 debugger invoked on a SB-INT:EXTENSION-FAILURE in thread
 #<THREAD "main thread" RUNNING {10047B01B3}>:
   Don't know how to REQUIRE SB-SIMD.
 See also:
   The SBCL Manual, Variable *MODULE-PROVIDER-FUNCTIONS*
   The SBCL Manual, Function REQUIRE

 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.

 (REQUIRE SB-SIMD NIL)
 }}}

 However, running {{{port -vst install sbcl}}} to install SBCL gives us a
 build of SBCL with the expected result.

 {{{
 * (require 'sb-simd)
 ("SB-SIMD")
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/67437>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list