diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-04-25 02:11:03 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-04-25 02:11:03 +0200 |
commit | cabe538139ecdbc82ab2eb1e06fcf6f95f1dac5f (patch) | |
tree | a5ae2dff4ca9ae863cd156f036a6c89bdffa80a2 /template/en/default/setup | |
parent | f0129cf8687a0f926be28b615d51230d641f8982 (diff) | |
download | bugzilla-cabe538139ecdbc82ab2eb1e06fcf6f95f1dac5f.tar.gz bugzilla-cabe538139ecdbc82ab2eb1e06fcf6f95f1dac5f.tar.xz |
Bug 648178: Make install-module.pl check if a compiler is available
and fail with a clear error if not.
r=glob, a=mkanat
Diffstat (limited to 'template/en/default/setup')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 2284c87ef..0bf3bdd7c 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -131,6 +131,13 @@ then the value of the ##column## column that needs to be fixed: EOT install_module => 'Installing ##module## version ##version##...', installation_failed => '*** Installation aborted. Read the messages above. ***', + install_no_compiler => <<END, +ERROR: Using install-module.pl requires that you install a compiler, such as +gcc. +END + install_no_make => <<END, +ERROR: Using install-module.pl requires that you install "make". +END lc_new_vars => <<'END', This version of Bugzilla contains some variables that you may want to change and adapt to your local settings. Please edit the file |