Package Details: lib32-gtkglext 1.2.0-11

Git Clone URL: https://aur.archlinux.org/lib32-gtkglext.git (read-only, click to copy)
Package Base: lib32-gtkglext
Description: OpenGL extensions for GTK+ (32-bit)
Upstream URL: http://gtkglext.sourceforge.net/
Licenses: LGPL
Submitter: None
Maintainer: emphire
Last Packager: emphire
Votes: 72
Popularity: 0.000618
First Submitted: 2008-08-31 16:49 (UTC)
Last Updated: 2023-02-06 18:25 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

eclairevoyant commented on 2023-02-04 06:13 (UTC) (edited on 2023-02-04 06:31 (UTC) by eclairevoyant)

Missing python in the makedepends array. Also, currently fails to build in a clean chroot:

generating symbol list for `libgdkglext-x11-1.0.la'
/usr/bin/nm -B  .libs/gdkglversion.o .libs/gdkglinit.o .libs/gdkglquery.o .libs/gdkglconfig.o .libs/gdkglcontext.o .libs/gdkgldrawable.o .libs/gdkglpixmap.o .libs/gdkglwindow.o .libs/gdkglshapes.o .libs/gdkglglext.o .libs/gdkglenumtypes.o  x11/.libs/libgdkglext-x11.a |  | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgdkglext-x11-1.0.exp
../libtool: eval: line 4352: syntax error near unexpected token `|'
../libtool: eval: line 4352: `/usr/bin/nm -B  .libs/gdkglversion.o .libs/gdkglinit.o .libs/gdkglquery.o .libs/gdkglconfig.o .libs/gdkglcontext.o .libs/gdkgldrawable.o .libs/gdkglpixmap.o .libs/gdkglwindow.o .libs/gdkglshapes.o .libs/gdkglglext.o .libs/gdkglenumtypes.o  x11/.libs/libgdkglext-x11.a |  | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgdkglext-x11-1.0.exp'
make[4]: *** [Makefile:470: libgdkglext-x11-1.0.la] Error 2
make[4]: Leaving directory '/build/lib32-gtkglext/src/gtkglext-1.2.0/gdk'
make[3]: *** [Makefile:558: all-recursive] Error 1
make[3]: Leaving directory '/build/lib32-gtkglext/src/gtkglext-1.2.0/gdk'
make[2]: *** [Makefile:428: all] Error 2
make[2]: Leaving directory '/build/lib32-gtkglext/src/gtkglext-1.2.0/gdk'
make[1]: *** [Makefile:363: all-recursive] Error 1
make[1]: Leaving directory '/build/lib32-gtkglext/src/gtkglext-1.2.0'
make: *** [Makefile:279: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

This appears to be due to an undefined $global_symbol_pipe in $srcdir/gtkglext-1.2.0/libtool during compilation, haven't found the reason yet. Either way it seems some changes are needed to make this build correctly.

Possibly relevant thread: https://lists.gnu.org/archive/html/libtool/2017-03/msg00012.html

SDSK commented on 2021-01-17 05:08 (UTC) (edited on 2021-01-17 05:10 (UTC) by SDSK)

checking for GTK+ - version >= 2.0.0... *** GTK+ header files (version 2.24.33) do not match
*** library (version 2.24.32)
no
configure: error: GTK+ 2.0 not found
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build lib32-gtkglext

emphire commented on 2019-04-06 04:50 (UTC)

I had the same gdkglshapes compile error. Was able to work around it with the following patch: https://gist.github.com/jonjonw/39031796ca230e240311fbb73085bd80

Enverex commented on 2018-06-29 10:17 (UTC)

Doesn't appear to build currently:

gdkglshapes.c:547:12: error: 'index' redeclared as different kind of symbol

static int index[20][3] =

nic96 commented on 2018-02-13 22:26 (UTC)

Please change the source to: https://iweb.dl.sourceforge.net/project/gtkglext/${_pkgbase}/${pkgver}/gtkglext-${pkgver}.tar.bz2 That fixed the PKGBUILD for me.

Win8Error commented on 2017-12-29 17:15 (UTC)

The sources for this package could not be downloaded ...

aphirst commented on 2017-02-02 14:37 (UTC)

The package builds fine if you manually install the latest version of lib32-gtk2, just by editing the version number in its PKGBUILD. I'm going to see if I can get in touch with Felix Yan about the repo package being updated.

aphirst commented on 2017-01-12 18:58 (UTC)

This package currently fails to build correctly. Over at the "psx" AUR page, the user "pollito" suggests the following: Temporary fix for libgtkglex compile error: download rpm packages of libgtkglex from: ftp://rpmfind.net/linux/dag/redhat/el4/en/i386/dag/RPMS/gtkglext-1.0.6-1.2.el4.rf.i386.rpm and extract in usr/lib/ in 32bit or usr/lib32/ in 64bit

rafaelgomes commented on 2014-07-01 21:00 (UTC)

Thanks for the tip @jnbek, I`ll wait for the update.

jnbek commented on 2014-07-01 20:16 (UTC)

@rafealgomes the critical dependency; multilib package https://www.archlinux.org/packages/multilib/x86_64/lib32-gtk2/ is out of date. Once this is updated, this package should build again.