Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186837 - dev-dotnet/ikvm-0.34.2 installs Windows-only dlls
Summary: dev-dotnet/ikvm-0.34.2 installs Windows-only dlls
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-27 19:54 UTC by Jon Severinsson
Modified: 2007-07-28 12:46 UTC (History)
0 users

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 Jon Severinsson 2007-07-27 19:54:36 UTC
While installing ikvm-0.34.2 you will get JVM.DLL and ikvm-native.dll. JVM.DLL is a CLI assembly, but it only works on Windows. ikvm-native.dll isn't even an assembly, but an old fashioned Win32 dll.
On linux the buildsystem won't use them, and won't produce them, so they can safely be removed.

Reproducible: Always

Steps to Reproduce:




The following minimal patch will fix the issue:
--- ikvm-0.34.0.2.ebuild
+++ ikvm-0.34.0.2.ebuild
@@ -31 +31 @@
-       rm bin/*.exe
+       rm bin/*.exe bin/JVM.DLL bin/ikvm-native.dll
Comment 1 Jurek Bartuszek (RETIRED) gentoo-dev 2007-07-28 12:46:35 UTC
Fixed in CVS, thanks!