Ticket Change Details
EuroTcl/OpenACS 11 - 12 JULY 2024, VIENNA
Overview

Artifact ID: de4c1335806fd9e9bfe5d668113fd7c106fd5fe96b6bb0a2cbd82e8c1f13e93f
Ticket: 867467fb9714b79b546ad6ec0541f50d9d917a60
tls-1.8 Build failure
User & Date: anonymous on 2024-07-01 03:04:39
Changes

  1. foundin changed to: "tls-1.8/2e607e483a"
  2. 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
    
  3. login: "anonymous"
  4. mimetype: "text/x-markdown"
  5. private_contact changed to: "dca985a72038539f99d0226967b6f6b1376b6783"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "tls-1.8 Build failure"
  9. type changed to: "Build Problem"