Re: [Gluster-devel] gluster builds are failing in rpmbuilding

2015-05-31 Thread Kaleb Keithley

 From: Pranith Kumar Karampuri pkara...@redhat.com
 Subject: Re: [Gluster-devel] gluster builds are failing in rpmbuilding
 
 I see that kaleb already sent a patch for this:
 http://review.gluster.org/#/c/11007 - master
 http://review.gluster.org/#/c/11008 - release-3.7


The corresponding patch for release-3.7 (http://review.gluster.org/#/c/11011/) 
has the necessary change to Makefile.am.

My http://review.gluster.org/#/c/11008 was premature and I have abandoned it.

--

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


Re: [Gluster-devel] gluster builds are failing in rpmbuilding

2015-05-30 Thread Niels de Vos
On Sat, May 30, 2015 at 06:57:41AM +0530, Pranith Kumar Karampuri wrote:
 hi,
 I don't understand rpmbuild logs that well. But the following seems to
 be the issue:
 Start: build phase for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
 Start: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
 Finish: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
 Start: rpmbuild glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
 ERROR: Exception(glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm)
 Config(epel-6-x86_64) 1 minutes 5 seconds
 
 Please feel free to take a look at the following links for sample runs:
 http://build.gluster.org/job/glusterfs-devrpms-el6/9019/console
 http://build.gluster.org/job/glusterfs-devrpms/9141/console
 http://build.gluster.org/job/glusterfs-devrpms-el7/2179/console

In case you have a glusterfs-devrpms* job fail, you can find the full
logs of the build as an artifact. Steps to find it with the last link
you gave:

  - open http://build.gluster.org/job/glusterfs-devrpms-el7/2179/console
  - click Status in the left menu
  - click build.log under the Build Artifacts
  - scroll to the bottom of the log and find your error

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


Re: [Gluster-devel] gluster builds are failing in rpmbuilding

2015-05-29 Thread Pranith Kumar Karampuri



On 05/30/2015 08:10 AM, Pranith Kumar Karampuri wrote:

I see that kaleb already sent a patch for this:
http://review.gluster.org/#/c/11007 - master
http://review.gluster.org/#/c/11008 - NetBSD

I meant http://review.gluster.org/#/c/11008 for release-3.7  :-)

Pranith


I am going to abandon my patch.

Pranith

On 05/30/2015 07:54 AM, Pranith Kumar Karampuri wrote:



On 05/30/2015 07:44 AM, Pranith Kumar Karampuri wrote:



On 05/30/2015 07:33 AM, Nagaprasad Sathyanarayana wrote:
It appears to me that glusterd-errno.h was added in the patch 
http://review.gluster.org/10313, which was merged on 29th. Please 
correct me if I am wrong.
I think it is supposed to be added to Makefile as well. Let me do 
some testing.

http://review.gluster.org/11010 fixes this.

Thanks a lot Naga :-)

Pranith


Pranith


Thanks
Naga

- Original Message -
From: Nagaprasad Sathyanarayana nsath...@redhat.com
To: Pranith Kumar Karampuri pkara...@redhat.com
Cc: Gluster Devel gluster-devel@gluster.org
Sent: Saturday, May 30, 2015 7:23:21 AM
Subject: Re: [Gluster-devel] gluster builds are failing in rpmbuilding

Could it be due to the compilation errors?

http://build.gluster.org/job/glusterfs-devrpms-el6/9019/ :
glusterd-locks.c:24:28: error: glusterd-errno.h: No such file or 
directory

   CC glusterd_la-glusterd-mgmt-handler.lo
glusterd-locks.c: In function 'glusterd_mgmt_v3_lock':
glusterd-locks.c:557: error: 'EANOTRANS' undeclared (first use in 
this function)
glusterd-locks.c:557: error: (Each undeclared identifier is 
reported only once

glusterd-locks.c:557: error: for each function it appears in.)
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
 Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
Child return code was: 1

