Am 26.05.2016 um 11:10 schrieb Emmanuel Dreyfus:
> On Wed, May 25, 2016 at 04:13:48AM -0700, Gluster Build System wrote:
>> SRC: 
>> http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-3.8rc2.tar.gz
> This seems to work fine on NetBSD.
>
On Debian it also looks good for common architectures:
https://buildd.debian.org/status/package.php?p=glusterfs&suite=experimental

But on sparc64 it fails. Is this something glusterfs related?
https://buildd.debian.org/status/fetch.php?pkg=glusterfs&arch=sparc64&ver=3.8~rc2-1&stamp=1464349808

I also attached two patches. Please merge them for the next release.

-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

  Blog: http://www.linux-dev.org/
E-Mail: [email protected]
        [email protected]
*/

# Fix another spelling error.

diff -Naur glusterfs-3.8rc2.orig/libglusterfs/src/graph.y 
glusterfs-3.8rc2/libglusterfs/src/graph.y
--- glusterfs-3.8rc2.orig/libglusterfs/src/graph.y      2016-05-25 
13:13:01.163734824 +0200
+++ glusterfs-3.8rc2/libglusterfs/src/graph.y   2016-05-27 10:39:14.216808824 
+0200
@@ -511,7 +511,7 @@
 
        if (in_backtick) {
                gf_msg ("parser", GF_LOG_ERROR, 0, LG_MSG_VOLUME_ERROR,
-                       "Unterminated backtick in volume specfication file at "
+                       "Unterminated backtick in volume specification file at "
                         "line (%d), column (%d).", line, column);
                 ret = -1;
        }
diff -Naur glusterfs-3.8rc2.orig/xlators/experimental/jbr-server/src/jbr.c 
glusterfs-3.8rc2/xlators/experimental/jbr-server/src/jbr.c
--- glusterfs-3.8rc2.orig/xlators/experimental/jbr-server/src/jbr.c     
2016-05-25 13:13:01.254734999 +0200
+++ glusterfs-3.8rc2/xlators/experimental/jbr-server/src/jbr.c  2016-05-27 
10:39:14.220808796 +0200
@@ -1132,7 +1132,7 @@
         },
         { .key = {"etcd-servers"},
           .type = GF_OPTION_TYPE_STR,
-          .description = "list of comma seperated etc servers"
+          .description = "list of comma separated etc servers"
         },
         { .key = {"subvol-uuid"},
           .type = GF_OPTION_TYPE_STR,
# Fix shebang in script.

diff -Naur glusterfs-3.8rc2.orig/extras/ganesha/scripts/copy-export-ganesha.sh 
glusterfs-3.8rc2/extras/ganesha/scripts/copy-export-ganesha.sh
--- glusterfs-3.8rc2.orig/extras/ganesha/scripts/copy-export-ganesha.sh 
2016-05-25 13:13:01.136734774 +0200
+++ glusterfs-3.8rc2/extras/ganesha/scripts/copy-export-ganesha.sh      
2016-05-27 10:56:26.609549660 +0200
@@ -1,4 +1,4 @@
-#/bin/bash
+#!/bin/bash
 
 #This script is called by glusterd when in case of
 #reboot.An export file specific to a volume
_______________________________________________
packaging mailing list
[email protected]
http://www.gluster.org/mailman/listinfo/packaging

Reply via email to