Summary: | lang/sbcl doesn't compile with synth (i.e. synth suspends to command line) | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Robert Cina <transitive> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | marino, pavelivolkov |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Robert Cina
2017-01-23 20:24:41 UTC
Add maintainer to CC (not sure why this wasn't done by bugzilla automatically) Add reference to D9186 which documents significant issue about how this port was updated, specifically how the proper bootstrap was removed and replaced with CCL, breaking DF in the process. It should not have been approved and further work is required, naming changing the "SBCL" option from using an installed sbcl to bootstrap, replacing it to use proper packaged bootstraps. (and CCL option moved to non-default method) https://reviews.freebsd.org/D9186 By the way, synth version 1.67 was modified to ignore the TTY signals emitted by CCL during execution, which was responsible for the suspension during the build. I addressed most of the major issues with sbcl update here: https://svnweb.freebsd.org/ports?view=revision&revision=432557 Even with sbcl bootstrap, the background TTY signals are getting emitted, so it seems specific to sbcl 1.13 build itself, not CCL. Since synth has been modified to handle it, and since there's apparently no issue on poudriere, let's close the report. I don't know what else can be done about it. |