4.10.0rc2 check fail on NetBSD added by Kooda on Sat Jul 4 22:19:51 2015

======================================== lolevel tests ...

Error: assertion failed: (equal? (quote (hello 1 2)) (foo 1 2))

        Call history:

        <eval>    (eq? foo new-foo)
        <syntax>          (assert (equal? (quote (hello 1 2)) (foo 1 2)))
        <syntax>          (##core#let ((tmp154 (equal? (quote (hello 1 2)) (foo 1 2)))) (##core#if (##core#check tmp154) tmp15......
        <syntax>          (##core#begin (##core#if (##core#check tmp154) tmp154 (##sys#error "assertion failed" (##core#quote ...
        <syntax>          (##core#if (##core#check tmp154) tmp154 (##sys#error "assertion failed" (##core#quote (equal? (quote......
        <syntax>          (##core#check tmp154)
        <syntax>          (##sys#error "assertion failed" (##core#quote (equal? (quote (hello 1 2)) (foo 1 2))))
        <syntax>          (##core#quote (equal? (quote (hello 1 2)) (foo 1 2)))
        <syntax>          (equal? (quote (hello 1 2)) (foo 1 2))
        <syntax>          (quote (hello 1 2))
        <syntax>          (##core#quote (hello 1 2))
        <syntax>          (foo 1 2)
        <eval>    (equal? (quote (hello 1 2)) (foo 1 2))
        <eval>    (foo 1 2)
        <eval>    [foo] (list a b)
        <eval>    (##sys#error "assertion failed" (##core#quote (equal? (quote (hello 1 2)) (foo 1 2))))        <--
rules.make:658: recipe for target 'check' failed
gmake: *** [check] Error 70