Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 15:58:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193207] lang/tcl86 fails to include standard module msgcat
Message-ID:  <bug-193207-13-aH7GV2tfTf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193207-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193207-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193207

--- Comment #1 from stb@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193207-13-aH7GV2tfTf>