[Ecls-list] Problem building from git

Jeronimo Pellegrini jpn at aleph0.info
Fri Jan 30 09:10:02 UTC 2009


Hi!

On Fri, Jan 30, 2009 at 09:40:59AM +0100, Juan Jose Garcia-Ripoll wrote:
> Hi, these are two separate issues. One is an actual typo in the
> Unicode code int->cl_fixnum replacement is ok. I just messed it up
> (Incidentally, it cannot be a char, for it is a Unicode character and
> it can be as large as #x10FFFF) and will upload a fix in a few
> minutes.

Yes; I already got it here... (Thank you!)

> The amd64 issue is different. There are problems right now with the
> 64-bits intel architecture. My computational facilities have been
> dramatically reduced in the last months, and this week dreamhost has
> decided to blacklist my office IP address, so that I am also
> experiencing problems to reach a node I pay for. Add that to the fact
> I still do not have ADSL at home and you will find a nice picture :-)
> Damn, it seems I am all the time whining to the mailing list, hehe.

Is there anything I can do to help? If you tell me how to produce some
kind of backtrace or debugging info, I can send it to you.

It looks like ecl_min doesn't accept the "compile" argument just as if it
was garbage:

 ./ecl_min 
 ;*** Lisp core booted ****
 ECL (Embeddable Common Lisp)

 >    ;; this went OK



./ecl_min abc
;*** Lisp core booted ****
ECL (Embeddable Common Lisp)

Internal or unrecoverable error in:

Lisp initialization error.

  [22: Invalid argument]
Aborted




./ecl_min compile
;*** Lisp core booted ****
ECL (Embeddable Common Lisp)

Internal or unrecoverable error in:

Lisp initialization error.

  [22: Invalid argument]
Aborted


J.





More information about the ecl-devel mailing list