Summary: | lang/sbcl 1.1.12,1 fails to build with THREADS option | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Joseph Mingrone <jrm> | ||||||
Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | ashish, marino, olgeni, robak, satosi.kimura, sean, woodsb02 | ||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204942 | ||||||||
Attachments: |
|
Description
Joseph Mingrone
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->bf Over to maintainer (via the GNATS Auto Assign Tool) This port currently has no maintainer, throwing PR on the heap Jimmy might be interested, I put him in CC Created attachment 151704 [details] disable all threaded mailbox tests in sb-concurrency This patch was added, and then later removed from the ports tree before. http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2011-January/204751.html When I have some time I will find out why it is removed, but for now it allows SBCL to be compiled with threads. Created attachment 153660 [details]
Update to 1.2.9
Hi there,
I'm working on updating lang/sbcl port and willing to maintain it as well. Could you please try the attached diff, which updates port to 1.2.9, and let me know your thoughts/suggestions if any ?
Thanks
Ashish
Hi Ashish, If you want to save yourself some time and energy, you could wait until 1.2.9.1. There was a bug, which broke building with threads, that was fixed after 1.2.9. Joseph (In reply to Joseph Mingrone from comment #6) Hi Joseph, Sorry for the delay in reply. Thanks for letting me know about this. I've checked with kib@ who submitted the fix, and maybe when updating port, we can kill an existing diff in lang/sbcl port. I'm waiting for new SBCL release to happen before working on it further. Thanks Ashish Port lang/sbcl has just been updated to version 1.2.9. Can you please confirm if this has fixed this issue? Unfortunately it doesn't build: http://pkg.trp.ftfl.ca/data/10amd64-default/2015-03-21_23h05m53s/logs/errors/sbcl-1.2.9,1.log See my comment above about 1.2.9. Building with threads with the latest code in the repo finishes without errors. Hopefully there will be a new release from upstream soon. Thanks for updating the port. well, it is "experimental". Let's just comment out the option so it doesn't show until it does build. A commit references this bug: Author: marino Date: Sun Mar 22 08:16:56 UTC 2015 New revision: 381890 URL: https://svnweb.freebsd.org/changeset/ports/381890 Log: lang/sbcl: remove experimental THREADS option; it doesn't build PR: 184425, 198590 Changes: head/lang/sbcl/Makefile The fix has been already committed, so I am closing this PR. |