History Of Ticket 867467fb9714b79b546ad6ec0541f50d9d917a60
EuroTcl/OpenACS 11 - 12 JULY 2024, VIENNA

Artifacts Associated With Ticket 867467fb9714b79b546ad6ec0541f50d9d917a60

  1. Ticket change [de4c133580] (rid 3704) by anonymous on 2024-07-01 03:04:39:

    1. foundin initialized 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 initialized to: "dca985a72038539f99d0226967b6f6b1376b6783"
    6. severity initialized to: "Important"
    7. status initialized to: "Open"
    8. title initialized to: "tls-1.8 Build failure"
    9. type initialized to: "Build Problem"
  2. Ticket change [a3f8948ed1] (rid 3718) by bohagan on 2024-07-05 00:51:42:

    1. icomment: "This is corrected in commit [9e79f40ed58e16f9]."
    2. login: "bohagan"
    3. mimetype: "text/x-fossil-plain"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Fixed"
    6. status changed to: "Closed"