Artifacts Associated With Ticket 854f0e38eb
Ticket change [93631d6d1b] (rid 3724) by anonymous on 2024-10-08 21:14:27:
- foundin initialized to: "1.8.0 tcltls-216954cfae"
- icomment:
When executing make, I receive an error that ssp.h doesn't exist, yet it does. /usr/local/lib/gcc13/gcc/x86_64-portbld-freebsd15.0/13.3.0/include/ssp/stdio.h:38:10: fatal error: ssp.h: No such file or directory 38 | #include <ssp.h> yet it exists [root@navitcl2 /srv/~scrap/tcltls-216954cfae]# locate ssp.h /usr/include/ssp/ssp.h [root@navitcl2 /srv/~scrap/tcltls-216954cfae]# ls -lha /usr/include/ssp/ssp.h -r--r--r-- 1 root wheel 4.0K Aug 22 04:24 /usr/include/ssp/ssp.h any thoughts? Many Thanks, -mookie
- login: "anonymous"
- mimetype: "text/x-markdown"
- private_contact initialized to: "eb7513005aa11dbe2a07d8bff76f8af3c25f379b"
- severity initialized to: "Severe"
- status initialized to: "Open"
- title initialized to: "FreeBSD - ssp.h: No such file or directory"
- type initialized to: "Code Defect"
Ticket change [286b2d6b84] (rid 3725) by anonymous on 2024-10-08 21:16:26:
- login: "anonymous"
- mimetype: "text/x-markdown"
- priority changed to: "Immediate"
- resolution changed to: "Open"
- type changed to: "Build Problem"
Ticket change [5b1d55b94c] (rid 3726) by anonymous on 2024-10-08 21:28:45:
- icomment:
additional: tcltls-bc6ff74449 builds but doesn't install
- login: "anonymous"
- mimetype: "text/x-markdown"
- icomment:
Ticket change [4e01ab3c5a] (rid 3727) by anonymous on 2024-10-08 21:34:46:
- icomment:
tcltls-1505883e4a -- compiles, obtained from branch tls-1.8.0 but requires configure and Makefile from tcltls-bc6ff74449 to compile correctly. -mookie
- login: "anonymous"
- mimetype: "text/x-markdown"
- icomment:
Ticket change [6d2eedf06d] (rid 3728) by anonymous on 2024-10-08 22:05:24:
- 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"
- login: "anonymous"
- mimetype: "text/x-markdown"
- status changed to: "Closed"
- icomment: