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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

grufo commented on 2019-12-27 19:33 (UTC)

@greyltc

You need to add the xorgproto package to the makedepends array, or otherwise this is what happens:

In file included from /tmp/yaourt-tmp-grufo/aur-tclkit/src/kitgen/8.6/tk/unix/../generic/tk.h:96,
                 from /tmp/yaourt-tmp-grufo/aur-tclkit/src/kitgen/8.6/tk/unix/../generic/tkPort.h:21,
                 from /tmp/yaourt-tmp-grufo/aur-tclkit/src/kitgen/8.6/tk/unix/../generic/tkInt.h:19,
                 from /tmp/yaourt-tmp-grufo/aur-tclkit/src/kitgen/8.6/tk/unix/../generic/tkStubLib.c:14:
/usr/include/X11/Xlib.h:44:10: fatal error: X11/X.h: No such file or directory
   44 | #include <X11/X.h>
      |          ^~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:1164: tkStubLib.o] Error 1

--grufo

stiefel40k commented on 2019-11-01 11:02 (UTC)

@silver_remal @keno it should be fixed. Sorry that it took so long, I had other things to do :)

silver_remal commented on 2019-10-27 15:15 (UTC) (edited on 2019-10-27 15:16 (UTC) by silver_remal)

@greyltc no, they are not valid.

cd /tmp; wget https://github.com/tcltk/tk/archive/core-8-6-4.tar.gz -q && md5sum core-8-6-4.tar.gz

67a7122f90d7b4f7072d58e300145036 core-8-6-4.tar.gz

greyltc commented on 2019-06-17 10:17 (UTC)

@keno, they seem valid to me. probably you need to delete your old tk.tar.gz and tcl.tar.gz

keno commented on 2019-06-17 09:05 (UTC) (edited on 2019-06-17 09:06 (UTC) by keno)

the md5sum for tk.tar.gz and tcl.tar.gz is invalid

stiefel40k commented on 2019-06-16 17:52 (UTC)

@elimpfor should be fixed

ncoder-2 commented on 2019-06-16 17:28 (UTC)

Source tar is 404'ed: curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://github.com/tcltk/tk/archive/core_8_6_4.tar.gz Aborting... :: Unable to build tclkit - makepkg exited with code: 1

stiefel40k commented on 2018-11-07 06:23 (UTC)

@Asdplayer well you are not wrong, but normally, you should set the makeflags in /etc/makepkg.conf. However, some packages don't like this and they set the option !makeflags to prevent this. Normally you should not edit the PKGBUILD file, as it was written in that style for a reason.

Asdplayer commented on 2018-11-06 15:36 (UTC)

The package does not compile succesfully if I ask for multithread compilation, appending -j 4 to the make command. While this isn't necessary, maybe the info can be useful to somebody.

stiefel40k commented on 2018-08-11 16:19 (UTC)

Well, it was only a wild guess, that the upstream change will fix the issue. And I'm not really doing the microchip stuff either.

But if I'll have some time I might look into it, but can't promise anything, as I'm currently kinda busy.