Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can Teacup resolve Tcl version?

2 views
Skip to first unread message

Keith Nash

unread,
Aug 25, 2007, 11:57:00 AM8/25/07
to
When installing a package using Teacup, it appears not to recognise that the
linked shell provides the required version of Tcl:

[root ~]# which teacup
/usr/local/ActiveTcl-8.4.15/bin/teacup
[root ~]# which tclsh
/usr/local/ActiveTcl-8.4.15/bin/tclsh
[root ~]# teacup link info /usr/local/ActiveTcl-8.4.15/bin/tclsh
Repository /root/.teapot/repository
[root ~]# teacup link info /root/.teapot/repository
Shell /usr/local/ActiveTcl-8.4.15/bin/tclsh
[root ~]#
[root ~]# teacup install uuencode
Resolving uuencode -is package ... [package uuencode 1.1.4 tcl @
http://teapot.activestate.com]
Resolving Tcl -require 8.2 -is package ... Nothing found.
Aborting installation, was not able to locate all dependencies.
[root ~]#

The package can be installed using --force, but I would prefer not to have
to do that.

Have I missed out a step, or is this a bug?

Keith.

Larry W. Virden

unread,
Aug 26, 2007, 5:39:10 AM8/26/07
to
On Aug 25, 11:57 am, Keith Nash <k...@citizenearth.com> wrote:
> Have I missed out a step, or is this a bug?

What is the output of

teacup version

teacup list uuencode

Keith Nash

unread,
Aug 26, 2007, 7:41:40 PM8/26/07
to
Larry W. Virden wrote:

> What is the output of
>
> teacup version
>
> teacup list uuencode


[root local]# teacup version

8.4.15.0.280619

[root@apollo local]#
[root@apollo local]# teacup list uuencode
entity name version platform
------- -------- ------- --------
package uuencode 1.1.3 tcl
package uuencode 1.1.4 tcl
------- -------- ------- --------
2 entities found
[root@apollo local]#

Keith.

Keith Nash

unread,
Aug 27, 2007, 6:39:25 PM8/27/07
to
Larry W. Virden wrote:

The problem goes away if teacup is upgraded to the latest version.

I have added upgrade instructions to http://wiki.tcl.tk/17305 (thanks
Andreas and Larry).

Keith.

0 new messages