FS#79217 - [clisp] fails to load bordeaux-threads

Attached to Project: Arch Linux
Opened by Andrew (lockie) - Thursday, 27 July 2023, 07:39 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:19 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jürgen Hötzel (juergen)
George Rawlinson (rawlinsong)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Clisp version currently present in Arch repo (2.49.93-7) fails to load de-facto standard threads library bordeaux-threads from Quicklisp:

$ clisp
; ...
[1]> (ql:quickload :bordeaux-threads)
; ...
; Loading "bordeaux-threads"

*** - Error while trying to load definition for system bordeaux-threads from
pathname
/root/quicklisp/dists/quicklisp/software/bordeaux-threads-v0.9.1/bordeaux-threads.asd:
This implementation is unsupported.

This problem is directly related to the bug  FS#72296  : the upstream for clisp has been different for five years now.
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:19 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/clisp/issues/2
Comment by Andrew (lockie) - Wednesday, 02 August 2023, 11:28 GMT
More thorough investigation shows that the problem is not in 5 year old version, but in missing configure flag `--with-threads=POSIX_THREADS`. Can we at least have that please?

Loading...