First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 103856
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: dotnet AT gentoo DOT org <dotnet@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mark <Mark@JumpingBean.co.za>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 103856 depends on: Show dependency tree
Show dependency graph
Bug 103856 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-08-26 14:27 0000
When I installed mysql-connector--net it did not seem to install the library in
the gac properly. I cannit see it in the reference dialog box in monodevelop.
Also when I go gacutil -l it list the file as installed. If I go gacutil -u
MySql.Data it syas it uninstalls the library but cannot find the file. When I go
gacutil -i MySql.Data.dll it says 

"Failure adding assembly to the cache: The system cannot find the file specified"

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
MySql.Data should be installed to the global assembly cache properly.

------- Comment #1 From Peter Johanson (RETIRED) 2005-11-03 15:24:45 0000 -------
You don't see it because monodevelop uses pkgconfig files to find libraries
installed into the GAC. The real bug is the fact that no pkgconfig file is
provided. The actual manner the assembly is installed into the GAC is fine. The
issue is in the way monodevelop finds things in the gac. it does *not* just use
the 'gacutil -l' output. Changing the subject of this bug accordingly.

Ramereth: The pkgconfig file needed should have the Libs: item with a
-r:/usr/$(get_libdir)/mono/${PACKAGE_NAME}/${PACKAGE_DLL} entry. To have that
work, make sure when you call gacutil to install the lib you pass a valid
-package option to it (can't check right now if you do that currently). Feel
free to harass me via email/IRC if that isn't clear.

------- Comment #2 From Jurek Bartuszek 2007-06-25 23:58:36 0000 -------
Fixed in CVS, thanks

First Last Prev Next    No search results available      Search page      Enter new bug