id summary reporter owner description type status priority milestone component version resolution keywords cc difficulty 1199 lolevel check error on NetBSD Kooda "While trying out the latest release candidate of CHICKEN (4.10.0rc2) on my NetBSD machine, I stumbled upon that error when performing `make check`: {{{ ======================================== lolevel tests ... Error: assertion failed: (equal? (quote (hello 1 2)) (foo 1 2)) Call history: (eq? foo new-foo) (assert (equal? (quote (hello 1 2)) (foo 1 2))) (##core#let ((tmp154 (equal? (quote (hello 1 2)) (foo 1 2)))) (##core#if (##core#check tmp154) tmp15...... (##core#begin (##core#if (##core#check tmp154) tmp154 (##sys#error ""assertion failed"" (##core#quote ... (##core#if (##core#check tmp154) tmp154 (##sys#error ""assertion failed"" (##core#quote (equal? (quote...... (##core#check tmp154) (##sys#error ""assertion failed"" (##core#quote (equal? (quote (hello 1 2)) (foo 1 2)))) (##core#quote (equal? (quote (hello 1 2)) (foo 1 2))) (equal? (quote (hello 1 2)) (foo 1 2)) (quote (hello 1 2)) (##core#quote (hello 1 2)) (foo 1 2) (equal? (quote (hello 1 2)) (foo 1 2)) (foo 1 2) [foo] (list a b) (##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 }}} I then tried to run a git bisect to pinpoint when this error appeared for the first time (I ran the bisect with a fresh bootstrap each time). It led me to the following commit: **a3b8a0adf77a9a7ec65a66918a84c2bbda0f97cc** Please let me know if you need any more details and further testing. I’ll try to investigate as well. " defect closed major 4.11.0 unknown 4.10.x fixed