ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> activetcl
activetcl
[Activetcl] Can someone else verify a problem with this script on activetcl 8.5 ?
by Larry W. Virden other posts by this author
Oct 26 2007 8:05AM messages near this date
view in the new Beta List Site
Re: [Activetcl] state of teapot? | 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 .

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.

So, I was wondering whether any other user of ActiveTcl 8.5 beta sees the
same thing.

-- 
Tcl - The glue of a new generation.  <URL: http://wiki.tcl.tk/ > 
Larry W. Virden <mailto:lvirden@[...].org> <URL: http://www.purl.org/NET/lvirden/ >
Even if explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
-> <-
_______________________________________________
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved