regards
Aravinda
On 05/27/2016 07:34 PM, Niels de Vos wrote:
On Fri, May 27, 2016 at 03:20:48PM +0200, Patrick Matthäi wrote:
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
Some of the features require python-ctypes. It seems this is not
detected when building on sparc64:
checking if python is python 2.x... 2.7
checking if python has ctypes support... no
configure: error: python does not have ctypes support
Maybe there is a need for an additional package in the buildroot?
Otherwise you could run ./configure with --disable-georeplication.
Python 2.7 standard library has ctypes support. Only in Python 2.4,
ctypes was external lib.
I am wondering how it is possible to fail for ctypes support!
I also attached two patches. Please merge them for the next release.
Ok, thanks, I'll get them posted and merged.
Niels
--
/*
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
_______________________________________________
maintainers mailing list
[email protected]
http://www.gluster.org/mailman/listinfo/maintainers
_______________________________________________
packaging mailing list
[email protected]
http://www.gluster.org/mailman/listinfo/packaging