Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385519 - dev-libs/glib-2.30.0 breaks pango-1.28.4
Summary: dev-libs/glib-2.30.0 breaks pango-1.28.4
Status: RESOLVED DUPLICATE of bug 384779
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-03 15:52 UTC by Peter Volkov (RETIRED)
Modified: 2011-10-03 20:14 UTC (History)
0 users

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


Attachments
build.log (build.log,72.62 KB, text/plain)
2011-10-03 15:52 UTC, Peter Volkov (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Volkov (RETIRED) gentoo-dev 2011-10-03 15:52:51 UTC
Created attachment 288683 [details]
build.log

After upgrade to glib-2.30 pango headers became broken and some pakcages (net-misc/networkmanager-openvpn-0.8.2-r1) fails to build with the following error:

libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/in
clude/libxml2 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango
-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/us
r/include/libdrm -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/
gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/free
type2 -I/usr/include/libpng15 -I/usr/include/libdrm -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/gl
ib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/NetworkManager -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/
include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnm-glib -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/li
b64/glib-2.0/include -I../ -DICONDIR=\"/usr/share/pixmaps\" -DGLADEDIR=\"/usr/share/gnome-vpn-properties/openvpn\" -DG_DISABLE_DEPRECATED
 -DGDK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DGNOMELOCALEDIR=\"/usr/share/locale\" -DVERSION=\"0.8.2\" -O2 -Wall -pipe -march=na
tive -mtune=native -ggdb -MT libnm_openvpn_properties_la-auth-helpers.lo -MD -MP -MF .deps/libnm_openvpn_properties_la-auth-helpers.Tpo -
c auth-helpers.c  -fPIC -DPIC -o .libs/libnm_openvpn_properties_la-auth-helpers.o
In file included from /usr/include/pango-1.0/pango/pango-gravity.h:98:0,
                 from /usr/include/pango-1.0/pango/pango-types.h:91,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
                 from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from nm-openvpn.c:37:
/usr/include/pango-1.0/pango/pango-script.h:132:12: error: expected declaration specifiers or '...' before 'G_CONST_RETURN'
/usr/include/pango-1.0/pango/pango-script.h:133:12: error: expected declaration specifiers or '...' before 'G_CONST_RETURN'



To workaround this issue I've removed G_CONST_RETURN from atk-1.0 and pango-1.0 headers.


http://www.mail-archive.com/gentoo-user@lists.gentoo.org/msg118014.html
Comment 1 Pacho Ramos gentoo-dev 2011-10-03 20:14:11 UTC

*** This bug has been marked as a duplicate of bug 384779 ***