http://build.gluster.org/job/glusterfs-devrpms/9141/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such file 
or directory

  #include glusterd-errno.h
 ^
compilation terminated.
   CC glusterd_la-glusterd-mgmt-handler.lo
   CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1

http://build.gluster.org/job/glusterfs-devrpms-el7/2179/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such file 
or directory

  #include glusterd-errno.h
 ^
compilation terminated.
   CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
glusterd-mgmt.c:26:28: fatal error: glusterd-errno.h: No such file 
or directory

  #include glusterd-errno.h
 ^
compilation terminated.


Thanks
Naga

- Original Message -
From: Pranith Kumar Karampuri pkara...@redhat.com
To: Gluster Devel gluster-devel@gluster.org
Sent: Saturday, May 30, 2015 6:57:41 AM
Subject: [Gluster-devel] gluster builds are failing in rpmbuilding

hi,
  I don't understand rpmbuild logs that well. But the following 
seems

to be the issue:
Start: build phase for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Finish: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: rpmbuild glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
ERROR: Exception(glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm)
Config(epel-6-x86_64) 1 minutes 5 seconds

Please feel free to take a look at the following links for sample 
runs:

http://build.gluster.org/job/glusterfs-devrpms-el6/9019/console
http://build.gluster.org/job/glusterfs-devrpms/9141/console
http://build.gluster.org/job/glusterfs-devrpms-el7/2179/console

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

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


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


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


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


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


[Gluster-devel] gluster builds are failing in rpmbuilding

2015-05-29 Thread Pranith Kumar Karampuri

hi,
I don't understand rpmbuild logs that well. But the following seems 
to be the issue:

Start: build phase for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Finish: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: rpmbuild glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
ERROR: Exception(glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm) 
Config(epel-6-x86_64) 1 minutes 5 seconds


Please feel free to take a look at the following links for sample runs:
http://build.gluster.org/job/glusterfs-devrpms-el6/9019/console
http://build.gluster.org/job/glusterfs-devrpms/9141/console
http://build.gluster.org/job/glusterfs-devrpms-el7/2179/console

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


Re: [Gluster-devel] gluster builds are failing in rpmbuilding

2015-05-29 Thread Pranith Kumar Karampuri



On 05/30/2015 07:44 AM, Pranith Kumar Karampuri wrote:



On 05/30/2015 07:33 AM, Nagaprasad Sathyanarayana wrote:
It appears to me that glusterd-errno.h was added in the patch 
http://review.gluster.org/10313, which was merged on 29th. Please 
correct me if I am wrong.
I think it is supposed to be added to Makefile as well. Let me do some 
testing.

http://review.gluster.org/11010 fixes this.

Thanks a lot Naga :-)

Pranith


Pranith


Thanks
Naga

- Original Message -
From: Nagaprasad Sathyanarayana nsath...@redhat.com
To: Pranith Kumar Karampuri pkara...@redhat.com
Cc: Gluster Devel gluster-devel@gluster.org
Sent: Saturday, May 30, 2015 7:23:21 AM
Subject: Re: [Gluster-devel] gluster builds are failing in rpmbuilding

Could it be due to the compilation errors?

http://build.gluster.org/job/glusterfs-devrpms-el6/9019/ :
glusterd-locks.c:24:28: error: glusterd-errno.h: No such file or 
directory

   CC glusterd_la-glusterd-mgmt-handler.lo
glusterd-locks.c: In function 'glusterd_mgmt_v3_lock':
glusterd-locks.c:557: error: 'EANOTRANS' undeclared (first use in 
this function)
glusterd-locks.c:557: error: (Each undeclared identifier is reported 
only once

glusterd-locks.c:557: error: for each function it appears in.)
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
 Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
Child return code was: 1

http://build.gluster.org/job/glusterfs-devrpms/9141/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such file 
or directory

  #include glusterd-errno.h
 ^
compilation terminated.
   CC glusterd_la-glusterd-mgmt-handler.lo
   CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1

