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

Bug 5665

Summary: Mono 0.13 needs pkg-config
Product: Gentoo Linux Reporter: Nathan Sharfi <nisharfi>
Component: Current packagesAssignee: Phil Bordelon (sunflare) <phil>
Status: RESOLVED FIXED    
Severity: major CC: lostlogic
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nathan Sharfi 2002-07-27 23:03:39 UTC
Here's what I did:  
# emerge mono  
<snip>  
checking size of void *... 4  
checking for pkg-config... no  
configure: error: You need to install pkg-config  
  
!!! ERROR: The ebuild did not complete successfully.  
!!! Function src_compile, Line 4, Exitcode 1  
!!! ./configure failed  
  
!!! emerge aborting on  /usr/portage/dev-lang/mono/mono-0.13.ebuild .  
#   
  
Evidently, there's no pkg-config in emerge/the portage stuff (I'm still 
horribly new to gentoo, and am not all that clear with the terminology.) 
 
Would someone wrap it up in a bow for the rest of us?
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-27 23:11:39 UTC
to get your immediate problem of not being able to emerge this sorted, do this:

emerge --clean rsync
emerge pkgconfig
emerge mono

Meanwhile, someone will add pkgconfig as a dependency for mono.
Comment 2 Phil Bordelon (sunflare) 2002-07-28 12:48:57 UTC
Fixed!  Thanks for the heads-up.