Re: [Activetcl] Can someone else verify a problem with this script onactivetcl 8.5 ?
by Andreas Kupries other posts by this author
Oct 26 2007 11:55AM messages near this date
view in the new Beta List Site
[Activetcl] Can someone else verify a problem with this script on activetcl 8.5 ?
|
Re: [Activetcl] Can someone else verify a problem with this script onactivetcl 8.5 ?
> I am currently using solaris sparc activetcl 8.5.0.0.280602 Beta 8
> with teacup saying that all the extensions are up to date (and for that
> matter, all the extensions relevant to this platform installed).
>
> When I run this script:
>
> $ ./requires.tcl
> #! /tmp/.lwv/ActiveTcl-8.5/bin/tclsh8.5
>
> catch {package require lwvNotThere}
> set plist [package names]
>
> foreach package $plist {
> set rc [catch {set version [package require $package]}
> result options]
> puts "package require $package load rc: $rc result: $result
> options: $options"
> }
>
> I get, as a result, nearly 14,000 lines of output - much of it tcl error
> messages - followed by a core dump of tclsh8.5 .
Can you give us representative examples of the error messages ?
Re the core dump it seems to not like one of the packages. It would
interesting to know which package causes this.
> 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.
> So, I was wondering whether any other user of ActiveTcl 8.5 beta sees the
> same thing.
--
Andreas Kupries <andreask@[...].com>
Developer @ http://www.ActiveState.com
Tel: +1 778-786-1122
_______________________________________________
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
|