Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117969 - Gtk+ wants Pango, Pango is installed
Summary: Gtk+ wants Pango, Pango is installed
Status: RESOLVED DUPLICATE of bug 101106
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-05 18:54 UTC by Todd Walton
Modified: 2006-01-06 01:19 UTC (History)
1 user (show)

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


Attachments
config.log for gtk+ build (config.log,74.87 KB, text/plain)
2006-01-05 20:48 UTC, Todd H
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Todd Walton 2006-01-05 18:54:45 UTC
I'm trying to upgrade gtk+ from 2.6.10-r1 to 2.8.8.  I get:

checking Pango flags... configure: error:
*** Pango not found. Pango built with Cairo support is required
*** to build GTK+. See http://www.pango.org for Pango information.

But I have x11-libs/pango 1.10.2 installed.  The error says to attach the config.log, but I'm not going to unless somebody wants it.  All it says is exactly what is above.
Comment 1 Todd H 2006-01-05 20:48:27 UTC
Created attachment 76294 [details]
config.log for gtk+ build
Comment 2 Todd H 2006-01-05 20:49:15 UTC
I'm seeing this problem too.   When emerging gtk+-2.8.8,  I see this same error.   Investigating into the configure program, it's failing here 

# Check for Pango flags

if test "x$gdktarget" = "xwin32"; then
        PANGO_PACKAGES="pangowin32 pangocairo"
else
        PANGO_PACKAGES="pango pangocairo"
fi

echo "$as_me:$LINENO: checking Pango flags" >&5
echo $ECHO_N "checking Pango flags... $ECHO_C" >&6
if $PKG_CONFIG --exists $PANGO_PACKAGES ; then
        PANGO_CFLAGS=`$PKG_CONFIG --cflags $PANGO_PACKAGES`
        PANGO_LIBS=`$PKG_CONFIG --libs $PANGO_PACKAGES`

        echo "$as_me:$LINENO: result: $PANGO_CFLAGS $PANGO_LIBS" >&5
echo "${ECHO_T}$PANGO_CFLAGS $PANGO_LIBS" >&6
else
        { { echo "$as_me:$LINENO: error:
*** Pango not found. Pango built with Cairo support is required
*** to build GTK+. See http://www.pango.org for Pango information.
" >&5
echo "$as_me: error:
*** Pango not found. Pango built with Cairo support is required
*** to build GTK+. See http://www.pango.org for Pango information.
" >&2;}
   { (exit 1); exit 1; }; }
fi

emerge --search pango for me, though   returns this

*  x11-libs/pango
      Latest version available: 1.10.2
      Latest version installed: 1.10.2
      Size of downloaded files: 1,141 kB
      Homepage:    http://www.pango.org/
      Description: Text rendering and layout library
      License:     LGPL-2 FTL

Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-01-06 01:19:21 UTC

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