I'm building TclX-8.4.0 against Tcl-8.4.19 on FreeBSD/amd64-7.1
Trying ``make test'' I get:
[...]
process.test
profile.test
pushd.test
readdir.test
select.test
setfuncs.test
showproc.test
signal.test
*** Error code 141
141-128=13, which is SIGPIPE. Indeed, if I try to run this test by itself, I get:
mi@aldan:tclX/work/tclx8.4 (1229) tclsh8.4
% load ./libtclx8.4.so
% source tests/signal.test
Broken pipe
I'd like to make the FreeBSD port of tclX to automatically run the bundled self-tests after building, but can not due to this (and a few others) issue...
Please, advise. Thanks.