[Ecls-list] ASDF:MAKE-BUILD and PREBUILT-ASDF system.

CRLF0710 crlf0710 at gmail.com
Tue Jun 12 07:56:38 UTC 2012


I think this might be caused by the following code in asdf-ecl.lisp:

(defmethod output-files ((o lib-op) (c prebuilt-system))
  (declare (ignore o))
  (values (list (compile-file-pathname (prebuilt-system-static-library c)
                                       :type :lib))
          t ; Advertise that we do not want this path renamed
          ))

The accessor (prebuilt-system-static-library c) will return the proper
pathname, and COMPILE-FILE-PATHNAME with key (:type :lib) will add the
"lib" suffix again (and modify pathname-type value to ".a" again).

2012/6/12 Juan Jose Garcia-Ripoll <juanjose.garciaripoll at googlemail.com>

> On Sat, Jun 2, 2012 at 10:07 AM, Mark Cox <markcox80 at gmail.com> wrote:
>
>>
>> I am having trouble building a monolithic program that has the
>> PREBUILT-ASDF system as a dependency. The test case is at the end of this
>> email. The error displayed is:
>>
>
> Just a small warning: I have not forgotten your email, but this is tightly
> related to the upcoming release of ASDF-BUNDLE and means it needs some time
> to debug & code -- which is scarce, since right now I am travelling again.
>
> In order to better keep track of this, I opened a bug report with your
> email.
>
> https://sourceforge.net/tracker/?func=detail&aid=3534516&group_id=30035&atid=398053
>
> Sorry for the delay,
>
>
>
> --
> Instituto de Física Fundamental, CSIC
> c/ Serrano, 113b, Madrid 28006 (Spain)
> http://juanjose.garciaripoll.googlepages.com
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Ecls-list mailing list
> Ecls-list at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list
>
>


-- 
Wir müssen wissen; wir werden wissen!
CrLF.0710
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20120612/baa07605/attachment.html>


More information about the ecl-devel mailing list