Re: [Gluster-devel] FreeBSD smoke failure

2016-02-20 Thread Emmanuel Dreyfus
Jeff Darcy wrote: > OK, so are you proposing that we add the same thing on the FreeBSD > slaves? This is how I fixed that exact same problem for NetBSD. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz m...@netbsd.org ___

Re: [Gluster-devel] FreeBSD smoke failure

2016-02-20 Thread Jeff Darcy
> On NetBSD Jenkins slaves slave VM, /opt/qa/build.sh contains this: > > PYDIR=`$PYTHONBIN -c 'from distutils.sysconfig import get_python_lib; > print(get_python_lib())'` > su -m root -c "/usr/bin/install -d -o jenkins -m 755 $PYDIR/gluster" OK, so are you proposing that we add the same thing on

Re: [Gluster-devel] FreeBSD smoke failure

2016-02-20 Thread Emmanuel Dreyfus
Jeff Darcy wrote: > What solution do you suggest? On NetBSD Jenkins slaves slave VM, /opt/qa/build.sh contains this: PYDIR=`$PYTHONBIN -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())'` su -m root -c "/usr/bin/install -d -o jenkins -m 755

Re: [Gluster-devel] FreeBSD smoke failure

2016-02-20 Thread Jeff Darcy
> The problem is that glusterfs install target copies glupy python module > outside of glusterfs install directory. The permissions must be > propeperly setup for the unprivilegied build process to succeed the > copy. What solution do you suggest? If these files were installed elsewhere, we'd

Re: [Gluster-devel] FreeBSD smoke failure

2016-02-20 Thread Emmanuel Dreyfus
Jeff Darcy wrote: > I've seen the same thing, but not all the time even for the same code. > The fact that it's not consistent suggests that it's a configuration > issue on some of the workers. The problem is that glusterfs install target copies glupy python module outside of