Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118722 - gtk+-2.8.9 fails `make check`
Summary: gtk+-2.8.9 fails `make check`
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117505
  Show dependency tree
 
Reported: 2006-01-11 17:02 UTC by SpanKY
Modified: 2006-01-12 17:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2006-01-11 17:02:38 UTC
make[3]: Entering directory `/var/tmp/portage/gtk+-2.8.9/work/gtk+-2.8.9/gdk-pixbuf'
--- expected-abi        2006-01-11 20:05:08.000000000 -0500
+++ actual-abi  2006-01-11 20:05:08.000000000 -0500
@@ -57,9 +57,6 @@
 gdk_pixbuf_loader_new_with_type
 gdk_pixbuf_loader_set_size
 gdk_pixbuf_loader_write
-gdk_pixbuf_major_version
-gdk_pixbuf_micro_version
-gdk_pixbuf_minor_version
 gdk_pixbuf_new
 gdk_pixbuf_new_from_data
 gdk_pixbuf_new_from_file
@@ -87,7 +84,6 @@
 gdk_pixbuf_simple_anim_iter_get_type
 gdk_pixbuf_simple_anim_new
 gdk_pixbuf_unref
-gdk_pixbuf_version
 gdk_pixdata_deserialize
 gdk_pixdata_from_pixbuf
 gdk_pixdata_serialize
FAIL: abicheck.sh


all that needs to be done is to tweak abicheck.sh to also accept 'G' in the nm grep:
-nm -D .libs/libgdk_pixbuf-2.0.so | grep " [BDTR] " | ........
+nm -D .libs/libgdk_pixbuf-2.0.so | grep " [GBDTR] " | ........
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2006-01-12 17:11:48 UTC
applied to 2.8.8, 2.8.9, and 2.8.10.

thanks