FS#67002 - [sbcl] Build sbcl with --fancy --with-sb-linkable-runtime

Attached to Project: Arch Linux
Opened by Florian Margaine (ralt) - Sunday, 14 June 2020, 20:43 GMT
Last edited by Jürgen Hötzel (juergen) - Tuesday, 01 September 2020, 18:37 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Jürgen Hötzel (juergen)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Good morning!

I was wondering why sbcl is not built with --fancy? Lot of useful options for developers as the default runtime when using dnf install sbcl.

Additionally, I'd like to request the --sb-linkable-runtime compilation option as well, so that we can build CFFI's "static programs" (where CFFI-built grovel/wrapper libraries are statically linked to a runtime image). It requires this sbcl option to generate an additional sbcl.o file, so that CFFI can use it to do the static link. Worth noting that this option is only supported on x86/x86_64.

Regards,
Florian
This task depends upon

Closed by  Jürgen Hötzel (juergen)
Tuesday, 01 September 2020, 18:37 GMT
Reason for closing:  Fixed
Additional comments about closing:  Enabled "--fancy" in 2.0.8-1
Comment by Florian Margaine (ralt) - Sunday, 14 June 2020, 20:44 GMT
... I obviously meant `pacman -S sbcl`.

Loading...