Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106640 - Avahi with mono keyword requires mono 1.1.3 or later.
Summary: Avahi with mono keyword requires mono 1.1.3 or later.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 22:05 UTC by Frederick Martin
Modified: 2005-09-20 07:52 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 Frederick Martin 2005-09-19 22:05:07 UTC
Avahi with the mono keyword fails to compile with the stable mono ebuild.  The
Mono.Unix namespace is required and was added in 1.1.3.

Reproducible: Always
Steps to Reproduce:
1. 'USE="mono" emerge avahi' with mono 1.0.5-r5 installed
2.
3.




Fixed problem by adding "dev-lang/mono ~x86" to package.keywords and emerging mono

Line 24 of the avahi 0.5 ebuild should be " mono? ( >=dev-lang/mono-1.1.3 )"
Comment 1 Sven Wegener gentoo-dev 2005-09-20 07:52:58 UTC
Fixed in CVS. Thanks Frederick!