Re: [Gluster-devel] FreeBSD smoke failure

2016-02-21 Thread Jeff Darcy
> This is how I fixed that exact same problem for NetBSD. Then I'm all in favor. Thanks! ___ Gluster-devel mailing list Gluster-devel@gluster.org http://www.gluster.org/mailman/listinfo/gluster-devel

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

Re: [Gluster-devel] FreeBSD smoke failure

2016-02-19 Thread Jeff Darcy
> I've been seeing FreeBSD smoke failures quite a few time now and here is > one of them [1] > /usr/home/jenkins/root/workspace/freebsd-smoke/install-sh -c -d > '/usr/local/lib/python2.7/site-packages/gluster/glupy' > mkdir: /usr/local/lib/python2.7/site-packages/gluster: Permission denied >

[Gluster-devel] FreeBSD smoke failure

2016-02-19 Thread Atin Mukherjee
I've been seeing FreeBSD smoke failures quite a few time now and here is one of them [1] /usr/home/jenkins/root/workspace/freebsd-smoke/install-sh -c -d '/usr/local/lib/python2.7/site-packages/gluster/glupy' mkdir: /usr/local/lib/python2.7/site-packages/gluster: Permission denied mkdir:

[Gluster-devel] freebsd smoke failure

2016-01-11 Thread Atin Mukherjee
I've been observing freebsd smoke failure for all the patches for last few days with the following error: mkdir: /usr/local/lib/python2.7/site-packages/gluster: Permission denied mkdir: /usr/local/lib/python2.7/site-packages/gluster: Permission denied Can any one from infra team can help here?

Re: [Gluster-devel] freebsd smoke failure

2016-01-11 Thread Jiffin Tony Thottan
On 12/01/16 11:19, Atin Mukherjee wrote: I've been observing freebsd smoke failure for all the patches for last few days with the following error: mkdir: /usr/local/lib/python2.7/site-packages/gluster: Permission denied mkdir: /usr/local/lib/python2.7/site-packages/gluster: Permission denied

Re: [Gluster-devel] FreeBSD Smoke failure

2015-09-13 Thread Akhil
Hello All, I have one of my patches pending for review due to freebsd smoke test failure. http://review.gluster.org/#/c/12150/1 Can someone please fix the build issue so that I can resubmit the patch? Thank you. Regards, Akhil On Thu, Sep 10, 2015 at 11:42 PM, Niels de Vos

Re: [Gluster-devel] FreeBSD Smoke failure

2015-09-13 Thread Anoop C S
On Mon, 2015-09-14 at 10:53 +0530, Akhil wrote: > Hello All, > > I have one of my patches pending for review due to freebsd smoke test > failure. > http://review.gluster.org/#/c/12150/1 > > Can someone please fix the build issue so that I can resubmit the > patch? > The corresponding patch[1]

Re: [Gluster-devel] FreeBSD Smoke failure

2015-09-10 Thread Niels de Vos
On Thu, Sep 10, 2015 at 10:10:03AM +0530, Atin Mukherjee wrote: > All the patches are failing in FreeBSD smoke with the following log: > > /usr/home/jenkins/root/workspace/freebsd-smoke/libglusterfs/src/gfdb/gfdb_sqlite3.h:15:10: > fatal error: 'sqlite3.h' file not found > > Could you take a

[Gluster-devel] FreeBSD Smoke failure

2015-09-09 Thread Atin Mukherjee
All the patches are failing in FreeBSD smoke with the following log: /usr/home/jenkins/root/workspace/freebsd-smoke/libglusterfs/src/gfdb/gfdb_sqlite3.h:15:10: fatal error: 'sqlite3.h' file not found Could you take a look at it? Thanks, Atin ___

Re: [Gluster-devel] FreeBSD Smoke failure

2015-09-09 Thread Akhil
Hello Atin, I have just started with the GlusterFS devel mailing list. I think the issue here could be that you do not have sqlite-devel installed on your system. I see that I have sqlite-devel installed and "/usr/include/sqlite3.h" file exist on my machine where I build and compile the