Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103856 - mysql-connector-net --- Missing pkgconfig file
Summary: mysql-connector-net --- Missing pkgconfig file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-26 14:27 UTC by Mark
Modified: 2007-06-25 23:58 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 Mark 2005-08-26 14:27:54 UTC
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 Peter Johanson (RETIRED) gentoo-dev 2005-11-03 15:24:45 UTC
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 Jurek Bartuszek (RETIRED) gentoo-dev 2007-06-25 23:58:36 UTC
Fixed in CVS, thanks