Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5665 - Mono 0.13 needs pkg-config
Summary: Mono 0.13 needs pkg-config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Phil Bordelon (sunflare)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-27 23:03 UTC by Nathan Sharfi
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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