Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 118722
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: SpanKY <vapier@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 118722 depends on: Show dependency tree
Bug 118722 blocks: 117505
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-01-11 17:02 0000
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 From John N. Laliberte (RETIRED) 2006-01-12 17:11:48 0000 -------
applied to 2.8.8, 2.8.9, and 2.8.10.

thanks

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug