Search Criteria
Package Details: lib32-tk 8.6.16-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-tk.git (read-only, click to copy) |
---|---|
Package Base: | lib32-tk |
Description: | A windowing toolkit for use with tcl (32-bit) |
Upstream URL: | https://tcl.sourceforge.net |
Licenses: | TCL |
Submitter: | yuyichao |
Maintainer: | vitaliikuzhdin |
Last Packager: | vitaliikuzhdin |
Votes: | 30 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-23 18:04 (UTC) |
Last Updated: | 2025-01-27 22:41 (UTC) |
Dependencies (9)
- lib32-fontconfig
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR)
- lib32-libx11
- lib32-libxft
- lib32-libxss
- lib32-tcl (lib32-tcl84AUR, lib32-tcl-arAUR)
- tk (tk-fossilAUR)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
- lib32-tcl-arAUR (make)
Required by (2)
- lib32-python (make)
- lib32-python (optional)
Latest Comments
1 2 3 Next › Last »
Reavershark commented on 2024-03-25 12:10 (UTC)
This doesn't build for me, except when I change
to
in the
PKGBUILD
.Alkaris commented on 2022-09-16 05:30 (UTC)
Update source URLs they're no longer working! URLs keep resolving to
giganet.dl.sourceforge.net
and it's not accessible.sbmomeni commented on 2022-08-05 08:32 (UTC)
The lib32-tcl-ar can provide the
libtclstub8.6.a
dependency.caffeine93 commented on 2022-02-20 17:17 (UTC) (edited on 2022-02-20 17:20 (UTC) by caffeine93)
for everyone having the problem with missing 'libtclstub8.6.a', the issue is that the linker is looking for ELF32 file, while your file in /usr/lib/libtclstub8.6.a is a ELF64. So, what you have to do is download tcl source and crosscompile it for (i686) 32bit:
Get the (desired version) tlc source from: https://sourceforge.net/projects/tcl/files/Tcl/
Untar the source and go to unix/ subdir, from there run autoconf command for 32bit target build: ./configure --build=i686-pc-linux-gnu CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32
Start the compilation with: make
Once done, you will see 'libtclstub8.6.a' inside the directory, you can verify that it's indeed ELF32 using the command (check ELF header class): readelf -a -W libtclstub8.6.a | less
Copy the 'libtclstub8.6.a' to /usr/lib32/
You can now re-run makepkg inside your lib32-tk dir and it will compile and link without an issue
fpfrimer commented on 2022-02-09 14:18 (UTC) (edited on 2022-02-09 14:19 (UTC) by fpfrimer)
Hi! I'm having following error when I try to build lib32-tk 8.6.9-1 (translated from brazilian portuguese):
I rebuided all dependencies and have base-devel installed
GordonGR commented on 2019-01-12 15:11 (UTC)
It builds fine here. I recommend you rebuild all your dependencies and make sure you have the base-devel installed.
vidar commented on 2019-01-09 17:00 (UTC)
I'm having following error when I try to build lib32-tk 8.6.9-1:
gcc: error: 8.6": No such file or directory gcc: error: attribute((visibility("hidden"))): No such file or directory gcc: error: long: No such file or directory make: *** [Makefile:1161: tkStubLib.o] Error 1
Error occurs right after make has finished checking prerequisites and gcc starts building.
My system is up-to-date
aaronp commented on 2016-08-23 04:13 (UTC)
GordonGR commented on 2016-08-22 17:01 (UTC)
1 2 3 Next › Last »