Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126740 - gnome-extra/at-spi-1.7.6 requires >=dev-libs/atk-1.11.3
Summary: gnome-extra/at-spi-1.7.6 requires >=dev-libs/atk-1.11.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gnome Accessibility (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-18 16:08 UTC by Mark Renouf
Modified: 2006-03-30 15:28 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 Mark Renouf 2006-03-18 16:08:44 UTC
I'm testing gnome-2.14.0 as it's showing up, all have been unmasked.
Upgrading from gnome-2.12.3...

# emerge --oneshot at-spi
Calculating dependencies... done!
>>> Emerging (1 of 1) gnome-extra/at-spi-1.7.6 to /

....


 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/libbonobo-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/freetype2 -march=k8 -msse3 -O2 -pipe -Wno-packed -MT accessible.lo -MD -MP -MF .deps/accessible.Tpo -c accessible.c  -fPIC -DPIC -o .libs/accessible.o
if /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..  -DORBIT2=1 -pthread -I/usr/include/libbonobo-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/freetype2      -march=k8 -msse3 -O2 -pipe -Wno-packed -MT base.lo -MD -MP -MF ".deps/base.Tpo" -c -o base.lo base.c; \
then mv -f ".deps/base.Tpo" ".deps/base.Plo"; else rm -f ".deps/base.Tpo"; exit 1; fi
accessible.c: In function 'spi_init_role_lookup_table':
accessible.c:126: error: 'ATK_ROLE_ENTRY' undeclared (first use in this function)
accessible.c:126: error: (Each undeclared identifier is reported only once
accessible.c:126: error: for each function it appears in.)
accessible.c:127: error: 'ATK_ROLE_CHART' undeclared (first use in this function)
accessible.c:128: error: 'ATK_ROLE_CAPTION' undeclared (first use in this function)
accessible.c:129: error: 'ATK_ROLE_DOCUMENT_FRAME' undeclared (first use in this function)
accessible.c:130: error: 'ATK_ROLE_HEADING' undeclared (first use in this function)
accessible.c:131: error: 'ATK_ROLE_PAGE' undeclared (first use in this function)
accessible.c:132: error: 'ATK_ROLE_SECTION' undeclared (first use in this function)
accessible.c: In function 'impl_accessibility_accessible_get_attributes':
accessible.c:458: warning: assignment makes pointer from integer without a cast

$ eix at-spi
* gnome-extra/at-spi
     Available versions:  1.6.4 1.6.6-r1 1.7.6
     Installed:           none
     Homepage:            http://developer.gnome.org/projects/gap/
     Description:         The Gnome Accessibility Toolkit

$ eix -e atk
* dev-libs/atk
     Available versions:  1.6.1 1.9.1 1.10.1 ~1.10.2 1.10.3 1.11.3
     Installed:           1.10.3
     Homepage:            http://developer.gnome.org/projects/gap/
     Description:         GTK+ & Gnome Accessibility Toolkit

First upgrading to atk-1.11.3 fixes this error, and the package builds and installs correctly.
Comment 1 Leonardo Boshell (RETIRED) gentoo-dev 2006-03-30 15:28:55 UTC
Fixed in CVS. Thank you for your report.