View Ticket
Ticket Hash: fd3f1c12525b9ffb0416b9d293c2555c26317066
Title: FreeBSD - ./configure: Permission denied
Status: Closed Type: Build Problem
Severity: Severe Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2024-10-08 21:10:56
Version Found In: 1.8.0
User Comments:
anonymous added on 2024-10-08 20:58:21: (text/x-markdown)
Greetings,

Upon trying to compile for FreeBSD 15 it appears if I try to compile tcltls-1505883e4a it fails twice.

Once during ./configure 

Error: "./configure: Permission denied" 

    sparkle@navitcl2:/srv/~scrap/tcltls-1505883e4a $ ./configure --prefix=/srv/tcl
    {obmitted verbose}
    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

And another when trying to use make

    root@navitcl2:/srv/~scrap/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

even with +x on configure, it still displays the same error.

-mookie

anonymous added on 2024-10-08 21:10:56: (text/x-markdown)
Used latest build which compiles but still errors. Will post new ticket.