Stuart Henderson (2021-10-31 19:42 +0000):
> is it this? https://core.tcl-lang.org/tcl/info/24b9181478

Thanks. Yes, that should be it. SQLCipher now builds successfully and
also the test script from my previous mail now works correctly.

However, tcl still has failing tests. Some are new. See below.

> > There seem to be more problems with tcl and llvm 13. On a regular
> > snapshot, running "make test" in /usr/ports/lang/tcl/8.6 gives:
> > 
> > all.tcl:    Total   31340   Passed  30023   Skipped 1317    Failed  0
> > 
> > With llvm 13, however:
> > 
> > all.tcl:    Total   31340   Passed  29902   Skipped 1317    Failed  121
> > Files with failing tests: chanio.test encoding.test event.test exec.test 
> > http.test http11.test httpold.test io.test iogt.test socket.test timer.test 
> > zlib.test

With llvm 13 and the above patch:

all.tcl:        Total   31340   Passed  29956   Skipped 1317    Failed  67
Files with failing tests: aaa_exit.test chanio.test event.test exec.test 
http.test httpold.test socket.test timer.test

Reply via email to