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

tabular is not handling "" escapes

2020-03-05 Thread Matt Welland
It is common in csv to escape double quotes with double quotes. This does not work in tabular and I was unable to figure out any other mechanism. Replacing the first " with \ did not work and neither did using single quotes around the string. Is there a built in mechanism? The csv files in

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