http://build.gluster.org/job/glusterfs-devrpms-el7/2179/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such file 
or directory

  #include glusterd-errno.h
 ^
compilation terminated.
   CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
glusterd-mgmt.c:26:28: fatal error: glusterd-errno.h: No such file or 
directory

  #include glusterd-errno.h
 ^
compilation terminated.


Thanks
Naga

- Original Message -
From: Pranith Kumar Karampuri pkara...@redhat.com
To: Gluster Devel gluster-devel@gluster.org
Sent: Saturday, May 30, 2015 6:57:41 AM
Subject: [Gluster-devel] gluster builds are failing in rpmbuilding

hi,
  I don't understand rpmbuild logs that well. But the following 
seems

to be the issue:
Start: build phase for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Finish: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: rpmbuild glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
ERROR: Exception(glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm)
Config(epel-6-x86_64) 1 minutes 5 seconds

Please feel free to take a look at the following links for sample runs:
http://build.gluster.org/job/glusterfs-devrpms-el6/9019/console
http://build.gluster.org/job/glusterfs-devrpms/9141/console
http://build.gluster.org/job/glusterfs-devrpms-el7/2179/console

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

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


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


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


Re: [Gluster-devel] gluster builds are failing in rpmbuilding

2015-05-29 Thread Atin Mukherjee
On 30 May 2015 07:54, Pranith Kumar Karampuri pkara...@redhat.com wrote:



 On 05/30/2015 07:44 AM, Pranith Kumar Karampuri wrote:



 On 05/30/2015 07:33 AM, Nagaprasad Sathyanarayana wrote:


 It appears to me that glusterd-errno.h was added in the patch
http://review.gluster.org/10313, which was merged on 29th. Please correct
me if I am wrong.
I think we should seggregate votes for regression and the other set of jobs
which checks for the sanity of the patch including devrpm build. The reason
this patch got into the codebase was reviewers saw both linux and netbsd
regressions voted +1, but the other set of job was not run by that time.
Having a separate vote might help here. Off late, we have also seen that
regression and smoke can override their votes which is also not correct.
Thoughts?

 I think it is supposed to be added to Makefile as well. Let me do some
testing.

 http://review.gluster.org/11010 fixes this.

 Thanks a lot Naga :-)

 Pranith


 Pranith


 Thanks
 Naga

 - Original Message -
 From: Nagaprasad Sathyanarayana nsath...@redhat.com
 To: Pranith Kumar Karampuri pkara...@redhat.com
 Cc: Gluster Devel gluster-devel@gluster.org
 Sent: Saturday, May 30, 2015 7:23:21 AM
 Subject: Re: [Gluster-devel] gluster builds are failing in rpmbuilding

 Could it be due to the compilation errors?

 http://build.gluster.org/job/glusterfs-devrpms-el6/9019/ :
 glusterd-locks.c:24:28: error: glusterd-errno.h: No such file or
directory
CC glusterd_la-glusterd-mgmt-handler.lo
 glusterd-locks.c: In function 'glusterd_mgmt_v3_lock':
 glusterd-locks.c:557: error: 'EANOTRANS' undeclared (first use in this
function)
 glusterd-locks.c:557: error: (Each undeclared identifier is reported
only once
 glusterd-locks.c:557: error: for each function it appears in.)
 make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
 make[5]: *** Waiting for unfinished jobs
 make[4]: *** [all-recursive] Error 1
 make[3]: *** [all-recursive] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 RPM build errors:
 error: Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
  Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
 Child return code was: 1

 http://build.gluster.org/job/glusterfs-devrpms/9141/ :
 glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such file or
directory
   #include glusterd-errno.h
  ^
 compilation terminated.
CC glusterd_la-glusterd-mgmt-handler.lo
CC glusterd_la-glusterd-mgmt.lo
 make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1

 http://build.gluster.org/job/glusterfs-devrpms-el7/2179/ :
 glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such file or
directory
   #include glusterd-errno.h
  ^
 compilation terminated.
CC glusterd_la-glusterd-mgmt.lo
 make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
 make[5]: *** Waiting for unfinished jobs
 glusterd-mgmt.c:26:28: fatal error: glusterd-errno.h: No such file or
directory
   #include glusterd-errno.h
  ^
 compilation terminated.


 Thanks
 Naga

 - Original Message -
 From: Pranith Kumar Karampuri pkara...@redhat.com
 To: Gluster Devel gluster-devel@gluster.org
 Sent: Saturday, May 30, 2015 6:57:41 AM
 Subject: [Gluster-devel] gluster builds are failing in rpmbuilding

 hi,
   I don't understand rpmbuild logs that well. But the following
seems
 to be the issue:
 Start: build phase for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
 Start: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
 Finish: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
 Start: rpmbuild glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
 ERROR: Exception(glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm)
 Config(epel-6-x86_64) 1 minutes 5 seconds

 Please feel free to take a look at the following links for sample runs:
 http://build.gluster.org/job/glusterfs-devrpms-el6/9019/console
 http://build.gluster.org/job/glusterfs-devrpms/9141/console
 http://build.gluster.org/job/glusterfs-devrpms-el7/2179/console

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

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


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


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


Re: [Gluster-devel] gluster builds are failing in rpmbuilding

2015-05-29 Thread Nagaprasad Sathyanarayana
Could it be due to the compilation errors?

http://build.gluster.org/job/glusterfs-devrpms-el6/9019/ :
glusterd-locks.c:24:28: error: glusterd-errno.h: No such file or directory
  CC glusterd_la-glusterd-mgmt-handler.lo
glusterd-locks.c: In function 'glusterd_mgmt_v3_lock':
glusterd-locks.c:557: error: 'EANOTRANS' undeclared (first use in this function)
glusterd-locks.c:557: error: (Each undeclared identifier is reported only once
glusterd-locks.c:557: error: for each function it appears in.)
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
Child return code was: 1

http://build.gluster.org/job/glusterfs-devrpms/9141/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such file or directory
 #include glusterd-errno.h
^
compilation terminated.
  CC glusterd_la-glusterd-mgmt-handler.lo
  CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1

http://build.gluster.org/job/glusterfs-devrpms-el7/2179/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such file or directory
 #include glusterd-errno.h
^
compilation terminated.
  CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
glusterd-mgmt.c:26:28: fatal error: glusterd-errno.h: No such file or directory
 #include glusterd-errno.h
^
compilation terminated.


Thanks
Naga

- Original Message -
From: Pranith Kumar Karampuri pkara...@redhat.com
To: Gluster Devel gluster-devel@gluster.org
Sent: Saturday, May 30, 2015 6:57:41 AM
Subject: [Gluster-devel] gluster builds are failing in rpmbuilding

hi,
 I don't understand rpmbuild logs that well. But the following seems 
to be the issue:
Start: build phase for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Finish: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: rpmbuild glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
ERROR: Exception(glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm) 
Config(epel-6-x86_64) 1 minutes 5 seconds

Please feel free to take a look at the following links for sample runs:
http://build.gluster.org/job/glusterfs-devrpms-el6/9019/console
http://build.gluster.org/job/glusterfs-devrpms/9141/console
http://build.gluster.org/job/glusterfs-devrpms-el7/2179/console

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

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


Re: [Gluster-devel] gluster builds are failing in rpmbuilding

2015-05-29 Thread Pranith Kumar Karampuri



On 05/30/2015 07:33 AM, Nagaprasad Sathyanarayana wrote:

It appears to me that glusterd-errno.h was added in the patch 
http://review.gluster.org/10313, which was merged on 29th. Please correct me if 
I am wrong.
I think it is supposed to be added to Makefile as well. Let me do some 
testing.


Pranith


Thanks
Naga

