<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <pre class="moz-signature" cols="72">regards
Aravinda</pre>
    <div class="moz-cite-prefix">On 05/27/2016 07:34 PM, Niels de Vos
      wrote:<br>
    </div>
    <blockquote
      cite="mid:20160527140406.GI24475@ndevos-x240.usersys.redhat.com"
      type="cite">
      <pre wrap="">On Fri, May 27, 2016 at 03:20:48PM +0200, Patrick Matthäi wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">
Am 26.05.2016 um 11:10 schrieb Emmanuel Dreyfus:
</pre>
        <blockquote type="cite">
          <pre wrap="">On Wed, May 25, 2016 at 04:13:48AM -0700, Gluster Build System wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">SRC: <a class="moz-txt-link-freetext" href="http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-3.8rc2.tar.gz">http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-3.8rc2.tar.gz</a>
</pre>
          </blockquote>
          <pre wrap="">This seems to work fine on NetBSD.

</pre>
        </blockquote>
        <pre wrap="">On Debian it also looks good for common architectures:
<a class="moz-txt-link-freetext" href="https://buildd.debian.org/status/package.php?p=glusterfs&amp;suite=experimental">https://buildd.debian.org/status/package.php?p=glusterfs&amp;suite=experimental</a>

But on sparc64 it fails. Is this something glusterfs related?
<a class="moz-txt-link-freetext" href="https://buildd.debian.org/status/fetch.php?pkg=glusterfs&amp;arch=sparc64&amp;ver=3.8~rc2-1&amp;stamp=1464349808">https://buildd.debian.org/status/fetch.php?pkg=glusterfs&amp;arch=sparc64&amp;ver=3.8~rc2-1&amp;stamp=1464349808</a>
</pre>
      </blockquote>
      <pre wrap="">
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.</pre>
    </blockquote>
    Python 2.7 standard library has ctypes support. Only in Python 2.4,
    ctypes was external lib.<br>
    I am wondering how it is possible to fail for ctypes support!<br>
    <blockquote
      cite="mid:20160527140406.GI24475@ndevos-x240.usersys.redhat.com"
      type="cite">
      <pre wrap="">

</pre>
      <blockquote type="cite">
        <pre wrap="">I also attached two patches. Please merge them for the next release.
</pre>
      </blockquote>
      <pre wrap="">
Ok, thanks, I'll get them posted and merged.

Niels

</pre>
      <blockquote type="cite">
        <pre wrap="">
-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

  Blog: <a class="moz-txt-link-freetext" href="http://www.linux-dev.org/">http://www.linux-dev.org/</a>
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:pmatthaei@debian.org">pmatthaei@debian.org</a>
        <a class="moz-txt-link-abbreviated" href="mailto:patrick@linux-dev.org">patrick@linux-dev.org</a>
*/

</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap=""># 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,
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap=""># 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
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">_______________________________________________
packaging mailing list
<a class="moz-txt-link-abbreviated" href="mailto:packaging@gluster.org">packaging@gluster.org</a>
<a class="moz-txt-link-freetext" href="http://www.gluster.org/mailman/listinfo/packaging">http://www.gluster.org/mailman/listinfo/packaging</a>
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
maintainers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:maintainers@gluster.org">maintainers@gluster.org</a>
<a class="moz-txt-link-freetext" href="http://www.gluster.org/mailman/listinfo/maintainers">http://www.gluster.org/mailman/listinfo/maintainers</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>