[jhbuild] sanitycheck: add more package name suggestions to failures
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] sanitycheck: add more package name suggestions to failures
- Date: Fri, 28 Feb 2014 21:29:03 +0000 (UTC)
commit 0395d8084ff3cdc425ad66eaf4b73adda8b43285
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Fri Feb 28 21:45:57 2014 +0100
sanitycheck: add more package name suggestions to failures
Reviewed-by: Frédéric Péters <fpeters 0d be>
jhbuild/commands/sanitycheck.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jhbuild/commands/sanitycheck.py b/jhbuild/commands/sanitycheck.py
index b335acb..5700d00 100644
--- a/jhbuild/commands/sanitycheck.py
+++ b/jhbuild/commands/sanitycheck.py
@@ -113,7 +113,7 @@ class cmd_sanitycheck(Command):
try:
get_output(['perl', '-M%s' % perlmod, '-e', 'exit'])
except:
- uprint(_('Could not find the Perl module %s') % perlmod)
+ uprint(_('Could not find the Perl module %s (usually part of package \'libxml-parser-perl\' or
\'perl-XML-Parser\')') % perlmod)
# check for cvs:
if not inpath('cvs', os.environ['PATH'].split(os.pathsep)):
@@ -121,7 +121,7 @@ class cmd_sanitycheck(Command):
# check for svn:
if not inpath('svn', os.environ['PATH'].split(os.pathsep)):
- uprint(_('%s not found') % 'svn')
+ uprint(_('%s not found (usually part of the package \'subversion\')') % 'svn')
if not (inpath('curl', os.environ['PATH'].split(os.pathsep)) or
inpath('wget', os.environ['PATH'].split(os.pathsep))):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]