- Original Message -
From: Nagaprasad Sathyanarayana nsath...@redhat.com
To: Pranith Kumar Karampuri pkara...@redhat.com
Cc: Gluster Devel gluster-devel@gluster.org
Sent: Saturday, May 30, 2015 7:23:21 AM
Subject: Re: [Gluster-devel] gluster builds are failing in rpmbuilding

Could it be due to the compilation errors?

http://build.gluster.org/job/glusterfs-devrpms-el6/9019/ :
glusterd-locks.c:24:28: error: glusterd-errno.h: No such file or directory
   CC glusterd_la-glusterd-mgmt-handler.lo
glusterd-locks.c: In function 'glusterd_mgmt_v3_lock':
glusterd-locks.c:557: error: 'EANOTRANS' undeclared (first use in this function)
glusterd-locks.c:557: error: (Each undeclared identifier is reported only once
glusterd-locks.c:557: error: for each function it appears in.)
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
 Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
Child return code was: 1

http://build.gluster.org/job/glusterfs-devrpms/9141/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such file or directory
  #include glusterd-errno.h
 ^
compilation terminated.
   CC glusterd_la-glusterd-mgmt-handler.lo
   CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1

http://build.gluster.org/job/glusterfs-devrpms-el7/2179/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such file or directory
  #include glusterd-errno.h
 ^
compilation terminated.
   CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
glusterd-mgmt.c:26:28: fatal error: glusterd-errno.h: No such file or directory
  #include glusterd-errno.h
 ^
compilation terminated.


Thanks
Naga

- Original Message -
From: Pranith Kumar Karampuri pkara...@redhat.com
To: Gluster Devel gluster-devel@gluster.org
Sent: Saturday, May 30, 2015 6:57:41 AM
Subject: [Gluster-devel] gluster builds are failing in rpmbuilding

hi,
  I don't understand rpmbuild logs that well. But the following seems
to be the issue:
Start: build phase for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Finish: build setup for glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: rpmbuild glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
ERROR: Exception(glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm)
Config(epel-6-x86_64) 1 minutes 5 seconds

Please feel free to take a look at the following links for sample runs:
http://build.gluster.org/job/glusterfs-devrpms-el6/9019/console
http://build.gluster.org/job/glusterfs-devrpms/9141/console
http://build.gluster.org/job/glusterfs-devrpms-el7/2179/console

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

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


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


Re: [Gluster-devel] gluster builds are failing in rpmbuilding

2015-05-29 Thread Pranith Kumar Karampuri



On 05/30/2015 09:20 AM, Avra Sengupta wrote:
That is because the patch that introduces glusterd-errno.h is not yet 
merged in 3.7. So glusterd-errno.h is still not present int release 
3.7. I will update the patch introducing the header file itself with 
the required change, and will abandon http://review.gluster.org/#/c/11008
Thanks avra. Seems like I cloned a branch from master but named it 3.7 
haha :-D.


Pranith


Regards,
Avra

On 05/30/2015 08:29 AM, Pranith Kumar Karampuri wrote:



On 05/30/2015 08:11 AM, Pranith Kumar Karampuri wrote:



On 05/30/2015 08:10 AM, Pranith Kumar Karampuri wrote:

I see that kaleb already sent a patch for this:
http://review.gluster.org/#/c/11007 - master
http://review.gluster.org/#/c/11008 - NetBSD

I meant http://review.gluster.org/#/c/11008 for release-3.7 :-)

This fails in smoke with the following failure :-(.
make[4]: *** No rule to make target `glusterd-errno.h', needed by 
`all-am'.  Stop.

make[4]: *** Waiting for unfinished jobs

On my laptop it succeeds though :-/. Any clues?

Pranith


Pranith


I am going to abandon my patch.

Pranith

On 05/30/2015 07:54 AM, Pranith Kumar Karampuri wrote:



On 05/30/2015 07:44 AM, Pranith Kumar Karampuri wrote:



On 05/30/2015 07:33 AM, Nagaprasad Sathyanarayana wrote:
It appears to me that glusterd-errno.h was added in the patch 
http://review.gluster.org/10313, which was merged on 29th. 
Please correct me if I am wrong.
I think it is supposed to be added to Makefile as well. Let me do 
some testing.

http://review.gluster.org/11010 fixes this.

Thanks a lot Naga :-)

