Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320027 - x11-themes/gtk-engines-qtcurve-1.4.0 fails to build due to x11-libs/gtk+-2.18.9 not installing gtk+-2.0.pc
Summary: x11-themes/gtk-engines-qtcurve-1.4.0 fails to build due to x11-libs/gtk+-2.18...
Status: RESOLVED DUPLICATE of bug 319101
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-16 18:43 UTC by Martin von Gagern
Modified: 2010-05-16 20:54 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 Martin von Gagern 2010-05-16 18:43:12 UTC
-- Detecting CXX compiler ABI info - done
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that gtk+-2.0 is not installed (install the package which contains gtk+-2.0.pc if you want to support this feature)
CMake Error at CMakeLists.txt:159 (message):
  Could not locate Gtk2 include files


-- Configuring incomplete, errors occurred!
 * ERROR: x11-themes/gtk-engines-qtcurve-1.4.0 failed:
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line   48:  Called src_compile
 *   environment, line 3024:  Called cmake-utils_src_compile
 *   environment, line  775:  Called _execute_optionaly 'src_compile'
 *   environment, line  244:  Called enable_cmake-utils_src_compile
 *   environment, line 1133:  Called cmake-utils_src_configure
 *   environment, line  779:  Called _execute_optionaly 'src_configure'
 *   environment, line  244:  Called enable_cmake-utils_src_configure
 *   environment, line 1192:  Called die
 * The specific snippet of code:
 *       cmake "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";

# qlist 'gtk\+' | grep '.pc$'
/usr/lib64/pkgconfig/gdk-pixbuf-2.0.pc
/usr/lib64/pkgconfig/gtk+-x11-2.0.pc
/usr/lib64/pkgconfig/gdk-x11-2.0.pc
/usr/lib64/pkgconfig/gdk-pixbuf-xlib-2.0.pc
/usr/lib64/pkgconfig/gail.pc
/usr/lib64/pkgconfig/gtk+-2.0.pc
/usr/lib64/pkgconfig/gtk+-unix-print-2.0.pc
/usr/lib64/pkgconfig/gdk-2.0.pc
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-05-16 18:51:44 UTC
I'll take a wild guess in the dark. Please try the following command if you upgraded to libpng 1.4 recently:

emerge -1 cairo pango libglade gtk+

Otherwise post also `emerge --info`, thanks!
Comment 2 Martin von Gagern 2010-05-16 20:31:47 UTC
(In reply to comment #1)
> I'll take a wild guess in the dark. Please try the following command if you
> upgraded to libpng 1.4 recently:
> 
> emerge -1 cairo pango libglade gtk+

Works, thanks! I ran libpng-1.4.x-update.sh before that emerge, so that might have something to do with fixing things. That libpng upgrade is a real pain...
Is there some suitable libpng bug where you could dupe this one here?
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-05-16 20:54:40 UTC
It's not an exact dupe of this, but good enough -- thanks for testing!

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