Re: kbs: install doesn't get tk sources
Rene Zaumseil <[email protected]> Fri, 9 Nov 2007 00:20:04 +0100
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Am Donnerstag, 8. November 2007 16:32 schrieb Uwe Koloska: > Hello Rene, > > another addition: > the following packages are not automatically retrieved by > ./kbs.tcl -r sources kbspkg-8.5 > > tk-8.5 > vfs-1.3 > vlerq-4.1 > zlib-1.2.3 > thread-2.6.5 > > and 'gridplus-2.2' needs unzip (s. Wikipage) I need to think about this. Until now kbs.tcl only depends on tcl and no extension. > > the next problem is with getting the xotcl sources: > > $ ./kbs.tcl -r sources xotcl-1.5.6 > === Read definitions from C:/msys/home/koloska/kbs/kbs/defs.kbs > === Package eval: xotcl-1.5.6 > === Require enter: tcl > === Require eval: tcl > === Require enter: tcl-8.5 > === Require eval: tcl-8.5 > === Require done: tcl-8.5 > === Require leave: tcl-8.5 > === Require done: tcl > === Require leave: tcl > === Source eval: xotcl-1.5.6 > ok > Error in execution of "sources xotcl-1.5.6": > === Package failed for: xotcl-1.5.6 > /usr/bin/tar: ./xotcl-1.5.6/install-sh: Cannot create symlink to > `config/install-sh': No such file or directory > /usr/bin/tar: Error exit delayed from previous errors install.sh is a symbolic link to config/install.sh. I do not know what is here the problem. May be I can find today soma time to test under windows. rene