[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.
What is the output of
teacup version
teacup list uuencode
> 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.
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.