Re: [Gluster-devel] master broken.

2017-11-09 Thread Hari Gowtham
Thanks. It works now.

Sorry for the late response.

On Wed, Nov 8, 2017 at 12:30 AM, Atin Mukherjee  wrote:
> Please pull in the latest changes. It’s fixed now.
>
> On Tue, 7 Nov 2017 at 23:41, Hari Gowtham  wrote:
>>
>> Hi,
>>
>> I have been trying to install the rebase and i see this error
>>
>>
>> server.c: In function ‘init’:
>> server.c:1205:15: error: too few arguments to function
>> ‘rpcsvc_program_register’
>>  ret = rpcsvc_program_register (conf->rpc,
>> &glusterfs4_0_fop_prog);
>>^~~
>> In file included from server.h:17:0,
>>  from server.c:16:
>> ../../../../rpc/rpc-lib/src/rpcsvc.h:426:1: note: declared here
>>  rpcsvc_program_register (rpcsvc_t *svc, rpcsvc_program_t *program,
>>  ^~~
>> make[5]: *** [Makefile:571: server.lo] Error 1
>> make[4]: *** [Makefile:463: all-recursive] Error 1
>> make[3]: *** [Makefile:463: all-recursive] Error 1
>> make[2]: *** [Makefile:471: all-recursive] Error 1
>> make[1]: *** [Makefile:603: all-recursive] Error 1
>> make: *** [Makefile:494: all] Error 2
>>
>> I can see this points to the changes in this patch
>> https://review.gluster.org/#/c/18547/
>> which was merged lately.
>>
>> can someone check thier local master is it install fine to confirm?
>>
>> --
>> Regards,
>> Hari Gowtham.
>> ___
>> Gluster-devel mailing list
>> Gluster-devel@gluster.org
>> http://lists.gluster.org/mailman/listinfo/gluster-devel
>
> --
> - Atin (atinm)



-- 
Regards,
Hari Gowtham.
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-devel

Re: [Gluster-devel] master broken.

2017-11-07 Thread Atin Mukherjee
Please pull in the latest changes. It’s fixed now.

On Tue, 7 Nov 2017 at 23:41, Hari Gowtham  wrote:

> Hi,
>
> I have been trying to install the rebase and i see this error
>
>
> server.c: In function ‘init’:
> server.c:1205:15: error: too few arguments to function
> ‘rpcsvc_program_register’
>  ret = rpcsvc_program_register (conf->rpc, &glusterfs4_0_fop_prog);
>^~~
> In file included from server.h:17:0,
>  from server.c:16:
> ../../../../rpc/rpc-lib/src/rpcsvc.h:426:1: note: declared here
>  rpcsvc_program_register (rpcsvc_t *svc, rpcsvc_program_t *program,
>  ^~~
> make[5]: *** [Makefile:571: server.lo] Error 1
> make[4]: *** [Makefile:463: all-recursive] Error 1
> make[3]: *** [Makefile:463: all-recursive] Error 1
> make[2]: *** [Makefile:471: all-recursive] Error 1
> make[1]: *** [Makefile:603: all-recursive] Error 1
> make: *** [Makefile:494: all] Error 2
>
> I can see this points to the changes in this patch
> https://review.gluster.org/#/c/18547/
> which was merged lately.
>
> can someone check thier local master is it install fine to confirm?
>
> --
> Regards,
> Hari Gowtham.
> ___
> Gluster-devel mailing list
> Gluster-devel@gluster.org
> http://lists.gluster.org/mailman/listinfo/gluster-devel

-- 
- Atin (atinm)
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-devel

Re: [Gluster-devel] master broken.

2017-11-07 Thread Amar Tumballi
What is head of your branch? It got fixed around ~6pm IST from a patch from
Rafi.

For the record, it got messed up by a patch I merged after Milind's patch.

Regards,
Amar

On 07-Nov-2017 11:41 PM, "Hari Gowtham"  wrote:

> Hi,
>
> I have been trying to install the rebase and i see this error
>
>
> server.c: In function ‘init’:
> server.c:1205:15: error: too few arguments to function
> ‘rpcsvc_program_register’
>  ret = rpcsvc_program_register (conf->rpc, &glusterfs4_0_fop_prog);
>^~~
> In file included from server.h:17:0,
>  from server.c:16:
> ../../../../rpc/rpc-lib/src/rpcsvc.h:426:1: note: declared here
>  rpcsvc_program_register (rpcsvc_t *svc, rpcsvc_program_t *program,
>  ^~~
> make[5]: *** [Makefile:571: server.lo] Error 1
> make[4]: *** [Makefile:463: all-recursive] Error 1
> make[3]: *** [Makefile:463: all-recursive] Error 1
> make[2]: *** [Makefile:471: all-recursive] Error 1
> make[1]: *** [Makefile:603: all-recursive] Error 1
> make: *** [Makefile:494: all] Error 2
>
> I can see this points to the changes in this patch
> https://review.gluster.org/#/c/18547/
> which was merged lately.
>
> can someone check thier local master is it install fine to confirm?
>
> --
> Regards,
> Hari Gowtham.
> ___
> Gluster-devel mailing list
> Gluster-devel@gluster.org
> http://lists.gluster.org/mailman/listinfo/gluster-devel
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-devel

[Gluster-devel] master broken.

2017-11-07 Thread Hari Gowtham
Hi,

I have been trying to install the rebase and i see this error


server.c: In function ‘init’:
server.c:1205:15: error: too few arguments to function ‘rpcsvc_program_register’
 ret = rpcsvc_program_register (conf->rpc, &glusterfs4_0_fop_prog);
   ^~~
In file included from server.h:17:0,
 from server.c:16:
../../../../rpc/rpc-lib/src/rpcsvc.h:426:1: note: declared here
 rpcsvc_program_register (rpcsvc_t *svc, rpcsvc_program_t *program,
 ^~~
make[5]: *** [Makefile:571: server.lo] Error 1
make[4]: *** [Makefile:463: all-recursive] Error 1
make[3]: *** [Makefile:463: all-recursive] Error 1
make[2]: *** [Makefile:471: all-recursive] Error 1
make[1]: *** [Makefile:603: all-recursive] Error 1
make: *** [Makefile:494: all] Error 2

I can see this points to the changes in this patch
https://review.gluster.org/#/c/18547/
which was merged lately.

can someone check thier local master is it install fine to confirm?

-- 
Regards,
Hari Gowtham.
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-devel