Re: [Gluster-devel] Sqlite3 dependency for Data Tiering

2015-02-18 Thread Jeff Darcy
 Then there will be two things
 1) Update the this page
 http://www.gluster.org/community/documentation/index.php/CompilingRPMS#Common_Steps
 i.e add yum install sqlite3-devel

The *real* canonical way to list dependencies is with BuildRequires lines in
glusterfs.spec.in (in your source tree).  IMO the instructions should refer
people there.  Also, yum-builddep will pull in all of the required packages
based on an SRPM, but then there's a bit of a chicken-and-egg problem: how
do you build an SRPM from source if you don't already have those packages?
I guess it's meant for rebuilding or minor changes, not for true building
from scratch.

 2) Modify configure.ac to check if the sqlite3-devel packages are installed
 before make.
 
 Is there something I am missing?

Other than making sure glusterfs.spec.in is updated along with configure.ac,
I can't think of anything.
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


[Gluster-devel] Sqlite3 dependency for Data Tiering

2015-02-17 Thread Joseph Fernandes
Hi Guys,

The upcoming Data tiering/Classification feature has a dependency on Sqlite3 
Devel packages.
Could you please suggest me, how do I include sqlite3 devel packages 
automatically in
the GlusterFS upstream code.

Regards,
Joe
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel