Package Details: gtk 1.2.10-20

Git Clone URL: https://aur.archlinux.org/gtk.git (read-only, click to copy)
Package Base: gtk
Description: A multi-platform toolkit (v1)
Upstream URL: http://www.gtk.org/
Licenses: LGPL
Submitter: ConnorBehan
Maintainer: ConnorBehan
Last Packager: ConnorBehan
Votes: 75
Popularity: 0.23
First Submitted: 2014-05-22 01:44 (UTC)
Last Updated: 2025-05-02 17:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

bidulock commented on 2015-05-27 04:30 (UTC)

glibc and gcc changed (gcc to 5.1.0 and glibc along with it, and libtool with that). It looks like yaourt is trying to build 'glib' not 'gtk' when it fails. 'glib' is a dependency of 'gtk'. It also quite often needs ot be patched to build with a new compiler. You might try doing autreconf -fiv in prepare() stage for glibc to get latest libtool because it seems to have problems building libglib.la libtool archive which is the primary shared-object library for the 'glib' package. Hope that helps.

<deleted-account> commented on 2015-05-27 02:44 (UTC)

There seems to be a new update somewhere in the Arch system that has caused GTK, and glib, to become unable to be compiled. I use a few older programs, like XMMS, that installed fine until about a week ago. Now when I try to even install anything I get the following error: collect2: error: ld returned 1 exit status Makefile:593: recipe for target 'libglib.la' failed make[2]: *** [libglib.la] Error 1 make[2]: Leaving directory '/tmp/yaourt-tmp-sloth/aur-glib/src/glib-1.2.10' Makefile:807: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-sloth/aur-glib/src/glib-1.2.10' Makefile:494: recipe for target 'all' failed make: *** [all] Error 2

pretzelface commented on 2015-04-19 01:49 (UTC)

For some reason, I can't get the source tarballs via ftp. Changing the PKGBUILD to http solves the problem. Also affects glib.

999cgm commented on 2014-12-27 09:16 (UTC)

ACK on /usr/share/libtool/build-aux/config.guess build issue sed -i -r -e 's#/usr/share/libtool/config/config.guess#/usr/share/libtool/build-aux/config.guess#' \ -e 's#/usr/share/libtool/config/config.sub#/usr/share/libtool/build-aux/config.sub#' PKGBUILD

ddracopo commented on 2014-12-22 17:13 (UTC)

Need to replace /usr/share/libtool/config/config.guess with /usr/share/libtool/build-aux/config.guess and the same for config.sub and then it builds OK.

ConnorBehan commented on 2014-07-29 21:19 (UTC)

What happens if you try to build with just the regular libtool package?

herrflockig commented on 2014-07-27 05:32 (UTC)

I had to install libtool-multilib in order for this to build correctly.

ConnorBehan commented on 2014-06-16 00:53 (UTC)

Works for me. Does this affect wget and curl?

ctag commented on 2014-06-15 01:25 (UTC)

The FTP link is broken for me, changing to http:// works and downloads correctly.

ConnorBehan commented on 2014-05-23 01:30 (UTC)

It's in the libtool package which is part of base-devel.