Re: [Gluster-infra] regression failures on freeBSD

2015-09-10 Thread Michael Scherer
Le jeudi 10 septembre 2015 à 12:24 -0400, Dan Lambright a écrit :
> Hello,
> 
> We are getting smoke errors are freeBSD, missing sqlite 
> 
> /usr/home/jenkins/root/workspace/freebsd-smoke/libglusterfs/src/gfdb/gfdb_sqlite3.h:15:10:
>  fatal error: 'sqlite3.h' file not found
> 
> https://build.gluster.org/job/freebsd-smoke/9859/console
> 
> Can the sqlite package please be loaded on the freeBSD regression machines?
> 
> Please let me know,

It did install it, but it was already installed:

[root@freebsd0 ~]# pkg install sqlite3
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100%944 B   0.9kB/s00:01
Fetching packagesite.txz: 100%5 MiB   2.7MB/s00:02
Processing entries: 100%
FreeBSD repository update completed. 24553 packages processed.
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be UPGRADED:
sqlite3: 3.8.8.2 -> 3.8.11.1

The operation will free 173 KiB.
578 KiB to be downloaded.

Proceed with this action? [y/N]: y
Fetching sqlite3-3.8.11.1.txz: 100%  578 KiB 591.8kB/s00:01
Checking integrity... done (0 conflicting)
[1/1] Upgrading sqlite3 from 3.8.8.2 to 3.8.11.1...
[1/1] Extracting sqlite3-3.8.11.1: 100%


and the file is here:
[root@freebsd0 ~]# ls -l /usr/local/include/sqlite3.h 
-rw-r--r--  1 root  wheel  380214 Aug 27
01:12 /usr/local/include/sqlite3.h

I suspect the autodetection fail on freebsd, ie, that's a bug to
correct, or the build script is wrong. 


-- 
Michael Scherer
Sysadmin, Community Infrastructure and Platform, OSAS



signature.asc
Description: This is a digitally signed message part
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra

Re: [Gluster-infra] regression failures on freeBSD

2015-09-10 Thread Niels de Vos
On Thu, Sep 10, 2015 at 12:24:29PM -0400, Dan Lambright wrote:
> Hello,
> 
> We are getting smoke errors are freeBSD, missing sqlite 
> 
> /usr/home/jenkins/root/workspace/freebsd-smoke/libglusterfs/src/gfdb/gfdb_sqlite3.h:15:10:
>  fatal error: 'sqlite3.h' file not found
> 
> https://build.gluster.org/job/freebsd-smoke/9859/console
> 
> Can the sqlite package please be loaded on the freeBSD regression machines?
> 
> Please let me know,

This has been introduced by a change in tier.h. More details here:

  http://review.gluster.org/#/c/12031/6/xlators/cluster/dht/src/tier.h

Please fix this ASAP, all FreeBSD smoke tests are now failing.

Thanks,
Niels



pgp3tuSml3Yy5.pgp
Description: PGP signature
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra

Re: [Gluster-infra] regression failures on freeBSD

2015-09-10 Thread Dan Lambright
Yup, ok, I see the problem. I'll try to fix it, or Joseph will, not later than 
this AM IST.

- Original Message -
> From: "Niels de Vos" 
> To: "Dan Lambright" 
> Cc: gluster-infra@gluster.org
> Sent: Thursday, September 10, 2015 2:12:28 PM
> Subject: Re: [Gluster-infra] regression failures on freeBSD
> 
> On Thu, Sep 10, 2015 at 12:24:29PM -0400, Dan Lambright wrote:
> > Hello,
> > 
> > We are getting smoke errors are freeBSD, missing sqlite
> > 
> > /usr/home/jenkins/root/workspace/freebsd-smoke/libglusterfs/src/gfdb/gfdb_sqlite3.h:15:10:
> > fatal error: 'sqlite3.h' file not found
> > 
> > https://build.gluster.org/job/freebsd-smoke/9859/console
> > 
> > Can the sqlite package please be loaded on the freeBSD regression machines?
> > 
> > Please let me know,
> 
> This has been introduced by a change in tier.h. More details here:
> 
>   http://review.gluster.org/#/c/12031/6/xlators/cluster/dht/src/tier.h
> 
> Please fix this ASAP, all FreeBSD smoke tests are now failing.
> 
> Thanks,
> Niels
> 
> 
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra


Re: [Gluster-infra] regression failures on freeBSD

2015-09-10 Thread Dan Lambright
Introduced fix 12155 for the problem.
thanks,
Dan

- Original Message -
> From: "Michael Scherer" 
> To: gluster-infra@gluster.org
> Sent: Thursday, September 10, 2015 12:54:51 PM
> Subject: Re: [Gluster-infra] regression failures on freeBSD
> 
> Le jeudi 10 septembre 2015 à 12:24 -0400, Dan Lambright a écrit :
> > Hello,
> > 
> > We are getting smoke errors are freeBSD, missing sqlite
> > 
> > /usr/home/jenkins/root/workspace/freebsd-smoke/libglusterfs/src/gfdb/gfdb_sqlite3.h:15:10:
> > fatal error: 'sqlite3.h' file not found
> > 
> > https://build.gluster.org/job/freebsd-smoke/9859/console
> > 
> > Can the sqlite package please be loaded on the freeBSD regression machines?
> > 
> > Please let me know,
> 
> It did install it, but it was already installed:
> 
> [root@freebsd0 ~]# pkg install sqlite3
> Updating FreeBSD repository catalogue...
> Fetching meta.txz: 100%944 B   0.9kB/s00:01
> Fetching packagesite.txz: 100%5 MiB   2.7MB/s00:02
> Processing entries: 100%
> FreeBSD repository update completed. 24553 packages processed.
> The following 1 package(s) will be affected (of 0 checked):
> 
> Installed packages to be UPGRADED:
>   sqlite3: 3.8.8.2 -> 3.8.11.1
> 
> The operation will free 173 KiB.
> 578 KiB to be downloaded.
> 
> Proceed with this action? [y/N]: y
> Fetching sqlite3-3.8.11.1.txz: 100%  578 KiB 591.8kB/s00:01
> Checking integrity... done (0 conflicting)
> [1/1] Upgrading sqlite3 from 3.8.8.2 to 3.8.11.1...
> [1/1] Extracting sqlite3-3.8.11.1: 100%
> 
> 
> and the file is here:
> [root@freebsd0 ~]# ls -l /usr/local/include/sqlite3.h
> -rw-r--r--  1 root  wheel  380214 Aug 27
> 01:12 /usr/local/include/sqlite3.h
> 
> I suspect the autodetection fail on freebsd, ie, that's a bug to
> correct, or the build script is wrong.
> 
> 
> --
> Michael Scherer
> Sysadmin, Community Infrastructure and Platform, OSAS
> 
> 
> ___
> Gluster-infra mailing list
> Gluster-infra@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-infra
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra