chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Chicken 4.10.0 and 4.10.1 - 'check' fails


From: Claude Marinier
Subject: [Chicken-users] Chicken 4.10.0 and 4.10.1 - 'check' fails
Date: Wed, 20 Apr 2016 20:16:43 -0400

Hi,

I installed Ubuntu 16.04 beta, 64-bit edition. I am not able to build
chicken : the make fails during the check. Results appear to be
identical with both 4.10.0 and 4.10.1. The command and the last part
of the output are at the end of this message.

Here is the offending code.

    (print "\nEmbedded NUL bytes in filenames are rejected\n")
    (assert-error (with-output-to-file "embedded\x00null-byte" void))

What is going on?

Why did this work before?

Thanks.

-- 
Claude Marinier


make PLATFORM=linux PREFIX=/usr/local check

[ snip ]

Embedded NUL bytes in filenames are rejected


Error: (line 294) invalid escape-sequence '\x o'

Call history:

<syntax>  (##core#set! read-echo-line/pos (##core#lambda (str limit)
(read-process-line/pos "echo" (list "-n" str...
<syntax>  (##core#lambda (str limit) (read-process-line/pos "echo"
(list "-n" str) limit))
<syntax>  [read-echo-line/pos] (##core#begin (read-process-line/pos
"echo" (list "-n" str) limit))
<syntax>  [read-echo-line/pos] (read-process-line/pos "echo" (list
"-n" str) limit)
<syntax>  [read-echo-line/pos] (list "-n" str)
<syntax>  (use srfi-18)
<syntax>  (##core#require-extension (srfi-18) #t)
<syntax>  (##core#begin (##core#begin (##sys#load-library (quote
srfi-18) #f) (import srfi-18)) (##core#undefi......
<syntax>  (##core#begin (##sys#load-library (quote srfi-18) #f)
(import srfi-18))
<syntax>  (##sys#load-library (quote srfi-18) #f)
<syntax>  (quote srfi-18)
<syntax>  (##core#quote srfi-18)
<syntax>  (import srfi-18)
<syntax>  (##core#undefined)
<syntax>  (##core#undefined)
<eval>  (##sys#load-library (quote srfi-18) #f) <--
rules.make:651: recipe for target 'check' failed
make: *** [check] Error 70



reply via email to

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