Search Criteria
Package Details: tclkit 8.6.14-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tclkit.git (read-only, click to copy) |
---|---|
Package Base: | tclkit |
Description: | single-file executable that provides a complete Tcl and Tk runtime |
Upstream URL: | https://github.com/stiefel40k/kitgen |
Licenses: | custom |
Submitter: | None |
Maintainer: | mickael9 |
Last Packager: | mickael9 |
Votes: | 25 |
Popularity: | 0.020571 |
First Submitted: | 2007-12-16 00:10 (UTC) |
Last Updated: | 2024-03-24 19:16 (UTC) |
Dependencies (4)
- libx11 (libx11-gitAUR) (make)
- uclAUR (make)
- upx (upx-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
Required by (5)
- ape
- bitrock-unpacker
- microchip-mplabxc8-bin (make)
- sdx
- xampp (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
pdean commented on 2024-03-24 21:32 (UTC) (edited on 2024-03-26 21:50 (UTC) by pdean)
I've spent hours trying to figure why install is corrupting the files Solution: add !debug to options
pdean commented on 2024-03-24 20:46 (UTC) (edited on 2024-03-24 20:47 (UTC) by pdean)
something unusual with the kitgen?
application-specific initialization failed:
/usr/bin/tclkit-cli has no VFS data to start up
% parray tcl_platform
invalid command name "parray"
masterdesaster commented on 2023-05-15 10:13 (UTC)
The install hung up and now I can't open ntfs drives anymore. Kind of a newbie but this is some classical linux wizardry imo
bsglinux commented on 2021-04-16 16:21 (UTC)
Change the md5sums of the tcl.tar.gz package to 95cd9a34e9bd2aaf7e52720492ff09c4
Tetrapyle commented on 2021-04-11 11:50 (UTC) (edited on 2021-04-11 11:51 (UTC) by Tetrapyle)
It's a workaround, I don't think we can call it the solution.
everbravo1 commented on 2021-02-21 19:58 (UTC) (edited on 2021-02-21 20:01 (UTC) by everbravo1)
the verification of the md5sum in the PKGBUILD file due to a non-existent hash key that corresponds to the package tcl.tar.gz
md5sums=('ee23c17052b6e482cb845739363bb9c0' '73a066dcc051915dfad48ae4810a6038' 'b9578606270ac55d2cbabf35515724bc')
the solution is to edit the hash key corresponding to the package in question.
md5sums=('ee23c17052b6e482cb845739363bb9c0' '73a066dcc051915dfad48ae4810a6038' '95cd9a34e9bd2aaf7e52720492ff09c4')
morguldir commented on 2021-02-01 20:10 (UTC)
It looks like they rewrote the git history for tcl, so the checksum isn't correct anymore, maybe you can use their fossil repo instead, but i think you have to use a commit instead of a tag for the tarball.
alexbrinister commented on 2020-05-21 16:55 (UTC)
A clean build seems to have worked. I was using
aurutils
to build this package and the checksums were not updated. Manually pulling the package from git and runningmakepkg
worked. Weird...stiefel40k commented on 2020-05-21 15:53 (UTC)
Try a clean build. Those seem to be the old ones from the previous version. I've just tested it with both
yay
andmakepkg
and it works just fine. As the final filename of the aforementioned files have no unique name, the pkg-manager might not recognize the change of the download URL.alexbrinister commented on 2020-05-21 15:45 (UTC)
I get the same error on Arch. You have the following for md5 checksums in the
PKGBUILD
:Running
md5sum
ontk.tar.gz
andtcl.tar.gz
, I get:Could you please update the checksums?
1 2 3 4 5 6 Next › Last »