Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 186837
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: dotnet <dotnet@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jon Severinsson <jon@severinsson.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

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

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2007-07-27 19:54 0000
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 From Jurek Bartuszek 2007-07-28 12:46:35 0000 -------
Fixed in CVS, thanks!

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug