Gorilla application does not work after installation. It shows a dialog box which says that incr-tcl is needed, but "lang/itcl" is present. If we make a little change to "/usr/local/lib/gorilla/gorilla.tcl" and try to include itcl library without exception catching, then following error message arise: == Error in startup script: version conflict for package "Tcl": have 8.5.7, need exactly 8.4 while executing "load /usr/local/lib/itcl3.3/../libitcl.so.3 Itcl" .. == Fix: Process of installing "security/gorilla" installs as dependecies "lang/tcl85" (USE_TCL_RUN=yes) and "x11-toolkits/tk85" (USE_TK=yes). Gorilla also requires "lang/itcl" which requires "lang/tcl84" (USE_TCL=84). So after Gorilla's installation we have "lang/tcl85", "lang/tcl84", "x11-toolkits/tk85" and unworking Gorilla because "lang/itcl" can work with tk84, not with tk85. I think that "security/gorilla" must require "lang/tcl84" and "x11-toolkits/tk84". This approach works fine for me (see attached patch). Patch attached with submission follows: How-To-Repeat: Install security/gorilla and run: $ gorilla
State Changed From-To: open->closed Committed. Thanks!
miwi 2009-11-21 15:28:44 UTC FreeBSD ports repository Modified files: security/gorilla Makefile Log: - Use explicit tk/tcl 84 - Bump PORTREVISION PR: 139801 Submitted by: Artyom Bisyarin <artyom@zool.in.ua> Revision Changes Path 1.11 +3 -3 ports/security/gorilla/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"