Comment 3 for bug 1103918

Revision history for this message
Giuseppe Maxia (giuseppe-maxia) wrote :

Thanks for the update.
I was able to reproduce the error and find where the problems is.
I will commit a fix as soon as I run all the tests.
In the meantime, a quick workaround is by changing a single line in make_sandbox

=== modified file 'bin/make_sandbox'
--- bin/make_sandbox 2012-05-15 08:09:21 +0000
+++ bin/make_sandbox 2013-01-24 14:04:24 +0000
@@ -298,7 +298,7 @@
                 "--no_ver_after_name",
                 @ARGV
             );
- if ($major >=5) {
+ if ($major >=4) {
         push(@install_options, qq(--my_clause=log-error=msandbox.err));
     }
     unless (grep {$_ eq '--no_show'} @install_options) {