chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CHICKEN 5.2.0 has been released


From: Daniel Ortmann
Subject: Re: CHICKEN 5.2.0 has been released
Date: Wed, 4 Mar 2020 13:47:27 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

Ideas?

$ chicken-install -version
5.2.0
$ which chicken-install
/usr/local/chicken-5.2.0/bin/chicken-install
$ rm -rf ~/.cache/*
$ ll ~/.cache/
total 0
$ chicken-install utf8
building utf8
   /usr/local/chicken-5.2.0/bin/csc -host -D compiling-extension -J -s -regenerate-import-libraries -setup-mode -I /home/dortmann/.cache/chicken-install/utf8 -C -I/home/dortmann/.cache/chicken-install/utf8 -fixnum-arithmetic -inline -local -O3 -d0 utf8-lolevel.scm -o /home/dortmann/.cache/chicken-install/utf8/utf8-lolevel.so
   /usr/local/chicken-5.2.0/bin/csc -regenerate-import-libraries -M -setup-mode -static -I /home/dortmann/.cache/chicken-install/utf8 -emit-link-file /home/dortmann/.cache/chicken-install/utf8/utf8-lolevel.link -host -D compiling-extension -c -unit utf8-lolevel -D compiling-static-extension -C -I/home/dortmann/.cache/chicken-install/utf8 -fixnum-arithmetic -inline -local -O3 -d0 utf8-lolevel.scm -o /home/dortmann/.cache/chicken-install/utf8/utf8-lolevel.static.o
   /usr/local/chicken-5.2.0/bin/csc -setup-mode -s -host -I /home/dortmann/.cache/chicken-install/utf8 -C -I/home/dortmann/.cache/chicken-install/utf8 -fixnum-arithmetic -inline -local -O3 -d0 utf8-lolevel.import.scm -o /home/dortmann/.cache/chicken-install/utf8/utf8-lolevel.import.so
   /usr/local/chicken-5.2.0/bin/csc -host -D compiling-extension -J -s -regenerate-import-libraries -setup-mode -I /home/dortmann/.cache/chicken-install/utf8 -C -I/home/dortmann/.cache/chicken-install/utf8 -fixnum-arithmetic -inline -local utf8-srfi-14.scm -o /home/dortmann/.cache/chicken-install/utf8/utf8-srfi-14.so

Error: (load) during expansion of (import ...) - unable to load compiled module - ./utf8-lolevel.import.so: failed to map segment from shared object: Operation not permitted: "./utf8-lolevel.import.so"

        Call history:

        <syntax>          (##core#begin (module utf8-srfi-14 (char-set char-set? char-set-copy char-set-hash list->char-set li...
        <syntax>          (module utf8-srfi-14 (char-set char-set? char-set-copy char-set-hash list->char-set list->char-set! ...
        <syntax>          (##core#module utf8-srfi-14 (char-set char-set? char-set-copy char-set-hash list->char-set list->cha...
        <syntax>          (import scheme (chicken base) iset utf8-lolevel (only srfi-69 hash))  <--

Error: shell command terminated with non-zero exit status 17920: '/usr/local/chicken-5.2.0/bin/chicken' 'utf8-srfi-14.scm' -output-file '/home/dortmann/.cache/chicken-install/utf8/utf8-srfi-14.c' -dynamic -feature chicken-compile-shared -feature compiling-extension -emit-all-import-libraries -regenerate-import-libraries -setup-mode -include-path /home/dortmann/.cache/chicken-install/utf8 -fixnum-arithmetic -inline -local

Error: shell command terminated with nonzero exit code
256
"sh /home/dortmann/.cache/chicken-install/utf8/utf8.build.sh"
$



On 2/29/20 8:10 AM, Peter Bex wrote:
Dear CHICKEN users,

We are pleased to announce the immediate availability of CHICKEN 5.2.0
at the following URL:
https://code.call-cc.org/releases/5.2.0/chicken-5.2.0.tar.gz

This tarball has the following SHA256 checksum:
819149c8ce7303a9b381d3fdc1d5765c5f9ac4dee6f627d1652f47966a8780fa

This is mostly a maintenance and bugfix release, and it is recommended
to update to this version if you're already running CHICKEN 5.  Of
course, if you're still running CHICKEN 4, now is also a great time to
switch to 5 :)

One important change might cause breakage of existing code: CHICKEN will
now error out when you use -c with multiple files (see #1655 for more
info).

Thanks to everyone who helped to test this release.

For a full list of the changes since 5.1.0, see the NEWS file:
https://code.call-cc.org/releases/5.2.0/NEWS

Kind regards,
The CHICKEN Team


reply via email to

[Prev in Thread] Current Thread [Next in Thread]