Overview
Artifact ID: | de4c1335806fd9e9bfe5d668113fd7c106fd5fe96b6bb0a2cbd82e8c1f13e93f |
---|---|
Ticket: | 867467fb9714b79b546ad6ec0541f50d9d917a60
tls-1.8 Build failure |
User & Date: | anonymous on 2024-07-01 03:04:39 |
Changes
- foundin changed to: "tls-1.8/2e607e483a"
- icomment:
as of this commit [https://core.tcl-lang.org/tcltls/info/2e607e483a6540c8](https://core.tcl-lang.org/tcltls/info/2e607e483a6540c8) clang 16 lld musl-c ``` 115.4 ./generic/tls.c:2907:5: error: call to undeclared function 'BIO_cleanup'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 115.4 2907 | BIO_cleanup(); 115.4 | ^ ``` adding ```#include <openssl/bio.h>``` allows compiler to proceed but then I get ```BIO_cleanup: symbol not found``` at package require tls
- login: "anonymous"
- mimetype: "text/x-markdown"
- private_contact changed to: "dca985a72038539f99d0226967b6f6b1376b6783"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "tls-1.8 Build failure"
- type changed to: "Build Problem"