[Mono-bugs] [Bug 59625][Nor] New - gacutil /package appears to have issues

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Jun 2004 23:53:19 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mkestner@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59625

--- shadow/59625	2004-06-04 23:53:19.000000000 -0400
+++ shadow/59625.tmp.4476	2004-06-04 23:53:19.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 59625
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mkestner@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: gacutil /package appears to have issues
+
+Unless I'm using it wrong, gacutil appears to be putting broken links into
+the package dir in beta2.  I'm invoking it like so:
+
+/usr/bin/gacutil /i glib-sharp.dll /f /package gtk-sharp /root
+/opt/gtk-sharp/lib
+Package exported to: /opt/gtk-sharp/lib/mono/gtk-sharp
+glib-sharp installed into the gac (/opt/gtk-sharp/lib/mono/gac/)
+
+That gets me a glib-sharp.dll and .dll.config in:
+
+/opt/gtk-sharp/lib/mono/gac/glib-sharp/1.0.0.0__35e10195dab3c99f/
+
+but the link at:
+
+/opt/gtk-sharp/lib/mono/gtk-sharp/glib-sharp.dll
+
+points to:
+
+/usr/lib/mono/gac/glib-sharp/1.0.0.0__35e10195dab3c99f/glib-sharp.dll
+
+which doesn't exist.
+
+I know this isn't runtime, but none of the other products seemed
+appropriate either.