Package Details: tclkit 8.6.14-1

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: 24
Popularity: 0.86
First Submitted: 2007-12-16 00:10 (UTC)
Last Updated: 2024-03-24 19:16 (UTC)

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

-options=(emptydirs !buildflags !makeflags !strip)
+options=(emptydirs !buildflags !makeflags !strip !debug )

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 running makepkg 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 and makepkg 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:

md5sums=('ee23c17052b6e482cb845739363bb9c0'
         '73a066dcc051915dfad48ae4810a6038'
         'b9578606270ac55d2cbabf35515724bc')

Running md5sum on tk.tar.gz and tcl.tar.gz, I get:

67a7122f90d7b4f7072d58e300145036
7c2a095ae8092ff08255cef66563eefe

Could you please update the checksums?