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

Bug 559268

Summary: net-libs/libproxy[mono] is incompatible with >=dev-lang/mono-4.0.3.20
Product: Gentoo Linux Reporter: Greg Turner <gmt>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***