Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249656 - dev-util/monodevelop-1.9.1 needs dev-dotnet/mono-addins built with gtk USE flag
Summary: dev-util/monodevelop-1.9.1 needs dev-dotnet/mono-addins built with gtk USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL: http://www.monodevelop.com/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-02 21:49 UTC by Markus Rathgeb
Modified: 2008-12-02 22:37 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 Markus Rathgeb 2008-12-02 21:49:39 UTC
If you have installed mono-addins without gtk USE flag, monodevelop will break in the configure phase

======================
checking for MONO_ADDINS... yes
checking for MONO_ADDINS_SETUP... yes
checking for MONO_ADDINS_GUI... configure: error: Package requirements (mono-addins-gui >= 0.3) were not met:

No package 'mono-addins-gui' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables MONO_ADDINS_GUI_CFLAGS
and MONO_ADDINS_GUI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
======================

When you rebuild "dev-dotnet/mono-addins" with set gtk USE flag, "dev-util/monodevelop-1.9.1" will compile fine.

Perhabs you are able to use the use flag dependency introduced with EAPI 2.

Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-12-02 22:37:24 UTC
Fixed, thank you.