[Mono-bugs] [Bug 58129][Blo] New - error while executing beta1 command-scripts due to hard-coded paths
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 08:35:28 -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 phobeo@sugus.eii.us.es.
http://bugzilla.ximian.com/show_bug.cgi?id=58129
--- shadow/58129 2004-05-06 08:35:28.000000000 -0400
+++ shadow/58129.tmp.9871 2004-05-06 08:35:28.000000000 -0400
@@ -0,0 +1,66 @@
+Bug#: 58129
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details: xp (may also be applicable to other win versions)
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: phobeo@sugus.eii.us.es
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: error while executing beta1 command-scripts due to hard-coded paths
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+With beta1 installer in windows, the scripts quoted below that aliase the
+assemblies in lib/ have "hardcoded" paths to miguel's home and therefore
+fail to execute
+
+Also, they're coded with "cygwin like" paths and are not working in
+windows cmd.exe console
+
+scripts that fail are:
+al
+cert2spc
+certmgr
+chktrust
+disco
+gacutil
+genxs
+gmcs
+ilasm
+makecert
+resgen
+setreg
+signcode
+sn
+soapsuds
+wsdl
+xsd
+
+Steps to reproduce the problem:
+1. Install mono beta1 version with windows installer
+2. try to execute any of the commands above from a Windows cmd.exe
+console -> it doesn't work
+3. try to execute any of them in a cygwin console -> they'll fail with a
+message like:
+exec: /home/miguel/mono/mb/install/bin/mono: not found
+
+Actual Results:
+an error message like the one shown above
+
+Expected Results:
+the proper messages
+
+
+How often does this happen?
+always
+
+Additional Information: