Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-17 Thread Karthik Subrahmanya
> > http://review.gluster.org/14337 has been posted but still needs some > reviewing. > > Niels > Thanks! ~Karthik ___ Gluster-devel mailing list Gluster-devel@gluster.org http://www.gluster.org/mailman/listinfo/gluster-devel

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-17 Thread Niels de Vos
g. Niels > > Regards, > Karthik > > - Original Message - > > From: "Aravinda" <avish...@redhat.com> > > To: "Kaushal M" <kshlms...@gmail.com> > > Cc: "Gluster Devel" <gluster-devel@gluster.org> > > Se

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-17 Thread Karthik Subrahmanya
com> > Cc: "Gluster Devel" <gluster-devel@gluster.org> > Sent: Friday, May 13, 2016 11:50:34 AM > Subject: Re: [Gluster-devel] [smoke failure] Permission denied error while > install-pygluypPYTHON > > Refreshed the patch to fix glupy, systemd and mount.glusterfs

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-13 Thread Aravinda
Refreshed the patch to fix glupy, systemd and mount.glusterfs files. http://review.gluster.org/14315 regards Aravinda On 05/13/2016 10:25 AM, Kaushal M wrote: On Fri, May 13, 2016 at 9:59 AM, Aravinda wrote: Sent patch to fix glupy installation issue.

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Kaushal M
On Fri, May 13, 2016 at 9:59 AM, Aravinda wrote: > Sent patch to fix glupy installation issue. > http://review.gluster.org/#/c/14315/ > > regards > Aravinda > > On 05/12/2016 11:28 PM, Aravinda wrote: > > Sorry miss from my side. Updated list of files/dir which do not honour

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Aravinda
Sent patch to fix glupy installation issue. http://review.gluster.org/#/c/14315/ regards Aravinda On 05/12/2016 11:28 PM, Aravinda wrote: Sorry miss from my side. Updated list of files/dir which do not honour --prefix usr/lib/ usr/lib/systemd usr/lib/systemd/system

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Aravinda
Sorry miss from my side. Updated list of files/dir which do not honour --prefix usr/lib/ usr/lib/systemd usr/lib/systemd/system usr/lib/systemd/system/glusterd.service usr/lib/python2.7 usr/lib/python2.7/site-packages usr/lib/python2.7/site-packages/gluster

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Aravinda
regards Aravinda On 05/12/2016 08:23 PM, Niels de Vos wrote: On Thu, May 12, 2016 at 04:28:40PM +0530, Aravinda wrote: regards Aravinda On 05/12/2016 04:08 PM, Kaushal M wrote: The install path should be `$DESTDIR/$PREFIX/`. PREFIX should be the path under which the file is going to be

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Niels de Vos
On Thu, May 12, 2016 at 04:28:40PM +0530, Aravinda wrote: > > regards > Aravinda > > On 05/12/2016 04:08 PM, Kaushal M wrote: > > The install path should be `$DESTDIR/$PREFIX/`. > > > > PREFIX should be the path under which the file is going to be installed. > Yes. That is substituted during

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Aravinda
regards Aravinda On 05/12/2016 04:08 PM, Kaushal M wrote: The install path should be `$DESTDIR/$PREFIX/`. PREFIX should be the path under which the file is going to be installed. Yes. That is substituted during ./configure if --prefix is passed, otherwise generated Makefile will have $prefix

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Kaushal M
The install path should be `$DESTDIR/$PREFIX/`. PREFIX should be the path under which the file is going to be installed. DESTDIR is a way to make it easier to package builders to collect installed files. It shouldn't be used as an alternative to prefix. And I think software generally shouldn't be

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Aravinda
regards Aravinda On 05/12/2016 02:33 PM, Niels de Vos wrote: On Thu, May 12, 2016 at 02:01:43PM +0530, Aravinda wrote: I checked the Makefile.am and configure.ac of glupy, looks good to me. I don't think we have issue in glupy. If we run make install with DESTDIR empty then

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Niels de Vos
On Thu, May 12, 2016 at 02:01:43PM +0530, Aravinda wrote: > I checked the Makefile.am and configure.ac of glupy, looks good to me. I > don't think we have issue in glupy. > > If we run make install with DESTDIR empty then > `${DESTDIR}/usr/lib/python2.6/site-packages/gluster` will become >

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Aravinda
I checked the Makefile.am and configure.ac of glupy, looks good to me. I don't think we have issue in glupy. If we run make install with DESTDIR empty then `${DESTDIR}/usr/lib/python2.6/site-packages/gluster` will become /usr/lib/python2.6/site-packages/gluster. So we will get that error.

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Raghavendra Gowdappa
- Original Message - > From: "Niels de Vos" <nde...@redhat.com> > To: "Raghavendra Gowdappa" <rgowd...@redhat.com> > Cc: "Gluster Devel" <gluster-devel@gluster.org> > Sent: Thursday, May 12, 2016 12:29:43 PM > Subject: Re

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-12 Thread Niels de Vos
On Thu, May 12, 2016 at 01:14:07AM -0400, Raghavendra Gowdappa wrote: > https://build.gluster.org/job/smoke/27674/console > > 06:09:06 /bin/mkdir: cannot create directory > `/usr/lib/python2.6/site-packages/gluster': Permission denied > 06:09:06 make[6]: *** [install-pyglupyPYTHON] Error 1 This

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-11 Thread Saravanakumar Arumugam
Hi, I am facing the same error, Can you help? https://build.gluster.org/job/smoke/27687/console Thanks, Saravana On 05/12/2016 10:44 AM, Raghavendra Gowdappa wrote: https://build.gluster.org/job/smoke/27674/console 06:09:06 /bin/mkdir: cannot create directory

Re: [Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-11 Thread Raghavendra Gowdappa
+gluster-infra - Original Message - > From: "Raghavendra Gowdappa" <rgowd...@redhat.com> > To: "Gluster Devel" <gluster-devel@gluster.org> > Sent: Thursday, May 12, 2016 10:44:07 AM > Subject: [Gluster-devel] [smoke failure] Permission denied

[Gluster-devel] [smoke failure] Permission denied error while install-pygluypPYTHON

2016-05-11 Thread Raghavendra Gowdappa
https://build.gluster.org/job/smoke/27674/console 06:09:06 /bin/mkdir: cannot create directory `/usr/lib/python2.6/site-packages/gluster': Permission denied 06:09:06 make[6]: *** [install-pyglupyPYTHON] Error 1 06:09:06 make[5]: *** [install-am] Error 2 06:09:06 make[4]: *** [install-recursive]