Re: Can not upgrade to ASDF 3.3.0

2017-11-06 Thread Faré
I believe this upgrade issue is the problem that was fixed in
432061d72e839873f0a28d121392fbc468a53ed6, part of the upcoming 3.3.1
release. Sorry about that.

—♯ƒ • François-René ÐVB Rideau •Reflection• http://fare.tunes.org
Socialism: turning people into cuckolds by making them aspire to becoming
cuckoos and believe they are.


On Mon, Nov 6, 2017 at 7:24 PM, Florian Margaine  wrote:
> Hi,
>
>
> Le 7 nov. 2017 12:24 AM, "Vince"  a écrit :
>
>
> Now the reason I want to do this is that it looks like my last solution
> to build an executable with ECL (I'd like to build a smaller executable
> than with SBCL). I was hit by the fact that ASDF did not ship
> make-build, which is the build procedure documented by ECL.
> Other options like program-op are not really documented either.
> I explained and keep track of the issue here:
> https://stackoverflow.com/questions/46520876/building-an-executable-with-ecl-missing-dependency-or-can-not-find-make-build-i
> :)
>
>
> I did something similar in a side project a few weeks ago, see the Makefile
> and the build.lisp file in there: https://gitlab.com/ralt/niboot
>
>
> Regards,
>
> Vincent
>
>
>
> Cheers,
> Florian



Re: Can not upgrade to ASDF 3.3.0

2017-11-06 Thread Robert Goldman

On 6 Nov 2017, at 17:23, Vince wrote:


Hello lispers !

I wanted to install the latest ASDF 3.3.0 but got a bunch of errors. I
extracted the tar into quicklisp's local-projects and loaded the
installation script:


(load #p"~/quicklisp/local-projects/asdf/tools/install-asdf.lisp")


Why did you use this installation script instead of using

```
(asdf:load-system "asdf")
```
or
```
(ql:quickload "asdf")
```
?

That script seems to be for `cl-launch`, and isn't what you need.

Please try one of the above methods instead, and let us know what 
happens, with a backtrace again if you get an error.


I'm afraid I'm swamped right now and can't look into your stack exchange 
question.  If you are still stuck, LMK later.  I should have some time 
this weekend.


Thanks,
r