Pranith


Pranith


Thanks
Naga

- Original Message -
From: Nagaprasad Sathyanarayana nsath...@redhat.com
To: Pranith Kumar Karampuri pkara...@redhat.com
Cc: Gluster Devel gluster-devel@gluster.org
Sent: Saturday, May 30, 2015 7:23:21 AM
Subject: Re: [Gluster-devel] gluster builds are failing in 
rpmbuilding


Could it be due to the compilation errors?

http://build.gluster.org/job/glusterfs-devrpms-el6/9019/ :
glusterd-locks.c:24:28: error: glusterd-errno.h: No such file or 
directory

   CC glusterd_la-glusterd-mgmt-handler.lo
glusterd-locks.c: In function 'glusterd_mgmt_v3_lock':
glusterd-locks.c:557: error: 'EANOTRANS' undeclared (first use 
in this function)
glusterd-locks.c:557: error: (Each undeclared identifier is 
reported only once

glusterd-locks.c:557: error: for each function it appears in.)
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
 Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
Child return code was: 1

http://build.gluster.org/job/glusterfs-devrpms/9141/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such 
file or directory

  #include glusterd-errno.h
 ^
compilation terminated.
   CC glusterd_la-glusterd-mgmt-handler.lo
   CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1

http://build.gluster.org/job/glusterfs-devrpms-el7/2179/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such 
file or directory

  #include glusterd-errno.h
 ^
compilation terminated.
   CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
glusterd-mgmt.c:26:28: fatal error: glusterd-errno.h: No such 
file or directory

  #include glusterd-errno.h
 ^
compilation terminated.


Thanks
Naga

- Original Message -
From: Pranith Kumar Karampuri pkara...@redhat.com
To: Gluster Devel gluster-devel@gluster.org
Sent: Saturday, May 30, 2015 6:57:41 AM
Subject: [Gluster-devel] gluster builds are failing in rpmbuilding

hi,
  I don't understand rpmbuild logs that well. But the 
following seems

to be the issue:
Start: build phase for 
glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: build setup for 
glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Finish: build setup for 
glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm

Start: rpmbuild glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
ERROR: Exception(glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm)
Config(epel-6-x86_64) 1 minutes 5 seconds

Please feel free to take a look at the following links for 
sample runs:

http://build.gluster.org/job/glusterfs-devrpms-el6/9019/console
http://build.gluster.org/job/glusterfs-devrpms/9141/console
http://build.gluster.org/job/glusterfs-devrpms-el7/2179/console

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

___
Gluster-devel mailing list
Gluster-devel@gluster.org
http

Re: [Gluster-devel] gluster builds are failing in rpmbuilding

2015-05-29 Thread Avra Sengupta
Resent http://review.gluster.org/11011 with the Makefile changes for 
release 3.7 branch. Unable to abandon http://review.gluster.org/11008 as 
I don't think I have permissions to do so.


Regards,
Avra

On 05/30/2015 09:20 AM, Avra Sengupta wrote:
That is because the patch that introduces glusterd-errno.h is not yet 
merged in 3.7. So glusterd-errno.h is still not present int release 
3.7. I will update the patch introducing the header file itself with 
the required change, and will abandon http://review.gluster.org/#/c/11008


Regards,
Avra

On 05/30/2015 08:29 AM, Pranith Kumar Karampuri wrote:



On 05/30/2015 08:11 AM, Pranith Kumar Karampuri wrote:



On 05/30/2015 08:10 AM, Pranith Kumar Karampuri wrote:

I see that kaleb already sent a patch for this:
http://review.gluster.org/#/c/11007 - master
http://review.gluster.org/#/c/11008 - NetBSD

