Re: chicken-install woes

2023-04-13 Thread Mario Domenech Goulart
Hi Duke,

On Wed, 12 Apr 2023 23:07:40 -0600 Duke Normandin  wrote:

> Hello list ...
>
> [quote]
>  chicken-install -s apropos chicken-doc
>
> building matchable
>/usr/bin/csc -host -D compiling-extension -J -s
> -regenerate-import-libraries -setup-mode
> -I /home/dnormandin/.cache/chicken-install/matchable -C
> -I/home/dnormandin/.cache/chicken-install/matchable -O2 -d1
> matchable.scm
> -o /home/dnormandin/.cache/chicken-install/matchable/matchable.so
>
> Error: segmentation violation
>
>   Call history:
>
> (##core#begin (##core#declare
> (always-bound ##sys#standard-input ##sys#standard-output
> ##sys#standar...(##core#declare (always-bound
> ##sys###sys#standard-input ##sys#standard-output
> ##sys###sys###sys#standard-error ##sys#...<--
>
> Error: shell command terminated with non-zero exit status 17920:
> '/usr/bin/chicken' 'matchable.scm' -output-file
> '/home/dnormandin/.cache/chicken-install/matchable/matchable.c'
> -dynamic -feature chicken-compile-shared -feature
> compiling-extension -emit-all-import-libraries
> -regenerate-import-libraries -setup-mode
> -include-path /home/dnormandin/.cache/chicken-install/matchable
> -optimize-level 2 -debug-level 1
>
> Error: shell command terminated with nonzero exit code 256
> "sh /home/dnormandin/.cache/chicken-install/matchable/matchable.build.sh"
> [/quote]
>
> I'm trying to instal "geiser" and suporting "extras" as per
> https://wiki.call-cc.org/emacs#geiser
>
> What did I do to blow this up? Or maybe what didn't I do that
> should have? TIA !

That should have worked.  Some questions that will help us understand
the problem better:

* Is the issue reproducible?

* What version of CHICKEN are you using?  "chicken-install -version"
  shows you that info.

* How did you install CHICKEN?  In case you compiled it, what command(s)
  did you use to compile it?

All the best.
Mario
-- 
http://parenteses.org/mario



chicken-install woes

2023-04-13 Thread Duke Normandin
Hello list ...

[quote]
 chicken-install -s apropos chicken-doc

building matchable
   /usr/bin/csc -host -D compiling-extension -J -s
-regenerate-import-libraries -setup-mode
-I /home/dnormandin/.cache/chicken-install/matchable -C
-I/home/dnormandin/.cache/chicken-install/matchable -O2 -d1
matchable.scm
-o /home/dnormandin/.cache/chicken-install/matchable/matchable.so

Error: segmentation violation

Call history:

  (##core#begin (##core#declare
(always-bound ##sys#standard-input ##sys#standard-output
##sys#standar...  (##core#declare (always-bound
##sys###sys#standard-input ##sys#standard-output
##sys###sys###sys#standard-error ##sys#...<--

Error: shell command terminated with non-zero exit status 17920:
'/usr/bin/chicken' 'matchable.scm' -output-file
'/home/dnormandin/.cache/chicken-install/matchable/matchable.c'
-dynamic -feature chicken-compile-shared -feature
compiling-extension -emit-all-import-libraries
-regenerate-import-libraries -setup-mode
-include-path /home/dnormandin/.cache/chicken-install/matchable
-optimize-level 2 -debug-level 1

Error: shell command terminated with nonzero exit code 256
"sh /home/dnormandin/.cache/chicken-install/matchable/matchable.build.sh"
[/quote]

I'm trying to instal "geiser" and suporting "extras" as per
https://wiki.call-cc.org/emacs#geiser

What did I do to blow this up? Or maybe what didn't I do that
should have? TIA !
-- 
Duke