FS#3337 - potential gtkglext bug

Attached to Project: Arch Linux
Opened by Jason Taylor (jftaylor21) - Sunday, 16 October 2005, 00:07 GMT
Last edited by Dale Blount (dale) - Sunday, 16 October 2005, 02:06 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Damir Perisa (damir.perisa)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Hi,
I was having problems compiling a new package called truevision because of gtkglext errors. mpie (in the forums) and myself have also had troubles building glchess in the official repository because of same error we had when trying to compile truevision:

gcc ai.o ai_cecp.o board.o game.o main.o models.o network.o player.o pgn.o san.o scene.o ui.o ui_network_game.o ui_new_game.o ui_view.o xml.o -> glchess
/usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../libgdkglext-x11-1.0.so: undefined reference to `pango_x_font_cache_load'
/usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../libgdkglext-x11-1.0.so: undefined reference to `pango_x_font_cache_unload'
/usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../libgdkglext-x11-1.0.so: undefined reference to `pango_x_find_first_subfont'
/usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../libgdkglext-x11-1.0.so: undefined reference to `pango_x_font_subfont_xlfd'
/usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../libgdkglext-x11-1.0.so: undefined reference to `pango_x_font_map_get_font_cache'
/usr/lib/gcc/i686-pc-linux-gnu/4.0.3/../../../libgdkglext-x11-1.0.so: undefined reference to `pango_x_font_map_for_display'
collect2: ld returned 1 exit status

I also noticed that the pkgbuild did not have md5sums. Pango is a redundant dependency for gtkglext since gtk2 already depends on it. These last few items are just nit-pickey but it would be nice to have it fixed. :)
This task depends upon

Closed by  Damir Perisa (damir.perisa)
Sunday, 16 October 2005, 15:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed pango 1.10.x in gtkglext 1.0.6-4
Comment by Jason Taylor (jftaylor21) - Sunday, 16 October 2005, 00:15 GMT
p.s. this topic is discussed in the forums here:
http://bbs.archlinux.org/viewtopic.php?p=118712
Comment by Damir Perisa (damir.perisa) - Sunday, 16 October 2005, 14:45 GMT
seems that gtkglext does not like the new pango ... i will check where the problem is ...
Comment by Damir Perisa (damir.perisa) - Sunday, 16 October 2005, 14:45 GMT
i think i found something ... trying to compile and try now
Comment by Damir Perisa (damir.perisa) - Sunday, 16 October 2005, 14:46 GMT
about the md5sums, you are right

about the pango dependency: it stays! (exactly because of this situations, where gtkglext breaks because of it and i have to figure out why)
Comment by Damir Perisa (damir.perisa) - Sunday, 16 October 2005, 15:00 GMT

Loading...