Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 374491

Summary: dev-cpp/gtkmm-2.24.1 configure error through mm-common-utils missing else doc use flag isn't set
Product: Gentoo Linux Reporter: Steffen 'j0inty' Stollfuß <j0inty>
Component: [OLD] GNOMEAssignee: GNOME C++ Bindings Maintainers (OBSOLETE) <gnome-mm+disabled>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Steffen 'j0inty' Stollfuß 2011-07-08 19:24:58 UTC
Hi,

I tried to emerge the gnome desktop and on the way it want to build the gtkmm libary.

I my case I don't have the doc use flag set but the configure command fails with:

checking location of documentation utilities...configure: error: not found
The required module mm-common-util could not be found on this system.

As I was looking in the ebuild file from gtkmm-2.24.1 and I saw that when the doc use flag is set, it will pull the needed package into the deps. Then I manually emerge the dev-cpp/mm-common-0.9.5 package and everything works as expected.

I think the gtkmm ebuild need to fix here.

regards
j0inty

Reproducible: Always

Steps to Reproduce:
1. emerge -C mm-common
2. USE="-doc" emerge -1 gtkmm
3.
Actual Results:  
checking location of documentation utilities...configure: error: not found
The required module mm-common-util could not be found on this system.

Expected Results:  
checking location of documentation utilities... /usr/share/mm-common/doctool
Comment 1 Pacho Ramos gentoo-dev 2011-07-09 14:48:19 UTC

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