Re: [Activetcl] Can someone else verify a problem with this script onactivetcl 8.5 ?
by Larry W. Virden other posts by this author
Oct 26 2007 12:10PM messages near this date
view in the new Beta List Site
Re: [Activetcl] Can someone else verify a problem with this script onactivetcl 8.5 ?
|
Re: [Activetcl] Can someone else verify a problem with this scriptonactivetcl 8.5 ?
-----Original Message-----
From: Andreas Kupries [mailto:andreask@[...].com]
> Can you give us representative examples of the error messages ?
Well, "can't find page::plugin" is a common error:
package require interp::delegate::method load rc: 0 result: 0.2 options:
-code 0
-level 0
package require page::analysis::peg::reachable load rc: 1 result: can't
find pac
kage page::plugin options: -code 1 -level 0 -errorcode NONE -errorline 1
-errori
nfo {can't find package page::plugin
while executing
"package require page::plugin "
(file
"/projects/sprs_lwv/tcl85/lib/tcllib1.9/page/analysis_peg_reachable.tc
l" line 32)
invoked from within
"source
/projects/sprs_lwv/tcl85/lib/tcllib1.9/page/analysis_peg_reachable.tcl"
("package ifneeded page::analysis::peg::reachable 0.1" script)
invoked from within
"package require $package"}
Then there are the "infinite loop" errors:
package require vu load rc: 0 result: 2.3 options: -code 0 -level 0
package require Ttrace load rc: 1 result: too many nested evaluations
(infinite
loop?) options: -code 1 -level 0 -errorcode NONE -errorline 1 -errorinfo
too\ ma
ny\ nested\ evaluations\ (infinite\ loop?)\n\ \ \ \ (procedure\"ttrace::_resol
ve\"\ line\ 1)\n\ \ \ \ invoked\ from\ within\n\"ttrace::_resolveinfo\"\n\ \ \ (\"uplevel\"
\ body\ line\ 1)\n\ \ \ \ invoked\ fromwithin\n\"uplevel\ ttrac
e::_resolve\ \[list\ \$cmd\]\"\n\ \ \ \ (procedure\ \"::unknown\"\ line3)\n\ \ \ invoked\ f
rom\ within\n\"info\ comm\ resolve::\$resolver\"\n\ \ \ (proced
ure\ \"ttrace::_resolve\"\ line\ 4)\n\ \ \ \ invoked\ fromwithin\n\"ttrace::_r
esolve\ info\"\n\ \ \ \ (\"uplevel\"\ body\ line\ 1)\n\ \ \ \ invokedfrom\ wit
hin\n\"uplevel\ ttrace::_resolve\ \[list\ \$cmd\]\"\n\ \ \ \ (procedure\"::unk
nown\"\ line\ 3)\n\ \ \ \ invoked\ from\ within\n\"info\ commresolve::\$resolv
This trace dump goes on for a VERY long time...
Here's a shorter one:
package require widget::all load rc: 1 result: too many nested
evaluations (infi
nite loop?) options: -code 1 -level 0 -errorcode NONE -errorline 1
-errorinfo to
o\ many\ nested\ evaluations\ (infinite\ loop?)\n\ \ \ \ whileexecuting\n\"err
or\ \$result\"\n\ \ \ \ (procedure\ \"Comp.Define\"\ line\ 12)\n\ \ \ invoked from\ within\n
\"Comp.Define\ \[Comp.Compile\ widget\ \$type\$body\]\"\n\ \ \
\ (procedure\ \"snit::widget\"\ line\ 2)\n\ \ \ \ invoked\ fromwithin\n\"snit:
:widget\ widget::dialog\ \{\n\ \ \ \ #\ ###\ #################################
###\n\ \ \ \ hulltype\ toplevel\n\n\ \ \ \ component\ frame\n\ \ \ component\
separator\n\ \ \ \ c...\"\n\ \ \ \ (file\"/projects/sprs_lwv/tcl85/lib/tklib0.
4/widget/dialog.tcl\"\ line\ 78)\n\ \ \ \ invoked\ fromwithin\n\"source\ /proj
ects/sprs_lwv/tcl85/lib/tklib0.4/widget/dialog.tcl\"\n\ \ \ (\"package\ ifneed
ed\ widget::dialog\ 1.2\"\ script)\n\ \ \ \ invoked\ fromwithin\n\"package\ re
quire\ widget::dialog\ 1.2\"\n\ \ \ \ (\"package\ ifneeded\ widget::all1.2\"\
script)\n\ \ \ \ invoked\ from\ within\n\"package\ require\ \$package\"
Then there is
package require vfs::webdav load rc: 1 result: version conflict for
package "htt
p": have 2.5.3, need 2.6 options: -code 1 -level 0 -errorcode NONE
-errorline 1
-errorinfo {version conflict for package "http": have 2.5.3, need 2.6
while executing
"package require http 2.6"
(file "/projects/sprs_lwv/tcl85/lib/vfs1.3/webdavvfs.tcl" line 5)
invoked from within
"source /projects/sprs_lwv/tcl85/lib/vfs1.3/webdavvfs.tcl"
("package ifneeded vfs::webdav 0.1" script)
invoked from within
"package require $package"}
> Re the core dump it seems to not like one of the packages. It would
interesting to know which package causes this.
While I am not certain, there is this error msg:
Assertion failed: rc == TCL_OK, file ../src/htmltcl.c, line 2599
Which might give a clue.
> That wasn't what I was expecting - I thought I would get a series of
> lines of output like
>
> package require counter load rc: 0 result: 2.0.4 options: -code 0
> -level 0 package require logger load rc: 0 result: 0.8 options: -code
> 0 -level 0 package require rcs load rc: 0 result: 0.1 options: -code 0
> -level 0 package require Plotchart load rc: 0 result: 1.3.1 options:
> -code 0 -level 0 package require tclDESjr load rc: 0 result: 1.0.0
> options: -code 0 -level 0
>
> and so forth.
> General query. What is your setup looking like ?
>
> IIRC you have both ActiveTcl 8.4 and 8.5 installed, in different
directories, and both also looking to a shared teapot repository for
additional packages.
> If that is the case then it is possible for AT 8.5 to see some
packages, i.e. its own and those in the teapot, but it may not know
about needed dependent packages if they are in the 8.4 installation and
not in the local teapot.
You have correctly identified my setup. I'm uncertain about your
conjecture - as far as I am aware, the teapot repository should have
everything (and more) that was in the at 8.4 install.
--
<URL: http://wiki.tcl.tk/ >
Even if explicitly stated to the contrary, nothing in this posting
should be construed as representing my employer's opinions.
<URL: mailto:lvirden@[...].com > <URL: http://www.purl.org/NET/lvirden/
>
_______________________________________________
ActiveTcl mailing list
ActiveTcl@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Larry W. Virden
Andreas Kupries
Larry W. Virden
Andreas Kupries
Larry W. Virden
Andreas Kupries
Larry W. Virden
|