chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] Cannot install regex with Chicken 4.9.1


From: Dan Leslie
Subject: Re: [Chicken-hackers] Cannot install regex with Chicken 4.9.1
Date: Sat, 24 Jan 2015 10:18:03 -0800

I built with:

make PLATFORM=linux PREFIX="$HOME/local"

And then added ~/local/bin to the head of PATH.

Likewise, I had to obliterate my .csirc because "use" was not defined by
default, causing it to fail.

uname -a
Linux shodan 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux

Linux Mint, chicken-bin is also installed.

-Dan

Mario Domenech Goulart <address@hidden> writes:

> Hi Dan,
>
> On Fri, 23 Jan 2015 22:00:01 -0800 Dan Leslie <address@hidden> wrote:
>
>> Checking out tag 4.9.0 and retrying worked fine. So perhaps something
>> broke since then?
>
> That's pretty weird.  Our salmonella machines don't report any error.
>
> Examples:
> http://salmonella-freebsd-x86-64.call-cc.org/master/clang/freebsd/x86-64/2015/01/24/salmonella-report/install/regex.html
> http://salmonella-linux-x86-64.call-cc.org/master-debugbuild/gcc/linux/x86-64/2015/01/24/salmonella-report/install/regex.html
>
> What platform is this?  How did you build & install CHICKEN?
>
> Best wishes.
> Mario
>
>> Dan Leslie <address@hidden> writes:
>>
>>> I just pulled Chicken from git and attempted to install the opengl egg,
>>> whereafter it failed when attempting to install the regex
>>> dependency. The output is:
>>>
>>> chicken-install regex
>>> retrieving ...
>>> connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
>>> requesting "/henrietta.cgi?name=regex&mode=default" ...
>>> reading response ...
>>> HTTP/1.1 200 OK
>>> Date: Sat, 24 Jan 2015 05:32:15 GMT
>>> Server: Apache/2.2.29 (Unix) DAV/2 SVN/1.8.10 PHP/5.4.32 mod_fastcgi/2.4.6
>>> Connection: close
>>> Transfer-Encoding: chunked
>>> Content-Type: text/plain
>>> reading chunks ..
>>> reading files ...
>>>   ./regex.meta
>>>   ./regex.scm
>>>   ./regex.setup
>>>   ./regex.wiki
>>>  regex located at /tmp/temped2f.16048/regex
>>> checking platform for `regex' ...
>>> checking dependencies for `regex' ...
>>> install order:
>>> ("regex")
>>> installing regex:1.0 ...
>>> changing current directory to /tmp/temped2f.16048/regex
>>>   '/home/dleslie/local/bin/csi' -bnq -setup-mode -e "(require-library 
>>> setup-api)" -e "(import setup-api)" -e "(setup-error-handling)" -e 
>>> "(extension-name-and-version '(\"regex\" \"1.0\"))" 'regex.setup'
>>>
>>> Error: unbound variable: unless
>>>
>>>
>>> Error: shell command terminated with nonzero exit code
>>> 17920
>>> "'/home/dleslie/local/bin/csi' -bnq -setup-mode -e \"(require-library 
>>> setup-api)\"...

-- 
-Dan Leslie



reply via email to

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