Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71671 - Mono needs to have winelib as dependency
Summary: Mono needs to have winelib as dependency
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-18 08:01 UTC by Carlos Silva (RETIRED)
Modified: 2004-11-18 14:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
mono-1.0.4-r2.ebuild (mono-1.0.4-r2.ebuild,2.17 KB, text/plain)
2004-11-18 08:06 UTC, Carlos Silva (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Silva (RETIRED) gentoo-dev 2004-11-18 08:01:35 UTC
When, in MonoDevelop we choose to run a program that was previously imported, we should have winelib installed to run the "program" or else it will fail the execution

Reproducible: Always
Steps to Reproduce:
1. Import a program in MonoDevelop (from Windows to Linux)
2. "Compile All"
3. "Run"

Actual Results:  
an error message appears saying that it couldn't load  winelib.exe.so

Expected Results:  
Program should run
Comment 1 Carlos Silva (RETIRED) gentoo-dev 2004-11-18 08:06:26 UTC
Created attachment 44226 [details]
mono-1.0.4-r2.ebuild

As MonoDevelop has Mono as dependency, i thought that the best was to put the
dependency into Mono itself.
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2004-11-18 14:15:11 UTC
This is definitely not a good solution for many reasons. One, winelib dep means a dep on wine. Two, winelib is deprecated, and is no longer being developed/worked on by the mono folks. A new version of SWF is under way all in managed code.

For now, yeah, it sucks because people wanted to do windows GUI development are without a good solution. Adding winelib as a dep for everyone is just not gonna work though.

Sorry.