[Gluster-devel] Weekly Untriaged Bugs

2019-01-20 Thread jenkins
[...truncated 6 lines...]
https://bugzilla.redhat.com/1667168 / arbiter: Thin Arbiter documentation 
refers commands don't exist "glustercli'
https://bugzilla.redhat.com/1665145 / core: Writes on Gluster 5 volumes fail 
with EIO when "cluster.consistent-metadata" is set
https://bugzilla.redhat.com/1663337 / doc: Gluster documentation on 
quorum-reads option is incorrect
https://bugzilla.redhat.com/1663205 / fuse: List dictionary is too slow
https://bugzilla.redhat.com/1664524 / geo-replication: Non-root geo-replication 
session goes to faulty state, when the session is started
https://bugzilla.redhat.com/1662178 / glusterd: Compilation fails for 
xlators/mgmt/glusterd/src with error "undefined reference to `dlclose'"
https://bugzilla.redhat.com/1663247 / glusterd: remove static memory 
allocations from code
https://bugzilla.redhat.com/1663519 / gluster-smb: Memory leak when smb.conf 
has "store dos attributes = yes"
https://bugzilla.redhat.com/1666326 / open-behind: reopening bug 1405147: 
Failed to dispatch handler: glusterfs seems to check for "write permission" 
instead for "file owner" during open() when writing to a file
https://bugzilla.redhat.com/1665361 / project-infrastructure: Alerts for 
offline nodes
https://bugzilla.redhat.com/1663780 / project-infrastructure: On 
docs.gluster.org, we should convert spaces in folder or file names to 301 
redirects to hypens
https://bugzilla.redhat.com/134 / protocol: nfs client cannot compile files 
on dispersed volume
https://bugzilla.redhat.com/1665677 / rdma: volume create and transport change 
with rdma failed
https://bugzilla.redhat.com/1664215 / read-ahead: Toggling readdir-ahead 
translator off causes some clients to umount some of its volumes
https://bugzilla.redhat.com/1661895 / replicate: [disperse] Dump respective 
itables in  EC to statedumps.
https://bugzilla.redhat.com/1662557 / replicate: glusterfs process crashes, 
causing "Transport endpoint not connected".
https://bugzilla.redhat.com/1664398 / tests: 
./tests/00-geo-rep/00-georep-verify-setup.t does not work with 
./run-tests-in-vagrant.sh
[...truncated 2 lines...]

build.log
Description: Binary data
___
Gluster-devel mailing list
Gluster-devel@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-devel

[Gluster-devel] Building Glusterfs-5.3 on armhf

2019-01-20 Thread Richard Betel
I've got some odroid HC2's running debian 9 that i'd like to run gluster
on, but I want to run something current, not 3.8! So I'm trying to build
5.3, but I can't get through the./configure.

At first, I forgot to run autogen, so i was using whatever configure I had,
and it would error out on sqlite, even though I have the sqlite3 dev
libraries installed. Anyhow, I realized my mistake, and ran autogen.sh .
Now configure dies on libuuid which is also installed. before autogen it
got well past it. here's the last few lines:
checking sys/extattr.h usability... no
checking sys/extattr.h presence... no
checking for sys/extattr.h... no
checking openssl/dh.h usability... yes
checking openssl/dh.h presence... yes
checking for openssl/dh.h... yes
checking openssl/ecdh.h usability... yes
checking openssl/ecdh.h presence... yes
checking for openssl/ecdh.h... yes
checking for pow in -lm... yes
./configure: line 13788: syntax error near unexpected token `UUID,'
./configure: line 13788: `PKG_CHECK_MODULES(UUID, uuid,'

Here's the config line that fails (with some:
PKG_CHECK_MODULES(UUID, uuid,
have_uuid=yes
 AC_DEFINE(HAVE_LIBUUID, 1, [have libuuid.so])
 PKGCONFIG_UUID=uuid,
have_uuid=no)
 if test x$have_uuid = xyes; then
  HAVE_LIBUUID_TRUE=
  HAVE_LIBUUID_FALSE='#'
else
  HAVE_LIBUUID_TRUE='#'
  HAVE_LIBUUID_FALSE=
fi

I tried putting "echo FOO"  before the PKG_CHECK_MODULES and it outputs
correctly, so I'm pretty sure the problem isn't a dropped quote or
parenthesis.

Any suggestions on what to look for to debug this?
___
Gluster-devel mailing list
Gluster-devel@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-devel