Bug 178893 - Mono not correctly exporting symbols
Summary: Mono not correctly exporting symbols
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: mono
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Alexander Larsson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-25 09:40 UTC by Paul F. Johnson
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-26 10:42:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.