Re: [Gluster-devel] Not able to compile glusterfs

2017-03-26 Thread Pranith Kumar Karampuri
Thanks that helps.

On Mon, Mar 27, 2017 at 8:21 AM, Ravishankar N 
wrote:

> On 03/27/2017 06:30 AM, Pranith Kumar Karampuri wrote:
>
> hi,
> When I compile I get the following errors:
>
> EC dynamic support   : x64 sse avx
> Use memory pools : yes
> Nanosecond m/atimes  : yes
>
> file `cli1-xdr.tmp' already exists and may be overwritten
> file `changelog-xdr.tmp' already exists and may be overwritten
> file `glusterfs3-xdr.tmp' already exists and may be overwritten
> file `mount3udp.tmp' already exists and may be overwritten
> file `glusterd1-xdr.tmp' already exists and may be overwritten
> cp: cannot stat 'cli1-xdr.c': No such file or directory
> make[1]: *** [cli1-xdr.c] Error 1
> make[1]: *** Waiting for unfinished jobs
> file `rpc-common-xdr.tmp' already exists and may be overwritten
> file `portmap-xdr.tmp' already exists and may be overwritten
> file `nlm4-xdr.tmp' already exists and may be overwritten
> file `nsm-xdr.tmp' already exists and may be overwritten
> cp: file `glusterfs-fops.tmp' already exists and may be overwritten
> cannot stat 'mount3udp.c': No such file or directory
> make[1]: *** [mount3udp.c] Error 1
> cp: cannot stat 'changelog-xdr.c': No such file or directory
> make[1]: *** [changelog-xdr.c] Error 1
> cp: cp: cannot stat 'glusterfs3-xdr.c'cannot stat 'glusterd1-xdr.c': No
> such file or directory
> : No such file or directory
> cp: cannot stat 'rpc-common-xdr.c': No such file or directory
> make[1]: *** [glusterfs3-xdr.c] Error 1
> make[1]: *** [rpc-common-xdr.c] Error 1
> make[1]: *** [glusterd1-xdr.c] Error 1
> cp: cannot stat 'portmap-xdr.c': No such file or directory
> make[1]: *** [portmap-xdr.c] Error 1
> file `acl3-xdr.tmp' already exists and may be overwritten
> cp: cannot stat 'glusterfs-fops.c': No such file or directory
> cp: cannot stat 'nlm4-xdr.c': No such file or directory
> make[1]: *** [glusterfs-fops.c] Error 1
> make[1]: *** [nlm4-xdr.c] Error 1
> cp: cannot stat 'acl3-xdr.c': No such file or directory
> make[1]: *** [acl3-xdr.c] Error 1
> mv: cannot stat 'nsm-xdr.tmp': No such file or directory
> cp: cannot stat 'nsm-xdr.c': No such file or directory
> make[1]: *** [nsm-xdr.c] Error 1
> make: *** [install-recursive] Error 1
>
> Wondering if anyone else is facing the same problem. If there is a way to
> fix this please let me know.
>
> See the discussion on https://irclog.perlgeek.de/gluster-dev/2017-03-24#i_
> 14316697. It occurs when you run just 'make -j'. Kaleb has sent a fix
> https://review.gluster.org/#/c/16941/.
>
> -Ravi
>
>
> --
> Pranith
>
>
> ___
> Gluster-devel mailing 
> listGluster-devel@gluster.orghttp://lists.gluster.org/mailman/listinfo/gluster-devel
>
>
>


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

Re: [Gluster-devel] Not able to compile glusterfs

2017-03-26 Thread Ravishankar N

On 03/27/2017 06:30 AM, Pranith Kumar Karampuri wrote:

hi,
When I compile I get the following errors:

EC dynamic support   : x64 sse avx
Use memory pools : yes
Nanosecond m/atimes  : yes

file `cli1-xdr.tmp' already exists and may be overwritten
file `changelog-xdr.tmp' already exists and may be overwritten
file `glusterfs3-xdr.tmp' already exists and may be overwritten
file `mount3udp.tmp' already exists and may be overwritten
file `glusterd1-xdr.tmp' already exists and may be overwritten
cp: cannot stat 'cli1-xdr.c': No such file or directory
make[1]: *** [cli1-xdr.c] Error 1
make[1]: *** Waiting for unfinished jobs
file `rpc-common-xdr.tmp' already exists and may be overwritten
file `portmap-xdr.tmp' already exists and may be overwritten
file `nlm4-xdr.tmp' already exists and may be overwritten
file `nsm-xdr.tmp' already exists and may be overwritten
cp: file `glusterfs-fops.tmp' already exists and may be overwritten
cannot stat 'mount3udp.c': No such file or directory
make[1]: *** [mount3udp.c] Error 1
cp: cannot stat 'changelog-xdr.c': No such file or directory
make[1]: *** [changelog-xdr.c] Error 1
cp: cp: cannot stat 'glusterfs3-xdr.c'cannot stat 'glusterd1-xdr.c': 
No such file or directory

: No such file or directory
cp: cannot stat 'rpc-common-xdr.c': No such file or directory
make[1]: *** [glusterfs3-xdr.c] Error 1
make[1]: *** [rpc-common-xdr.c] Error 1
make[1]: *** [glusterd1-xdr.c] Error 1
cp: cannot stat 'portmap-xdr.c': No such file or directory
make[1]: *** [portmap-xdr.c] Error 1
file `acl3-xdr.tmp' already exists and may be overwritten
cp: cannot stat 'glusterfs-fops.c': No such file or directory
cp: cannot stat 'nlm4-xdr.c': No such file or directory
make[1]: *** [glusterfs-fops.c] Error 1
make[1]: *** [nlm4-xdr.c] Error 1
cp: cannot stat 'acl3-xdr.c': No such file or directory
make[1]: *** [acl3-xdr.c] Error 1
mv: cannot stat 'nsm-xdr.tmp': No such file or directory
cp: cannot stat 'nsm-xdr.c': No such file or directory
make[1]: *** [nsm-xdr.c] Error 1
make: *** [install-recursive] Error 1

Wondering if anyone else is facing the same problem. If there is a way 
to fix this please let me know.
See the discussion on 
https://irclog.perlgeek.de/gluster-dev/2017-03-24#i_14316697. It occurs 
when you run just 'make -j'. Kaleb has sent a fix 
https://review.gluster.org/#/c/16941/.


-Ravi


--
Pranith


___
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