Hello, Just upgraded (read new installed) to PCBSD v8.2 from v8.0.
I went into PortJail and attempted a pkg-add -r Gorilla.
The install seemed to go flawlessly. When I attempted to start the software I received the error shown below. Next I deinstalled Gorilla via ports and attempted to build (make install clean) Gorilla via ports.
/usr/ports/security/gorilla
That also seemed to go without a hitch but I have the same issue below when I try to run the program.
Maybe I should reinstall "tcl" from ports? Any help will be greatly appreciated.
|
Quote:
|
[user@WSta82] /> uname -a
FreeBSD WSta82 8.2-RELEASE FreeBSD 8.2-RELEASE #7: Wed Feb 16 12:19:08 PST 2011
root@build8x32.pcbsd.org:/usr/obj/usr/local_storage/pcbsd-build82/fbsd-source/8.2/sys/PCBSD i386
[user@WSta82] />
|
|
Quote:
|
[user@WSta82] /> /usr/local/bin/gorilla
Error in startup script: failed to allocate font due to internal system font engine problem
(default value for "-font" in widget ".mbar")
invoked from within
"menu .mbar"
(procedure "gorilla::InitGui" line 7)
invoked from within
"gorilla::InitGui"
(file "/usr/local/lib/gorilla/gorilla.tcl" line 6516)
invoked from within
"source [file join [file dirname $myName] /usr/local/lib/gorilla/gorilla.tcl]"
(file "/usr/local/bin/gorilla" line 10)
[user@WSta82] />
|