id summary reporter owner description type status priority milestone component version resolution keywords cc difficulty 1603 Bogus module resolution error for fx+ when using scsh-process Vasilij Schneidermann sjamaan "{{{ ^_^ cat test.scm (import scheme) (import scsh-process) (run/string (ls) (> 2 ""/dev/null"")) ^_^ csc -module test test.scm Warning: reference to possibly unbound identifier `fx+' Warning: suggesting: `(import chicken.fixnum)' Error: module unresolved: test Error: shell command terminated with non-zero exit status 256: '/home/wasa/.chickens/master/bin/chicken' 'test.scm' -output-file 'test.c' -module test ¬_¬ csc test.scm ^_^ ./test ^_^ csc -version CHICKEN (c) 2008-2018, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann Version 5.0.2 (rev b0762667) linux-unix-gnu-x86-64 [ 64bit dload ptables ] }}} The redirection appears to be the problematic bit. I'd expect a missing import to result in an error when compiling scsh-process, not a program using it." defect closed minor someday extensions 5.0.0 fixed modules scsh-process trivial