[Bug 193207] lang/tcl86 fails to include standard module msgcat
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 31 15:58:43 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193207
--- Comment #1 from stb at lassitu.de ---
With lang/tcl86 8.6.1 (r366509):
# tclsh8.6
% clock format [clock seconds]
Sun Aug 31 15:55:00 +0000 2014
With lang/tcl86 8.6.2 ():
# tclsh8.6
% clock format [clock seconds]
can't find package msgcat 1.4
Both built with default config options.
Long stack trace:
% puts $errorInfo
can't find package msgcat 1.4
while executing
"package require msgcat 1.4"
("uplevel" body line 2)
invoked from within
"uplevel \#0 {
package require msgcat 1.4
if { $::tcl_platform(platform) eq {windows} } {
if { [catch { package require registry 1.1 }] } {
..."
(file "/usr/local/lib/tcl8.6/clock.tcl" line 21)
invoked from within
"source -encoding utf-8 [file join $TclLibDir clock.tcl]"
(procedure "::tcl::clock::format" line 3)
invoked from within
"clock format [clock seconds]"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list