[Mono-bugs] [Bug 74487][Maj] Changed - mkbundle doesn't bundle (some) config files

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 8 Apr 2005 20:47:41 -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 miguel@ximian.com.

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

--- shadow/74487	2005-04-07 12:37:32.000000000 -0400
+++ shadow/74487.tmp.14160	2005-04-08 20:47:41.000000000 -0400
@@ -1,21 +1,42 @@
 Bug#: 74487
 Product: Mono: Tools
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
-Priority: Normal
+Priority: Major
 Component: tools
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: thunder@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Summary: mkbundle doesn't bundle (some) config files
 
 mkbundle needs to slurp config files such as /etc/mono/1.0/machine.config
 into the bundle.  Currently, it does not, and programs which use that file
 won't run on systems without mono installed (copying the config file to
 that location makes them work).
+
+------- Additional Comments From miguel@ximian.com  2005-04-08 20:47 -------
+Hello Dan,
+
+   Since I do not have a test case of a program that requires the
+configuration file, I dont know what was failing.  
+
+   I added the feature to mkbundle, you must specify to mkbundle the
+name of the machine.config (there are two typically: a 1.0 and a 2.0)
+that you want to use:
+
+   mkbundle --config /mono/etc/mono/1.0/machine.config
+
+   I uploaded a test tarball here:
+
+http://primates.ximian.com/~miguel/tmp/mono-1.1.6.5.tar.gz
+
+   Let me know if this solves the problem.
+
+   Am setting the bug status to `NEEDINFO', please close it if this
+fixes the issue.