Search Criteria
Package Details: gtk2 2.24.33-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gtk2.git (read-only, click to copy) |
|---|---|
| Package Base: | gtk2 |
| Description: | GObject-based multi-platform GUI toolkit (legacy) |
| Upstream URL: | https://www.gtk.org/ |
| Licenses: | LGPL-2.1-or-later |
| Provides: | libgailutil.so, libgdk-x11-2.0.so, libgtk-x11-2.0.so |
| Submitter: | City-busz |
| Maintainer: | City-busz |
| Last Packager: | City-busz |
| Votes: | 33 |
| Popularity: | 25.68 |
| First Submitted: | 2025-10-28 08:37 (UTC) |
| Last Updated: | 2025-10-28 09:01 (UTC) |
Dependencies (30)
- atk (at-spi2-core-gitAUR, at-spi2-core)
- cairo (cairo-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxcomposite
- libxcursor
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxi (libxi-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxrender
- Show 10 more dependencies...
Latest Comments
1 2 3 Next › Last »
D3SOX commented on 2025-11-15 18:20 (UTC)
No, only adding that fails with the same gettext msgfmt error
Lone_Wolf commented on 2025-11-15 18:18 (UTC)
I notice 2 changes there : disabling LTO and reducing optimization level .
Has just using
options=(!lto)been tested ?D3SOX commented on 2025-11-15 17:21 (UTC)
Claude already suggested using
-j1didn't make a difference. Not sure if you read my comment about the working PKGBUILDandreas_baumann commented on 2025-11-15 12:59 (UTC) (edited on 2025-11-15 13:05 (UTC) by andreas_baumann)
Interesting, borked toolchain and/or memory issues (or general hardware issues) come to my mind now.. :-)
I also built in a new chroot with gcc 15.2.1, so I doubt it is the toolchain..
gdb info <pid> should give some info, with debug symbols maybe there is a stacktrace, where the thing fails. Also, you can try to build with '-j1' in makepkg.conf instead of parallel, maybe the presure on the system is lower, so the build has a chance to succeed.
D3SOX commented on 2025-11-15 12:56 (UTC)
andreas_baumann commented on 2025-11-15 12:49 (UTC)
make[2]: *** [Makefile:338: te.gmo] Aborted (core dumped)
What's coredumpctl telling you about this core dump? Is there something in the journal of the build machine?
D3SOX commented on 2025-11-15 12:47 (UTC) (edited on 2025-11-15 12:53 (UTC) by D3SOX)
Not sure how that helps. If I'd want a build, I could get still get one using
downgradefrom the official mirrors. Here's my makepkg.conf for referenceFabioLolix commented on 2025-11-15 12:42 (UTC) (edited on 2025-11-15 12:43 (UTC) by FabioLolix)
My build log https://raw.githubusercontent.com/FabioLolix/buildlogs/refs/heads/main/20s/2025/gtk2-2.24.33-5-x86_64-build.log
builded package https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/
D3SOX commented on 2025-11-15 12:35 (UTC) (edited on 2025-11-15 12:40 (UTC) by D3SOX)
I get what you are saying now and I have used this before. But it produces the same output
Sadly that doesn't help why it doesn't build on my system
FabioLolix commented on 2025-11-15 12:31 (UTC)
sudo pacman -S devtoolsrun
extra-x86_64-buildin the same folder of the pkgbuild, you can specify a build dir with-r(that dir will not clear itself, either remove it manually or it will be overwritten the next time you use it)This will build the package in a clean chroot against the lastest packages (not the one you have installed)
1 2 3 Next › Last »