On Tue, Jun 07, 2016 at 09:08:09PM +0530, Nigel Babu wrote:
> Hello,
> 
> misc and I haven't been trying to debug the regression test failures
> without much success. Does anyone know why the build fails with this:
> 
> chown: changing ownership of `/build/install/bin/fusermount-glusterfs':
> Operation not permitted
> 
> See error log for more context:
> https://build.gluster.org/job/rackspace-regression-2GB-triggered/21512/consoleFull

From contrib/fuse-util/Makefile.am:

  install-exec-hook:
          -chown root $(DESTDIR)$(bindir)/fusermount-glusterfs
          chmod u+s $(DESTDIR)$(bindir)/fusermount-glusterfs

Is /build maybe mounted with nosuid or similar? I do not think it
matters for our regression tests.

HTH,
Niels

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel

Reply via email to