| Summary: | glusterfs3.x does not match "generated" source | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Jeff Darcy <jdarcy> |
| Component: | unclassified | Assignee: | Amar Tumballi <amarts> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | mainline | CC: | gluster-bugs, saurabh, vijay, vraman |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Jeff Darcy
2010-11-24 15:08:57 UTC
Yes! thats true. The reason we did some manual changes to the output of .x file is because, the files which are generated from 'rpcgen' used to emit some warnings of 'unused variable buf', which causes our patch inclusion process to fail, as we don't except any patches with warnings. Let me evaluate how to get over it, and have .x file included in build process. PATCH: http://patches.gluster.com/patch/6212 in master (rpc/xdr: update .x files) saurabh@saurabh-laptop:~/git/glusterfs/rpc/xdr$ cd src saurabh@saurabh-laptop:~/git/glusterfs/rpc/xdr/src$ ls cli1.c cli1-xdr.h glusterd1.h glusterd1-xdr.x glusterfs3-xdr.c Makefile.am portmap-xdr.c xdr-generic.c cli1.h cli1-xdr.x glusterd1-xdr.c glusterfs3.c glusterfs3-xdr.h portmap.c portmap-xdr.h xdr-generic.h cli1-xdr.c glusterd1.c glusterd1-xdr.h glusterfs3.h glusterfs3-xdr.x portmap.h portmap-xdr.x saurabh@saurabh-laptop:~/git/glusterfs/rpc/xdr/src$ rpcgen glusterd1-xdr.x saurabh@saurabh-laptop:~/git/glusterfs/rpc/xdr/src$ ls -lia |