Ticket Change Details
Overview

Artifact ID: 6d2eedf06d7d2ed2660adbfd2ff91f357023ae3f7675f8e6a3d028555efe5326
Ticket: 854f0e38eb901be684f83d842999cc49a7ae2536
FreeBSD - ssp.h: No such file or directory
User & Date: anonymous on 2024-10-08 22:05:24
Changes

  1. icomment:
    **Branch**
    
        tcltls-1505883e4a
        https://core.tcl-lang.org/tcltls/info/1505883e4a18b50e
    
    **Error**
    
        checking for OpenSSL pkgconfig... 
        ./configure: : Permission denied
        checking for tclsh... /srv/~scrap/tcl9.0.0/unix/tclsh
        configure: creating ./config.status
        config.status: creating Makefile
        config.status: creating pkgIndex.tcl
    
        [root@navitcl2 /srv/~scrap/tcltls/tcltls-1505883e4a]# make
        sed -e '/^\\s*\#/d' -e '/^\\s*$/d' -e 's/\\/\\\\/g' -e 's/\"/\\"/g' -e 's/^/"/' -e 's/$/\\n\"/' < `echo ` > tls.tcl.h || { rm -f tls.tcl.h; exit 1; }
        /bin/sh: cannot open : No such file or directory
        *** Error code 1
        Stop.
        make: stopped making "all" in /srv/~scrap/tcltls/tcltls-1505883e4a
    
    ---
    
    **Branch**
        
        tcltls-bc6ff744494d3b41
        https://core.tcl-lang.org/tcltls/info/bc6ff744494d3b41
        
        compiles
        makes
        make install fails
    
    **Error**
    
        /bin/sh: cannot open ./tclconfig/install-sh: No such file or directory
        *** Error code 127
        Stop.
        make: stopped making "install" in /srv/~scrap/tcltls/tcltls-bc6ff74449
    
    this can be fixed by copying ./tclconfig from tcltls-1505883e4a
    
         cp -R ../tcltls-1505883e4a/tclconfig/ ./tclconfig/
         make install
         Installing header files in /srv/tcl/include
         Installing ./generic/tls.h
    
    and then is loadable.
    
        % package require tls
        1.8.0
    
    
    ---
    
    However, if I copy Makefile and configure from bc6ff744494d3b41 in to tcltls-1505883e4a -- this enables compilation and installable but not loadable within TCL9
    
        % package require tls
        invalid command name "cipher_is_aead"
    
  2. login: "anonymous"
  3. mimetype: "text/x-markdown"
  4. status changed to: "Closed"