gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35314 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r35314 - gnunet/contrib
Date: Sat, 28 Feb 2015 17:13:05 +0100

Author: grothoff
Date: 2015-02-28 17:13:05 +0100 (Sat, 28 Feb 2015)
New Revision: 35314

Modified:
   gnunet/contrib/report.sh
Log:
-updating report.sh

Modified: gnunet/contrib/report.sh
===================================================================
--- gnunet/contrib/report.sh    2015-02-28 16:06:25 UTC (rev 35313)
+++ gnunet/contrib/report.sh    2015-02-28 16:13:05 UTC (rev 35314)
@@ -10,7 +10,7 @@
 echo "Please submit the following information with your bug report: "
 echo "--------------------------------------------------------------"
 OS=`uname -s 2>/dev/null`
-echo "OS             : $OS" 
+echo "OS             : $OS"
 REL=`uname -r 2>/dev/null`
 echo "OS RELEASE     : $REL"
 HW=`uname -m 2>/dev/null`
@@ -138,13 +138,13 @@
 
 TEST=`$WHICH dpkg 2> /dev/null`
 if test -n "$TEST"; then
-  LINES=`dpkg -s libgmp3-dev | grep Version | wc -l`
+  LINES=`dpkg -s libgmp-dev | grep Version | wc -l 2> /dev/null`
   if test "$LINES" = "1"
   then
-    VERSION=`dpkg -s libgmp3-dev | grep Version | awk '{print $2}'`
-    echo "GMP            : libgmp3-dev-$VERSION.deb"
+    VERSION=`dpkg -s libgmp-dev | grep Version | awk '{print $2}'`
+    echo "GMP            : libgmp-dev-$VERSION.deb"
   else
-    echo "GMP            : dpkg: libgmp3-dev not installed"
+    echo "GMP            : dpkg: libgmp-dev not installed"
   fi
 else
   TEST=`$WHICH rpm 2> /dev/null`
@@ -193,6 +193,14 @@
   echo "libcurl        : Not found"
 fi
 
+TEST=`$WHICH gnurl-config 2> /dev/null`
+if test -n "$TEST"; then
+  gnurl-config --version | head -n1 2> /dev/null | \
+    awk '{print "libgnurl       : "$2}'
+else
+  echo "libgnurl       : Not found"
+fi
+
 echo -n "libmicrohttpd  : "
 TMPFILE=`mktemp /tmp/mhd-version-testXXXXXX`
 cat - >$TMPFILE.c <<EOF




reply via email to

[Prev in Thread] Current Thread [Next in Thread]