Bug 178893

Summary: Mono not correctly exporting symbols
Product: [Fedora] Fedora Reporter: Paul F. Johnson <paul>
Component: monoAssignee: Alexander Larsson <alexl>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-26 10:42:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paul F. Johnson 2006-01-25 09:40:39 UTC
Description of problem:
After creating an rpm for ikvm, it looks like mono is not exporting symbols
correctly. rpm -ihv ikvm-0.22-1.x86_64.rpm comes up with 

mono(IKVM.GNU.Classpath) = 0.22.0.0 is needed by ikvm-0.22-1.x86_64

Version-Release number of selected component (if applicable):
1.1.13-1

How reproducible:
Always

Steps to Reproduce:
1. Grab the src rpm from
http://www.all-the-johnsons.co.uk/mono/testing/ikvm-0.22-1.src.rpm
2. build the rpm and attempt to install
3.
  
Actual results:
rpm install reports mono(IKVM.GNU.Classpath) = 0.22.0.0 is needed by
ikvm-0.22-1.x86_64

Expected results:
rpm install should work

Additional info:
As this is a package I'm trying to get into extras, it could be me that's made
the mistake. The problem is though that no errors where generated, so it could
be that mono is exporting correctly, but the rpm database is naffed.

Comment 1 Alexander Larsson 2006-01-26 10:42:06 UTC
Yes, i think this might be a packaging error on your part. There is no way that
mono should provide IKVM.GNU.Classpath, which i assume is the java library
implementation "Gnu Classpath" compiled for .Net.

This library is in lib/ in the ikvm tarball, but doesn't seem to be in your package.