#192: ASDF::IMPLEMENTATION-IDENTIFIER contains information on which ABCL was compiled ------------------------------+--------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: trivial | Milestone: unscheduled Component: (A)MOP | Version: 1.0 Keywords: asdf, bite-sized | ------------------------------+--------------------------------------------- [http://article.gmane.org/gmane.lisp.armedbear.devel/2169 Anton Vodonosov reports on armedbear-develop@] that the ASDF IMPLEMETATION-IDENTIFIER contains a reference to the system that ABCL was compiled on:
For the [http://common-lisp.net/project/armedbear/release- notes-1.0.1.shtml Recent abcl-1.0.1 release] which was compiled on [http://wiki.openindiana.org/oi/oi_151a+Release+Notes OpenIndiana oi_151a] system one sees: {{{ CL-USER> (asdf::implementation-identifier) abcl-1.0.1-svn-13750-13751-fasl38-solaris-x86 }}}
I vaguely remember discussing this with Faré, suggesting the right value might be the current JVM version that ABCL finds itself hosted upon. Patches solicited.
#192: ASDF::IMPLEMENTATION-IDENTIFIER contains ABCL build environment identifier ------------------------------+--------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: trivial | Milestone: unscheduled Component: ASDF | Version: 1.0.1 Keywords: asdf, bite-sized | ------------------------------+--------------------------------------------- Changes (by mevenson):
* owner: ehuelsmann => mevenson * version: 1.0 => 1.0.1 * component: (A)MOP => ASDF
#192: ASDF::IMPLEMENTATION-IDENTIFIER contains ABCL build environment identifier ------------------------------+--------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: trivial | Milestone: 1.0.2 Component: ASDF | Version: 1.0.1 Keywords: asdf, bite-sized | ------------------------------+--------------------------------------------- Changes (by mevenson):
* milestone: unscheduled => 1.0.2
Comment:
asdf-2.12 now works correctly with this issue.
The solution to close this ticket would be to backport asdf-2.12 to abcl-1.0.2, but since it is more likely that we will ship abcl-1.1.0 before we ship another maintenance release, I'm slaving this to the 1.0.2 milestone.
#192: ASDF::IMPLEMENTATION-IDENTIFIER contains ABCL build environment identifier -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: trivial | Milestone: 1.1.0 Component: ASDF | Version: 1.0.1 Resolution: fixed | Keywords: asdf, bite-sized -----------------------+---------------------------------------------------- Changes (by ehuelsmann):
* status: new => closed * resolution: => fixed * milestone: 1.0.2 => 1.1.0
Comment:
Fixed via ASDF upgrades in 1.1.0.
armedbear-ticket@common-lisp.net