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
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
gperete commented on 2020-05-20 05:18 (UTC)
Ok, thanks. I will post in manjaro forums.
stiefel40k commented on 2020-05-20 05:16 (UTC)
It works on arch. IDK what manjaro does, or doesn't do but it is still the Arch User Repo, so I'm only going to test it on arch.
gperete commented on 2020-05-20 04:39 (UTC)
Hi, Error updating on manjaro 20: Building tclkit... ==> Making package: tclkit 8.6.10-1 (Wednesday, 20 May, 2020 12:30:31 PM) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found 8.6.4-9.tar.gz -> Found tk.tar.gz -> Found tcl.tar.gz ==> Validating source files with md5sums... 8.6.4-9.tar.gz ... Passed tk.tar.gz ... FAILED tcl.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check! Failed to build tclkit
stiefel40k commented on 2020-01-02 17:22 (UTC)
@grufo
makes sense. I added
xorgproto
.cheers, stiefel
grufo commented on 2020-01-02 16:35 (UTC)
@stiefel40k
First of all,
xorgproto
is needed to build the package (makedepends
), it is not just required to be present when the package is installed (depends
).Second, if the package
foo
is directly required by the packagebar
, the latter should never rely on transitive dependencies for gettingfoo
, but needs to list its own direct dependencies explicitly (since in any moment transitivity can break and the package in the middle might stop requiring thefoo
package). You can rely on transitive dependencies only when your package does not directly require these dependencies (and this is not the case).--grufo
stiefel40k commented on 2020-01-02 16:11 (UTC)
@grufo it is already there through libx11. Or are transitive dependencies not handled for makedeps? I can add it if needed.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »