Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253190 - x11-libs/gtk+-2.14.5 - libcairo.so: undefined reference to `pixman_format_supported_destination'
Summary: x11-libs/gtk+-2.14.5 - libcairo.so: undefined reference to `pixman_format_sup...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-30 21:37 UTC by D|3-H4rD
Modified: 2009-01-03 03:20 UTC (History)
1 user (show)

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 D|3-H4rD 2008-12-30 21:37:36 UTC
When i try to emerge gtk+-2.14.5 emerge show me this error message:

checking X11/extensions/XShm.h... yes
checking Pango flags... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/local/include -I/usr/include/libpng12 -I/usr/include/pixman-1   -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
configure: error:
*** Can't link to Pango. Pango is required to build
*** GTK+. For more information see http://www.pango.org

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/x11-libs/gtk+-2.14.5/work/gtk+-2.14.5/config.log
 * 
 * ERROR: x11-libs/gtk+-2.14.5 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2706:  Called econf '--disable-gtk-doc' '--with-libjpeg' '--with-libjasper' '--with-libtiff' '--disable-xinerama' '--enable-cups=auto' '--with-libpng' '--with-gdktarget=x11' '--with-xinput'
 *               ebuild.sh, line  529:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *  The die message:
 *   econf failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-libs/gtk+-2.14.5/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-libs/gtk+-2.14.5/temp/environment'.
 * 



Reading config.log i discover this error:

configure:30786: checking Pango flags
configure:30792: result: -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/local/include -I/usr/include/libpng12 -I/usr/include/pi$
configure:30841: i686-pc-linux-gnu-gcc -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED  -march=prescott -O2 -pipe -Wall -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/ca$
/usr/lib/gcc/i686-pc-linux-gnu/4.3.1/../../../libcairo.so: undefined reference to `pixman_format_supported_destination'
collect2: ld returned 1 exit status


i re-emerged x11-libs/pixman-0.10.0 cairo and pango with cairo use flag but error persist :(

Reproducible: Always

Steps to Reproduce:
1.emerge =x11-libs/gtk+-2.14.5
2.
3.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2009-01-03 03:20:47 UTC
Please run revdep-rebuild. If that doesn't fix the issue, then post your `emerge --info' and reopen this bug report.