Re: CHICKEN 5.2.0 has been released

2020-03-06 Thread Vasilij Schneidermann
Hello Daniel, > The sql-de-lite package has a small glitch. This breaking change required adjustments in several eggs. To our knowledge all of them but sql-de-lite have been fixed by now. Check out for three different ways to fix the issue.

Re: CHICKEN 5.2.0 has been released

2020-03-05 Thread Daniel Ortmann
The sql-de-lite package has a small glitch. $ chicken-install sql-de-lite building sql-de-lite /home/dortmann/.cache/chicken-install/sql-de-lite/build-sql-de-lite -regenerate-import-libraries -M -setup-mode -static -I /home/dortmann/.cache/chicken-install/sql-de-lite -emit-link-file

Re: CHICKEN 5.2.0 has been released

2020-03-05 Thread Daniel Ortmann
After unmounting tmpfs from ~/.cache everything is installing perfectly.  Thank you much. On 3/5/20 1:02 PM, Daniel Ortmann wrote: Interesting!  Yes, for performance I have ~dortmann/.cache mounted as tmpfs and tightly controlled.  Odd that I did not run into this previously ... Or perhaps I

Re: CHICKEN 5.2.0 has been released

2020-03-05 Thread Daniel Ortmann
Interesting!  Yes, for performance I have ~dortmann/.cache mounted as tmpfs and tightly controlled.  Odd that I did not run into this previously ... Or perhaps I _/did/_ run into it since I have previously had struggles with '-sudo' installs. I will test and get back to you. On 3/5/20 3:19

Re: CHICKEN 5.2.0 has been released

2020-03-05 Thread Peter Bex
On Wed, Mar 04, 2020 at 03:20:58PM -0600, Daniel Ortmann wrote: > make PLATFORM=linux PREFIX=/usr/local/chicken-5.2.0 install > $ cat /etc/oracle-release > Oracle Linux Server release 7.7 > $ cat /etc/redhat-release > Red Hat Enterprise Linux Server release 7.7 (Maipo) Hi Daniel, How is the home

Re: CHICKEN 5.2.0 has been released

2020-03-04 Thread Daniel Ortmann
make PLATFORM=linux PREFIX=/usr/local/chicken-5.2.0 install $ cat /etc/oracle-release Oracle Linux Server release 7.7 $ cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.7 (Maipo) The main change was switching my destination directory from the standard /usr/local to

Re: CHICKEN 5.2.0 has been released

2020-03-04 Thread Mario Domenech Goulart
Hi Daniel, On Wed, 4 Mar 2020 13:47:27 -0600 Daniel Ortmann wrote: > 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 >

Re: CHICKEN 5.2.0 has been released

2020-03-04 Thread Daniel Ortmann
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

CHICKEN 5.2.0 has been released

2020-02-29 Thread Peter Bex
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