Re: probe-file cuts symlink filename to 128 chars

2016-12-01 Thread Tomas Hlavaty
Hi Daniel, Tomas Hlavaty writes: > With gcc "ecl -norc -eval '(ext:install-c-compiler)'", I get a different > error now, see below. I cleared .slime cache as you suggested and it works now. Thank you, Tomas

Re: probe-file cuts symlink filename to 128 chars

2016-11-29 Thread Tomas Hlavaty
Hi Daniel, Daniel Kochmański writes: > could you verify, if the fix works for you? > https://gitlab.com/embeddable-common-lisp/ecl/issues/295 (commit > 44178bd0, develop branch). commit 44178bd0 fixes the problem with long paths. With bytecode compiler "ecl -norc -eval '(ext:install-bytecodes-c

Re: probe-file cuts symlink filename to 128 chars

2016-11-05 Thread Daniel Kochmański
Hello, could you verify, if the fix works for you? https://gitlab.com/embeddable-common-lisp/ecl/issues/295 (commit 44178bd0, develop branch). Best regards, Daniel -- Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu "Be the change t

Re: probe-file cuts symlink filename to 128 chars

2016-10-17 Thread Daniel Kochmański
Hello Tomas, Thank you for the report (and sorry for delayed response). I've added this issue to the tracker, you may monitor it here: https://gitlab.com/embeddable-common-lisp/ecl/issues/295 Best regards, Daniel -- Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland TurtleWare - Daniel Koc

probe-file cuts symlink filename to 128 chars

2016-10-13 Thread Tomas Hlavaty
Hi, ecl 16.1.2 on Linux cuts symlink filename to 128 chars/bytes. It works with ordinary files. Examples bellow. It doesn't error with "Too long filename" as in si_coerce_to_filename but silently cuts the name and then fails with another error. Tomas --- $ nix-shell -p ecl --run 'ecl -q -eva