Search Criteria
Package Details: tclx 8.6.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tclx.git (read-only, click to copy) |
---|---|
Package Base: | tclx |
Description: | Provides OS primitives, file scanning, data records etc. for Tcl |
Upstream URL: | https://github.com/flightaware/tclx |
Licenses: | BSD |
Submitter: | None |
Maintainer: | ivanovp |
Last Packager: | ivanovp |
Votes: | 33 |
Popularity: | 0.000000 |
First Submitted: | 2006-01-15 16:59 (UTC) |
Last Updated: | 2023-06-25 08:12 (UTC) |
Dependencies (3)
- libtirpc
- tcl (tcl85, tcl84, tcl-nothreading, tcl-fossil)
- tk (tk85, tk-fossil)
Latest Comments
1 2 3 4 5 Next › Last »
jfcandidofilho commented on 2022-11-23 04:38 (UTC)
A message saying "can't find necessary packages" appears after trying to install it (dependency for another thing). It requests TCL 8.6.12 while the extra/TCL is 8.6.13-1. What to do?
happyarchlinuser commented on 2021-11-07 07:00 (UTC)
broken for me since tcl package update yesterday
dvzrv commented on 2021-07-09 20:22 (UTC)
@ivanovp: Hi! Please make sure, that the downloaded sources are unique.
Please also quote all variables that represent directories which may have whitespaces in them (e.g.
"${srcdir}"
and"${pkgdir}"
), or just remove the use of"${srcdir}"
.The lines for the source array do not need to be broken (i.e. remove
\
).There were a few other things wrong with the PKGBUILD and I have fixed them:
ivanovp commented on 2020-11-27 19:07 (UTC)
aarch64 architecture was added.
taittech commented on 2020-11-27 18:46 (UTC)
I have compiled this successfully on the aarch64 architechture with no changes to source code or build options. It would be very convenient if this could be updated in the MAKEPKG for building emacspeak (which depends on tclx) on the raspberry pi 4.
Willing to submit pull request, etc. if necessary.
AntiComposite commented on 2020-07-23 17:37 (UTC)
http://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.10-src.tar.gz was not working for me, but changing the source to
https://downloads.sourceforge.net/project/tcl/Tcl/${_tclsrcver}/tcl${_tclsrcver}-src.tar.gz
worked.ivanovp commented on 2020-01-17 05:32 (UTC)
@Eothred: yeah, sorry, I missed that one.
Eothred commented on 2020-01-16 14:53 (UTC)
Please bump the pkgrel variable as well next time the tcl version (or other stuff) changes.
ivanovp commented on 2020-01-10 08:12 (UTC)
@wingsuit: maybe you did not notice that the PKGBUILD contains md5sum of TCL 8.6.10. How do you handle different source versions? I don't think that ignoring MD5 sum is a good idea.
wingsuit commented on 2020-01-09 02:45 (UTC) (edited on 2020-01-09 02:45 (UTC) by wingsuit)
Can the tcl dependency be changed to tcl>=8.6.9? It makes updating harder if you have hardcoded versions like this.
1 2 3 4 5 Next › Last »