#67437 closed defect (fixed)

sbcl@2.3.3_0: "fancy" variant does not include SB-SIMD

Reported by: kakuhen Owned by: catap (Kirill A. Korinsky)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc: easye
Port: sbcl

Description

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")

Change History (1)

comment:1 Changed 11 months ago by catap (Kirill A. Korinsky)

Owner: set to catap
Resolution: fixed
Status: newclosed

In 3f5b41fdb7470cff2d4bc6ce740ffe8946be139c/macports-ports (master):

sbcl: fix buils on 11/arm, enable threads on PPC

Also, fixed a bug when SBCL can't use anything from MacPorts with fancy variant.

Closes: #18905
Closes: #67437

Note: See TracTickets for help on using tickets.