I meant http://review.gluster.org/#/c/11008 for release-3.7 :-)

This fails in smoke with the following failure :-(.
make[4]: *** No rule to make target `glusterd-errno.h', needed by 
`all-am'.  Stop.

make[4]: *** Waiting for unfinished jobs

On my laptop it succeeds though :-/. Any clues?

Pranith


Pranith


I am going to abandon my patch.

Pranith

On 05/30/2015 07:54 AM, Pranith Kumar Karampuri wrote:



On 05/30/2015 07:44 AM, Pranith Kumar Karampuri wrote:



On 05/30/2015 07:33 AM, Nagaprasad Sathyanarayana wrote:
It appears to me that glusterd-errno.h was added in the patch 
http://review.gluster.org/10313, which was merged on 29th. 
Please correct me if I am wrong.
I think it is supposed to be added to Makefile as well. Let me do 
some testing.

http://review.gluster.org/11010 fixes this.

Thanks a lot Naga :-)

Pranith


Pranith


Thanks
Naga

- Original Message -
From: Nagaprasad Sathyanarayana nsath...@redhat.com
To: Pranith Kumar Karampuri pkara...@redhat.com
Cc: Gluster Devel gluster-devel@gluster.org
Sent: Saturday, May 30, 2015 7:23:21 AM
Subject: Re: [Gluster-devel] gluster builds are failing in 
rpmbuilding


Could it be due to the compilation errors?

http://build.gluster.org/job/glusterfs-devrpms-el6/9019/ :
glusterd-locks.c:24:28: error: glusterd-errno.h: No such file or 
directory

   CC glusterd_la-glusterd-mgmt-handler.lo
glusterd-locks.c: In function 'glusterd_mgmt_v3_lock':
glusterd-locks.c:557: error: 'EANOTRANS' undeclared (first use 
in this function)
glusterd-locks.c:557: error: (Each undeclared identifier is 
reported only once

glusterd-locks.c:557: error: for each function it appears in.)
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
 Bad exit status from /var/tmp/rpm-tmp.E46NjW (%build)
Child return code was: 1

http://build.gluster.org/job/glusterfs-devrpms/9141/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such 
file or directory

  #include glusterd-errno.h
 ^
compilation terminated.
   CC glusterd_la-glusterd-mgmt-handler.lo
   CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1

http://build.gluster.org/job/glusterfs-devrpms-el7/2179/ :
glusterd-locks.c:24:28: fatal error: glusterd-errno.h: No such 
file or directory

  #include glusterd-errno.h
 ^
compilation terminated.
   CC glusterd_la-glusterd-mgmt.lo
make[5]: *** [glusterd_la-glusterd-locks.lo] Error 1
make[5]: *** Waiting for unfinished jobs
glusterd-mgmt.c:26:28: fatal error: glusterd-errno.h: No such 
file or directory

  #include glusterd-errno.h
 ^
compilation terminated.


Thanks
Naga

- Original Message -
From: Pranith Kumar Karampuri pkara...@redhat.com
To: Gluster Devel gluster-devel@gluster.org
Sent: Saturday, May 30, 2015 6:57:41 AM
Subject: [Gluster-devel] gluster builds are failing in rpmbuilding

hi,
  I don't understand rpmbuild logs that well. But the 
following seems

to be the issue:
Start: build phase for 
glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Start: build setup for 
glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
Finish: build setup for 
glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm

Start: rpmbuild glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm
ERROR: Exception(glusterfs-3.8dev-0.314.git471b2e0.el6.src.rpm)
Config(epel-6-x86_64) 1 minutes 5 seconds

Please feel free to take a look at the following links for 
sample runs:

http://build.gluster.org/job/glusterfs-devrpms-el6/9019/console
http://build.gluster.org/job/glusterfs-devrpms/9141/console
http://build.gluster.org/job/glusterfs-devrpms-el7/2179/console

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