Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 559268 - net-libs/libproxy[mono] is incompatible with >=dev-lang/mono-4.0.3.20
Summary: net-libs/libproxy[mono] is incompatible with >=dev-lang/mono-4.0.3.20
Status: RESOLVED DUPLICATE of bug 549734
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-31 18:35 UTC by Greg Turner
Modified: 2015-09-01 18:21 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 Greg Turner 2015-08-31 18:35:08 UTC
libproxy Cmake is looking for gmcs but that no longer exists as of mono-4.0.3.20 (see bug 558064).

probably export CSC early in src_configure would do the trick, i.e.:

--- libproxy-0.4.11-r2.ebuild.orig      2015-08-31 11:19:05.926445751 -0700
+++ libproxy-0.4.11-r2.ebuild   2015-08-31 11:22:52.920963433 -0700
@@ -52,6 +52,7 @@ src_configure() {
        [[ ${CHOST} == *-solaris* ]] && append-libs -lsocket -lnsl
 
        use python && python_setup
+       use mono && export CSC=$( which mcs )
        multilib-minimal_src_configure
 }
 
but somebody with older mono (and/or more mono knowledge than I) should confirm this.
Comment 1 Brian Evans (RETIRED) gentoo-dev 2015-09-01 18:21:19 UTC

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