-------- Original-Nachricht --------> Datum: Mon, 22 Sep 2008 15:49:19 -0700
> Von: "Amar Tumballi (bulde)" <amar at gluster.com>
> An: Steve <steeeeeveee at gmx.net>
> CC: gluster-devel at nongnu.org
> Betreff: Re: [Gluster-devel] GlusterFS with ICC
> Hi Steve,
>
Hallo Amar,
> From the developer team, we haven't done any work on other compilers
> other
> than gcc.
>
Okay. Compiling with icc should normally not be an issue.
> Not sure about the users. If someone has done that, we are
> interested to know too.
>
I post this response to the users list as well. Maybe some other user has tried
to use icc and can respond?
> Can you pass on the log files
>
I attached the whole compile output to this message. I have no other log for now
and I ditched the icc compiled version since it is unstable for me. But I could
at any time recompile glusterfs with icc and post whatever logs you
request/need.
> if you could able to mount it?
>
Mounting was/is no issue. But that's all. Working with the mounted glusterfs
is +/- impossible. As soon as I try to work with it things start to break or
behave very, very strange. For example doing an "find
/glusterfs-mountpoint/ -type f" will result in just a bunch of files found
instead of listing all the files on the glusterfs mountpoint. I have not saved
any logs while doing my tests but I can go back and compile again with icc. Just
let me know...
> also your
> specfile, version of GlusterFS you tried helps too.
>
I have no specfile as I am using Gentoo Linux. No RPM and no spec file :)
> Regards,
>
Kind Regards from Switzerland,
> Amar
>
Steve
> 2008/9/16 Steve <steeeeeveee at gmx.net>
>
> > Hello list
> >
> > Has any one managed to get a Intel C/C++ compiled edition of GlusterFS
> to
> > run without issues? If so: What have you done to get that far?
> >
> > I can compile GlusterFS with ICC but running it does not work so good.
> > Actually it does not work at all. I see the files and I can do some
> basic
> > stuff but as soon as I start to use/hammer GlusterFS the results are
> ultra
> > fragile. Even a simple "find /path/to/my/GlusterFS -type f"
is not
> working.
> > After a bunch of files the find just stops listing files.
> >
> > // Steve
> > --
> > GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
> > Jetzt dabei sein:
> > http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf at gmx
> >
> >
> > _______________________________________________
> > Gluster-devel mailing list
> > Gluster-devel at nongnu.org
> > http://lists.nongnu.org/mailman/listinfo/gluster-devel
> >
>
>
>
> --
> Amar Tumballi
> Gluster/GlusterFS Hacker
> [bulde on #gluster/irc.gnu.org]
> http://www.zresearch.com - Commoditizing Super Storage!
--
Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kann`s mit allen:
http://www.gmx.net/de/go/multimessenger
-------------- next part --------------
mail vuadmin # emerge -v sys-fs/glusterfs
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] sys-fs/glusterfs-1.3.12a USE="client server
-infiniband" 0 kB [1]
Total: 1 package (1 reinstall), Size of downloads: 0 kB
Portage tree and overlays:
[0] /usr/portage
[1] /mnt/gentoo.overlay
>>> Verifying ebuild Manifests...
>>> Emerging (1 of 1) sys-fs/glusterfs-1.3.12a to /
* glusterfs-1.3.12a.tar.gz RMD160 SHA1 SHA256 size ;-) ...
[ ok ]
* checking ebuild checksums ;-) ...
[ ok ]
* checking auxfile checksums ;-) ...
[ ok ]
* checking miscfile checksums ;-) ...
[ ok ]
* checking glusterfs-1.3.12a.tar.gz ;-) ...
[ ok ]>>> Unpacking source...
>>> Unpacking glusterfs-1.3.12a.tar.gz to
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work
>>> Source unpacked.
>>> Compiling source in
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a ...
* econf: updating glusterfs-1.3.12a/config.guess with
/usr/share/gnuconfig/config.guess
* econf: updating glusterfs-1.3.12a/config.sub with
/usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --prefix=/usr --sysconfdir=/etc --exec-prefix=/usr
--localstatedir=/var --libdir=/usr/lib --enable-fuse-client --enable-server
--disable-ibverbs --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... icc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of icc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by icc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... icc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether icpc accepts -g... yes
checking dependency style of icpc... gcc3
checking how to run the C++ preprocessor... icpc -E
checking for i686-pc-linux-gnu-g77... no
checking for i686-pc-linux-gnu-xlf... no
checking for i686-pc-linux-gnu-f77... no
checking for i686-pc-linux-gnu-frt... no
checking for i686-pc-linux-gnu-pgf77... no
checking for i686-pc-linux-gnu-cf77... no
checking for i686-pc-linux-gnu-fort77... no
checking for i686-pc-linux-gnu-fl32... no
checking for i686-pc-linux-gnu-af77... no
checking for i686-pc-linux-gnu-xlf90... no
checking for i686-pc-linux-gnu-f90... no
checking for i686-pc-linux-gnu-pgf90... no
checking for i686-pc-linux-gnu-pghpf... no
checking for i686-pc-linux-gnu-epcf90... no
checking for i686-pc-linux-gnu-gfortran... no
checking for i686-pc-linux-gnu-g95... no
checking for i686-pc-linux-gnu-xlf95... no
checking for i686-pc-linux-gnu-f95... no
checking for i686-pc-linux-gnu-fort... no
checking for i686-pc-linux-gnu-ifort... no
checking for i686-pc-linux-gnu-ifc... no
checking for i686-pc-linux-gnu-efc... no
checking for i686-pc-linux-gnu-pgf95... no
checking for i686-pc-linux-gnu-lf95... no
checking for i686-pc-linux-gnu-ftn... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from icc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking for correct ltmain.sh version... yes
checking if icc supports -fno-rtti -fno-exceptions... yes
checking for icc option to produce PIC... -fPIC
checking if icc PIC flag -fPIC works... yes
checking if icc static flag -static works... yes
checking if icc supports -c -o file.o... yes
checking whether the icc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by icpc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the icpc linker (/usr/bin/ld) supports shared libraries... yes
checking for icpc option to produce PIC... -fPIC
checking if icpc PIC flag -fPIC works... yes
checking if icpc static flag -static works... yes
checking if icpc supports -c -o file.o... yes
checking whether the icpc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs...
immediate
appending configuration tag "F77" to libtool
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for i686-pc-linux-gnu-ld... /usr/bin/ld
checking for pthread_mutex_init in -lpthread... yes
checking for dlopen... yes
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking sys/extattr.h usability... no
checking sys/extattr.h presence... no
checking for sys/extattr.h... no
checking for pthread_spin_init... yes
checking for setfsuid... yes
checking for setfsgid... yes
checking for fuse_req_interrupt_func in -lfuse... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking for backtrace... yes
checking for malloc_stats... yes
checking argp.h usability... yes
checking argp.h presence... yes
checking for argp.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for llistxattr... yes
checking for fdatasync... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libglusterfs/Makefile
config.status: creating libglusterfs/src/Makefile
config.status: creating glusterfs/Makefile
config.status: creating glusterfs/src/Makefile
config.status: creating xlators/Makefile
config.status: creating xlators/mount/Makefile
config.status: creating xlators/mount/fuse/Makefile
config.status: creating xlators/mount/fuse/src/Makefile
config.status: creating xlators/mount/fuse/utils/mount.glusterfs
config.status: creating xlators/mount/fuse/utils/Makefile
config.status: creating xlators/storage/Makefile
config.status: creating xlators/storage/posix/Makefile
config.status: creating xlators/storage/posix/src/Makefile
config.status: creating xlators/cluster/Makefile
config.status: creating xlators/cluster/unify/Makefile
config.status: creating xlators/cluster/unify/src/Makefile
config.status: creating xlators/cluster/afr/Makefile
config.status: creating xlators/cluster/afr/src/Makefile
config.status: creating xlators/cluster/stripe/Makefile
config.status: creating xlators/cluster/stripe/src/Makefile
config.status: creating xlators/performance/Makefile
config.status: creating xlators/performance/write-behind/Makefile
config.status: creating xlators/performance/write-behind/src/Makefile
config.status: creating xlators/performance/read-ahead/Makefile
config.status: creating xlators/performance/read-ahead/src/Makefile
config.status: creating xlators/performance/io-threads/Makefile
config.status: creating xlators/performance/io-threads/src/Makefile
config.status: creating xlators/performance/io-cache/Makefile
config.status: creating xlators/performance/io-cache/src/Makefile
config.status: creating xlators/performance/booster/Makefile
config.status: creating xlators/performance/booster/src/Makefile
config.status: creating xlators/debug/Makefile
config.status: creating xlators/debug/trace/Makefile
config.status: creating xlators/debug/trace/src/Makefile
config.status: creating xlators/protocol/Makefile
config.status: creating xlators/protocol/client/Makefile
config.status: creating xlators/protocol/client/src/Makefile
config.status: creating xlators/protocol/server/Makefile
config.status: creating xlators/protocol/server/src/Makefile
config.status: creating xlators/features/Makefile
config.status: creating xlators/features/filter/Makefile
config.status: creating xlators/features/filter/src/Makefile
config.status: creating xlators/features/posix-locks/Makefile
config.status: creating xlators/features/posix-locks/src/Makefile
config.status: creating xlators/features/fixed-id/Makefile
config.status: creating xlators/features/fixed-id/src/Makefile
config.status: creating xlators/features/trash/Makefile
config.status: creating xlators/features/trash/src/Makefile
config.status: creating xlators/encryption/Makefile
config.status: creating xlators/encryption/rot-13/Makefile
config.status: creating xlators/encryption/rot-13/src/Makefile
config.status: creating scheduler/Makefile
config.status: creating scheduler/alu/Makefile
config.status: creating scheduler/alu/src/Makefile
config.status: creating scheduler/random/Makefile
config.status: creating scheduler/random/src/Makefile
config.status: creating scheduler/nufa/Makefile
config.status: creating scheduler/nufa/src/Makefile
config.status: creating scheduler/rr/Makefile
config.status: creating scheduler/rr/src/Makefile
config.status: creating scheduler/switch/Makefile
config.status: creating scheduler/switch/src/Makefile
config.status: creating transport/Makefile
config.status: creating transport/tcp/Makefile
config.status: creating transport/tcp/server/Makefile
config.status: creating transport/tcp/server/src/Makefile
config.status: creating transport/tcp/client/Makefile
config.status: creating transport/tcp/client/src/Makefile
config.status: creating transport/ib-sdp/Makefile
config.status: creating transport/ib-sdp/server/Makefile
config.status: creating transport/ib-sdp/server/src/Makefile
config.status: creating transport/ib-sdp/client/Makefile
config.status: creating transport/ib-sdp/client/src/Makefile
config.status: creating transport/ib-verbs/Makefile
config.status: creating transport/ib-verbs/server/Makefile
config.status: creating transport/ib-verbs/server/src/Makefile
config.status: creating transport/ib-verbs/client/Makefile
config.status: creating transport/ib-verbs/client/src/Makefile
config.status: creating transport/unix/Makefile
config.status: creating transport/unix/server/Makefile
config.status: creating transport/unix/server/src/Makefile
config.status: creating transport/unix/client/Makefile
config.status: creating transport/unix/client/src/Makefile
config.status: creating auth/Makefile
config.status: creating auth/ip/Makefile
config.status: creating auth/ip/src/Makefile
config.status: creating auth/login/Makefile
config.status: creating auth/login/src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating extras/Makefile
config.status: creating extras/init.d/Makefile
config.status: creating glusterfs.spec
config.status: creating config.h
config.status: executing depfiles commands
GlusterFS configure summary
==========================Fuse client : yes
Infiniband verbs : no
epoll IO multiplex : yes
cd . && /bin/sh
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/missing --run
autoheader
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a'
Making all in libglusterfs
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs'
Making all in src
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs/src'
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-dict.lo -MD -MP -MF ".deps/libglusterfs_la-dict.Tpo"
-c -o libglusterfs_la-dict.lo `test -f 'dict.c' || echo
'./'`dict.c; \
then mv -f ".deps/libglusterfs_la-dict.Tpo"
".deps/libglusterfs_la-dict.Plo"; else rm -f
".deps/libglusterfs_la-dict.Tpo"; exit 1; fi
bison -y -d ./spec.y
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-y.tab.lo -MD -MP -MF ".deps/libglusterfs_la-y.tab.Tpo"
-c -o libglusterfs_la-y.tab.lo `test -f 'y.tab.c' || echo
'./'`y.tab.c; \
then mv -f ".deps/libglusterfs_la-y.tab.Tpo"
".deps/libglusterfs_la-y.tab.Plo"; else rm -f
".deps/libglusterfs_la-y.tab.Tpo"; exit 1; fi
mkdir .libs
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-dict.lo -MD -MP -MF .deps/libglusterfs_la-dict.Tpo -c dict.c
-fPIC -DPIC -o .libs/libglusterfs_la-dict.o
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-y.tab.lo -MD -MP -MF .deps/libglusterfs_la-y.tab.Tpo -c y.tab.c
-fPIC -DPIC -o .libs/libglusterfs_la-y.tab.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
dict.c(135): remark #1418: external function definition with no prior
declaration
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
data_copy (data_t *old)
^
dict.c(210): remark #981: operands are evaluated in unspecified order
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
if (strlen (pair->key) < strlen (key))
^
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
dict.c(551): remark #1418: external function definition with no prior
declaration
dict_unserialize_old (char *buf, int32_t size, dict_t **fill)
^
dict.c(551): remark #869: parameter "size" was never referenced
dict_unserialize_old (char *buf, int32_t size, dict_t **fill)
^
dict.c(621): remark #869: parameter "size" was never referenced
dict_unserialize (char *buf, int32_t size, dict_t **fill)
^
dict.c(741): remark #1599: declaration hides variable "i" (declared at
line 726)
int i;
^
dict.c(718): remark #869: parameter "count" was never referenced
int32_t count)
^
dict.c(909): remark #181: argument is incompatible with corresponding format
string conversion
asprintf (&data->data, "%"PRIu16, value);
^
dict.c(1064): remark #810: conversion from "long" to
"int16_t={short}" may lose significant bits
return strtol (str, NULL, 0);
^
dict.c(1117): remark #810: conversion from "long" to
"uint16_t={unsigned short}" may lose significant bits
return strtol (str, NULL, 0);
^
dict.c(1175): remark #869: parameter "unused" was never referenced
_copy (dict_t *unused,
^
./spec.y(38): remark #310: old-style parameter list (anachronism)
int yylex ();
^
y.tab.c(197): remark #193: zero used for undefined preprocessing identifier
# if YYENABLE_NLS
^
y.tab.c(607): remark #193: zero used for undefined preprocessing identifier
# if YYLTYPE_IS_TRIVIAL
^
y.tab.c(1058): remark #1419: external declaration in primary source file
int yyparse (void);
^
y.tab.c(1177): remark #810: conversion from "int" to
"yytype_int16={short}" may lose significant bits
*yyssp = yystate;
^
./spec.y(216): remark #1418: external function definition with no prior
declaration
yywrap ()
^
dict.c(1158): (col. 1) remark: dict_foreach has been targeted for automatic cpu
dispatch.
./spec.y(223): (col. 1) remark: yyerror has been targeted for automatic cpu
dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-y.tab.lo -MD -MP -MF .deps/libglusterfs_la-y.tab.Tpo -c y.tab.c
-o libglusterfs_la-y.tab.o >/dev/null 2>&1
dict.c(719): (col. 1) remark: dict_to_iovec has been targeted for automatic cpu
dispatch.
dict.c(690): (col. 1) remark: dict_iovec_len has been targeted for automatic cpu
dispatch.
dict.c(622): (col. 1) remark: dict_unserialize has been targeted for automatic
cpu dispatch.
dict.c(193): (col. 1) remark: _dict_set has been targeted for automatic cpu
dispatch.
dict.c(552): (col. 1) remark: dict_unserialize_old has been targeted for
automatic cpu dispatch.
dict.c(519): (col. 1) remark: dict_serialize has been targeted for automatic cpu
dispatch.
dict.c(487): (col. 1) remark: dict_serialized_length has been targeted for
automatic cpu dispatch.
dict.c(354): (col. 1) remark: dict_destroy has been targeted for automatic cpu
dispatch.
dict.c(305): (col. 1) remark: dict_del has been targeted for automatic cpu
dispatch.
dict.c(279): (col. 1) remark: dict_get has been targeted for automatic cpu
dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-dict.lo -MD -MP -MF .deps/libglusterfs_la-dict.Tpo -c dict.c -o
libglusterfs_la-dict.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-xlator.lo -MD -MP -MF
".deps/libglusterfs_la-xlator.Tpo" -c -o libglusterfs_la-xlator.lo
`test -f 'xlator.c' || echo './'`xlator.c; \
then mv -f ".deps/libglusterfs_la-xlator.Tpo"
".deps/libglusterfs_la-xlator.Plo"; else rm -f
".deps/libglusterfs_la-xlator.Tpo"; exit 1; fi
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-xlator.lo -MD -MP -MF .deps/libglusterfs_la-xlator.Tpo -c
xlator.c -fPIC -DPIC -o .libs/libglusterfs_la-xlator.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
xlator.c(133): warning #556: a value of type "void *" cannot be
assigned to an entity of type "int32_t={int} (*)(xlator_t *)"
if (!(xl->init = dlsym (handle, "init"))) {
^
xlator.c(138): warning #556: a value of type "void *" cannot be
assigned to an entity of type "void (*)(xlator_t *)"
if (!(xl->fini = dlsym (handle, "fini"))) {
^
xlator.c(143): warning #556: a value of type "void *" cannot be
assigned to an entity of type "event_notify_fn_t"
if (!(xl->notify = dlsym (handle, "notify"))) {
^
xlator.c(201): (col. 1) remark: xlator_search_by_name has been targeted for
automatic cpu dispatch.
xlator.c(179): (col. 1) remark: xlator_foreach has been targeted for automatic
cpu dispatch.
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-logging.lo -MD -MP -MF
".deps/libglusterfs_la-logging.Tpo" -c -o libglusterfs_la-logging.lo
`test -f 'logging.c' || echo './'`logging.c; \
then mv -f ".deps/libglusterfs_la-logging.Tpo"
".deps/libglusterfs_la-logging.Plo"; else rm -f
".deps/libglusterfs_la-logging.Tpo"; exit 1; fi
xlator.c(225): (col. 1) remark: xlator_init_rec has been targeted for automatic
cpu dispatch.
xlator.c(257): (col. 1) remark: xlator_tree_init has been targeted for automatic
cpu dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-xlator.lo -MD -MP -MF .deps/libglusterfs_la-xlator.Tpo -c
xlator.c -o libglusterfs_la-xlator.o >/dev/null 2>&1
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-logging.lo -MD -MP -MF .deps/libglusterfs_la-logging.Tpo -c
logging.c -fPIC -DPIC -o .libs/libglusterfs_la-logging.o
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-hashfn.lo -MD -MP -MF
".deps/libglusterfs_la-hashfn.Tpo" -c -o libglusterfs_la-hashfn.lo
`test -f 'hashfn.c' || echo './'`hashfn.c; \
then mv -f ".deps/libglusterfs_la-hashfn.Tpo"
".deps/libglusterfs_la-hashfn.Plo"; else rm -f
".deps/libglusterfs_la-hashfn.Tpo"; exit 1; fi
logging.c(45): remark #869: parameter "signum" was never referenced
gf_log_logrotate (int signum)
^
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-logging.lo -MD -MP -MF .deps/libglusterfs_la-logging.Tpo -c
logging.c -o libglusterfs_la-logging.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-defaults.lo -MD -MP -MF
".deps/libglusterfs_la-defaults.Tpo" -c -o libglusterfs_la-defaults.lo
`test -f 'defaults.c' || echo './'`defaults.c; \
then mv -f ".deps/libglusterfs_la-defaults.Tpo"
".deps/libglusterfs_la-defaults.Plo"; else rm -f
".deps/libglusterfs_la-defaults.Tpo"; exit 1; fi
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-hashfn.lo -MD -MP -MF .deps/libglusterfs_la-hashfn.Tpo -c
hashfn.c -fPIC -DPIC -o .libs/libglusterfs_la-hashfn.o
hashfn.c(39): (col. 57) remark: SuperFastHash has been targeted for automatic
cpu dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-hashfn.lo -MD -MP -MF .deps/libglusterfs_la-hashfn.Tpo -c
hashfn.c -o libglusterfs_la-hashfn.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-scheduler.lo -MD -MP -MF
".deps/libglusterfs_la-scheduler.Tpo" -c -o
libglusterfs_la-scheduler.lo `test -f 'scheduler.c' || echo
'./'`scheduler.c; \
then mv -f ".deps/libglusterfs_la-scheduler.Tpo"
".deps/libglusterfs_la-scheduler.Plo"; else rm -f
".deps/libglusterfs_la-scheduler.Tpo"; exit 1; fi
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-defaults.lo -MD -MP -MF .deps/libglusterfs_la-defaults.Tpo -c
defaults.c -fPIC -DPIC -o .libs/libglusterfs_la-defaults.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
defaults.c(38): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(39): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(56): remark #1418: external function definition with no prior
declaration
default_lookup (call_frame_t *frame,
^
defaults.c(87): remark #1418: external function definition with no prior
declaration
default_forget (call_frame_t *frame,
^
defaults.c(87): remark #869: parameter "frame" was never referenced
default_forget (call_frame_t *frame,
^
defaults.c(88): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(89): remark #869: parameter "inode" was never referenced
inode_t *inode)
^
defaults.c(103): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(104): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(117): remark #1418: external function definition with no prior
declaration
default_stat (call_frame_t *frame,
^
defaults.c(131): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(132): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(145): remark #1418: external function definition with no prior
declaration
default_chmod (call_frame_t *frame,
^
defaults.c(162): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(163): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(176): remark #1418: external function definition with no prior
declaration
default_fchmod (call_frame_t *frame,
^
defaults.c(192): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(193): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(206): remark #1418: external function definition with no prior
declaration
default_chown (call_frame_t *frame,
^
defaults.c(224): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(225): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(238): remark #1418: external function definition with no prior
declaration
default_fchown (call_frame_t *frame,
^
defaults.c(256): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(257): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(270): remark #1418: external function definition with no prior
declaration
default_truncate (call_frame_t *frame,
^
defaults.c(286): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(287): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(300): remark #1418: external function definition with no prior
declaration
default_ftruncate (call_frame_t *frame,
^
defaults.c(315): remark #1418: external function definition with no prior
declaration
default_utimens_cbk (call_frame_t *frame,
^
defaults.c(316): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(317): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(331): remark #1418: external function definition with no prior
declaration
default_utimens (call_frame_t *frame,
^
defaults.c(347): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(348): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(359): remark #1418: external function definition with no prior
declaration
default_access (call_frame_t *frame,
^
defaults.c(376): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(377): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(390): remark #1418: external function definition with no prior
declaration
default_readlink (call_frame_t *frame,
^
defaults.c(407): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(408): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(423): remark #1418: external function definition with no prior
declaration
default_mknod (call_frame_t *frame,
^
defaults.c(439): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(440): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(455): remark #1418: external function definition with no prior
declaration
default_mkdir (call_frame_t *frame,
^
defaults.c(470): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(471): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(480): remark #1418: external function definition with no prior
declaration
default_unlink (call_frame_t *frame,
^
defaults.c(494): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(495): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(506): remark #1418: external function definition with no prior
declaration
default_rmdir (call_frame_t *frame,
^
defaults.c(519): remark #1418: external function definition with no prior
declaration
default_rmelem_cbk (call_frame_t *frame,
^
defaults.c(520): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(521): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(530): remark #1418: external function definition with no prior
declaration
default_rmelem (call_frame_t *frame,
^
defaults.c(543): remark #1418: external function definition with no prior
declaration
default_incver_cbk (call_frame_t *frame,
^
defaults.c(544): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(545): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(554): remark #1418: external function definition with no prior
declaration
default_incver (call_frame_t *frame,
^
defaults.c(569): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(570): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(581): remark #1418: external function definition with no prior
declaration
default_symlink (call_frame_t *frame,
^
defaults.c(597): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(598): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(608): remark #1418: external function definition with no prior
declaration
default_rename (call_frame_t *frame,
^
defaults.c(624): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(625): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(636): remark #1418: external function definition with no prior
declaration
default_link (call_frame_t *frame,
^
defaults.c(652): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(653): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(665): remark #1418: external function definition with no prior
declaration
default_create (call_frame_t *frame,
^
defaults.c(680): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(681): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(694): remark #1418: external function definition with no prior
declaration
default_open (call_frame_t *frame,
^
defaults.c(709): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(710): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(727): remark #1418: external function definition with no prior
declaration
default_readv (call_frame_t *frame,
^
defaults.c(746): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(747): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(760): remark #1418: external function definition with no prior
declaration
default_writev (call_frame_t *frame,
^
defaults.c(780): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(781): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(792): remark #1418: external function definition with no prior
declaration
default_flush (call_frame_t *frame,
^
defaults.c(806): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(807): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(818): remark #1418: external function definition with no prior
declaration
default_close (call_frame_t *frame,
^
defaults.c(833): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(834): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(845): remark #1418: external function definition with no prior
declaration
default_fsync (call_frame_t *frame,
^
defaults.c(861): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(862): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(875): remark #1418: external function definition with no prior
declaration
default_fstat (call_frame_t *frame,
^
defaults.c(889): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(890): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(903): remark #1418: external function definition with no prior
declaration
default_opendir (call_frame_t *frame,
^
defaults.c(918): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(919): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(934): remark #1418: external function definition with no prior
declaration
default_getdents (call_frame_t *frame,
^
defaults.c(955): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(956): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(967): remark #1418: external function definition with no prior
declaration
default_setdents (call_frame_t *frame,
^
defaults.c(988): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(989): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1000): remark #1418: external function definition with no prior
declaration
default_closedir (call_frame_t *frame,
^
defaults.c(1014): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1015): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1026): remark #1418: external function definition with no prior
declaration
default_fsyncdir (call_frame_t *frame,
^
defaults.c(1043): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1044): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1057): remark #1418: external function definition with no prior
declaration
default_statfs (call_frame_t *frame,
^
defaults.c(1072): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1073): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1084): remark #1418: external function definition with no prior
declaration
default_setxattr (call_frame_t *frame,
^
defaults.c(1102): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1103): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1116): remark #1418: external function definition with no prior
declaration
default_getxattr (call_frame_t *frame,
^
defaults.c(1130): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1131): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1142): remark #1418: external function definition with no prior
declaration
default_removexattr (call_frame_t *frame,
^
defaults.c(1158): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1159): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1172): remark #1418: external function definition with no prior
declaration
default_lk (call_frame_t *frame,
^
defaults.c(1193): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1194): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1208): remark #1418: external function definition with no prior
declaration
default_stats (call_frame_t *frame,
^
defaults.c(1223): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1224): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1236): remark #1418: external function definition with no prior
declaration
default_fsck (call_frame_t *frame,
^
defaults.c(1251): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1252): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1264): remark #1418: external function definition with no prior
declaration
default_lock (call_frame_t *frame,
^
defaults.c(1279): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1280): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1292): remark #1418: external function definition with no prior
declaration
default_unlock (call_frame_t *frame,
^
defaults.c(1307): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1308): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1322): remark #1418: external function definition with no prior
declaration
default_listlocks (call_frame_t *frame,
^
defaults.c(1337): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1338): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1352): remark #1418: external function definition with no prior
declaration
default_getspec (call_frame_t *frame,
^
defaults.c(1367): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1368): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1384): remark #1418: external function definition with no prior
declaration
default_checksum (call_frame_t *frame,
^
defaults.c(1400): remark #1418: external function definition with no prior
declaration
default_readdir_cbk (call_frame_t *frame,
^
defaults.c(1401): remark #869: parameter "cookie" was never referenced
void *cookie,
^
defaults.c(1402): remark #869: parameter "this" was never referenced
xlator_t *this,
^
defaults.c(1413): remark #1418: external function definition with no prior
declaration
default_readdir (call_frame_t *frame,
^
defaults.c(1430): remark #1418: external function definition with no prior
declaration
default_notify (xlator_t *this,
^
defaults.c(1432): remark #869: parameter "data" was never referenced
void *data,
^
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-scheduler.lo -MD -MP -MF .deps/libglusterfs_la-scheduler.Tpo -c
scheduler.c -fPIC -DPIC -o .libs/libglusterfs_la-scheduler.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-scheduler.lo -MD -MP -MF .deps/libglusterfs_la-scheduler.Tpo -c
scheduler.c -o libglusterfs_la-scheduler.o >/dev/null 2>&1
defaults.c(1434): (col. 1) remark: default_notify has been targeted for
automatic cpu dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-defaults.lo -MD -MP -MF .deps/libglusterfs_la-defaults.Tpo -c
defaults.c -o libglusterfs_la-defaults.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-common-utils.lo -MD -MP -MF
".deps/libglusterfs_la-common-utils.Tpo" -c -o
libglusterfs_la-common-utils.lo `test -f 'common-utils.c' || echo
'./'`common-utils.c; \
then mv -f ".deps/libglusterfs_la-common-utils.Tpo"
".deps/libglusterfs_la-common-utils.Plo"; else rm -f
".deps/libglusterfs_la-common-utils.Tpo"; exit 1; fi
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-common-utils.lo -MD -MP -MF
.deps/libglusterfs_la-common-utils.Tpo -c common-utils.c -fPIC -DPIC -o
.libs/libglusterfs_la-common-utils.o
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-protocol.lo -MD -MP -MF
".deps/libglusterfs_la-protocol.Tpo" -c -o libglusterfs_la-protocol.lo
`test -f 'protocol.c' || echo './'`protocol.c; \
then mv -f ".deps/libglusterfs_la-protocol.Tpo"
".deps/libglusterfs_la-protocol.Plo"; else rm -f
".deps/libglusterfs_la-protocol.Tpo"; exit 1; fi
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
common-utils.c(127): warning #1338: arithmetic on pointer to void or function
type
opvec[0].iov_base += (ret - moved);
^
common-utils.c(271): remark #1419: external declaration in primary source file
extern FILE *gf_log_logfile;
^
common-utils.c(393): remark #1419: external declaration in primary source file
extern FILE *gf_log_logfile;
^
common-utils.c(165): (col. 1) remark: gf_resolve_ip has been targeted for
automatic cpu dispatch.
common-utils.c(149): (col. 1) remark: gf_full_writev has been targeted for
automatic cpu dispatch.
common-utils.c(141): (col. 1) remark: gf_full_readv has been targeted for
automatic cpu dispatch.
common-utils.c(89): (col. 1) remark: gf_full_write has been targeted for
automatic cpu dispatch.
common-utils.c(80): (col. 1) remark: gf_full_read has been targeted for
automatic cpu dispatch.
common-utils.c(270): (col. 1) remark: glusterfs_stats has been targeted for
automatic cpu dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-common-utils.lo -MD -MP -MF
.deps/libglusterfs_la-common-utils.Tpo -c common-utils.c -o
libglusterfs_la-common-utils.o >/dev/null 2>&1
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-protocol.lo -MD -MP -MF .deps/libglusterfs_la-protocol.Tpo -c
protocol.c -fPIC -DPIC -o .libs/libglusterfs_la-protocol.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
protocol.c(146): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(146): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(146): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(153): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(153): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(153): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(160): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(160): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(160): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(169): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(169): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(169): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(178): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(178): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(178): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(187): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(187): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(187): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(199): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(199): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(199): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(206): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(206): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(206): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(215): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(215): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(215): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(227): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(227): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(227): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(237): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(237): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(237): remark #981: operands are evaluated in unspecified order
gf_log ("protocol", GF_LOG_ERROR,
^
protocol.c(149): warning #589: transfer of control bypasses initialization of:
variable "buf" (declared at line 212)
variable "end" (declared at line 234)
goto herr;
^
protocol.c(156): warning #589: transfer of control bypasses initialization of:
variable "buf" (declared at line 212)
variable "end" (declared at line 234)
goto herr;
^
protocol.c(163): warning #589: transfer of control bypasses initialization of:
variable "buf" (declared at line 212)
variable "end" (declared at line 234)
goto herr;
^
protocol.c(172): warning #589: transfer of control bypasses initialization of:
variable "buf" (declared at line 212)
variable "end" (declared at line 234)
goto herr;
^
protocol.c(181): warning #589: transfer of control bypasses initialization of:
variable "buf" (declared at line 212)
variable "end" (declared at line 234)
goto herr;
^
protocol.c(190): warning #589: transfer of control bypasses initialization of:
variable "buf" (declared at line 212)
variable "end" (declared at line 234)
goto herr;
^
protocol.c(202): warning #589: transfer of control bypasses initialization of:
variable "buf" (declared at line 212)
variable "end" (declared at line 234)
goto herr;
^
protocol.c(209): warning #589: transfer of control bypasses initialization of:
variable "buf" (declared at line 212)
variable "end" (declared at line 234)
goto err;
^
protocol.c(219): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 234)
goto err;
^
protocol.c(230): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 234)
goto err;
^
protocol.c(268): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(268): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(268): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(279): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(279): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(279): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(290): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(290): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(290): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(300): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(300): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(300): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(311): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(311): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(311): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(324): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(324): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(324): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(332): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(332): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(332): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(350): remark #593: variable "ref" was set but never used
int ref;
^
protocol.c(373): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(373): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(373): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(385): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(385): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(385): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(395): remark #810: conversion from "int" to "unsigned
short" may lose significant bits
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(395): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(395): remark #981: operands are evaluated in unspecified order
gf_log (trans->xl->name, GF_LOG_ERROR,
^
protocol.c(272): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 392)
goto herr;
^
protocol.c(276): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 392)
goto herr;
^
protocol.c(283): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 392)
goto herr;
^
protocol.c(294): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 392)
goto herr;
^
protocol.c(304): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 392)
goto herr;
^
protocol.c(315): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 392)
goto herr;
^
protocol.c(328): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 392)
goto herr;
^
protocol.c(345): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 392)
goto herr;
^
protocol.c(336): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 392)
goto err;
^
protocol.c(377): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 392)
goto err;
^
protocol.c(389): warning #589: transfer of control bypasses initialization of:
variable "end" (declared at line 392)
goto err;
^
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-protocol.lo -MD -MP -MF .deps/libglusterfs_la-protocol.Tpo -c
protocol.c -o libglusterfs_la-protocol.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-transport.lo -MD -MP -MF
".deps/libglusterfs_la-transport.Tpo" -c -o
libglusterfs_la-transport.lo `test -f 'transport.c' || echo
'./'`transport.c; \
then mv -f ".deps/libglusterfs_la-transport.Tpo"
".deps/libglusterfs_la-transport.Plo"; else rm -f
".deps/libglusterfs_la-transport.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-poll.lo -MD -MP -MF ".deps/libglusterfs_la-poll.Tpo"
-c -o libglusterfs_la-poll.lo `test -f 'poll.c' || echo
'./'`poll.c; \
then mv -f ".deps/libglusterfs_la-poll.Tpo"
".deps/libglusterfs_la-poll.Plo"; else rm -f
".deps/libglusterfs_la-poll.Tpo"; exit 1; fi
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-transport.lo -MD -MP -MF .deps/libglusterfs_la-transport.Tpo -c
transport.c -fPIC -DPIC -o .libs/libglusterfs_la-transport.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
transport.c(100): warning #556: a value of type "void *" cannot be
assigned to an entity of type "int32_t={int} (*)(transport_t *, dict_t *,
event_notify_fn_t)"
if (!(trans->init = dlsym (handle, "gf_transport_init"))) {
^
transport.c(107): warning #556: a value of type "void *" cannot be
assigned to an entity of type "void (*)(transport_t *)"
if (!(trans->fini = dlsym (handle, "gf_transport_fini"))) {
^
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-transport.lo -MD -MP -MF .deps/libglusterfs_la-transport.Tpo -c
transport.c -o libglusterfs_la-transport.o >/dev/null 2>&1
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-poll.lo -MD -MP -MF .deps/libglusterfs_la-poll.Tpo -c poll.c
-fPIC -DPIC -o .libs/libglusterfs_la-poll.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
poll.c(43): remark #869: parameter "fd" was never referenced
poll_notify (int32_t fd,
^
poll.c(166): (col. 1) remark: sys_poll_iteration has been targeted for automatic
cpu dispatch.
poll.c(105): (col. 1) remark: sys_poll_unregister has been targeted for
automatic cpu dispatch.
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-epoll.lo -MD -MP -MF ".deps/libglusterfs_la-epoll.Tpo"
-c -o libglusterfs_la-epoll.lo `test -f 'epoll.c' || echo
'./'`epoll.c; \
then mv -f ".deps/libglusterfs_la-epoll.Tpo"
".deps/libglusterfs_la-epoll.Plo"; else rm -f
".deps/libglusterfs_la-epoll.Tpo"; exit 1; fi
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-poll.lo -MD -MP -MF .deps/libglusterfs_la-poll.Tpo -c poll.c -o
libglusterfs_la-poll.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-timer.lo -MD -MP -MF ".deps/libglusterfs_la-timer.Tpo"
-c -o libglusterfs_la-timer.lo `test -f 'timer.c' || echo
'./'`timer.c; \
then mv -f ".deps/libglusterfs_la-timer.Tpo"
".deps/libglusterfs_la-timer.Plo"; else rm -f
".deps/libglusterfs_la-timer.Tpo"; exit 1; fi
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-epoll.lo -MD -MP -MF .deps/libglusterfs_la-epoll.Tpo -c epoll.c
-fPIC -DPIC -o .libs/libglusterfs_la-epoll.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
epoll.c(70): remark #1418: external function definition with no prior
declaration
sys_epoll_ctx (glusterfs_ctx_t *ctx)
^
epoll.c(201): remark #981: operands are evaluated in unspecified order
gf_log ("epoll", GF_LOG_ERROR,
^
epoll.c(201): remark #981: operands are evaluated in unspecified order
gf_log ("epoll", GF_LOG_ERROR,
^
epoll.c(163): (col. 1) remark: sys_epoll_iteration has been targeted for
automatic cpu dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-epoll.lo -MD -MP -MF .deps/libglusterfs_la-epoll.Tpo -c epoll.c
-o libglusterfs_la-epoll.o >/dev/null 2>&1
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-timer.lo -MD -MP -MF .deps/libglusterfs_la-timer.Tpo -c timer.c
-fPIC -DPIC -o .libs/libglusterfs_la-timer.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
timer.c(81): remark #1418: external function definition with no prior
declaration
gf_timer_call_stale (gf_timer_registry_t *reg,
^
timer.c(127): (col. 1) remark: gf_timer_proc has been targeted for automatic cpu
dispatch.
timer.c(36): (col. 1) remark: gf_timer_call_after has been targeted for
automatic cpu dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-timer.lo -MD -MP -MF .deps/libglusterfs_la-timer.Tpo -c timer.c
-o libglusterfs_la-timer.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-lock.lo -MD -MP -MF ".deps/libglusterfs_la-lock.Tpo"
-c -o libglusterfs_la-lock.lo `test -f 'lock.c' || echo
'./'`lock.c; \
then mv -f ".deps/libglusterfs_la-lock.Tpo"
".deps/libglusterfs_la-lock.Plo"; else rm -f
".deps/libglusterfs_la-lock.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-inode.lo -MD -MP -MF ".deps/libglusterfs_la-inode.Tpo"
-c -o libglusterfs_la-inode.lo `test -f 'inode.c' || echo
'./'`inode.c; \
then mv -f ".deps/libglusterfs_la-inode.Tpo"
".deps/libglusterfs_la-inode.Plo"; else rm -f
".deps/libglusterfs_la-inode.Tpo"; exit 1; fi
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-lock.lo -MD -MP -MF .deps/libglusterfs_la-lock.Tpo -c lock.c
-fPIC -DPIC -o .libs/libglusterfs_la-lock.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
lock.c(71): remark #1418: external function definition with no prior declaration
gf_listlocks (void)
^
lock.c(114): remark #869: parameter "this_xl" was never referenced
xlator_t *this_xl,
^
lock.c(182): remark #869: parameter "this" was never referenced
xlator_t *this,
^
lock.c(341): (col. 1) remark: mop_unlock_impl has been targeted for automatic
cpu dispatch.
lock.c(79): (col. 1) remark: place_lock_after has been targeted for automatic
cpu dispatch.
lock.c(184): (col. 1) remark: __mop_unlock_impl has been targeted for automatic
cpu dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-inode.lo -MD -MP -MF .deps/libglusterfs_la-inode.Tpo -c inode.c
-fPIC -DPIC -o .libs/libglusterfs_la-inode.o
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-lock.lo -MD -MP -MF .deps/libglusterfs_la-lock.Tpo -c lock.c -o
libglusterfs_la-lock.o >/dev/null 2>&1
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
inode.c(1147): (col. 1) remark: inode_table_new has been targeted for automatic
cpu dispatch.
inode.c(532): (col. 1) remark: __create_inode has been targeted for automatic
cpu dispatch.
inode.c(1097): (col. 1) remark: inode_table_prune has been targeted for
automatic cpu dispatch.
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-call-stub.lo -MD -MP -MF
".deps/libglusterfs_la-call-stub.Tpo" -c -o
libglusterfs_la-call-stub.lo `test -f 'call-stub.c' || echo
'./'`call-stub.c; \
then mv -f ".deps/libglusterfs_la-call-stub.Tpo"
".deps/libglusterfs_la-call-stub.Plo"; else rm -f
".deps/libglusterfs_la-call-stub.Tpo"; exit 1; fi
inode.c(390): (col. 1) remark: __passive_inode has been targeted for automatic
cpu dispatch.
inode.c(1013): (col. 1) remark: inode_path has been targeted for automatic cpu
dispatch.
inode.c(961): (col. 1) remark: inode_parent has been targeted for automatic cpu
dispatch.
inode.c(887): (col. 1) remark: __inode_unlink has been targeted for automatic
cpu dispatch.
inode.c(709): (col. 1) remark: __inode_update has been targeted for automatic
cpu dispatch.
inode.c(656): (col. 1) remark: inode_search has been targeted for automatic cpu
dispatch.
inode.c(464): (col. 1) remark: inode_unref has been targeted for automatic cpu
dispatch.
inode.c(341): (col. 1) remark: inode_destroy has been targeted for automatic cpu
dispatch.
inode.c(137): (col. 1) remark: inode_unhash_name has been targeted for automatic
cpu dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-inode.lo -MD -MP -MF .deps/libglusterfs_la-inode.Tpo -c inode.c
-o libglusterfs_la-inode.o >/dev/null 2>&1
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-call-stub.lo -MD -MP -MF .deps/libglusterfs_la-call-stub.Tpo -c
call-stub.c -fPIC -DPIC -o .libs/libglusterfs_la-call-stub.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
call-stub.c(1186): (col. 1) remark: fop_writev_stub has been targeted for
automatic cpu dispatch.
call-stub.c(1155): (col. 1) remark: fop_readv_cbk_stub has been targeted for
automatic cpu dispatch.
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-compat.lo -MD -MP -MF
".deps/libglusterfs_la-compat.Tpo" -c -o libglusterfs_la-compat.lo
`test -f 'compat.c' || echo './'`compat.c; \
then mv -f ".deps/libglusterfs_la-compat.Tpo"
".deps/libglusterfs_la-compat.Plo"; else rm -f
".deps/libglusterfs_la-compat.Tpo"; exit 1; fi
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-call-stub.lo -MD -MP -MF .deps/libglusterfs_la-call-stub.Tpo -c
call-stub.c -o libglusterfs_la-call-stub.o >/dev/null 2>&1
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-compat.lo -MD -MP -MF .deps/libglusterfs_la-compat.Tpo -c
compat.c -fPIC -DPIC -o .libs/libglusterfs_la-compat.o
compat.c(49): remark #1419: external declaration in primary source file
extern const char *argp_program_bug_address;
^
compat.c(52): remark #1418: external function definition with no prior
declaration
argp_help_ (const struct argp *__argp, char **__argv)
^
compat.c(75): remark #1418: external function definition with no prior
declaration
argp_parse_ (const struct argp * __argp,
^
compat.c(103): remark #810: conversion from "int" to "char"
may lose significant bits
getopt_short_options[short_idx++] = options->key;
^
compat.c(77): remark #869: parameter "__flags" was never referenced
unsigned __flags, int * __arg_index,
^
compat.c(77): remark #869: parameter "__arg_index" was never
referenced
unsigned __flags, int * __arg_index,
^
compat.c(141): remark #869: parameter "argp" was never referenced
argp_help (const struct argp *argp, FILE *stream, unsigned flags, char *name)
^
compat.c(141): remark #869: parameter "flags" was never referenced
argp_help (const struct argp *argp, FILE *stream, unsigned flags, char *name)
^
compat.c(141): remark #869: parameter "name" was never referenced
argp_help (const struct argp *argp, FILE *stream, unsigned flags, char *name)
^
compat.c(79): (col. 1) remark: argp_parse_ has been targeted for automatic cpu
dispatch.
compat.c(53): (col. 1) remark: argp_help_ has been targeted for automatic cpu
dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-compat.lo -MD -MP -MF .deps/libglusterfs_la-compat.Tpo -c
compat.c -o libglusterfs_la-compat.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-authenticate.lo -MD -MP -MF
".deps/libglusterfs_la-authenticate.Tpo" -c -o
libglusterfs_la-authenticate.lo `test -f 'authenticate.c' || echo
'./'`authenticate.c; \
then mv -f ".deps/libglusterfs_la-authenticate.Tpo"
".deps/libglusterfs_la-authenticate.Plo"; else rm -f
".deps/libglusterfs_la-authenticate.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-fd.lo -MD -MP -MF ".deps/libglusterfs_la-fd.Tpo" -c -o
libglusterfs_la-fd.lo `test -f 'fd.c' || echo './'`fd.c; \
then mv -f ".deps/libglusterfs_la-fd.Tpo"
".deps/libglusterfs_la-fd.Plo"; else rm -f
".deps/libglusterfs_la-fd.Tpo"; exit 1; fi
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-authenticate.lo -MD -MP -MF
.deps/libglusterfs_la-authenticate.Tpo -c authenticate.c -fPIC -DPIC -o
.libs/libglusterfs_la-authenticate.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
authenticate.c(56): warning #556: a value of type "void *" cannot be
assigned to an entity of type "auth_fn_t"
authenticate = dlsym (handle, "gf_auth");
^
authenticate.c(37): remark #869: parameter "value" was never
referenced
data_t *value,
^
authenticate.c(38): remark #869: parameter "data" was never referenced
void *data)
^
authenticate.c(78): remark #869: parameter "this" was never referenced
fini (dict_t *this,
^
authenticate.c(79): remark #869: parameter "key" was never referenced
char *key,
^
authenticate.c(81): remark #869: parameter "data" was never referenced
void *data)
^
authenticate.c(107): remark #1418: external function definition with no prior
declaration
map (dict_t *this,
^
authenticate.c(107): remark #869: parameter "this" was never
referenced
map (dict_t *this,
^
authenticate.c(126): remark #1418: external function definition with no prior
declaration
reduce (dict_t *this,
^
authenticate.c(126): remark #869: parameter "this" was never
referenced
reduce (dict_t *this,
^
authenticate.c(127): remark #869: parameter "key" was never referenced
char *key,
^
authenticate.c(178): warning #188: enumerated type mixed with another type
return result;
^
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-authenticate.lo -MD -MP -MF
.deps/libglusterfs_la-authenticate.Tpo -c authenticate.c -o
libglusterfs_la-authenticate.o >/dev/null 2>&1
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-fd.lo -MD -MP -MF .deps/libglusterfs_la-fd.Tpo -c fd.c -fPIC
-DPIC -o .libs/libglusterfs_la-fd.o
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
fd.c(39): warning #186: pointless comparison of unsigned integer with zero
if (nr < 0) {
^
fd.c(78): warning #186: pointless comparison of unsigned integer with zero
if (!fdtable || nr < 0) {
^
flex -t ./spec.l > spec.lex.c
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-spec.lex.lo -MD -MP -MF
".deps/libglusterfs_la-spec.lex.Tpo" -c -o libglusterfs_la-spec.lex.lo
`test -f 'spec.lex.c' || echo './'`spec.lex.c; \
then mv -f ".deps/libglusterfs_la-spec.lex.Tpo"
".deps/libglusterfs_la-spec.lex.Plo"; else rm -f
".deps/libglusterfs_la-spec.lex.Tpo"; exit 1; fi
fd.c(138): (col. 1) remark: gf_fd_unused_get has been targeted for automatic cpu
dispatch.
fd.c(104): (col. 1) remark: gf_fd_fdtable_alloc has been targeted for automatic
cpu dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-fd.lo -MD -MP -MF .deps/libglusterfs_la-fd.Tpo -c fd.c -o
libglusterfs_la-fd.o >/dev/null 2>&1
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-spec.lex.lo -MD -MP -MF .deps/libglusterfs_la-spec.lex.Tpo -c
spec.lex.c -fPIC -DPIC -o .libs/libglusterfs_la-spec.lex.o
<stdout>(33): remark #193: zero used for undefined preprocessing
identifier
#if __STDC_VERSION__ >= 199901L
^
common-utils.h(155): warning #1338: arithmetic on pointer to void or function
type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
dict.h(126): remark #310: old-style parameter list (anachronism)
data_t *get_new_data ();
^
dict.h(128): remark #310: old-style parameter list (anachronism)
dict_t *get_new_dict ();
^
dict.h(130): remark #310: old-style parameter list (anachronism)
data_pair_t *get_new_data_pair ();
^
./spec.l(33): remark #1418: external function definition with no prior
declaration
void new_string(void)
^
./spec.l(41): remark #1418: external function definition with no prior
declaration
void append_string(const char *str, int size)
^
./spec.l(55): remark #1418: external function definition with no prior
declaration
void alloc_string(const char *str, int size)
^
<stdout>(753): remark #810: conversion from "flex_int32_t={int}"
to "YY_CHAR={unsigned char}" may lose significant bits
register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
^
<stdout>(763): remark #810: conversion from "flex_int32_t={int}"
to "YY_CHAR={unsigned char}" may lose significant bits
yy_c = yy_meta[(unsigned int) yy_c];
^
<stdout>(1140): remark #810: conversion from "int" to
"YY_CHAR={unsigned char}" may lose significant bits
register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] :
1);
^
<stdout>(1150): remark #810: conversion from
"flex_int32_t={int}" to "YY_CHAR={unsigned char}" may lose
significant bits
yy_c = yy_meta[(unsigned int) yy_c];
^
<stdout>(1178): remark #810: conversion from
"flex_int32_t={int}" to "YY_CHAR={unsigned char}" may lose
significant bits
yy_c = yy_meta[(unsigned int) yy_c];
^
<stdout>(1688): remark #1418: external function definition with no prior
declaration
int yyget_lineno (void)
^
<stdout>(1697): remark #1418: external function definition with no prior
declaration
FILE *yyget_in (void)
^
<stdout>(1705): remark #1418: external function definition with no prior
declaration
FILE *yyget_out (void)
^
<stdout>(1713): remark #1418: external function definition with no prior
declaration
int yyget_leng (void)
^
<stdout>(1722): remark #1418: external function definition with no prior
declaration
char *yyget_text (void)
^
<stdout>(1731): remark #1418: external function definition with no prior
declaration
void yyset_lineno (int line_number )
^
<stdout>(1743): remark #1418: external function definition with no prior
declaration
void yyset_in (FILE * in_str )
^
<stdout>(1748): remark #1418: external function definition with no prior
declaration
void yyset_out (FILE * out_str )
^
<stdout>(1753): remark #1418: external function definition with no prior
declaration
int yyget_debug (void)
^
<stdout>(1758): remark #1418: external function definition with no prior
declaration
void yyset_debug (int bdebug )
^
<stdout>(1792): remark #1418: external function definition with no prior
declaration
int yylex_destroy (void)
^
<stdout>(1186): remark #177: function "yyunput" was declared but
never referenced
static void yyunput (int c, register char * yy_bp )
^
<stdout>(1793): (col. 1) remark: yylex_destroy has been targeted for
automatic cpu dispatch.
<stdout>(1639): (col. 2) remark: LOOP WAS VECTORIZED.
<stdout>(1627): (col. 1) remark: yy_scan_bytes has been targeted for
automatic cpu dispatch.
<stdout>(1040): (col. 2) remark: LOOP WAS VECTORIZED.
<stdout>(1006): (col. 1) remark: yy_get_next_buffer has been targeted for
automatic cpu dispatch.
icc -DHAVE_CONFIG_H -I. -I. -I../.. -D_FILE_OFFSET_BITS=64
-D__USE_FILE_OFFSET64 -D_GNU_SOURCE
-DXLATORDIR=\"/usr/lib/glusterfs/1.3.12a/xlator\"
-DSCHEDULERDIR=\"/usr/lib/glusterfs/1.3.12a/scheduler\"
-DTRANSPORTDIR=\"/usr/lib/glusterfs/1.3.12a/transport\" -DYY_NO_UNPUT
-DGF_LINUX_HOST_OS -DLIBDIR=\"/usr/lib/glusterfs/1.3.12a/auth\" -fPIC
-Wall -g -shared -nostartfiles -rdynamic -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
libglusterfs_la-spec.lex.lo -MD -MP -MF .deps/libglusterfs_la-spec.lex.Tpo -c
spec.lex.c -o libglusterfs_la-spec.lex.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link icc -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -Wl,-O1 -o
libglusterfs.la -rpath /usr/lib libglusterfs_la-dict.lo
libglusterfs_la-spec.lex.lo libglusterfs_la-y.tab.lo libglusterfs_la-xlator.lo
libglusterfs_la-logging.lo libglusterfs_la-hashfn.lo libglusterfs_la-defaults.lo
libglusterfs_la-scheduler.lo libglusterfs_la-common-utils.lo
libglusterfs_la-protocol.lo libglusterfs_la-transport.lo libglusterfs_la-poll.lo
libglusterfs_la-epoll.lo libglusterfs_la-timer.lo libglusterfs_la-lock.lo
libglusterfs_la-inode.lo libglusterfs_la-call-stub.lo libglusterfs_la-compat.lo
libglusterfs_la-authenticate.lo libglusterfs_la-fd.lo -lfl -lpthread
icc -shared .libs/libglusterfs_la-dict.o .libs/libglusterfs_la-spec.lex.o
.libs/libglusterfs_la-y.tab.o .libs/libglusterfs_la-xlator.o
.libs/libglusterfs_la-logging.o .libs/libglusterfs_la-hashfn.o
.libs/libglusterfs_la-defaults.o .libs/libglusterfs_la-scheduler.o
.libs/libglusterfs_la-common-utils.o .libs/libglusterfs_la-protocol.o
.libs/libglusterfs_la-transport.o .libs/libglusterfs_la-poll.o
.libs/libglusterfs_la-epoll.o .libs/libglusterfs_la-timer.o
.libs/libglusterfs_la-lock.o .libs/libglusterfs_la-inode.o
.libs/libglusterfs_la-call-stub.o .libs/libglusterfs_la-compat.o
.libs/libglusterfs_la-authenticate.o .libs/libglusterfs_la-fd.o -lfl -lpthread
-mp -Wl,-O1 -Wl,-soname -Wl,libglusterfs.so.0 -o .libs/libglusterfs.so.0.0.0
(cd .libs && rm -f libglusterfs.so.0 && ln -s
libglusterfs.so.0.0.0 libglusterfs.so.0)
(cd .libs && rm -f libglusterfs.so && ln -s
libglusterfs.so.0.0.0 libglusterfs.so)
i686-pc-linux-gnu-ar cru .libs/libglusterfs.a libglusterfs_la-dict.o
libglusterfs_la-spec.lex.o libglusterfs_la-y.tab.o libglusterfs_la-xlator.o
libglusterfs_la-logging.o libglusterfs_la-hashfn.o libglusterfs_la-defaults.o
libglusterfs_la-scheduler.o libglusterfs_la-common-utils.o
libglusterfs_la-protocol.o libglusterfs_la-transport.o libglusterfs_la-poll.o
libglusterfs_la-epoll.o libglusterfs_la-timer.o libglusterfs_la-lock.o
libglusterfs_la-inode.o libglusterfs_la-call-stub.o libglusterfs_la-compat.o
libglusterfs_la-authenticate.o libglusterfs_la-fd.o
i686-pc-linux-gnu-ranlib .libs/libglusterfs.a
creating libglusterfs.la
(cd .libs && rm -f libglusterfs.la && ln -s ../libglusterfs.la
libglusterfs.la)
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs/src'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs'
Making all in xlators
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators'
Making all in cluster
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster'
Making all in unify
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT unify.o -MD -MP -MF
".deps/unify.Tpo" -c -o unify.o unify.c; \
then mv -f ".deps/unify.Tpo" ".deps/unify.Po"; else
rm -f ".deps/unify.Tpo"; exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT unify-self-heal.o -MD -MP -MF
".deps/unify-self-heal.Tpo" -c -o unify-self-heal.o unify-self-heal.c;
\
then mv -f ".deps/unify-self-heal.Tpo"
".deps/unify-self-heal.Po"; else rm -f
".deps/unify-self-heal.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
unify.c(101): remark #1418: external function definition with no prior
declaration
unify_buf_cbk (call_frame_t *frame,
^
unify.c(156): remark #1418: external function definition with no prior
declaration
unify_lookup_cbk (call_frame_t *frame,
^
unify.c(288): remark #1418: external function definition with no prior
declaration
unify_lookup (call_frame_t *frame,
^
unify.c(354): remark #810: conversion from "int" to "char"
may lose significant bits
char need_break = list[index+1] == -1;
^
unify.c(389): remark #1418: external function definition with no prior
declaration
unify_forget (call_frame_t *frame,
^
unify.c(389): remark #869: parameter "frame" was never referenced
unify_forget (call_frame_t *frame,
^
unify.c(390): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(391): remark #869: parameter "inode" was never referenced
inode_t *inode)
^
unify.c(409): remark #1418: external function definition with no prior
declaration
unify_stat (call_frame_t *frame,
unify-self-heal.c(61): remark #1418: external function definition with no prior
declaration
^
unify.c(443): remark #810: conversion from "int" to "char"
may lose significant bits
char need_break = list[index+1] == -1;
^
unify.c(461): remark #1418: external function definition with no prior
declaration
unify_background_cbk (call_frame_t *frame,
^
unify-self-heal.c(62): remark #869: parameter "cookie" was never
referenced
unify_access_cbk (call_frame_t *frame,
^
unify.c(462): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify-self-heal.c(63): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
unify-self-heal.c(65): remark #869: parameter "op_errno" was never
referenced
void *cookie,
^
unify.c(463): remark #869: parameter "this" was never referenced
int32_t op_errno)
^
unify-self-heal.c(94): remark #1418: external function definition with no prior
declaration
xlator_t *this,
^
unify.c(477): remark #1418: external function definition with no prior
declaration
unify_sh_closedir_cbk (call_frame_t *frame,
^
unify-self-heal.c(95): remark #869: parameter "cookie" was never
referenced
unify_access (call_frame_t *frame,
^
void *cookie,
^
unify-self-heal.c(96): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
unify-self-heal.c(97): remark #869: parameter "op_ret" was never
referenced
unify.c(495): remark #1418: external function definition with no prior
declaration
int32_t op_ret,
^
unify-self-heal.c(98): remark #869: parameter "op_errno" was never
referenced
unify_mkdir_cbk (call_frame_t *frame,
^
unify.c(500): remark #869: parameter "inode" was never referenced
int32_t op_errno)
^
unify-self-heal.c(131): remark #1418: external function definition with no prior
declaration
unify_sh_setdents_cbk (call_frame_t *frame,
^
unify-self-heal.c(159): remark #810: conversion from "int" to
"char" may lose significant bits
inode_t *inode,
char need_break = (list[index+1] == -1);
^
^
unify.c(501): remark #869: parameter "buf" was never referenced
unify-self-heal.c(132): remark #869: parameter "cookie" was never
referenced
struct stat *buf)
^
unify.c(548): remark #1418: external function definition with no prior
declaration
unify_ns_mkdir_cbk (call_frame_t *frame,
^
void *cookie,
^
unify-self-heal.c(134): remark #869: parameter "op_ret" was never
referenced
int32_t op_ret,
^
unify-self-heal.c(135): remark #869: parameter "op_errno" was never
referenced
int32_t op_errno)
^
unify-self-heal.c(175): remark #1418: external function definition with no prior
declaration
unify_sh_ns_getdents_cbk (call_frame_t *frame,
^
unify-self-heal.c(176): remark #869: parameter "cookie" was never
referenced
unify.c(549): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(613): remark #1418: external function definition with no prior
declaration
unify_mkdir (call_frame_t *frame,
^
void *cookie,
^
unify-self-heal.c(178): remark #869: parameter "op_ret" was never
referenced
int32_t op_ret,
^
unify-self-heal.c(179): remark #869: parameter "op_errno" was never
referenced
int32_t op_errno,
^
unify-self-heal.c(240): remark #1418: external function definition with no prior
declaration
unify.c(644): remark #1418: external function definition with no prior
declaration
unify_sh_ns_setdents_cbk (call_frame_t *frame,
^
unify-self-heal.c(240): remark #869: parameter "frame" was never
referenced
unify_sh_ns_setdents_cbk (call_frame_t *frame,
^
unify-self-heal.c(241): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
unify-self-heal.c(242): remark #869: parameter "this" was never
referenced
xlator_t *this,
unify_rmdir_cbk (call_frame_t *frame,
^
^
unify-self-heal.c(243): remark #869: parameter "op_ret" was never
referenced
int32_t op_ret,
^
unify-self-heal.c(244): remark #869: parameter "op_errno" was never
referenced
int32_t op_errno)
^
unify.c(645): remark #869: parameter "cookie" was never referenced
unify-self-heal.c(257): remark #1418: external function definition with no prior
declaration
unify_sh_getdents_cbk (call_frame_t *frame,
^
unify-self-heal.c(261): remark #869: parameter "op_errno" was never
referenced
void *cookie,
^
unify.c(646): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(648): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
unify.c(673): remark #1418: external function definition with no prior
declaration
unify_ns_rmdir_cbk (call_frame_t *frame,
^
unify.c(674): remark #869: parameter "cookie" was never referenced
int32_t op_errno,
^
unify-self-heal.c(335): remark #1418: external function definition with no prior
declaration
unify_sh_opendir_cbk (call_frame_t *frame,
^
unify-self-heal.c(411): remark #810: conversion from "int" to
"char" may lose significant bits
void *cookie,
^
unify.c(735): remark #1418: external function definition with no prior
declaration
unify_rmdir (call_frame_t *frame,
^
unify.c(765): remark #1418: external function definition with no prior
declaration
char need_break = (list[index+1] == -1);
^
unify-self-heal.c(336): remark #869: parameter "cookie" was never
referenced
unify_open_close_cbk (call_frame_t *frame,
^
unify.c(766): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify-self-heal.c(339): remark #869: parameter "op_errno" was never
referenced
int32_t op_errno,
^
unify-self-heal.c(340): remark #869: parameter "fd" was never
referenced
fd_t *fd)
^
unify-self-heal.c(444): remark #1418: external function definition with no prior
declaration
void *cookie,
^
unify.c(767): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(768): remark #869: parameter "op_ret" was never referenced
unify_sh_checksum_cbk (call_frame_t *frame,
^
unify-self-heal.c(478): remark #810: conversion from "int" to
"uint8_t={unsigned char}" may lose significant bits
int32_t op_ret,
^
unify.c(769): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
unify.c(782): remark #1418: external function definition with no prior
declaration
local->file_checksum[index] ^= file_checksum[index];
^
unify_open_cbk (call_frame_t *frame,
^
unify-self-heal.c(515): remark #810: conversion from "int" to
"char" may lose significant bits
unify.c(848): remark #1418: external function definition with no prior
declaration
char need_break = (list[index+1] == -1);
^
unify-self-heal.c(448): remark #869: parameter "op_errno" was never
referenced
int32_t op_errno,
^
unify_open (call_frame_t *frame,
^
unify.c(896): remark #810: conversion from "int" to "char"
may lose significant bits
char need_break = file_list[index+1] == -1;
^
unify.c(914): remark #1418: external function definition with no prior
declaration
unify_create_close_cbk (call_frame_t *frame,
^
unify.c(915): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(916): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(917): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
unify.c(918): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
unify.c(930): remark #1418: external function definition with no prior
declaration
unify_create_fail_cbk (call_frame_t *frame,
^
unify.c(931): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(933): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
unify.c(934): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
unify.c(960): remark #1418: external function definition with no prior
declaration
unify_create_open_cbk (call_frame_t *frame,
^
unify.c(1027): remark #1418: external function definition with no prior
declaration
unify_create_lookup_cbk (call_frame_t *frame,
^
unify.c(1078): remark #810: conversion from "int" to "char"
may lose significant bits
char need_break = list[index+1] == -1;
^
unify.c(1034): remark #869: parameter "dict" was never referenced
dict_t *dict)
^
unify.c(1114): remark #1418: external function definition with no prior
declaration
unify_create_cbk (call_frame_t *frame,
^
unify.c(1120): remark #869: parameter "inode" was never referenced
inode_t *inode,
^
unify.c(1166): remark #1418: external function definition with no prior
declaration
unify_ns_create_cbk (call_frame_t *frame,
^
unify.c(1167): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(1262): remark #1418: external function definition with no prior
declaration
unify_create (call_frame_t *frame,
^
unify.c(1301): remark #1418: external function definition with no prior
declaration
unify_opendir_cbk (call_frame_t *frame,
^
unify.c(1302): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(1303): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(1317): remark #1418: external function definition with no prior
declaration
unify_opendir (call_frame_t *frame,
^
unify.c(1335): remark #1418: external function definition with no prior
declaration
unify_normalize_stats (struct statvfs *buf,
^
unify.c(1359): remark #1418: external function definition with no prior
declaration
unify_statfs_cbk (call_frame_t *frame,
^
unify.c(1421): remark #1418: external function definition with no prior
declaration
unify_statfs (call_frame_t *frame,
^
unify.c(1447): remark #1418: external function definition with no prior
declaration
unify_ns_chmod_cbk (call_frame_t *frame,
^
unify.c(1448): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(1515): remark #1418: external function definition with no prior
declaration
unify_chmod (call_frame_t *frame,
^
unify.c(1551): remark #1418: external function definition with no prior
declaration
unify_ns_chown_cbk (call_frame_t *frame,
^
unify.c(1552): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(1621): remark #1418: external function definition with no prior
declaration
unify_chown (call_frame_t *frame,
^
unify.c(1660): remark #1418: external function definition with no prior
declaration
unify_ns_truncate_cbk (call_frame_t *frame,
^
unify.c(1661): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(1734): remark #1418: external function definition with no prior
declaration
unify_truncate (call_frame_t *frame,
^
unify.c(1769): remark #1418: external function definition with no prior
declaration
unify_ns_utimens_cbk (call_frame_t *frame,
^
unify.c(1770): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(1839): remark #1418: external function definition with no prior
declaration
unify_utimens (call_frame_t *frame,
^
unify.c(1875): remark #1418: external function definition with no prior
declaration
unify_readlink_cbk (call_frame_t *frame,
^
unify.c(1876): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(1877): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(1890): remark #1418: external function definition with no prior
declaration
unify_readlink (call_frame_t *frame,
^
unify.c(1932): remark #1418: external function definition with no prior
declaration
unify_unlink_cbk (call_frame_t *frame,
^
unify.c(1933): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(1934): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(1936): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
unify.c(1962): remark #1418: external function definition with no prior
declaration
unify_unlink (call_frame_t *frame,
^
unify.c(1984): remark #810: conversion from "int" to "char"
may lose significant bits
char need_break = list[index+1] == -1;
^
unify.c(2005): remark #1418: external function definition with no prior
declaration
unify_readv_cbk (call_frame_t *frame,
^
unify.c(2006): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2007): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2022): remark #1418: external function definition with no prior
declaration
unify_readv (call_frame_t *frame,
^
unify.c(2050): remark #1418: external function definition with no prior
declaration
unify_writev_cbk (call_frame_t *frame,
^
unify.c(2051): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2052): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2065): remark #1418: external function definition with no prior
declaration
unify_writev (call_frame_t *frame,
^
unify.c(2094): remark #1418: external function definition with no prior
declaration
unify_ftruncate (call_frame_t *frame,
^
unify.c(2126): remark #1418: external function definition with no prior
declaration
unify_fchmod (call_frame_t *frame,
^
unify.c(2167): remark #1418: external function definition with no prior
declaration
unify_fchown (call_frame_t *frame,
^
unify.c(2206): remark #1418: external function definition with no prior
declaration
unify_flush_cbk (call_frame_t *frame,
^
unify.c(2207): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2208): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2220): remark #1418: external function definition with no prior
declaration
unify_flush (call_frame_t *frame,
^
unify.c(2240): remark #1418: external function definition with no prior
declaration
unify_ns_close_cbk (call_frame_t *frame,
^
unify.c(2241): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2242): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2266): remark #1418: external function definition with no prior
declaration
unify_close_cbk (call_frame_t *frame,
^
unify.c(2267): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2294): remark #1418: external function definition with no prior
declaration
unify_close (call_frame_t *frame,
^
unify.c(2321): remark #1418: external function definition with no prior
declaration
unify_fsync_cbk (call_frame_t *frame,
^
unify.c(2322): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2323): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2335): remark #1418: external function definition with no prior
declaration
unify_fsync (call_frame_t *frame,
^
unify.c(2357): remark #1418: external function definition with no prior
declaration
unify_fstat (call_frame_t *frame,
^
unify.c(2395): remark #1418: external function definition with no prior
declaration
unify_getdents_cbk (call_frame_t *frame,
^
unify.c(2396): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2397): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2411): remark #1418: external function definition with no prior
declaration
unify_getdents (call_frame_t *frame,
^
unify.c(2431): remark #1418: external function definition with no prior
declaration
unify_readdir_cbk (call_frame_t *frame,
^
unify.c(2432): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2433): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2447): remark #1418: external function definition with no prior
declaration
unify_readdir (call_frame_t *frame,
^
unify.c(2465): remark #1418: external function definition with no prior
declaration
unify_closedir_cbk (call_frame_t *frame,
^
unify.c(2466): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2467): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2480): remark #1418: external function definition with no prior
declaration
unify_closedir (call_frame_t *frame,
^
unify.c(2496): remark #1418: external function definition with no prior
declaration
unify_fsyncdir_cbk (call_frame_t *frame,
^
unify.c(2497): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2498): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2511): remark #1418: external function definition with no prior
declaration
unify_fsyncdir (call_frame_t *frame,
^
unify.c(2528): remark #1418: external function definition with no prior
declaration
unify_lk_cbk (call_frame_t *frame,
^
unify.c(2529): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2530): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2543): remark #1418: external function definition with no prior
declaration
unify_lk (call_frame_t *frame,
^
unify.c(2565): remark #1418: external function definition with no prior
declaration
unify_setxattr_cbk (call_frame_t *frame,
^
unify.c(2601): remark #1418: external function definition with no prior
declaration
unify_setxattr (call_frame_t *frame,
^
unify.c(2657): remark #1418: external function definition with no prior
declaration
unify_getxattr_cbk (call_frame_t *frame,
^
unify.c(2658): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2659): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2673): remark #1418: external function definition with no prior
declaration
unify_getxattr (call_frame_t *frame,
^
unify.c(2718): remark #1418: external function definition with no prior
declaration
unify_removexattr_cbk (call_frame_t *frame,
^
unify.c(2752): remark #1418: external function definition with no prior
declaration
unify_removexattr (call_frame_t *frame,
^
unify.c(2801): remark #1418: external function definition with no prior
declaration
unify_mknod_unlink_cbk (call_frame_t *frame,
^
unify.c(2802): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2803): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2804): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
unify.c(2805): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
unify.c(2817): remark #1418: external function definition with no prior
declaration
unify_mknod_cbk (call_frame_t *frame,
^
unify.c(2818): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2855): remark #1418: external function definition with no prior
declaration
unify_ns_mknod_cbk (call_frame_t *frame,
^
unify.c(2924): remark #1418: external function definition with no prior
declaration
unify_mknod (call_frame_t *frame,
^
unify.c(2956): remark #1418: external function definition with no prior
declaration
unify_symlink_unlink_cbk (call_frame_t *frame,
^
unify.c(2957): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(2958): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(2959): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
unify.c(2960): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
unify.c(2972): remark #1418: external function definition with no prior
declaration
unify_symlink_cbk (call_frame_t *frame,
^
unify.c(2973): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(3014): remark #1418: external function definition with no prior
declaration
unify_ns_symlink_cbk (call_frame_t *frame,
^
unify.c(3083): remark #1418: external function definition with no prior
declaration
unify_symlink (call_frame_t *frame,
^
unify.c(3136): remark #1418: external function definition with no prior
declaration
unify_rename_unlink_cbk (call_frame_t *frame,
^
unify.c(3173): remark #1418: external function definition with no prior
declaration
unify_ns_rename_undo_cbk (call_frame_t *frame,
^
unify.c(3178): remark #869: parameter "buf" was never referenced
struct stat *buf)
^
unify.c(3200): remark #1418: external function definition with no prior
declaration
unify_rename_cbk (call_frame_t *frame,
^
unify.c(3339): remark #1418: external function definition with no prior
declaration
unify_ns_rename_cbk (call_frame_t *frame,
^
unify.c(3340): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(3431): remark #1418: external function definition with no prior
declaration
unify_rename_lookup_cbk (call_frame_t *frame,
^
unify.c(3435): remark #869: parameter "op_errno" was never referenced
int32_t op_errno,
^
unify.c(3436): remark #869: parameter "inode" was never referenced
inode_t *inode,
^
unify.c(3437): remark #869: parameter "buf" was never referenced
struct stat *buf,
^
unify.c(3438): remark #869: parameter "dict" was never referenced
dict_t *dict)
^
unify.c(3512): remark #1418: external function definition with no prior
declaration
unify_rename (call_frame_t *frame,
^
unify.c(3593): remark #1418: external function definition with no prior
declaration
unify_link_cbk (call_frame_t *frame,
^
unify.c(3594): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(3595): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(3617): remark #1418: external function definition with no prior
declaration
unify_ns_link_cbk (call_frame_t *frame,
^
unify.c(3647): remark #810: conversion from "int" to "char"
may lose significant bits
char need_break = list[index+1] == -1;
^
unify.c(3618): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(3671): remark #1418: external function definition with no prior
declaration
unify_link (call_frame_t *frame,
^
unify-self-heal.c(451): (col. 1) remark: unify_sh_checksum_cbk has been targeted
for automatic cpu dispatchunify.c(3705): remark #1418: external function
definition with no prior declaration
.
unify_incver_cbk (call_frame_t *frame,
^
unify.c(3735): remark #1418: external function definition with no prior
declaration
unify_incver (call_frame_t *frame,
^
unify.c(3769): remark #1418: external function definition with no prior
declaration
unify_rmelem_cbk (call_frame_t *frame,
^
unify.c(3800): remark #1418: external function definition with no prior
declaration
unify_rmelem (call_frame_t *frame,
^
unify.c(3836): remark #1418: external function definition with no prior
declaration
unify_checksum_cbk (call_frame_t *frame,
^
unify.c(3837): remark #869: parameter "cookie" was never referenced
void *cookie,
^
unify.c(3838): remark #869: parameter "this" was never referenced
xlator_t *this,
^
unify.c(3853): remark #1418: external function definition with no prior
declaration
unify_checksum (call_frame_t *frame,
^
unify.c(3872): remark #1418: external function definition with no prior
declaration
notify (xlator_t *this,
^
unify.c(3953): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
unify.c(4039): remark #810: conversion from "int32_t={int}" to
"int16_t={short}" may lose significant bits
_private->child_count = count;
^
unify.c(4129): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
unify-self-heal.c(341): (col. 1) remark: unify_sh_opendir_cbk has been targeted
for automatic cpu dispatch.
unify-self-heal.c(182): (col. 1) remark: unify_sh_ns_getdents_cbk has been
targeted for automatic cpu dispatch.
unify-self-heal.c(136): (col. 1) remark: unify_sh_setdents_cbk has been targeted
for automatic cpu dispatch.
unify-self-heal.c(66): (col. 1) remark: unify_background_cbk has been targeted
for automatic cpu dispatchunify.c(292): (col. 1) remark: unify_lookup has been
targeted for automatic cpu dispatch.
.
unify-self-heal.c(562): (col. 1) remark: gf_unify_self_heal has been targeted
for automatic cpu dispatch.
unify.c(412): (col. 1) remark: unify_stat has been targeted for automatic cpu
dispatch.
unify.c(1453): (col. 1) remark: unify_ns_chmod_cbk has been targeted for
automatic cpu dispatch.
unify.c(1557): (col. 1) remark: unify_ns_chown_cbk has been targeted for
automatic cpu dispatch.
unify.c(1666): (col. 1) remark: unify_ns_truncate_cbk has been targeted for
automatic cpu dispatch.
unify.c(1775): (col. 1) remark: unify_ns_utimens_cbk has been targeted for
automatic cpu dispatch.
unify.c(1894): (col. 1) remark: unify_readlink has been targeted for automatic
cpu dispatch.
unify.c(2862): (col. 1) remark: unify_ns_mknod_cbk has been targeted for
automatic cpu dispatch.
unify.c(555): (col. 1) remark: unify_ns_mkdir_cbk has been targeted for
automatic cpu dispatch.
unify.c(1965): (col. 1) remark: unify_unlink has been targeted for automatic cpu
dispatch.
unify.c(3803): (col. 1) remark: unify_rmelem has been targeted for automatic cpu
dispatch.
unify.c(678): (col. 1) remark: unify_ns_rmdir_cbk has been targeted for
automatic cpu dispatch.
unify.c(3021): (col. 1) remark: unify_ns_symlink_cbk has been targeted for
automatic cpu dispatch.
unify.c(3516): (col. 1) remark: unify_rename has been targeted for automatic cpu
dispatch.
unify.c(3439): (col. 1) remark: unify_rename_lookup_cbk has been targeted for
automatic cpu dispatch.
unify.c(3345): (col. 1) remark: unify_ns_rename_cbk has been targeted for
automatic cpu dispatch.
unify.c(3206): (col. 1) remark: unify_rename_cbk has been targeted for automatic
cpu dispatch.
unify.c(3624): (col. 1) remark: unify_ns_link_cbk has been targeted for
automatic cpu dispatch.
unify.c(1174): (col. 1) remark: unify_ns_create_cbk has been targeted for
automatic cpu dispatch.
unify.c(1035): (col. 1) remark: unify_create_lookup_cbk has been targeted for
automatic cpu dispatch.
unify.c(853): (col. 1) remark: unify_open has been targeted for automatic cpu
dispatch.
unify.c(1424): (col. 1) remark: unify_statfs has been targeted for automatic cpu
dispatch.
unify.c(1365): (col. 1) remark: unify_statfs_cbk has been targeted for automatic
cpu dispatch.
unify.c(3738): (col. 1) remark: unify_incver has been targeted for automatic cpu
dispatch.
unify.c(2606): (col. 1) remark: unify_setxattr has been targeted for automatic
cpu dispatch.
unify.c(2676): (col. 1) remark: unify_getxattr has been targeted for automatic
cpu dispatch.
unify.c(2756): (col. 1) remark: unify_removexattr has been targeted for
automatic cpu dispatch.
unify.c(3954): (col. 1) remark: init has been targeted for automatic cpu
dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o unify.so unify.o unify-self-heal.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/unify.so unify.o unify-self-heal.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating unify.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify'
Making all in stripe
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT stripe.o -MD -MP -MF
".deps/stripe.Tpo" -c -o stripe.o stripe.c; \
then mv -f ".deps/stripe.Tpo" ".deps/stripe.Po";
else rm -f ".deps/stripe.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
stripe.c(145): remark #1418: external function definition with no prior
declaration
stripe_get_matching_bs (const char *path, struct stripe_options *opts)
^
stripe.c(167): remark #1418: external function definition with no prior
declaration
stripe_common_cbk (call_frame_t *frame,
^
stripe.c(168): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(169): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(184): remark #1418: external function definition with no prior
declaration
stripe_stack_unwind_cbk (call_frame_t *frame,
^
stripe.c(220): remark #1418: external function definition with no prior
declaration
stripe_common_buf_cbk (call_frame_t *frame,
^
stripe.c(221): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(222): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(240): remark #1418: external function definition with no prior
declaration
stripe_stack_unwind_buf_cbk (call_frame_t *frame,
^
stripe.c(293): remark #1418: external function definition with no prior
declaration
stripe_common_inode_cbk (call_frame_t *frame,
^
stripe.c(294): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(315): remark #1418: external function definition with no prior
declaration
stripe_stack_unwind_inode_cbk (call_frame_t *frame,
^
stripe.c(394): remark #1418: external function definition with no prior
declaration
stripe_stack_unwind_inode_lookup_cbk (call_frame_t *frame,
^
stripe.c(480): remark #1418: external function definition with no prior
declaration
stripe_lookup (call_frame_t *frame,
^
stripe.c(548): remark #1418: external function definition with no prior
declaration
stripe_forget (call_frame_t *frame,
^
stripe.c(548): remark #869: parameter "frame" was never referenced
stripe_forget (call_frame_t *frame,
^
stripe.c(549): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(550): remark #869: parameter "inode" was never referenced
inode_t *inode)
^
stripe.c(561): remark #1418: external function definition with no prior
declaration
stripe_stat (call_frame_t *frame,
^
stripe.c(605): remark #1418: external function definition with no prior
declaration
stripe_chmod (call_frame_t *frame,
^
stripe.c(657): remark #1418: external function definition with no prior
declaration
stripe_chown (call_frame_t *frame,
^
stripe.c(713): remark #1418: external function definition with no prior
declaration
stripe_statfs_cbk (call_frame_t *frame,
^
stripe.c(714): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(715): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(760): remark #1418: external function definition with no prior
declaration
stripe_statfs (call_frame_t *frame,
^
stripe.c(791): remark #1418: external function definition with no prior
declaration
stripe_truncate (call_frame_t *frame,
^
stripe.c(844): remark #1418: external function definition with no prior
declaration
stripe_utimens (call_frame_t *frame,
^
stripe.c(896): remark #1418: external function definition with no prior
declaration
stripe_rename (call_frame_t *frame,
^
stripe.c(950): remark #1418: external function definition with no prior
declaration
stripe_access (call_frame_t *frame,
^
stripe.c(972): remark #1418: external function definition with no prior
declaration
stripe_readlink_cbk (call_frame_t *frame,
^
stripe.c(973): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(974): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(989): remark #1418: external function definition with no prior
declaration
stripe_readlink (call_frame_t *frame,
^
stripe.c(1019): remark #1418: external function definition with no prior
declaration
stripe_unlink (call_frame_t *frame,
^
stripe.c(1068): remark #1418: external function definition with no prior
declaration
stripe_rmdir (call_frame_t *frame,
^
stripe.c(1117): remark #1418: external function definition with no prior
declaration
stripe_setxattr (call_frame_t *frame,
^
stripe.c(1151): remark #1418: external function definition with no prior
declaration
stripe_mknod_ifreg_fail_unlink_cbk (call_frame_t *frame,
^
stripe.c(1152): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(1153): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(1154): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
stripe.c(1155): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
stripe.c(1182): remark #1418: external function definition with no prior
declaration
stripe_mknod_ifreg_setxattr_cbk (call_frame_t *frame,
^
stripe.c(1238): remark #1418: external function definition with no prior
declaration
stripe_mknod_ifreg_cbk (call_frame_t *frame,
^
stripe.c(1243): remark #869: parameter "inode" was never referenced
inode_t *inode,
^
stripe.c(1350): remark #1418: external function definition with no prior
declaration
stripe_mknod (call_frame_t *frame,
^
stripe.c(1428): remark #1418: external function definition with no prior
declaration
stripe_mkdir (call_frame_t *frame,
^
stripe.c(1469): remark #1418: external function definition with no prior
declaration
stripe_symlink (call_frame_t *frame,
^
stripe.c(1499): remark #1418: external function definition with no prior
declaration
stripe_link (call_frame_t *frame,
^
stripe.c(1547): remark #1418: external function definition with no prior
declaration
stripe_create_fail_unlink_cbk (call_frame_t *frame,
^
stripe.c(1548): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(1549): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(1550): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
stripe.c(1551): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
stripe.c(1576): remark #1418: external function definition with no prior
declaration
stripe_create_fail_cbk (call_frame_t *frame,
^
stripe.c(1577): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(1579): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
stripe.c(1580): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
stripe.c(1615): remark #1418: external function definition with no prior
declaration
stripe_create_setxattr_cbk (call_frame_t *frame,
^
stripe.c(1669): remark #1418: external function definition with no prior
declaration
stripe_create_cbk (call_frame_t *frame,
^
stripe.c(1674): remark #869: parameter "fd" was never referenced
fd_t *fd,
^
stripe.c(1675): remark #869: parameter "inode" was never referenced
inode_t *inode,
^
stripe.c(1796): remark #1418: external function definition with no prior
declaration
stripe_create (call_frame_t *frame,
^
stripe.c(1867): remark #1418: external function definition with no prior
declaration
stripe_open_fail_cbk (call_frame_t *frame,
^
stripe.c(1868): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(1869): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(1870): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
stripe.c(1871): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
stripe.c(1893): remark #1418: external function definition with no prior
declaration
stripe_open_cbk (call_frame_t *frame,
^
stripe.c(1898): remark #869: parameter "fd" was never referenced
fd_t *fd)
^
stripe.c(1955): remark #1418: external function definition with no prior
declaration
stripe_open_getxattr_cbk (call_frame_t *frame,
^
stripe.c(2037): remark #1418: external function definition with no prior
declaration
stripe_open (call_frame_t *frame,
^
stripe.c(2103): remark #1418: external function definition with no prior
declaration
stripe_opendir_fail_cbk (call_frame_t *frame,
^
stripe.c(2104): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(2105): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(2106): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
stripe.c(2107): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
stripe.c(2129): remark #1418: external function definition with no prior
declaration
stripe_opendir_cbk (call_frame_t *frame,
^
stripe.c(2134): remark #869: parameter "fd" was never referenced
fd_t *fd)
^
stripe.c(2185): remark #1418: external function definition with no prior
declaration
stripe_opendir (call_frame_t *frame,
^
stripe.c(2228): remark #1418: external function definition with no prior
declaration
stripe_getxattr_cbk (call_frame_t *frame,
^
stripe.c(2229): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(2230): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(2244): remark #1418: external function definition with no prior
declaration
stripe_getxattr (call_frame_t *frame,
^
stripe.c(2263): remark #1418: external function definition with no prior
declaration
stripe_removexattr (call_frame_t *frame,
^
stripe.c(2293): remark #1418: external function definition with no prior
declaration
stripe_lk_cbk (call_frame_t *frame,
^
stripe.c(2335): remark #1418: external function definition with no prior
declaration
stripe_lk (call_frame_t *frame,
^
stripe.c(2384): remark #1418: external function definition with no prior
declaration
stripe_setdents (call_frame_t *frame,
^
stripe.c(2423): remark #1418: external function definition with no prior
declaration
stripe_flush (call_frame_t *frame,
^
stripe.c(2461): remark #1418: external function definition with no prior
declaration
stripe_close_cbk (call_frame_t *frame,
^
stripe.c(2505): remark #1418: external function definition with no prior
declaration
stripe_close (call_frame_t *frame,
^
stripe.c(2553): remark #1418: external function definition with no prior
declaration
stripe_fsync (call_frame_t *frame,
^
stripe.c(2599): remark #1418: external function definition with no prior
declaration
stripe_fstat (call_frame_t *frame,
^
stripe.c(2643): remark #1418: external function definition with no prior
declaration
stripe_fchmod (call_frame_t *frame,
^
stripe.c(2690): remark #1418: external function definition with no prior
declaration
stripe_fchown (call_frame_t *frame,
^
stripe.c(2740): remark #1418: external function definition with no prior
declaration
stripe_ftruncate (call_frame_t *frame,
^
stripe.c(2786): remark #1418: external function definition with no prior
declaration
stripe_closedir (call_frame_t *frame,
^
stripe.c(2819): remark #1418: external function definition with no prior
declaration
stripe_fsyncdir (call_frame_t *frame,
^
stripe.c(2855): remark #1418: external function definition with no prior
declaration
stripe_single_readv_cbk (call_frame_t *frame,
^
stripe.c(2856): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(2857): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(2873): remark #1418: external function definition with no prior
declaration
stripe_readv_cbk (call_frame_t *frame,
^
stripe.c(2874): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(2875): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(2964): remark #1418: external function definition with no prior
declaration
stripe_readv (call_frame_t *frame,
^
stripe.c(3056): remark #1418: external function definition with no prior
declaration
stripe_writev_cbk (call_frame_t *frame,
^
stripe.c(3093): remark #1418: external function definition with no prior
declaration
stripe_single_writev_cbk (call_frame_t *frame,
^
stripe.c(3094): remark #869: parameter "cookie" was never referenced
void *cookie,
^
stripe.c(3095): remark #869: parameter "this" was never referenced
xlator_t *this,
^
stripe.c(3107): remark #1418: external function definition with no prior
declaration
stripe_writev (call_frame_t *frame,
^
stripe.c(3206): remark #1418: external function definition with no prior
declaration
stripe_stats_cbk (call_frame_t *frame,
^
stripe.c(3252): remark #1418: external function definition with no prior
declaration
stripe_stats (call_frame_t *frame,
^
stripe.c(3275): remark #1418: external function definition with no prior
declaration
stripe_check_xattr_cbk (call_frame_t *frame,
^
stripe.c(3337): remark #1418: external function definition with no prior
declaration
notify (xlator_t *this,
^
stripe.c(3365): remark #810: conversion from "int" to
"uint8_t={unsigned char}" may lose significant bits
priv->nodes_down = down_client;
^
stripe.c(3396): remark #810: conversion from "int" to
"uint8_t={unsigned char}" may lose significant bits
priv->nodes_down = down_client;
^
stripe.c(3424): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
stripe.c(3445): remark #810: conversion from "int32_t={int}" to
"int8_t={signed char}" may lose significant bits
priv->child_count = count;
^
stripe.c(3518): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
stripe.c(484): (col. 1) remark: stripe_lookup has been targeted for automatic
cpu dispatch.
stripe.c(564): (col. 1) remark: stripe_stat has been targeted for automatic cpu
dispatch.
stripe.c(2602): (col. 1) remark: stripe_fstat has been targeted for automatic
cpu dispatch.
stripe.c(609): (col. 1) remark: stripe_chmod has been targeted for automatic cpu
dispatch.
stripe.c(2647): (col. 1) remark: stripe_fchmod has been targeted for automatic
cpu dispatch.
stripe.c(662): (col. 1) remark: stripe_chown has been targeted for automatic cpu
dispatch.
stripe.c(2695): (col. 1) remark: stripe_fchown has been targeted for automatic
cpu dispatch.
stripe.c(795): (col. 1) remark: stripe_truncate has been targeted for automatic
cpu dispatch.
stripe.c(2744): (col. 1) remark: stripe_ftruncate has been targeted for
automatic cpu dispatch.
stripe.c(848): (col. 1) remark: stripe_utimens has been targeted for automatic
cpu dispatch.
stripe.c(1355): (col. 1) remark: stripe_mknod has been targeted for automatic
cpu dispatch.
stripe.c(146): (col. 1) remark: stripe_get_matching_bs has been targeted for
automatic cpu dispatch.
stripe.c(1245): (col. 1) remark: stripe_mknod_ifreg_cbk has been targeted for
automatic cpu dispatch.
stripe.c(1187): (col. 1) remark: stripe_mknod_ifreg_setxattr_cbk has been
targeted for automatic cpu dispatch.
stripe.c(1432): (col. 1) remark: stripe_mkdir has been targeted for automatic
cpu dispatch.
stripe.c(1022): (col. 1) remark: stripe_unlink has been targeted for automatic
cpu dispatch.
stripe.c(1071): (col. 1) remark: stripe_rmdir has been targeted for automatic
cpu dispatch.
stripe.c(900): (col. 1) remark: stripe_rename has been targeted for automatic
cpu dispatch.
stripe.c(1503): (col. 1) remark: stripe_link has been targeted for automatic cpu
dispatch.
stripe.c(1802): (col. 1) remark: stripe_create has been targeted for automatic
cpu dispatch.
stripe.c(1677): (col. 1) remark: stripe_create_cbk has been targeted for
automatic cpu dispatch.
stripe.c(1620): (col. 1) remark: stripe_create_setxattr_cbk has been targeted
for automatic cpu dispatch.
stripe.c(2042): (col. 1) remark: stripe_open has been targeted for automatic cpu
dispatch.
stripe.c(1961): (col. 1) remark: stripe_open_getxattr_cbk has been targeted for
automatic cpu dispatch.
stripe.c(1899): (col. 1) remark: stripe_open_cbk has been targeted for automatic
cpu dispatch.
stripe.c(2969): (col. 1) remark: stripe_readv has been targeted for automatic
cpu dispatch.
stripe.c(2881): (col. 1) remark: stripe_readv_cbk has been targeted for
automatic cpu dispatch.
stripe.c(3113): (col. 1) remark: stripe_writev has been targeted for automatic
cpu dispatch.
stripe.c(2426): (col. 1) remark: stripe_flush has been targeted for automatic
cpu dispatch.
stripe.c(2508): (col. 1) remark: stripe_close has been targeted for automatic
cpu dispatch.
stripe.c(2557): (col. 1) remark: stripe_fsync has been targeted for automatic
cpu dispatch.
stripe.c(2189): (col. 1) remark: stripe_opendir has been targeted for automatic
cpu dispatch.
stripe.c(2135): (col. 1) remark: stripe_opendir_cbk has been targeted for
automatic cpu dispatch.
stripe.c(2789): (col. 1) remark: stripe_closedir has been targeted for automatic
cpu dispatch.
stripe.c(2823): (col. 1) remark: stripe_fsyncdir has been targeted for automatic
cpu dispatch.
stripe.c(763): (col. 1) remark: stripe_statfs has been targeted for automatic
cpu dispatch.
stripe.c(719): (col. 1) remark: stripe_statfs_cbk has been targeted for
automatic cpu dispatch.
stripe.c(2340): (col. 1) remark: stripe_lk has been targeted for automatic cpu
dispatch.
stripe.c(2390): (col. 1) remark: stripe_setdents has been targeted for automatic
cpu dispatch.
stripe.c(3255): (col. 1) remark: stripe_stats has been targeted for automatic
cpu dispatch.
stripe.c(3519): (col. 1) remark: fini has been targeted for automatic cpu
dispatch.
stripe.c(3280): (col. 1) remark: stripe_check_xattr_cbk has been targeted for
automatic cpu dispatch.
stripe.c(3361): (col. 11) remark: LOOP WAS VECTORIZED.
stripe.c(3392): (col. 11) remark: LOOP WAS VECTORIZED.
stripe.c(3341): (col. 1) remark: notify has been targeted for automatic cpu
dispatch.
stripe.c(3425): (col. 1) remark: init has been targeted for automatic cpu
dispatch.
stripe.c(1581): (col. 1) remark: stripe_create_fail_cbk has been targeted for
automatic cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o stripe.so stripe.o ../../../../libglusterfs/src/libglusterfs.la
-lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/stripe.so stripe.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating stripe.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe'
Making all in afr
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT afr.o -MD -MP -MF ".deps/afr.Tpo"
-c -o afr.o afr.c; \
then mv -f ".deps/afr.Tpo" ".deps/afr.Po"; else rm
-f ".deps/afr.Tpo"; exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT afr_self_heal.o -MD -MP -MF
".deps/afr_self_heal.Tpo" -c -o afr_self_heal.o afr_self_heal.c; \
then mv -f ".deps/afr_self_heal.Tpo"
".deps/afr_self_heal.Po"; else rm -f
".deps/afr_self_heal.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
afr.h(89): remark #424: extra ";" ignored
dir_entry_t *entry, *last;;
^
afr_self_heal.c(55): remark #1419: external declaration in primary source file
afr.h(89): remark #424: extra ";" ignored
afr_lookup_unlock_cbk (call_frame_t *frame,
^
afr_self_heal.c(61): remark #1419: external declaration in primary source file
void afr_lookup_directory_selfheal (call_frame_t*);
^
afr_self_heal.c(64): remark #1418: external function definition with no prior
declaration
dummy_inode_destroy (inode_t * inode)
^
afr_self_heal.c(94): remark #1418: external function definition with no prior
declaration
afr_lds_closedir_cbk (call_frame_t *frame,
^
afr_self_heal.c(95): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
afr_self_heal.c(118): remark #1418: external function definition with no prior
declaration
dir_entry_t *entry, *last;;
^
afr.c(60): remark #1419: external declaration in primary source file
afr_lds_setxattr_cbk (call_frame_t *frame,
^
afr_self_heal.c(119): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
afr_self_heal.c(143): remark #1418: external function definition with no prior
declaration
afr_lds_setdents_cbk (call_frame_t *frame,
^
afr_self_heal.c(144): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
afr_self_heal.c(168): remark #1418: external function definition with no prior
declaration
extern void afr_lookup_directory_selfheal (call_frame_t *);
^
afr_lds_rmelem_cbk (call_frame_t *frame,
afr.c(63): remark #1418: external function definition with no prior declaration
^
afr_self_heal.c(169): remark #869: parameter "cookie" was never
referenced
afr_loc_dup(loc_t *loc)
^
afr.c(74): remark #1418: external function definition with no prior declaration
afr_loc_free(loc_t *loc)
^
void *cookie,
^
afr_self_heal.c(202): remark #1418: external function definition with no prior
declaration
afr.c(82): remark #869: parameter "child_count" was never referenced
afr_lds_lookup_cbk (call_frame_t *frame,
^
afr_self_heal.c(208): remark #869: parameter "buf" was never
referenced
afr_free_ashptr (afr_selfheal_t * ashptr, int32_t child_count, int32_t latest)
^
afr.c(82): remark #869: parameter "latest" was never referenced
afr_free_ashptr (afr_selfheal_t * ashptr, int32_t child_count, int32_t latest)
^
afr.c(88): remark #1418: external function definition with no prior declaration
afr_sync_ownership_permission_cbk(call_frame_t *frame,
^
struct stat *buf,
afr.c(166): remark #1418: external function definition with no prior declaration
^
afr_self_heal.c(209): remark #869: parameter "xattr" was never
referenced
dict_t *xattr)
^
afr_self_heal.c(248): remark #1418: external function definition with no prior
declaration
afr_lds_getdents_cbk (call_frame_t *frame,
^
afr_self_heal.c(249): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
afr_self_heal.c(273): remark #1418: external function definition with no prior
declaration
afr_lds_opendir_cbk (call_frame_t *frame,
^
afr_self_heal.c(274): remark #869: parameter "cookie" was never
referenced
afr_sync_ownership_permission (call_frame_t *frame)
^
void *cookie,
^
afr_self_heal.c(278): remark #869: parameter "fd" was never referenced
fd_t *fd)
^
afr_self_heal.c(469): remark #1599: declaration hides variable "cnt"
(declared at line 309)
afr.c(293): remark #1418: external function definition with no prior declaration
afr_lookup_unlock_cbk (call_frame_t *frame,
^
afr.c(325): remark #1419: external declaration in primary source file
int32_t count = 0, cnt;
^
afr_self_heal.c(331): warning #589: transfer of control bypasses initialization
of:
afr_lookup_cbk (call_frame_t *frame,
^
afr.c(335): remark #1418: external function definition with no prior declaration
variable "count" (declared at line 469)
variable "tmpdir" (declared at line 473)
goto AFR_LABEL_7_GOTO;
^
afr_lookup_lock_cbk (call_frame_t *frame,
^
afr.c(336): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(370): remark #1418: external function definition with no prior declaration
afr_check_ctime_version (call_frame_t *frame)
^
afr.c(388): remark #593: variable "first" was set but never used
int32_t latest = 0, differ = 0, first = 0, i;
^
afr.c(605): remark #810: conversion from "int32_t={int}" to
"char" may lose significant bits
child_errno[i] = op_errno;
^
afr.c(670): remark #1418: external function definition with no prior declaration
afr_lookup (call_frame_t *frame,
^
afr.c(695): remark #1599: declaration hides parameter "need_xattr"
(declared at line 673)
int32_t need_xattr = pvt->self_heal;
^
afr.c(673): remark #869: parameter "need_xattr" was never referenced
int32_t need_xattr)
^
afr.c(707): remark #1418: external function definition with no prior declaration
afr_incver_cbk (call_frame_t *frame,
^
afr.c(708): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(709): remark #869: parameter "this" was never referenced
xlator_t *this,
^
afr.c(711): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
afr.c(732): remark #1418: external function definition with no prior declaration
afr_incver (call_frame_t *frame,
^
afr.c(768): remark #1418: external function definition with no prior declaration
afr_incver_internal_unlock_cbk (call_frame_t *frame,
^
afr.c(769): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(770): remark #869: parameter "this" was never referenced
xlator_t *this,
^
afr.c(771): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
afr.c(772): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
afr.c(782): remark #1418: external function definition with no prior declaration
afr_incver_internal_incver_cbk (call_frame_t *frame,
^
afr.c(783): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(784): remark #869: parameter "this" was never referenced
xlator_t *this,
^
afr.c(785): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
afr.c(786): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
afr.c(809): remark #1418: external function definition with no prior declaration
afr_incver_internal_lock_cbk (call_frame_t *frame,
^
afr.c(810): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(811): remark #869: parameter "this" was never referenced
xlator_t *this,
^
afr.c(812): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
afr.c(813): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
afr.c(840): remark #1418: external function definition with no prior declaration
afr_incver_internal (call_frame_t *frame,
^
afr.c(841): remark #869: parameter "this" was never referenced
xlator_t *this,
^
afr.c(891): remark #1418: external function definition with no prior declaration
afr_forget (call_frame_t *frame,
^
afr.c(891): remark #869: parameter "frame" was never referenced
afr_forget (call_frame_t *frame,
^
afr.c(892): remark #869: parameter "this" was never referenced
xlator_t *this,
^
afr.c(893): remark #869: parameter "inode" was never referenced
inode_t *inode)
^
afr.c(899): remark #1418: external function definition with no prior declaration
afr_setxattr_cbk (call_frame_t *frame,
^
afr.c(937): remark #1418: external function definition with no prior declaration
afr_setxattr (call_frame_t *frame,
^
afr.c(1008): remark #1418: external function definition with no prior
declaration
afr_getxattr_cbk (call_frame_t *frame,
^
afr.c(1031): remark #1418: external function definition with no prior
declaration
afr_getxattr (call_frame_t *frame,
^
afr.c(1067): remark #1418: external function definition with no prior
declaration
afr_removexattr_cbk (call_frame_t *frame,
^
afr.c(1103): remark #1418: external function definition with no prior
declaration
afr_removexattr (call_frame_t *frame,
^
afr.c(1151): remark #1418: external function definition with no prior
declaration
afr_selfheal_unlock_cbk (call_frame_t *frame,
^
afr.c(1196): remark #1419: external declaration in primary source file
afr_selfheal_nosync_close_cbk (call_frame_t *frame,
^
afr.c(1205): remark #1418: external function definition with no prior
declaration
afr_error_during_sync (call_frame_t *frame)
^
afr.c(1249): remark #1418: external function definition with no prior
declaration
afr_selfheal_setxattr_cbk (call_frame_t *frame,
^
afr.c(1290): remark #1418: external function definition with no prior
declaration
afr_selfheal_utimens_cbk (call_frame_t *frame,
^
afr.c(1295): remark #869: parameter "stat" was never referenced
struct stat *stat)
^
afr.c(1332): remark #1418: external function definition with no prior
declaration
afr_selfheal_close_cbk (call_frame_t *frame,
^
afr.c(1359): remark #181: argument is incompatible with corresponding format
string conversion
sprintf (dict_ctime, "%u", ctime);
^
afr.c(1333): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(1335): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
afr.c(1336): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
afr.c(1407): remark #1419: external declaration in primary source file
afr_selfheal_sync_file (call_frame_t *frame,
^
afr.c(1411): remark #1418: external function definition with no prior
declaration
afr_selfheal_sync_file_writev_cbk (call_frame_t *frame,
^
afr.c(1416): remark #869: parameter "stat" was never referenced
struct stat *stat)
^
afr.c(1459): remark #1418: external function definition with no prior
declaration
afr_selfheal_sync_file_readv_cbk (call_frame_t *frame,
^
afr.c(1466): remark #869: parameter "stat" was never referenced
struct stat *stat)
^
afr.c(1553): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(1555): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
afr.c(1556): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
afr.c(1584): remark #1418: external function definition with no prior
declaration
afr_selfheal_open_cbk (call_frame_t *frame,
^
afr.c(1589): remark #869: parameter "fd" was never referenced
fd_t *fd)
^
afr.c(1650): remark #1418: external function definition with no prior
declaration
afr_selfheal_stat_cbk (call_frame_t *frame,
^
afr.c(1651): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(1712): remark #1418: external function definition with no prior
declaration
afr_selfheal_getxattr_cbk (call_frame_t *frame,
^
afr.c(1918): remark #1418: external function definition with no prior
declaration
afr_selfheal_lock_cbk (call_frame_t *frame,
^
afr.c(1986): remark #1418: external function definition with no prior
declaration
afr_selfheal (call_frame_t *frame,
^
afr.c(2059): remark #1418: external function definition with no prior
declaration
afr_open_cbk (call_frame_t *frame,
^
afr.c(2155): remark #1418: external function definition with no prior
declaration
afr_open (call_frame_t *frame,
^
afr.c(2243): remark #1418: external function definition with no prior
declaration
afr_readv_cbk (call_frame_t *frame,
^
afr.c(2297): remark #1418: external function definition with no prior
declaration
afr_readv (call_frame_t *frame,
^
afr.c(2353): remark #1418: external function definition with no prior
declaration
afr_writev_cbk (call_frame_t *frame,
^
afr.c(2409): remark #1418: external function definition with no prior
declaration
afr_writev (call_frame_t *orig_frame,
^
afr.c(2473): remark #1418: external function definition with no prior
declaration
afr_ftruncate_cbk (call_frame_t *frame,
^
afr.c(2516): remark #1418: external function definition with no prior
declaration
afr_ftruncate (call_frame_t *frame,
^
afr.c(2567): remark #1418: external function definition with no prior
declaration
afr_fstat_cbk (call_frame_t *frame,
^
afr.c(2591): remark #1418: external function definition with no prior
declaration
afr_fstat (call_frame_t *frame,
^
afr.c(2631): remark #1418: external function definition with no prior
declaration
afr_flush_cbk (call_frame_t *frame,
^
afr.c(2670): remark #1418: external function definition with no prior
declaration
afr_flush (call_frame_t *frame,
^
afr.c(2721): remark #1418: external function definition with no prior
declaration
afr_close_cbk (call_frame_t *frame,
^
afr.c(2770): remark #1418: external function definition with no prior
declaration
afr_close_unlock_cbk (call_frame_t *frame,
^
afr.c(2817): remark #1418: external function definition with no prior
declaration
afr_close_setxattr_cbk (call_frame_t *frame,
^
afr.c(2854): remark #1418: external function definition with no prior
declaration
afr_close_getxattr_cbk (call_frame_t *frame,
^
afr.c(2905): remark #1599: declaration hides variable "i" (declared at
line 2861)
int32_t i, cnt;
^
afr.c(2923): remark #181: argument is incompatible with corresponding format
string conversion
sprintf (dict_ctime, "%u", ctime);
^
afr.c(2858): remark #869: parameter "op_errno" was never referenced
int32_t op_errno,
^
afr.c(2950): remark #1418: external function definition with no prior
declaration
afr_close_lock_cbk (call_frame_t *frame,
^
afr.c(2996): remark #1418: external function definition with no prior
declaration
afr_close (call_frame_t *frame,
^
afr.c(3077): remark #1418: external function definition with no prior
declaration
afr_fsync_cbk (call_frame_t *frame,
^
afr.c(3117): remark #1418: external function definition with no prior
declaration
afr_fsync (call_frame_t *frame,
^
afr.c(3170): remark #1418: external function definition with no prior
declaration
afr_lk_cbk (call_frame_t *frame,
^
afr.c(3225): remark #1418: external function definition with no prior
declaration
afr_lk (call_frame_t *frame,
^
afr.c(3280): remark #1418: external function definition with no prior
declaration
afr_stat_cbk (call_frame_t *frame,
^
afr.c(3334): remark #1418: external function definition with no prior
declaration
afr_stat (call_frame_t *frame,
^
afr.c(3381): remark #1418: external function definition with no prior
declaration
afr_statfs_cbk (call_frame_t *frame,
^
afr.c(3423): remark #1418: external function definition with no prior
declaration
afr_statfs (call_frame_t *frame,
^
afr.c(3451): remark #1418: external function definition with no prior
declaration
afr_truncate_cbk (call_frame_t *frame,
^
afr.c(3499): remark #1418: external function definition with no prior
declaration
afr_truncate (call_frame_t *frame,
^
afr.c(3550): remark #1418: external function definition with no prior
declaration
afr_utimens_cbk (call_frame_t *frame,
^
afr.c(3597): remark #1418: external function definition with no prior
declaration
afr_utimens (call_frame_t *frame,
^
afr.c(3642): remark #1418: external function definition with no prior
declaration
afr_opendir_cbk (call_frame_t *frame,
^
afr.c(3702): remark #1418: external function definition with no prior
declaration
afr_opendir (call_frame_t *frame,
^
afr.c(3749): remark #1418: external function definition with no prior
declaration
afr_readlink_symlink_cbk (call_frame_t *frame,
^
afr.c(3750): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(3752): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
afr.c(3753): remark #869: parameter "op_errno" was never referenced
int32_t op_errno,
^
afr.c(3754): remark #869: parameter "inode" was never referenced
inode_t *inode,
^
afr.c(3755): remark #869: parameter "stbuf" was never referenced
struct stat *stbuf)
^
afr.c(3783): remark #1418: external function definition with no prior
declaration
afr_readlink_cbk (call_frame_t *frame,
^
afr.c(3784): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(3834): remark #1418: external function definition with no prior
declaration
afr_readlink (call_frame_t *frame,
^
afr.c(3877): remark #1418: external function definition with no prior
declaration
afr_getdents_cbk (call_frame_t *frame,
^
afr.c(3878): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(4005): remark #1418: external function definition with no prior
declaration
afr_getdents (call_frame_t *frame,
^
afr.c(4058): remark #1418: external function definition with no prior
declaration
afr_readdir_cbk (call_frame_t *frame,
^
afr.c(4110): remark #1418: external function definition with no prior
declaration
afr_readdir (call_frame_t *frame,
^
afr.c(4164): remark #1418: external function definition with no prior
declaration
afr_setdents_cbk (call_frame_t *frame,
^
afr.c(4165): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(4166): remark #869: parameter "this" was never referenced
xlator_t *this,
^
afr.c(4196): remark #1418: external function definition with no prior
declaration
afr_setdents (call_frame_t *frame,
^
afr.c(4247): remark #1418: external function definition with no prior
declaration
afr_bg_setxattr_cbk (call_frame_t *frame,
^
afr.c(4248): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(4249): remark #869: parameter "this" was never referenced
xlator_t *this,
^
afr.c(4250): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
afr.c(4251): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
afr.c(4271): remark #1418: external function definition with no prior
declaration
afr_bg_setxattr (call_frame_t *frame, loc_t *loc, dict_t *dict)
^
afr.c(4312): remark #1418: external function definition with no prior
declaration
afr_mkdir_cbk (call_frame_t *frame,
^
afr.c(4361): remark #810: conversion from "int32_t={int}" to
"char" may lose significant bits
child_errno[i] = op_errno;
^
afr.c(4377): remark #181: argument is incompatible with corresponding format
string conversion
sprintf (dict_ctime, "%u", ctime);
^
afr.c(4404): remark #1418: external function definition with no prior
declaration
afr_mkdir (call_frame_t *frame,
^
afr.c(4430): remark #1418: external function definition with no prior
declaration
afr_unlink_cbk (call_frame_t *frame,
^
afr.c(4431): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(4465): remark #1418: external function definition with no prior
declaration
afr_unlink (call_frame_t *frame,
^
afr.c(4511): remark #1418: external function definition with no prior
declaration
afr_rmdir_cbk (call_frame_t *frame,
^
afr.c(4512): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(4548): remark #1418: external function definition with no prior
declaration
afr_rmdir (call_frame_t *frame,
^
afr.c(4595): remark #1418: external function definition with no prior
declaration
afr_create_cbk (call_frame_t *frame,
^
afr.c(4673): remark #810: conversion from "int32_t={int}" to
"char" may lose significant bits
child_errno[i] = op_errno;
^
afr.c(4727): remark #1418: external function definition with no prior
declaration
afr_create (call_frame_t *frame,
^
afr.c(4781): remark #1418: external function definition with no prior
declaration
afr_mknod_cbk (call_frame_t *frame,
^
afr.c(4829): remark #810: conversion from "int32_t={int}" to
"char" may lose significant bits
child_errno[i] = op_errno;
^
afr.c(4855): remark #1418: external function definition with no prior
declaration
afr_mknod (call_frame_t *frame,
^
afr.c(4885): remark #1418: external function definition with no prior
declaration
afr_symlink_cbk (call_frame_t *frame,
^
afr.c(4933): remark #810: conversion from "int32_t={int}" to
"char" may lose significant bits
child_errno[i] = op_errno;
^
afr.c(4961): remark #1418: external function definition with no prior
declaration
afr_symlink (call_frame_t *frame,
^
afr.c(4987): remark #1418: external function definition with no prior
declaration
afr_rename_cbk (call_frame_t *frame,
^
afr.c(5049): remark #1418: external function definition with no prior
declaration
afr_rename (call_frame_t *frame,
^
afr.c(5105): remark #1418: external function definition with no prior
declaration
afr_link_cbk (call_frame_t *frame,
^
afr.c(5106): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(5110): remark #869: parameter "inode" was never referenced
inode_t *inode,
^
afr.c(5157): remark #1418: external function definition with no prior
declaration
afr_link (call_frame_t *frame,
^
afr.c(5203): remark #1418: external function definition with no prior
declaration
afr_chmod_cbk (call_frame_t *frame,
^
afr.c(5254): remark #1418: external function definition with no prior
declaration
afr_chmod (call_frame_t *frame,
^
afr.c(5304): remark #1418: external function definition with no prior
declaration
afr_chown_cbk (call_frame_t *frame,
^
afr.c(5355): remark #1418: external function definition with no prior
declaration
afr_chown (call_frame_t *frame,
^
afr.c(5407): remark #1418: external function definition with no prior
declaration
afr_closedir_cbk (call_frame_t *frame,
^
afr.c(5408): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(5441): remark #1418: external function definition with no prior
declaration
afr_closedir (call_frame_t *frame,
^
afr.c(5496): remark #1418: external function definition with no prior
declaration
afr_fchmod_cbk (call_frame_t *frame,
^
afr.c(5545): remark #1418: external function definition with no prior
declaration
afr_fchmod (call_frame_t *frame,
^
afr.c(5593): remark #1418: external function definition with no prior
declaration
afr_fchown_cbk (call_frame_t *frame,
^
afr.c(5641): remark #1418: external function definition with no prior
declaration
afr_fchown (call_frame_t *frame,
^
afr.c(5691): remark #1418: external function definition with no prior
declaration
afr_fsyncdir (call_frame_t *frame,
^
afr.c(5693): remark #869: parameter "fd" was never referenced
fd_t *fd,
^
afr.c(5694): remark #869: parameter "flags" was never referenced
int32_t flags)
^
afr.c(5703): remark #1418: external function definition with no prior
declaration
afr_access (call_frame_t *frame,
^
afr.c(5705): remark #869: parameter "loc" was never referenced
loc_t *loc,
^
afr.c(5706): remark #869: parameter "mask" was never referenced
int32_t mask)
^
afr.c(5714): remark #1418: external function definition with no prior
declaration
afr_lock_cbk (call_frame_t *frame,
^
afr.c(5715): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(5735): remark #1418: external function definition with no prior
declaration
afr_lock (call_frame_t *frame,
^
afr.c(5763): remark #1418: external function definition with no prior
declaration
afr_unlock_cbk (call_frame_t *frame,
^
afr.c(5764): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(5775): remark #1418: external function definition with no prior
declaration
afr_unlock (call_frame_t *frame,
^
afr.c(5804): remark #1418: external function definition with no prior
declaration
afr_stats_cbk (call_frame_t *frame,
^
afr.c(5805): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(5837): remark #1418: external function definition with no prior
declaration
afr_stats (call_frame_t *frame,
^
afr.c(5859): remark #1418: external function definition with no prior
declaration
afr_checksum_cbk (call_frame_t *frame,
^
afr.c(5860): remark #869: parameter "cookie" was never referenced
void *cookie,
^
afr.c(5896): remark #1418: external function definition with no prior
declaration
afr_checksum (call_frame_t *frame,
^
afr.c(5925): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
afr.c(5980): remark #1418: external function definition with no prior
declaration
notify (xlator_t *this,
^
afr.c(6051): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
afr.c(6153): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
afr_self_heal.c(173): (col. 1) remark: afr_lds_rmelem_cbk has been targeted for
automatic cpu dispatch.
afr_self_heal.c(210): (col. 1) remark: afr_lds_lookup_cbk has been targeted for
automatic cpu dispatch.
afr.c(674): (col. 1) remark: afr_lookup has been targeted for automatic cpu
dispatch.
afr.c(531): (col. 1) remark: afr_lookup_cbk has been targeted for automatic cpu
dispatch.
afr.c(371): (col. 1) remark: afr_check_ctime_version has been targeted for
automatic cpu dispatch.
afr.c(167): (col. 1) remark: afr_sync_ownership_permission has been targeted for
automatic cpu dispatch.
afr.c(94): (col. 1) remark: afr_sync_ownership_permission_cbk has been targeted
for automatic cpu dispatch.
afr.c(340): (col. 1) remark: afr_lookup_lock_cbk has been targeted for automatic
cpu dispatch.
afr.c(3337): (col. 1) remark: afr_stat has been targeted for automatic cpu
dispatch.
afr.c(3286): (col. 1) remark: afr_stat_cbk has been targeted for automatic cpu
dispatch.
afr.c(2594): (col. 1) remark: afr_fstat has been targeted for automatic cpu
dispatch.
afr.c(5258): (col. 1) remark: afr_chmod has been targeted for automatic cpu
dispatch.
afr.c(5209): (col. 1) remark: afr_chmod_cbk has been targeted for automatic cpu
dispatch.
afr.c(5549): (col. 1) remark: afr_fchmod has been targeted for automatic cpu
dispatch.
afr.c(5502): (col. 1) remark: afr_fchmod_cbk has been targeted for automatic cpu
dispatch.
afr.c(5360): (col. 1) remark: afr_chown has been targeted for automatic cpu
dispatch.
afr.c(5310): (col. 1) remark: afr_chown_cbk has been targeted for automatic cpu
dispatch.
afr.c(5646): (col. 1) remark: afr_fchown has been targeted for automatic cpu
dispatch.
afr.c(5599): (col. 1) remark: afr_fchown_cbk has been targeted for automatic cpu
dispatch.
afr.c(3503): (col. 1) remark: afr_truncate has been targeted for automatic cpu
dispatch.
afr.c(3457): (col. 1) remark: afr_truncate_cbk has been targeted for automatic
cpu dispatch.
afr.c(2520): (col. 1) remark: afr_ftruncate has been targeted for automatic cpu
dispatch.
afr.c(3601): (col. 1) remark: afr_utimens has been targeted for automatic cpu
dispatch.
afr.c(3556): (col. 1) remark: afr_utimens_cbk has been targeted for automatic
cpu dispatch.
afr.c(3838): (col. 1) remark: afr_readlink has been targeted for automatic cpu
dispatch.
afr.c(3789): (col. 1) remark: afr_readlink_cbk has been targeted for automatic
cpu dispatch.
afr.c(4788): (col. 1) remark: afr_mknod_cbk has been targeted for automatic cpu
dispatch.
afr.c(814): (col. 1) remark: afr_incver_internal_lock_cbk has been targeted for
automatic cpu dispatch.
afr.c(773): (col. 1) remark: afr_incver_internal_unlock_cbk has been targeted
for automatic cpu dispatch.
afr.c(4319): (col. 1) remark: afr_mkdir_cbk has been targeted for automatic cpu
dispatch.
afr.c(4272): (col. 1) remark: afr_bg_setxattr has been targeted for automatic
cpu dispatch.
afr.c(4252): (col. 1) remark: afr_bg_setxattr_cbk has been targeted for
automatic cpu dispatch.
afr.c(4468): (col. 1) remark: afr_unlink has been targeted for automatic cpu
dispatch.
afr.c(4551): (col. 1) remark: afr_rmdir has been targeted for automatic cpu
dispatch.
afr.c(4892): (col. 1) remark: afr_symlink_cbk has been targeted for automatic
cpu dispatch.
afr.c(5053): (col. 1) remark: afr_rename has been targeted for automatic cpu
dispatch.
afr.c(4993): (col. 1) remark: afr_rename_cbk has been targeted for automatic cpu
dispatch.
afr.c(855): (col. 3) remark: LOOP WAS VECTORIZED.
afr.c(843): (col. 1) remark: afr_incver_internal has been targeted for automatic
cpu dispatch.
afr.c(5161): (col. 1) remark: afr_link has been targeted for automatic cpu
dispatch.
afr.c(4683): (col. 2) remark: LOOP WAS VECTORIZED.
afr.c(4603): (col. 1) remark: afr_create_cbk has been targeted for automatic cpu
dispatch.
afr.c(2160): (col. 1) remark: afr_open has been targeted for automatic cpu
dispatch.
afr.c(1990): (col. 1) remark: afr_selfheal has been targeted for automatic cpu
dispatch.
afr.c(1923): (col. 1) remark: afr_selfheal_lock_cbk has been targeted for
automatic cpu dispatch.
afr.c(1718): (col. 1) remark: afr_selfheal_getxattr_cbk has been targeted for
automatic cpu dispatch.
afr.c(1156): (col. 1) remark: afr_selfheal_unlock_cbk has been targeted for
automatic cpu dispatch.
afr.c(1656): (col. 1) remark: afr_selfheal_stat_cbk has been targeted for
automatic cpu dispatch.
afr.c(1590): (col. 1) remark: afr_selfheal_open_cbk has been targeted for
automatic cpu dispatch.
afr.c(1467): (col. 1) remark: afr_selfheal_sync_file_readv_cbk has been targeted
for automatic cpu dispatch.
afr.c(1337): (col. 1) remark: afr_selfheal_close_cbk has been targeted for
automatic cpu dispatch.
afr.c(2127): (col. 2) remark: LOOP WAS VECTORIZED.
afr.c(2065): (col. 1) remark: afr_open_cbk has been targeted for automatic cpu
dispatch.
afr.c(2302): (col. 1) remark: afr_readv has been targeted for automatic cpu
dispatch.
afr.c(2251): (col. 1) remark: afr_readv_cbk has been targeted for automatic cpu
dispatch.
afr.c(2415): (col. 1) remark: afr_writev has been targeted for automatic cpu
dispatch.
afr.c(2359): (col. 1) remark: afr_writev_cbk has been targeted for automatic cpu
dispatch.
afr.c(2673): (col. 1) remark: afr_flush has been targeted for automatic cpu
dispatch.
afr.c(2999): (col. 1) remark: afr_close has been targeted for automatic cpu
dispatch.
afr.c(2955): (col. 1) remark: afr_close_lock_cbk has been targeted for automatic
cpu dispatch.
afr.c(2860): (col. 1) remark: afr_close_getxattr_cbk has been targeted for
automatic cpu dispatch.
afr.c(2775): (col. 1) remark: afr_close_unlock_cbk has been targeted for
automatic cpu dispatch.
afr.c(3121): (col. 1) remark: afr_fsync has been targeted for automatic cpu
dispatch.
afr.c(3706): (col. 1) remark: afr_opendir has been targeted for automatic cpu
dispatch.
afr.c(3648): (col. 1) remark: afr_opendir_cbk has been targeted for automatic
cpu dispatch.
afr.c(4115): (col. 1) remark: afr_readdir has been targeted for automatic cpu
dispatch.
afr.c(4064): (col. 1) remark: afr_readdir_cbk has been targeted for automatic
cpu dispatch.
afr.c(5444): (col. 1) remark: afr_closedir has been targeted for automatic cpu
dispatch.
afr.c(3426): (col. 1) remark: afr_statfs has been targeted for automatic cpu
dispatch.
afr.c(3387): (col. 1) remark: afr_statfs_cbk has been targeted for automatic cpu
dispatch.
afr.c(735): (col. 1) remark: afr_incver has been targeted for automatic cpu
dispatch.
afr.c(942): (col. 1) remark: afr_setxattr has been targeted for automatic cpu
dispatch.
afr.c(1034): (col. 1) remark: afr_getxattr has been targeted for automatic cpu
dispatch.
afr.c(1107): (col. 1) remark: afr_removexattr has been targeted for automatic
cpu dispatch.
afr.c(3230): (col. 1) remark: afr_lk has been targeted for automatic cpu
dispatch.
afr.c(3176): (col. 1) remark: afr_lk_cbk has been targeted for automatic cpu
dispatch.
afr.c(4202): (col. 1) remark: afr_setdents has been targeted for automatic cpu
dispatch.
afr.c(4011): (col. 1) remark: afr_getdents has been targeted for automatic cpu
dispatch.
afr.c(3884): (col. 1) remark: afr_getdents_cbk has been targeted for automatic
cpu dispatch.
afr.c(5738): (col. 1) remark: afr_lock has been targeted for automatic cpu
dispatch.
afr.c(5778): (col. 1) remark: afr_unlock has been targeted for automatic cpu
dispatch.
afr.c(5926): (col. 1) remark: afr_check_xattr_cbk has been targeted for
automatic cpu dispatch.
afr.c(6010): (col. 7) remark: LOOP WAS VECTORIZED.
afr.c(6028): (col. 7) remark: LOOP WAS VECTORIZED.
afr.c(5984): (col. 1) remark: notify has been targeted for automatic cpu
dispatch.
afr.c(6052): (col. 1) remark: init has been targeted for automatic cpu dispatch.
afr.c(1206): (col. 1) remark: afr_error_during_sync has been targeted for
automatic cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o afr.so afr.o afr_self_heal.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/afr.so afr.o afr_self_heal.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating afr.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster'
Making all in storage
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage'
Making all in posix
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -DGF_LINUX_HOST_OS -Wall -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT posix.o -MD -MP -MF
".deps/posix.Tpo" -c -o posix.o posix.c; \
then mv -f ".deps/posix.Tpo" ".deps/posix.Po"; else
rm -f ".deps/posix.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
posix.c(77): remark #1418: external function definition with no prior
declaration
posix_lookup (call_frame_t *frame,
^
posix.c(127): remark #1418: external function definition with no prior
declaration
posix_forget (call_frame_t *frame,
^
posix.c(127): remark #869: parameter "frame" was never referenced
posix_forget (call_frame_t *frame,
^
posix.c(139): remark #1418: external function definition with no prior
declaration
posix_stat (call_frame_t *frame,
^
posix.c(172): remark #1418: external function definition with no prior
declaration
posix_opendir (call_frame_t *frame,
^
posix.c(219): remark #1418: external function definition with no prior
declaration
posix_getdents (call_frame_t *frame,
^
posix.c(223): remark #869: parameter "off" was never referenced
off_t off,
^
posix.c(366): remark #1418: external function definition with no prior
declaration
posix_closedir (call_frame_t *frame,
^
posix.c(433): remark #1418: external function definition with no prior
declaration
posix_readlink (call_frame_t *frame,
^
posix.c(466): remark #1418: external function definition with no prior
declaration
posix_mknod (call_frame_t *frame,
^
posix.c(505): remark #1418: external function definition with no prior
declaration
posix_mkdir (call_frame_t *frame,
^
posix.c(544): remark #1418: external function definition with no prior
declaration
posix_unlink (call_frame_t *frame,
^
posix.c(584): remark #1418: external function definition with no prior
declaration
posix_remove (const char *path,
^
posix.c(585): remark #869: parameter "stat" was never referenced
const struct stat *stat,
^
posix.c(586): remark #869: parameter "typeflag" was never referenced
int32_t typeflag,
^
posix.c(587): remark #869: parameter "ftw" was never referenced
struct FTW *ftw)
^
posix.c(593): remark #1418: external function definition with no prior
declaration
posix_rmelem (call_frame_t *frame,
^
posix.c(618): remark #1418: external function definition with no prior
declaration
posix_rmdir (call_frame_t *frame,
^
posix.c(658): remark #1418: external function definition with no prior
declaration
posix_symlink (call_frame_t *frame,
^
posix.c(697): remark #1418: external function definition with no prior
declaration
posix_rename (call_frame_t *frame,
^
posix.c(735): remark #1418: external function definition with no prior
declaration
posix_link (call_frame_t *frame,
^
posix.c(774): remark #1418: external function definition with no prior
declaration
posix_chmod (call_frame_t *frame,
^
posix.c(809): remark #1418: external function definition with no prior
declaration
posix_chown (call_frame_t *frame,
^
posix.c(845): remark #1418: external function definition with no prior
declaration
posix_truncate (call_frame_t *frame,
^
posix.c(881): remark #1418: external function definition with no prior
declaration
posix_utimens (call_frame_t *frame,
^
posix.c(927): remark #1418: external function definition with no prior
declaration
posix_create (call_frame_t *frame,
^
posix.c(1001): remark #1418: external function definition with no prior
declaration
posix_open (call_frame_t *frame,
^
posix.c(1054): remark #1418: external function definition with no prior
declaration
posix_readv (call_frame_t *frame,
^
posix.c(1158): remark #1418: external function definition with no prior
declaration
posix_writev (call_frame_t *frame,
^
posix.c(1282): remark #1418: external function definition with no prior
declaration
posix_statfs (call_frame_t *frame,
^
posix.c(1318): remark #1418: external function definition with no prior
declaration
posix_flush (call_frame_t *frame,
^
posix.c(1324): remark #593: variable "_fd" was set but never used
int32_t _fd;
^
posix.c(1355): remark #1418: external function definition with no prior
declaration
posix_close (call_frame_t *frame,
^
posix.c(1410): remark #1418: external function definition with no prior
declaration
posix_fsync (call_frame_t *frame,
^
posix.c(1469): remark #1418: external function definition with no prior
declaration
posix_incver (call_frame_t *frame,
^
posix.c(1490): remark #181: argument is incompatible with corresponding format
string conversion
sprintf (version, "%u", ver);
^
posix.c(1498): remark #1418: external function definition with no prior
declaration
posix_setxattr (call_frame_t *frame,
^
posix.c(1544): remark #1418: external function definition with no prior
declaration
posix_getxattr (call_frame_t *frame,
^
posix.c(1627): remark #1418: external function definition with no prior
declaration
posix_removexattr (call_frame_t *frame,
^
posix.c(1657): remark #1418: external function definition with no prior
declaration
posix_fsyncdir (call_frame_t *frame,
^
posix.c(1660): remark #869: parameter "datasync" was never referenced
int datasync)
^
posix.c(1666): remark #593: variable "_fd" was set but never used
int32_t _fd;
^
posix.c(1697): remark #1418: external function definition with no prior
declaration
posix_access (call_frame_t *frame,
^
posix.c(1727): remark #1418: external function definition with no prior
declaration
posix_ftruncate (call_frame_t *frame,
^
posix.c(1779): remark #1418: external function definition with no prior
declaration
posix_fchown (call_frame_t *frame,
^
posix.c(1833): remark #1418: external function definition with no prior
declaration
posix_fchmod (call_frame_t *frame,
^
posix.c(1883): remark #1418: external function definition with no prior
declaration
posix_setdents (call_frame_t *frame,
^
posix.c(1888): remark #869: parameter "count" was never referenced
int32_t count)
^
posix.c(2027): remark #1418: external function definition with no prior
declaration
posix_fstat (call_frame_t *frame,
^
posix.c(2075): remark #1418: external function definition with no prior
declaration
posix_lk (call_frame_t *frame,
^
posix.c(2076): remark #869: parameter "this" was never referenced
xlator_t *this,
^
posix.c(2077): remark #869: parameter "fd" was never referenced
fd_t *fd,
^
posix.c(2078): remark #869: parameter "cmd" was never referenced
int32_t cmd,
^
posix.c(2079): remark #869: parameter "lock" was never referenced
struct flock *lock)
^
posix.c(2101): remark #1418: external function definition with no prior
declaration
posix_readdir (call_frame_t *frame,
^
posix.c(2204): remark #1418: external function definition with no prior
declaration
posix_stats (call_frame_t *frame,
^
posix.c(2206): remark #869: parameter "flags" was never referenced
int32_t flags)
^
posix.c(2266): remark #1418: external function definition with no prior
declaration
posix_checksum (call_frame_t *frame,
^
posix.c(2314): remark #810: conversion from "int" to
"uint8_t={unsigned char}" may lose significant bits
dir_checksum[i] ^= dirent->d_name[i];
^
posix.c(2317): remark #810: conversion from "int" to
"uint8_t={unsigned char}" may lose significant bits
file_checksum[i] ^= dirent->d_name[i];
^
posix.c(2269): remark #869: parameter "flag" was never referenced
int32_t flag)
^
posix.c(2332): remark #1418: external function definition with no prior
declaration
notify (xlator_t *this,
^
posix.c(2356): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
posix.c(2431): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
posix.c(1164): (col. 1) remark: posix_writev has been targeted for automatic cpu
dispatch.
posix.c(2106): (col. 1) remark: posix_readdir has been targeted for automatic
cpu dispatch.
posix.c(1503): (col. 1) remark: posix_setxattr has been targeted for automatic
cpu dispatch.
posix.c(1547): (col. 1) remark: posix_getxattr has been targeted for automatic
cpu dispatch.
posix.c(1889): (col. 1) remark: posix_setdents has been targeted for automatic
cpu dispatch.
posix.c(225): (col. 1) remark: posix_getdents has been targeted for automatic
cpu dispatch.
posix.c(2313): (col. 7) remark: LOOP WAS VECTORIZED.
posix.c(2316): (col. 7) remark: LOOP WAS VECTORIZED.
posix.c(2270): (col. 1) remark: posix_checksum has been targeted for automatic
cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DGF_LINUX_HOST_OS -Wall
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o posix.so posix.o ../../../../libglusterfs/src/libglusterfs.la
-lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DGF_LINUX_HOST_OS -Wall
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/posix.so posix.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating posix.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage'
Making all in protocol
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol'
Making all in server
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -DDATADIR=\"/var\"
-DCONFDIR=\"/etc/glusterfs\" -O3 -axK -ip -gcc -mp -unroll2 -restrict
-inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT server-protocol.o -MD
-MP -MF ".deps/server-protocol.Tpo" -c -o server-protocol.o
server-protocol.c; \
then mv -f ".deps/server-protocol.Tpo"
".deps/server-protocol.Po"; else rm -f
".deps/server-protocol.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
server-protocol.c(194): remark #1418: external function definition with no prior
declaration
server_reply_dequeue (server_reply_queue_t *queue)
^
server-protocol.c(239): warning #188: enumerated type mixed with another type
generic_reply (entry->frame, entry->type, entry->op,
entry->reply);
^
server-protocol.c(261): remark #111: statement is unreachable
return NULL;
^
server-protocol.c(325): remark #1418: external function definition with no prior
declaration
server_fchmod_cbk (call_frame_t *frame,
^
server-protocol.c(326): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(327): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(352): remark #1418: external function definition with no prior
declaration
server_fchmod (call_frame_t *frame,
^
server-protocol.c(397): remark #1418: external function definition with no prior
declaration
server_fchown_cbk (call_frame_t *frame,
^
server-protocol.c(398): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(399): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(425): remark #1418: external function definition with no prior
declaration
server_fchown (call_frame_t *frame,
^
server-protocol.c(484): remark #1418: external function definition with no prior
declaration
server_setdents_cbk (call_frame_t *frame,
^
server-protocol.c(485): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(486): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(513): remark #1418: external function definition with no prior
declaration
server_lk_cbk (call_frame_t *frame,
^
server-protocol.c(514): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(515): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(550): remark #1418: external function definition with no prior
declaration
server_access_cbk (call_frame_t *frame,
^
server-protocol.c(551): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(552): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(579): remark #1418: external function definition with no prior
declaration
server_utimens_cbk (call_frame_t *frame,
^
server-protocol.c(580): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(581): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(615): remark #1418: external function definition with no prior
declaration
server_chmod_cbk (call_frame_t *frame,
^
server-protocol.c(616): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(617): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(651): remark #1418: external function definition with no prior
declaration
server_chown_cbk (call_frame_t *frame,
^
server-protocol.c(652): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(653): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(686): remark #1418: external function definition with no prior
declaration
server_rmdir_cbk (call_frame_t *frame,
^
server-protocol.c(687): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(688): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(707): remark #1418: external function definition with no prior
declaration
server_rmelem_cbk (call_frame_t *frame,
^
server-protocol.c(708): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(709): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(727): remark #1418: external function definition with no prior
declaration
server_incver_cbk (call_frame_t *frame,
^
server-protocol.c(728): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(729): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(792): remark #1418: external function definition with no prior
declaration
server_mkdir_cbk (call_frame_t *frame,
^
server-protocol.c(793): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(794): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(844): remark #1418: external function definition with no prior
declaration
server_mknod_cbk (call_frame_t *frame,
^
server-protocol.c(845): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(846): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(897): remark #1418: external function definition with no prior
declaration
server_fsyncdir_cbk (call_frame_t *frame,
^
server-protocol.c(898): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(899): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(928): remark #1418: external function definition with no prior
declaration
server_getdents_cbk (call_frame_t *frame,
^
server-protocol.c(929): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(930): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(997): remark #1418: external function definition with no prior
declaration
server_readdir_cbk (call_frame_t *frame,
^
server-protocol.c(998): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(999): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1031): remark #1418: external function definition with no
prior declaration
server_closedir_cbk (call_frame_t *frame,
^
server-protocol.c(1032): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1033): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1066): remark #1418: external function definition with no
prior declaration
server_opendir_cbk (call_frame_t *frame,
^
server-protocol.c(1067): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1068): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1104): remark #1418: external function definition with no
prior declaration
server_statfs_cbk (call_frame_t *frame,
^
server-protocol.c(1105): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1106): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1164): remark #1418: external function definition with no
prior declaration
server_removexattr_cbk (call_frame_t *frame,
^
server-protocol.c(1165): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1166): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1193): remark #1418: external function definition with no
prior declaration
server_getxattr_cbk (call_frame_t *frame,
^
server-protocol.c(1194): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1195): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1233): remark #1418: external function definition with no
prior declaration
server_setxattr_cbk (call_frame_t *frame,
^
server-protocol.c(1234): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1235): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1262): remark #1418: external function definition with no
prior declaration
server_rename_cbk (call_frame_t *frame,
^
server-protocol.c(1263): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1264): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1297): remark #1418: external function definition with no
prior declaration
server_unlink_cbk (call_frame_t *frame,
^
server-protocol.c(1298): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1299): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1325): remark #1418: external function definition with no
prior declaration
server_symlink_cbk (call_frame_t *frame,
^
server-protocol.c(1326): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1327): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1376): remark #1418: external function definition with no
prior declaration
server_link_cbk (call_frame_t *frame,
^
server-protocol.c(1377): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1378): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1416): remark #1418: external function definition with no
prior declaration
server_truncate_cbk (call_frame_t *frame,
^
server-protocol.c(1417): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1418): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1452): remark #1418: external function definition with no
prior declaration
server_fstat_cbk (call_frame_t *frame,
^
server-protocol.c(1453): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1454): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1488): remark #1418: external function definition with no
prior declaration
server_ftruncate_cbk (call_frame_t *frame,
^
server-protocol.c(1489): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1490): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1524): remark #1418: external function definition with no
prior declaration
server_flush_cbk (call_frame_t *frame,
^
server-protocol.c(1525): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1526): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1552): remark #1418: external function definition with no
prior declaration
server_fsync_cbk (call_frame_t *frame,
^
server-protocol.c(1553): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1554): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1580): remark #1418: external function definition with no
prior declaration
server_close_cbk (call_frame_t *frame,
^
server-protocol.c(1581): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1582): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1615): remark #1418: external function definition with no
prior declaration
server_writev_cbk (call_frame_t *frame,
^
server-protocol.c(1616): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1617): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1653): remark #1418: external function definition with no
prior declaration
server_readv_cbk (call_frame_t *frame,
^
server-protocol.c(1654): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1655): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1695): remark #1418: external function definition with no
prior declaration
server_open_cbk (call_frame_t *frame,
^
server-protocol.c(1696): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1697): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1737): remark #1418: external function definition with no
prior declaration
server_create_cbk (call_frame_t *frame,
^
server-protocol.c(1738): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1739): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1810): remark #1418: external function definition with no
prior declaration
server_readlink_cbk (call_frame_t *frame,
^
server-protocol.c(1811): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1812): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1842): remark #1418: external function definition with no
prior declaration
server_stat_cbk (call_frame_t *frame,
^
server-protocol.c(1843): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1844): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1877): remark #1418: external function definition with no
prior declaration
server_forget_cbk (call_frame_t *frame,
^
server-protocol.c(1878): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1879): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1907): remark #1418: external function definition with no
prior declaration
server_lookup_cbk (call_frame_t *frame,
^
server-protocol.c(1908): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1909): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1986): remark #1418: external function definition with no
prior declaration
server_stub_cbk (call_frame_t *frame,
^
server-protocol.c(2319): remark #1599: declaration hides parameter
"dict" (declared at line 1993)
dict_t *dict = stub->args.setxattr.dict;
^
server-protocol.c(1987): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(1988): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(1993): remark #869: parameter "dict" was never
referenced
dict_t *dict)
^
server-protocol.c(2491): remark #1418: external function definition with no
prior declaration
server_lookup (call_frame_t *frame,
^
server-protocol.c(2551): remark #1418: external function definition with no
prior declaration
server_forget (call_frame_t *frame,
^
server-protocol.c(2586): remark #1418: external function definition with no
prior declaration
server_stat_resume (call_frame_t *frame,
^
server-protocol.c(2587): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(2612): remark #1418: external function definition with no
prior declaration
server_stat (call_frame_t *frame,
^
server-protocol.c(2670): remark #1418: external function definition with no
prior declaration
server_readlink_resume (call_frame_t *frame,
^
server-protocol.c(2671): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(2698): remark #1418: external function definition with no
prior declaration
server_readlink (call_frame_t *frame,
^
server-protocol.c(2764): remark #1418: external function definition with no
prior declaration
server_create (call_frame_t *frame,
^
server-protocol.c(2820): remark #1418: external function definition with no
prior declaration
server_open_resume (call_frame_t *frame,
^
server-protocol.c(2821): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(2824): remark #869: parameter "fd" was never
referenced
fd_t *fd)
^
server-protocol.c(2853): remark #1418: external function definition with no
prior declaration
server_open (call_frame_t *frame,
^
server-protocol.c(2922): remark #1418: external function definition with no
prior declaration
server_readv (call_frame_t *frame,
^
server-protocol.c(2959): remark #981: operands are evaluated in unspecified
order
STACK_WIND (frame,
^
server-protocol.c(2959): remark #981: operands are evaluated in unspecified
order
STACK_WIND (frame,
^
server-protocol.c(2980): remark #1418: external function definition with no
prior declaration
server_writev (call_frame_t *frame,
^
server-protocol.c(3039): remark #1418: external function definition with no
prior declaration
server_close (call_frame_t *frame,
^
server-protocol.c(3088): remark #1418: external function definition with no
prior declaration
server_fsync (call_frame_t *frame,
^
server-protocol.c(3138): remark #1418: external function definition with no
prior declaration
server_flush (call_frame_t *frame,
^
server-protocol.c(3185): remark #1418: external function definition with no
prior declaration
server_ftruncate (call_frame_t *frame,
^
server-protocol.c(3236): remark #1418: external function definition with no
prior declaration
server_fstat (call_frame_t *frame,
^
server-protocol.c(3278): remark #1418: external function definition with no
prior declaration
server_truncate_resume (call_frame_t *frame,
^
server-protocol.c(3279): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(3306): remark #1418: external function definition with no
prior declaration
server_truncate (call_frame_t *frame,
^
server-protocol.c(3368): remark #1418: external function definition with no
prior declaration
server_link_resume (call_frame_t *frame,
^
server-protocol.c(3369): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(3395): remark #1418: external function definition with no
prior declaration
server_link (call_frame_t *frame,
^
server-protocol.c(3466): remark #1418: external function definition with no
prior declaration
server_symlink (call_frame_t *frame,
^
server-protocol.c(3505): remark #1418: external function definition with no
prior declaration
server_unlink_resume (call_frame_t *frame,
^
server-protocol.c(3506): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(3531): remark #1418: external function definition with no
prior declaration
server_unlink (call_frame_t *frame,
^
server-protocol.c(3587): remark #1418: external function definition with no
prior declaration
server_rename_resume (call_frame_t *frame,
^
server-protocol.c(3588): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(3618): remark #1418: external function definition with no
prior declaration
server_rename (call_frame_t *frame,
^
server-protocol.c(3719): remark #1418: external function definition with no
prior declaration
server_setxattr_resume (call_frame_t *frame,
^
server-protocol.c(3720): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(3749): remark #1418: external function definition with no
prior declaration
server_setxattr (call_frame_t *frame,
^
server-protocol.c(3819): remark #1418: external function definition with no
prior declaration
server_getxattr_resume (call_frame_t *frame,
^
server-protocol.c(3820): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(3845): remark #1418: external function definition with no
prior declaration
server_getxattr (call_frame_t *frame,
^
server-protocol.c(3897): remark #1418: external function definition with no
prior declaration
server_removexattr_resume (call_frame_t *frame,
^
server-protocol.c(3898): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(3924): remark #1418: external function definition with no
prior declaration
server_removexattr (call_frame_t *frame,
^
server-protocol.c(3991): remark #1418: external function definition with no
prior declaration
server_statfs (call_frame_t *frame,
^
server-protocol.c(4039): remark #1418: external function definition with no
prior declaration
server_opendir_resume (call_frame_t *frame,
^
server-protocol.c(4040): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(4042): remark #869: parameter "fd" was never
referenced
fd_t *fd)
^
server-protocol.c(4069): remark #1418: external function definition with no
prior declaration
server_opendir (call_frame_t *frame,
^
server-protocol.c(4134): remark #1418: external function definition with no
prior declaration
server_closedir (call_frame_t *frame,
^
server-protocol.c(4184): remark #1418: external function definition with no
prior declaration
server_getdents (call_frame_t *frame,
^
server-protocol.c(4220): remark #981: operands are evaluated in unspecified
order
STACK_WIND (frame,
^
server-protocol.c(4220): remark #981: operands are evaluated in unspecified
order
STACK_WIND (frame,
^
server-protocol.c(4242): remark #1418: external function definition with no
prior declaration
server_readdir (call_frame_t *frame,
^
server-protocol.c(4270): remark #981: operands are evaluated in unspecified
order
STACK_WIND (frame,
^
server-protocol.c(4270): remark #981: operands are evaluated in unspecified
order
STACK_WIND (frame,
^
server-protocol.c(4292): remark #1418: external function definition with no
prior declaration
server_fsyncdir (call_frame_t *frame,
^
server-protocol.c(4341): remark #1418: external function definition with no
prior declaration
server_mknod (call_frame_t *frame,
^
server-protocol.c(4367): remark #981: operands are evaluated in unspecified
order
STACK_WIND (frame,
^
server-protocol.c(4367): remark #981: operands are evaluated in unspecified
order
STACK_WIND (frame,
^
server-protocol.c(4388): remark #1418: external function definition with no
prior declaration
server_mkdir (call_frame_t *frame,
^
server-protocol.c(4424): remark #1418: external function definition with no
prior declaration
server_rmdir_resume (call_frame_t *frame,
^
server-protocol.c(4425): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(4449): remark #1418: external function definition with no
prior declaration
server_rmdir (call_frame_t *frame,
^
server-protocol.c(4505): remark #1418: external function definition with no
prior declaration
server_rmelem (call_frame_t *frame,
^
server-protocol.c(4524): remark #1418: external function definition with no
prior declaration
server_incver (call_frame_t *frame,
^
server-protocol.c(4539): remark #1418: external function definition with no
prior declaration
server_chown_resume (call_frame_t *frame,
^
server-protocol.c(4540): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(4566): remark #1418: external function definition with no
prior declaration
server_chown (call_frame_t *frame,
^
server-protocol.c(4631): remark #1418: external function definition with no
prior declaration
server_chmod_resume (call_frame_t *frame,
^
server-protocol.c(4632): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(4659): remark #1418: external function definition with no
prior declaration
server_chmod (call_frame_t *frame,
^
server-protocol.c(4720): remark #1418: external function definition with no
prior declaration
server_utimens_resume (call_frame_t *frame,
^
server-protocol.c(4721): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(4747): remark #1418: external function definition with no
prior declaration
server_utimens (call_frame_t *frame,
^
server-protocol.c(4766): remark #1599: declaration hides variable
"buf" (declared at line 4757)
struct stat buf = {0, };
^
server-protocol.c(4820): remark #1418: external function definition with no
prior declaration
server_access_resume (call_frame_t *frame,
^
server-protocol.c(4821): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(4846): remark #1418: external function definition with no
prior declaration
server_access (call_frame_t *frame,
^
server-protocol.c(4912): remark #1418: external function definition with no
prior declaration
server_lk (call_frame_t *frame,
^
server-protocol.c(5012): remark #1418: external function definition with no
prior declaration
server_setdents (call_frame_t *frame,
^
server-protocol.c(5182): remark #1418: external function definition with no
prior declaration
mop_getspec (call_frame_t *frame,
^
server-protocol.c(5248): warning #188: enumerated type mixed with another type
server_reply (frame, GF_OP_TYPE_MOP_REPLY, GF_MOP_GETSPEC,
^
server-protocol.c(5183): remark #869: parameter "bound_xl" was never
referenced
xlator_t *bound_xl,
^
server-protocol.c(5184): remark #869: parameter "params" was never
referenced
dict_t *params)
^
server-protocol.c(5255): remark #1418: external function definition with no
prior declaration
server_checksum_cbk (call_frame_t *frame,
^
server-protocol.c(5256): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(5257): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(5286): remark #1418: external function definition with no
prior declaration
server_checksum (call_frame_t *frame,
^
server-protocol.c(5287): remark #869: parameter "bound_xl" was never
referenced
xlator_t *bound_xl,
^
server-protocol.c(5333): remark #1418: external function definition with no
prior declaration
mop_setspec (call_frame_t *frame,
^
server-protocol.c(5370): warning #1338: arithmetic on pointer to void or
function type
while ((ret = write (spec_fd, file_data + offset, file_data_len))){
^
server-protocol.c(5387): warning #188: enumerated type mixed with another type
server_reply (frame, GF_OP_TYPE_MOP_REPLY, GF_MOP_SETSPEC,
^
server-protocol.c(5334): remark #869: parameter "bound_xl" was never
referenced
xlator_t *bound_xl,
^
server-protocol.c(5404): remark #1418: external function definition with no
prior declaration
server_mop_lock_cbk (call_frame_t *frame,
^
server-protocol.c(5415): warning #188: enumerated type mixed with another type
server_reply (frame, GF_OP_TYPE_MOP_REPLY, GF_MOP_LOCK,
^
server-protocol.c(5405): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(5406): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(5429): remark #1418: external function definition with no
prior declaration
mop_lock (call_frame_t *frame,
^
server-protocol.c(5430): remark #869: parameter "bound_xl" was never
referenced
xlator_t *bound_xl,
^
server-protocol.c(5483): warning #188: enumerated type mixed with another type
server_reply (frame, GF_OP_TYPE_MOP_REPLY, GF_MOP_UNLOCK,
^
server-protocol.c(5473): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(5474): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(5497): remark #1418: external function definition with no
prior declaration
mop_unlock (call_frame_t *frame,
^
server-protocol.c(5498): remark #869: parameter "bound_xl" was never
referenced
xlator_t *bound_xl,
^
server-protocol.c(5529): remark #1418: external function definition with no
prior declaration
mop_listlocks (call_frame_t *frame,
^
server-protocol.c(5544): warning #188: enumerated type mixed with another type
server_reply (frame, GF_OP_TYPE_MOP_REPLY, GF_MOP_LISTLOCKS,
^
server-protocol.c(5530): remark #869: parameter "bound_xl" was never
referenced
xlator_t *bound_xl,
^
server-protocol.c(5531): remark #869: parameter "params" was never
referenced
dict_t *params)
^
server-protocol.c(5560): remark #1418: external function definition with no
prior declaration
mop_getvolume (call_frame_t *frame,
^
server-protocol.c(5560): remark #869: parameter "frame" was never
referenced
mop_getvolume (call_frame_t *frame,
^
server-protocol.c(5561): remark #869: parameter "bound_xl" was never
referenced
xlator_t *bound_xl,
^
server-protocol.c(5562): remark #869: parameter "params" was never
referenced
dict_t *params)
^
server-protocol.c(5572): remark #1418: external function definition with no
prior declaration
void __check_and_set (xlator_t *each,
^
server-protocol.c(5602): remark #1418: external function definition with no
prior declaration
mop_setvolume (call_frame_t *frame,
^
server-protocol.c(5663): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
dict_set (params, "peer-port", data_from_uint16 (ntohs
(_sock->sin_port)));
^
server-protocol.c(5672): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
gf_log (TRANSPORT_OF (frame)->xl->name, GF_LOG_DEBUG,
^
server-protocol.c(5672): remark #981: operands are evaluated in unspecified
order
gf_log (TRANSPORT_OF (frame)->xl->name, GF_LOG_DEBUG,
^
server-protocol.c(5672): remark #981: operands are evaluated in unspecified
order
gf_log (TRANSPORT_OF (frame)->xl->name, GF_LOG_DEBUG,
^
server-protocol.c(5679): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
gf_log (TRANSPORT_OF (frame)->xl->name, GF_LOG_ERROR,
^
server-protocol.c(5679): remark #981: operands are evaluated in unspecified
order
gf_log (TRANSPORT_OF (frame)->xl->name, GF_LOG_ERROR,
^
server-protocol.c(5679): remark #981: operands are evaluated in unspecified
order
gf_log (TRANSPORT_OF (frame)->xl->name, GF_LOG_ERROR,
^
server-protocol.c(5700): remark #1599: declaration hides variable "xl"
(declared at line 5613)
xlator_t *xl = TRANSPORT_OF (frame)->xl;
^
server-protocol.c(5723): warning #188: enumerated type mixed with another type
server_reply (frame, GF_OP_TYPE_MOP_REPLY, GF_MOP_SETVOLUME,
^
server-protocol.c(5603): remark #869: parameter "bound_xl" was never
referenced
xlator_t *bound_xl,
^
server-protocol.c(5742): remark #1418: external function definition with no
prior declaration
server_mop_stats_cbk (call_frame_t *frame,
^
server-protocol.c(5773): warning #188: enumerated type mixed with another type
server_reply (frame, GF_OP_TYPE_MOP_REPLY, GF_MOP_STATS,
^
server-protocol.c(5743): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(5744): remark #869: parameter "xl" was never
referenced
xlator_t *xl,
^
server-protocol.c(5822): remark #1418: external function definition with no
prior declaration
server_mop_fsck_cbk (call_frame_t *frame,
^
server-protocol.c(5833): warning #188: enumerated type mixed with another type
server_reply (frame, GF_OP_TYPE_MOP_REPLY, GF_MOP_FSCK,
^
server-protocol.c(5823): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(5824): remark #869: parameter "xl" was never
referenced
xlator_t *xl,
^
server-protocol.c(5848): remark #1418: external function definition with no
prior declaration
mop_fsck (call_frame_t *frame,
^
server-protocol.c(5880): remark #1418: external function definition with no
prior declaration
unknown_op_cbk (call_frame_t *frame,
^
server-protocol.c(5889): warning #188: enumerated type mixed with another type
server_reply (frame, type, opcode, reply, frame->root->rsp_refs);
^
server-protocol.c(5940): remark #810: conversion from "int32_t={int}"
to "int8_t={signed char}" may lose significant bits
_call->frames.type = blk->type;
^
server-protocol.c(6033): remark #1418: external function definition with no
prior declaration
server_protocol_interpret (transport_t *trans,
^
server-protocol.c(6125): remark #1418: external function definition with no
prior declaration
server_nop_cbk (call_frame_t *frame,
^
server-protocol.c(6126): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
server-protocol.c(6127): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
server-protocol.c(6128): remark #869: parameter "op_ret" was never
referenced
int32_t op_ret,
^
server-protocol.c(6129): remark #869: parameter "op_errno" was never
referenced
int32_t op_errno)
^
server-protocol.c(6192): remark #1418: external function definition with no
prior declaration
server_protocol_cleanup (transport_t *trans)
^
server-protocol.c(6267): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
gf_log (trans->xl->name, GF_LOG_DEBUG,
^
server-protocol.c(6267): remark #981: operands are evaluated in unspecified
order
gf_log (trans->xl->name, GF_LOG_DEBUG,
^
server-protocol.c(6267): remark #981: operands are evaluated in unspecified
order
gf_log (trans->xl->name, GF_LOG_DEBUG,
^
server-protocol.c(6275): remark #869: parameter "this" was never
referenced
get_auth_types (dict_t *this,
^
server-protocol.c(6277): remark #869: parameter "value" was never
referenced
data_t *value,
^
server-protocol.c(6300): remark #1418: external function definition with no
prior declaration
init (xlator_t *this)
^
server-protocol.c(6386): remark #1418: external function definition with no
prior declaration
fini (xlator_t *this)
^
server-protocol.c(6408): remark #1418: external function definition with no
prior declaration
notify (xlator_t *this,
^
server-protocol.c(935): (col. 1) remark: server_getdents_cbk has been targeted
for automatic cpu dispatch.
server-protocol.c(5015): (col. 1) remark: server_setdents has been targeted for
automatic cpu dispatch.
server-protocol.c(5336): (col. 1) remark: mop_setspec has been targeted for
automatic cpu dispatch.
server-protocol.c(6130): (col. 1) remark: server_nop_cbk has been targeted for
automatic cpu dispatch.
server-protocol.c(227): (col. 1) remark: server_reply_proc has been targeted for
automatic cpu dispatch.
server-protocol.c(195): (col. 1) remark: server_reply_dequeue has been targeted
for automatic cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles
-DDATADIR=\"/var\" -DCONFDIR=\"/etc/glusterfs\" -O3 -axK
-ip -gcc -mp -unroll2 -restrict -inline-level=2 -align -Zp16 -parallel
-inline-level=2 -Wl,-O1 -o server.so server-protocol.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles
-DDATADIR=\"/var\" -DCONFDIR=\"/etc/glusterfs\" -O3 -axK -ip
-gcc -mp -unroll2 -restrict -inline-level=2 -align -Zp16 -parallel
-inline-level=2 -Wl,-O1 -o .libs/server.so server-protocol.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating server.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server'
Making all in client
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT client-protocol.o -MD -MP -MF
".deps/client-protocol.Tpo" -c -o client-protocol.o client-protocol.c;
\
then mv -f ".deps/client-protocol.Tpo"
".deps/client-protocol.Po"; else rm -f
".deps/client-protocol.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
client-protocol.c(229): remark #1418: external function definition with no prior
declaration
client_protocol_xfer (call_frame_t *frame,
^
client-protocol.c(276): remark #810: conversion from "int" to
"char" may lose significant bits
connected = (transport_connect (trans) == 0);
^
client-protocol.c(285): remark #810: conversion from
"glusterfs_op_type_t={enum <unnamed>}" to "int8_t={signed
char}" may lose significant bits
frame->type = type;
^
client-protocol.c(359): remark #1418: external function definition with no prior
declaration
client_create (call_frame_t *frame,
^
client-protocol.c(402): remark #1418: external function definition with no prior
declaration
client_open (call_frame_t *frame,
^
client-protocol.c(456): remark #1418: external function definition with no prior
declaration
client_stat (call_frame_t *frame,
^
client-protocol.c(501): remark #1418: external function definition with no prior
declaration
client_readlink (call_frame_t *frame,
^
client-protocol.c(549): remark #1418: external function definition with no prior
declaration
client_mknod (call_frame_t *frame,
^
client-protocol.c(590): remark #1418: external function definition with no prior
declaration
client_mkdir (call_frame_t *frame,
^
client-protocol.c(628): remark #1418: external function definition with no prior
declaration
client_unlink (call_frame_t *frame,
^
client-protocol.c(662): remark #1418: external function definition with no prior
declaration
client_rmelem (call_frame_t *frame,
^
client-protocol.c(689): remark #1418: external function definition with no prior
declaration
client_rmdir (call_frame_t *frame,
^
client-protocol.c(735): remark #1418: external function definition with no prior
declaration
client_symlink (call_frame_t *frame,
^
client-protocol.c(773): remark #1418: external function definition with no prior
declaration
client_rename (call_frame_t *frame,
^
client-protocol.c(832): remark #1418: external function definition with no prior
declaration
client_link (call_frame_t *frame,
^
client-protocol.c(888): remark #1418: external function definition with no prior
declaration
client_chmod (call_frame_t *frame,
^
client-protocol.c(936): remark #1418: external function definition with no prior
declaration
client_chown (call_frame_t *frame,
^
client-protocol.c(986): remark #1418: external function definition with no prior
declaration
client_truncate (call_frame_t *frame,
^
client-protocol.c(1034): remark #1418: external function definition with no
prior declaration
client_utimens (call_frame_t *frame,
^
client-protocol.c(1086): remark #1418: external function definition with no
prior declaration
client_readv (call_frame_t *frame,
^
client-protocol.c(1140): remark #1418: external function definition with no
prior declaration
client_writev (call_frame_t *frame,
^
client-protocol.c(1194): remark #1418: external function definition with no
prior declaration
client_statfs (call_frame_t *frame,
^
client-protocol.c(1224): remark #1418: external function definition with no
prior declaration
client_flush (call_frame_t *frame,
^
client-protocol.c(1271): remark #1418: external function definition with no
prior declaration
client_close (call_frame_t *frame,
^
client-protocol.c(1326): remark #1418: external function definition with no
prior declaration
client_fsync (call_frame_t *frame,
^
client-protocol.c(1363): remark #1418: external function definition with no
prior declaration
client_incver (call_frame_t *frame,
^
client-protocol.c(1392): remark #1418: external function definition with no
prior declaration
client_setxattr (call_frame_t *frame,
^
client-protocol.c(1451): remark #1418: external function definition with no
prior declaration
client_getxattr (call_frame_t *frame,
^
client-protocol.c(1495): remark #1418: external function definition with no
prior declaration
client_removexattr (call_frame_t *frame,
^
client-protocol.c(1541): remark #1418: external function definition with no
prior declaration
client_opendir (call_frame_t *frame,
^
client-protocol.c(1591): remark #1418: external function definition with no
prior declaration
client_getdents (call_frame_t *frame,
^
client-protocol.c(1638): remark #1418: external function definition with no
prior declaration
client_readdir (call_frame_t *frame,
^
client-protocol.c(1685): remark #1418: external function definition with no
prior declaration
client_closedir (call_frame_t *frame,
^
client-protocol.c(1741): remark #1418: external function definition with no
prior declaration
client_fsyncdir (call_frame_t *frame,
^
client-protocol.c(1744): remark #869: parameter "flags" was never
referenced
int32_t flags)
^
client-protocol.c(1779): remark #1418: external function definition with no
prior declaration
client_access (call_frame_t *frame,
^
client-protocol.c(1826): remark #1418: external function definition with no
prior declaration
client_ftruncate (call_frame_t *frame,
^
client-protocol.c(1871): remark #1418: external function definition with no
prior declaration
client_fstat (call_frame_t *frame,
^
client-protocol.c(1915): remark #1418: external function definition with no
prior declaration
client_lk (call_frame_t *frame,
^
client-protocol.c(1959): remark #810: conversion from "int32_t={int}"
to "int16_t={short}" may lose significant bits
dict_set (request, "TYPE", data_from_int16 (gf_type));
^
client-protocol.c(1978): remark #1418: external function definition with no
prior declaration
client_setdents (call_frame_t *frame,
^
client-protocol.c(2110): remark #1418: external function definition with no
prior declaration
client_lookup (call_frame_t *frame,
^
client-protocol.c(2154): remark #1418: external function definition with no
prior declaration
client_forget (call_frame_t *frame,
^
client-protocol.c(2154): remark #869: parameter "frame" was never
referenced
client_forget (call_frame_t *frame,
^
client-protocol.c(2189): remark #1418: external function definition with no
prior declaration
client_fchmod (call_frame_t *frame,
^
client-protocol.c(2194): remark #593: variable "ret" was set but never
used
int32_t ret = -1;
^
client-protocol.c(2236): remark #1418: external function definition with no
prior declaration
client_fchown (call_frame_t *frame,
^
client-protocol.c(2242): remark #593: variable "ret" was set but never
used
int32_t ret = -1;
^
client-protocol.c(2287): remark #1418: external function definition with no
prior declaration
client_stats (call_frame_t *frame,
^
client-protocol.c(2297): warning #188: enumerated type mixed with another type
GF_MOP_STATS, request);
^
client-protocol.c(2289): remark #869: parameter "flags" was never
referenced
int32_t flags)
^
client-protocol.c(2315): remark #1418: external function definition with no
prior declaration
client_fsck (call_frame_t *frame,
^
client-protocol.c(2317): remark #869: parameter "flags" was never
referenced
int32_t flags)
^
client-protocol.c(2335): remark #1418: external function definition with no
prior declaration
client_lock (call_frame_t *frame,
^
client-protocol.c(2347): warning #188: enumerated type mixed with another type
GF_MOP_LOCK,
^
client-protocol.c(2366): remark #1418: external function definition with no
prior declaration
client_unlock (call_frame_t *frame,
^
client-protocol.c(2378): warning #188: enumerated type mixed with another type
GF_MOP_UNLOCK, request);
^
client-protocol.c(2396): remark #1418: external function definition with no
prior declaration
client_listlocks (call_frame_t *frame,
^
client-protocol.c(2407): warning #188: enumerated type mixed with another type
GF_MOP_LISTLOCKS,
^
client-protocol.c(2398): remark #869: parameter "pattern" was never
referenced
const char *pattern)
^
client-protocol.c(2429): remark #1418: external function definition with no
prior declaration
client_fchown_cbk (call_frame_t *frame,
^
client-protocol.c(2482): remark #1418: external function definition with no
prior declaration
client_fchmod_cbk (call_frame_t *frame,
^
client-protocol.c(2535): remark #1418: external function definition with no
prior declaration
client_create_cbk (call_frame_t *frame,
^
client-protocol.c(2613): remark #1418: external function definition with no
prior declaration
client_open_cbk (call_frame_t *frame,
^
client-protocol.c(2675): remark #1418: external function definition with no
prior declaration
client_stat_cbk (call_frame_t *frame,
^
client-protocol.c(2725): remark #1418: external function definition with no
prior declaration
client_utimens_cbk (call_frame_t *frame,
^
client-protocol.c(2774): remark #1418: external function definition with no
prior declaration
client_chmod_cbk (call_frame_t *frame,
^
client-protocol.c(2823): remark #1418: external function definition with no
prior declaration
client_chown_cbk (call_frame_t *frame,
^
client-protocol.c(2872): remark #1418: external function definition with no
prior declaration
client_mknod_cbk (call_frame_t *frame,
^
client-protocol.c(2927): remark #1418: external function definition with no
prior declaration
client_symlink_cbk (call_frame_t *frame,
^
client-protocol.c(2982): remark #1418: external function definition with no
prior declaration
client_link_cbk (call_frame_t *frame,
^
client-protocol.c(3036): remark #1418: external function definition with no
prior declaration
client_truncate_cbk (call_frame_t *frame,
^
client-protocol.c(3085): remark #1418: external function definition with no
prior declaration
client_fstat_cbk (call_frame_t *frame,
^
client-protocol.c(3134): remark #1418: external function definition with no
prior declaration
client_ftruncate_cbk (call_frame_t *frame,
^
client-protocol.c(3183): remark #1418: external function definition with no
prior declaration
client_readv_cbk (call_frame_t *frame,
^
client-protocol.c(3198): remark #1599: declaration hides variable
"stbuf" (declared at line 3191)
struct stat stbuf = {0,};
^
client-protocol.c(3240): remark #1418: external function definition with no
prior declaration
client_write_cbk (call_frame_t *frame,
^
client-protocol.c(3252): remark #1599: declaration hides variable
"stbuf" (declared at line 3249)
struct stat stbuf = {0,};
^
client-protocol.c(3290): remark #1418: external function definition with no
prior declaration
client_getdents_cbk (call_frame_t *frame,
^
client-protocol.c(3433): remark #1418: external function definition with no
prior declaration
client_readdir_cbk (call_frame_t *frame,
^
client-protocol.c(3478): remark #1418: external function definition with no
prior declaration
client_fsync_cbk (call_frame_t *frame,
^
client-protocol.c(3508): remark #1418: external function definition with no
prior declaration
client_unlink_cbk (call_frame_t *frame,
^
client-protocol.c(3531): remark #1418: external function definition with no
prior declaration
client_rmelem_cbk (call_frame_t *frame,
^
client-protocol.c(3552): remark #1418: external function definition with no
prior declaration
client_rename_cbk (call_frame_t *frame,
^
client-protocol.c(3602): remark #1418: external function definition with no
prior declaration
client_readlink_cbk (call_frame_t *frame,
^
client-protocol.c(3635): remark #1418: external function definition with no
prior declaration
client_mkdir_cbk (call_frame_t *frame,
^
client-protocol.c(3692): remark #1418: external function definition with no
prior declaration
client_flush_cbk (call_frame_t *frame,
^
client-protocol.c(3722): remark #1418: external function definition with no
prior declaration
client_close_cbk (call_frame_t *frame,
^
client-protocol.c(3753): remark #1418: external function definition with no
prior declaration
client_opendir_cbk (call_frame_t *frame,
^
client-protocol.c(3817): remark #1418: external function definition with no
prior declaration
client_closedir_cbk (call_frame_t *frame,
^
client-protocol.c(3848): remark #1418: external function definition with no
prior declaration
client_rmdir_cbk (call_frame_t *frame,
^
client-protocol.c(3878): remark #1418: external function definition with no
prior declaration
client_statfs_cbk (call_frame_t *frame,
^
client-protocol.c(3966): remark #1418: external function definition with no
prior declaration
client_fsyncdir_cbk (call_frame_t *frame,
^
client-protocol.c(3996): remark #1418: external function definition with no
prior declaration
client_access_cbk (call_frame_t *frame,
^
client-protocol.c(4019): remark #1418: external function definition with no
prior declaration
client_incver_cbk (call_frame_t *frame,
^
client-protocol.c(4040): remark #1418: external function definition with no
prior declaration
client_setxattr_cbk (call_frame_t *frame,
^
client-protocol.c(4070): remark #1418: external function definition with no
prior declaration
client_getxattr_cbk (call_frame_t *frame,
^
client-protocol.c(4119): remark #1418: external function definition with no
prior declaration
client_removexattr_cbk (call_frame_t *frame,
^
client-protocol.c(4149): remark #1418: external function definition with no
prior declaration
client_lk_cbk (call_frame_t *frame,
^
client-protocol.c(4205): remark #1418: external function definition with no
prior declaration
client_setdents_cbk (call_frame_t *frame,
^
client-protocol.c(4236): remark #1418: external function definition with no
prior declaration
client_lock_cbk (call_frame_t *frame,
^
client-protocol.c(4267): remark #1418: external function definition with no
prior declaration
client_unlock_cbk (call_frame_t *frame,
^
client-protocol.c(4299): remark #1418: external function definition with no
prior declaration
client_listlocks_cbk (call_frame_t *frame,
^
client-protocol.c(4330): remark #1418: external function definition with no
prior declaration
client_fsck_cbk (call_frame_t *frame,
^
client-protocol.c(4362): remark #1418: external function definition with no
prior declaration
client_stats_cbk (call_frame_t *frame,
^
client-protocol.c(4374): remark #1599: declaration hides variable
"stats" (declared at line 4371)
struct xlator_stats stats = {0,};
^
client-protocol.c(4411): remark #1418: external function definition with no
prior declaration
client_lookup_cbk (call_frame_t *frame,
^
client-protocol.c(4490): remark #1418: external function definition with no
prior declaration
client_forget_cbk (call_frame_t *frame,
^
client-protocol.c(4491): remark #869: parameter "args" was never
referenced
dict_t *args)
^
client-protocol.c(4506): remark #1418: external function definition with no
prior declaration
client_getspec (call_frame_t *frame,
^
client-protocol.c(4516): warning #188: enumerated type mixed with another type
GF_MOP_GETSPEC, request);
^
client-protocol.c(4508): remark #869: parameter "flag" was never
referenced
int32_t flag)
^
client-protocol.c(4534): remark #1418: external function definition with no
prior declaration
client_getspec_cbk (call_frame_t *frame,
^
client-protocol.c(4562): remark #1418: external function definition with no
prior declaration
client_checksum (call_frame_t *frame,
^
client-protocol.c(4599): remark #1418: external function definition with no
prior declaration
client_checksum_cbk (call_frame_t *frame,
^
client-protocol.c(4650): remark #1418: external function definition with no
prior declaration
client_setspec_cbk (call_frame_t *frame,
^
client-protocol.c(4680): remark #1418: external function definition with no
prior declaration
client_setvolume_cbk (call_frame_t *frame,
^
client-protocol.c(4714): remark #1418: external function definition with no
prior declaration
client_getvolume_cbk (call_frame_t *frame,
^
client-protocol.c(4738): remark #1418: external function definition with no
prior declaration
client_protocol_reconnect (void *trans_ptr)
^
client-protocol.c(4918): remark #593: variable "ret" was set but never
used
int32_t ret = 0;
^
client-protocol.c(4975): remark #1418: external function definition with no
prior declaration
init (xlator_t *this)
^
client-protocol.c(5073): remark #1418: external function definition with no
prior declaration
fini (xlator_t *this)
^
client-protocol.c(5244): remark #1418: external function definition with no
prior declaration
notify (xlator_t *this,
^
client-protocol.c(5298): remark #1599: declaration hides variable
"priv" (declared at line 5293)
client_proto_priv_t *priv = trans->xl_private;
^
client-protocol.c(5336): remark #1599: declaration hides variable
"priv" (declared at line 5293)
client_proto_priv_t *priv = trans->xl_private;
^
client-protocol.c(5251): warning #589: transfer of control bypasses
initialization of:
variable "priv" (declared at line 5293)
switch (event)
^
client-protocol.c(3292): (col. 1) remark: client_getdents_cbk has been targeted
for automatic cpu dispatch.
client-protocol.c(4492): (col. 1) remark: client_forget_cbk has been targeted
for automatic cpu dispatch.
client-protocol.c(234): (col. 1) remark: client_protocol_xfer has been targeted
for automatic cpu dispatch.
client-protocol.c(1146): (col. 1) remark: client_writev has been targeted for
automatic cpu dispatch.
client-protocol.c(1984): (col. 1) remark: client_setdents has been targeted for
automatic cpu dispatch.
client-protocol.c(5248): (col. 1) remark: notify has been targeted for automatic
cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o client.so client-protocol.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/client.so client-protocol.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating client.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol'
Making all in performance
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance'
Making all in write-behind
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT write-behind.o -MD -MP -MF
".deps/write-behind.Tpo" -c -o write-behind.o write-behind.c; \
then mv -f ".deps/write-behind.Tpo"
".deps/write-behind.Po"; else rm -f
".deps/write-behind.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
write-behind.c(69): remark #1418: external function definition with no prior
declaration
wb_file_ref (wb_file_t *file)
^
write-behind.c(78): remark #1418: external function definition with no prior
declaration
wb_file_unref (wb_file_t *file)
^
write-behind.c(110): remark #1418: external function definition with no prior
declaration
wb_sync_cbk (call_frame_t *frame,
^
write-behind.c(111): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
write-behind.c(112): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
write-behind.c(115): remark #869: parameter "stbuf" was never
referenced
struct stat *stbuf)
^
write-behind.c(134): remark #1418: external function definition with no prior
declaration
wb_sync (call_frame_t *frame,
^
write-behind.c(204): remark #1418: external function definition with no prior
declaration
wb_stat_cbk (call_frame_t *frame,
^
write-behind.c(205): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
write-behind.c(206): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
write-behind.c(220): remark #1418: external function definition with no prior
declaration
wb_stat (call_frame_t *frame,
^
write-behind.c(251): remark #1418: external function definition with no prior
declaration
wb_fstat (call_frame_t *frame,
^
write-behind.c(285): remark #1418: external function definition with no prior
declaration
wb_truncate_cbk (call_frame_t *frame,
^
write-behind.c(286): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
write-behind.c(287): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
write-behind.c(300): remark #1418: external function definition with no prior
declaration
wb_truncate (call_frame_t *frame,
^
write-behind.c(334): remark #1418: external function definition with no prior
declaration
wb_ftruncate (call_frame_t *frame,
^
write-behind.c(374): remark #1418: external function definition with no prior
declaration
wb_utimens_cbk (call_frame_t *frame,
^
write-behind.c(375): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
write-behind.c(376): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
write-behind.c(389): remark #1418: external function definition with no prior
declaration
wb_utimens (call_frame_t *frame,
^
write-behind.c(423): remark #1418: external function definition with no prior
declaration
wb_open_cbk (call_frame_t *frame,
^
write-behind.c(424): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
write-behind.c(464): remark #1418: external function definition with no prior
declaration
wb_open (call_frame_t *frame,
^
write-behind.c(483): remark #1418: external function definition with no prior
declaration
wb_create_cbk (call_frame_t *frame,
^
write-behind.c(484): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
write-behind.c(527): remark #1418: external function definition with no prior
declaration
wb_create (call_frame_t *frame,
^
write-behind.c(546): remark #1418: external function definition with no prior
declaration
wb_writev_cbk (call_frame_t *frame,
^
write-behind.c(547): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
write-behind.c(560): remark #1418: external function definition with no prior
declaration
wb_writev (call_frame_t *frame,
^
write-behind.c(643): remark #1418: external function definition with no prior
declaration
wb_readv_cbk (call_frame_t *frame,
^
write-behind.c(644): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
write-behind.c(645): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
write-behind.c(657): remark #1418: external function definition with no prior
declaration
wb_readv (call_frame_t *frame,
^
write-behind.c(696): remark #1418: external function definition with no prior
declaration
wb_ffr_cbk (call_frame_t *frame,
^
write-behind.c(697): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
write-behind.c(698): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
write-behind.c(717): remark #1418: external function definition with no prior
declaration
wb_ffr_bg_cbk (call_frame_t *frame,
^
write-behind.c(718): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
write-behind.c(719): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
write-behind.c(720): remark #593: parameter "op_ret" was set but never
used
int32_t op_ret,
^
write-behind.c(721): remark #593: parameter "op_errno" was set but
never used
int32_t op_errno)
^
write-behind.c(787): remark #1418: external function definition with no prior
declaration
wb_fsync (call_frame_t *frame,
^
write-behind.c(815): remark #1418: external function definition with no prior
declaration
wb_close (call_frame_t *frame,
^
write-behind.c(845): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
write-behind.c(888): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
write-behind.c(223): (col. 1) remark: wb_stat has been targeted for automatic
cpu dispatch.
write-behind.c(116): (col. 1) remark: wb_sync_cbk has been targeted for
automatic cpu dispatch.
write-behind.c(79): (col. 1) remark: wb_file_unref has been targeted for
automatic cpu dispatch.
write-behind.c(304): (col. 1) remark: wb_truncate has been targeted for
automatic cpu dispatch.
write-behind.c(393): (col. 1) remark: wb_utimens has been targeted for automatic
cpu dispatch.
write-behind.c(566): (col. 1) remark: wb_writev has been targeted for automatic
cpu dispatch.
write-behind.c(136): (col. 1) remark: wb_sync has been targeted for automatic
cpu dispatch.
write-behind.c(722): (col. 1) remark: wb_ffr_bg_cbk has been targeted for
automatic cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o write-behind.so write-behind.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/write-behind.so write-behind.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating write-behind.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind'
Making all in read-ahead
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT read-ahead.o -MD -MP -MF
".deps/read-ahead.Tpo" -c -o read-ahead.o read-ahead.c; \
then mv -f ".deps/read-ahead.Tpo"
".deps/read-ahead.Po"; else rm -f ".deps/read-ahead.Tpo";
exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT page.o -MD -MP -MF
".deps/page.Tpo" -c -o page.o page.c; \
then mv -f ".deps/page.Tpo" ".deps/page.Po"; else rm
-f ".deps/page.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
page.c(97): remark #869: parameter "cookie" was never referenced
void *cookie,
^
page.c(110): remark #593: variable "trav_offset" was set but never
used
off_t trav_offset;
^
page.c(111): remark #593: variable "payload_size" was set but never
used
size_t payload_size;
^
read-ahead.c(47): remark #1418: external function definition with no prior
declaration
ra_open_cbk (call_frame_t *frame,
^
read-ahead.c(48): remark #869: parameter "cookie" was never referenced
void *cookie,
^
read-ahead.c(113): remark #1418: external function definition with no prior
declaration
ra_create_cbk (call_frame_t *frame,
^
read-ahead.c(114): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
read-ahead.c(176): remark #1418: external function definition with no prior
declaration
ra_open (call_frame_t *frame,
^
read-ahead.c(203): remark #1418: external function definition with no prior
declaration
ra_create (call_frame_t *frame,
^
read-ahead.c(263): remark #1418: external function definition with no prior
declaration
ra_close_cbk (call_frame_t *frame,
^
read-ahead.c(264): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
read-ahead.c(265): remark #869: parameter "this" was never referenced
xlator_t *this,
^
read-ahead.c(276): remark #1418: external function definition with no prior
declaration
ra_close (call_frame_t *frame,
^
read-ahead.c(358): remark #1418: external function definition with no prior
declaration
ra_need_atime_cbk (call_frame_t *frame,
^
read-ahead.c(359): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
read-ahead.c(360): remark #869: parameter "this" was never referenced
xlator_t *this,
^
read-ahead.c(361): remark #869: parameter "op_ret" was never
referenced
int32_t op_ret,
^
read-ahead.c(362): remark #869: parameter "op_errno" was never
referenced
int32_t op_errno,
^
read-ahead.c(363): remark #869: parameter "vector" was never
referenced
struct iovec *vector,
^
read-ahead.c(364): remark #869: parameter "count" was never referenced
int32_t count,
^
read-ahead.c(365): remark #869: parameter "stbuf" was never referenced
struct stat *stbuf)
^
read-ahead.c(440): remark #1418: external function definition with no prior
declaration
ra_readv_disabled_cbk (call_frame_t *frame,
^
read-ahead.c(441): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
read-ahead.c(457): remark #1418: external function definition with no prior
declaration
ra_readv (call_frame_t *frame,
^
read-ahead.c(533): remark #1418: external function definition with no prior
declaration
ra_flush_cbk (call_frame_t *frame,
^
read-ahead.c(534): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
read-ahead.c(535): remark #869: parameter "this" was never referenced
xlator_t *this,
^
read-ahead.c(544): remark #1418: external function definition with no prior
declaration
ra_flush (call_frame_t *frame,
^
read-ahead.c(566): remark #1418: external function definition with no prior
declaration
ra_fsync (call_frame_t *frame,
^
read-ahead.c(588): remark #1418: external function definition with no prior
declaration
ra_writev_cbk (call_frame_t *frame,
^
read-ahead.c(589): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
read-ahead.c(609): remark #1418: external function definition with no prior
declaration
ra_writev (call_frame_t *frame,
^
read-ahead.c(638): remark #1418: external function definition with no prior
declaration
ra_truncate_cbk (call_frame_t *frame,
^
read-ahead.c(639): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
read-ahead.c(640): remark #869: parameter "this" was never referenced
xlator_t *this,
^
read-ahead.c(650): remark #1418: external function definition with no prior
declaration
ra_truncate (call_frame_t *frame,
^
read-ahead.c(680): remark #1418: external function definition with no prior
declaration
ra_ftruncate_cbk (call_frame_t *frame,
^
read-ahead.c(681): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
read-ahead.c(682): remark #869: parameter "this" was never referenced
xlator_t *this,
^
read-ahead.c(702): remark #1418: external function definition with no prior
declaration
ra_fstat_cbk (call_frame_t *frame,
^
read-ahead.c(703): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
read-ahead.c(704): remark #869: parameter "this" was never referenced
xlator_t *this,
^
read-ahead.c(728): remark #1418: external function definition with no prior
declaration
ra_fstat (call_frame_t *frame,
^
read-ahead.c(754): remark #1418: external function definition with no prior
declaration
ra_fchown_cbk (call_frame_t *frame,
^
read-ahead.c(755): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
read-ahead.c(756): remark #869: parameter "this" was never referenced
xlator_t *this,
^
read-ahead.c(781): remark #1418: external function definition with no prior
declaration
ra_fchown (call_frame_t *frame,
^
read-ahead.c(813): remark #1418: external function definition with no prior
declaration
ra_ftruncate (call_frame_t *frame,
^
read-ahead.c(839): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
read-ahead.c(887): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
page.c(55): (col. 1) remark: ra_page_create has been targeted for automatic cpu
dispatch.
page.c(473): (col. 1) remark: ra_file_unref has been targeted for automatic cpu
dispatch.
read-ahead.c(708): (col. 1) remark: ra_fstat_cbk has been targeted for automatic
cpu dispatch.
page.c(185): (col. 1) remark: ra_frame_fill has been targeted for automatic cpu
dispatch.
read-ahead.c(760): (col. 1) remark: ra_fchown_cbk has been targeted for
automatic cpu dispatch.
page.c(330): (col. 1) remark: ra_page_wakeup has been targeted for automatic cpu
dispatch.
read-ahead.c(654): (col. 1) remark: ra_truncate has been targeted for automatic
cpu dispatch.
page.c(308): (col. 1) remark: ra_frame_return has been targeted for automatic
cpu dispatch.
read-ahead.c(817): (col. 1) remark: ra_ftruncate has been targeted for automatic
cpu dispatch.
page.c(38): (col. 1) remark: ra_page_get has been targeted for automatic cpu
dispatch.
page.c(104): (col. 1) remark: fault_cbk has been targeted for automatic cpu
dispatch.
read-ahead.c(53): (col. 1) remark: ra_open_cbk has been targeted for automatic
cpu dispatch.
page.c(381): (col. 1) remark: ra_page_error has been targeted for automatic cpu
dispatch.
read-ahead.c(462): (col. 1) remark: ra_readv has been targeted for automatic cpu
dispatch.
read-ahead.c(374): (col. 1) remark: dispatch_requests has been targeted for
automatic cpu dispatch.
read-ahead.c(366): (col. 1) remark: ra_need_atime_cbk has been targeted for
automatic cpu dispatch.
read-ahead.c(615): (col. 1) remark: ra_writev has been targeted for automatic
cpu dispatch.
read-ahead.c(594): (col. 1) remark: ra_writev_cbk has been targeted for
automatic cpu dispatch.
read-ahead.c(547): (col. 1) remark: ra_flush has been targeted for automatic cpu
dispatch.
read-ahead.c(279): (col. 1) remark: ra_close has been targeted for automatic cpu
dispatch.
read-ahead.c(570): (col. 1) remark: ra_fsync has been targeted for automatic cpu
dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o read-ahead.so read-ahead.o page.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/read-ahead.so read-ahead.o page.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating read-ahead.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead'
Making all in io-threads
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT io-threads.o -MD -MP -MF
".deps/io-threads.Tpo" -c -o io-threads.o io-threads.c; \
then mv -f ".deps/io-threads.Tpo"
".deps/io-threads.Po"; else rm -f ".deps/io-threads.Tpo";
exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
io-threads.c(57): remark #1418: external function definition with no prior
declaration
iot_open_cbk (call_frame_t *frame,
^
io-threads.c(58): remark #869: parameter "cookie" was never referenced
void *cookie,
^
io-threads.c(88): remark #1418: external function definition with no prior
declaration
iot_open (call_frame_t *frame,
^
io-threads.c(106): remark #1418: external function definition with no prior
declaration
iot_create_cbk (call_frame_t *frame,
^
io-threads.c(107): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(139): remark #1418: external function definition with no prior
declaration
iot_create (call_frame_t *frame,
^
io-threads.c(158): remark #1418: external function definition with no prior
declaration
iot_close_cbk (call_frame_t *frame,
^
io-threads.c(159): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(197): remark #1418: external function definition with no prior
declaration
iot_close (call_frame_t *frame,
^
io-threads.c(236): remark #1418: external function definition with no prior
declaration
iot_readv_cbk (call_frame_t *frame,
^
io-threads.c(237): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(238): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-threads.c(272): remark #1418: external function definition with no prior
declaration
iot_readv (call_frame_t *frame,
^
io-threads.c(312): remark #1418: external function definition with no prior
declaration
iot_flush_cbk (call_frame_t *frame,
^
io-threads.c(313): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(314): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-threads.c(336): remark #1418: external function definition with no prior
declaration
iot_flush (call_frame_t *frame,
^
io-threads.c(372): remark #1418: external function definition with no prior
declaration
iot_fsync_cbk (call_frame_t *frame,
^
io-threads.c(373): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(374): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-threads.c(398): remark #1418: external function definition with no prior
declaration
iot_fsync (call_frame_t *frame,
^
io-threads.c(436): remark #1418: external function definition with no prior
declaration
iot_writev_cbk (call_frame_t *frame,
^
io-threads.c(437): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(438): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-threads.c(471): remark #1418: external function definition with no prior
declaration
iot_writev (call_frame_t *frame,
^
io-threads.c(515): remark #1418: external function definition with no prior
declaration
iot_lk_cbk (call_frame_t *frame,
^
io-threads.c(516): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(517): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-threads.c(544): remark #1418: external function definition with no prior
declaration
iot_lk (call_frame_t *frame,
^
io-threads.c(584): remark #1418: external function definition with no prior
declaration
iot_stat_cbk (call_frame_t *frame,
^
io-threads.c(585): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(586): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-threads.c(610): remark #1418: external function definition with no prior
declaration
iot_stat (call_frame_t *frame,
^
io-threads.c(658): remark #1418: external function definition with no prior
declaration
iot_fstat_cbk (call_frame_t *frame,
^
io-threads.c(659): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(660): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-threads.c(683): remark #1418: external function definition with no prior
declaration
iot_fstat (call_frame_t *frame,
^
io-threads.c(718): remark #1418: external function definition with no prior
declaration
iot_truncate_cbk (call_frame_t *frame,
^
io-threads.c(719): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(720): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-threads.c(745): remark #1418: external function definition with no prior
declaration
iot_truncate (call_frame_t *frame,
^
io-threads.c(794): remark #1418: external function definition with no prior
declaration
iot_ftruncate_cbk (call_frame_t *frame,
^
io-threads.c(795): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(796): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-threads.c(821): remark #1418: external function definition with no prior
declaration
iot_ftruncate (call_frame_t *frame,
^
io-threads.c(858): remark #1418: external function definition with no prior
declaration
iot_utimens_cbk (call_frame_t *frame,
^
io-threads.c(859): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(860): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-threads.c(886): remark #1418: external function definition with no prior
declaration
iot_utimens (call_frame_t *frame,
^
io-threads.c(937): remark #1418: external function definition with no prior
declaration
iot_checksum_cbk (call_frame_t *frame,
^
io-threads.c(938): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
io-threads.c(939): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-threads.c(966): remark #1418: external function definition with no prior
declaration
iot_checksum (call_frame_t *frame,
^
io-threads.c(1144): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
io-threads.c(1206): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
io-threads.c(613): (col. 1) remark: iot_stat has been targeted for automatic cpu
dispatch.
io-threads.c(686): (col. 1) remark: iot_fstat has been targeted for automatic
cpu dispatch.
io-threads.c(749): (col. 1) remark: iot_truncate has been targeted for automatic
cpu dispatch.
io-threads.c(825): (col. 1) remark: iot_ftruncate has been targeted for
automatic cpu dispatch.
io-threads.c(890): (col. 1) remark: iot_utimens has been targeted for automatic
cpu dispatch.
io-threads.c(114): (col. 1) remark: iot_create_cbk has been targeted for
automatic cpu dispatch.
io-threads.c(63): (col. 1) remark: iot_open_cbk has been targeted for automatic
cpu dispatch.
io-threads.c(277): (col. 1) remark: iot_readv has been targeted for automatic
cpu dispatch.
io-threads.c(477): (col. 1) remark: iot_writev has been targeted for automatic
cpu dispatch.
io-threads.c(339): (col. 1) remark: iot_flush has been targeted for automatic
cpu dispatch.
io-threads.c(200): (col. 1) remark: iot_close has been targeted for automatic
cpu dispatch.
io-threads.c(402): (col. 1) remark: iot_fsync has been targeted for automatic
cpu dispatch.
io-threads.c(549): (col. 1) remark: iot_lk has been targeted for automatic cpu
dispatch.
io-threads.c(970): (col. 1) remark: iot_checksum has been targeted for automatic
cpu dispatch.
io-threads.c(1079): (col. 1) remark: iot_worker has been targeted for automatic
cpu dispatch.
io-threads.c(1145): (col. 1) remark: init has been targeted for automatic cpu
dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o io-threads.so io-threads.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/io-threads.so io-threads.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating io-threads.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads'
Making all in io-cache
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT io-cache.o -MD -MP -MF
".deps/io-cache.Tpo" -c -o io-cache.o io-cache.c; \
then mv -f ".deps/io-cache.Tpo" ".deps/io-cache.Po";
else rm -f ".deps/io-cache.Tpo"; exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT page.o -MD -MP -MF
".deps/page.Tpo" -c -o page.o page.c; \
then mv -f ".deps/page.Tpo" ".deps/page.Po"; else rm
-f ".deps/page.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
io-cache.c(66): remark #1418: external function definition with no prior
declaration
ioc_inode_need_revalidate (ioc_inode_t *ioc_inode)
^
io-cache.c(70): remark #593: variable "ret" was set but never used
int32_t ret = -1;
^
io-cache.c(135): remark #1418: external function definition with no prior
declaration
ioc_utimens_cbk (call_frame_t *frame,
^
io-cache.c(136): remark #869: parameter "cookie" was never referenced
void *cookie,
^
io-cache.c(137): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-cache.c(156): remark #1418: external function definition with no prior
declaration
ioc_utimens (call_frame_t *frame,
^
io-cache.c(174): remark #1418: external function definition with no prior
declaration
ioc_lookup_cbk (call_frame_t *frame,
^
io-cache.c(175): remark #869: parameter "cookie" was never referenced
void *cookie,
^
io-cache.c(204): remark #1418: external function definition with no prior
declaration
ioc_lookup (call_frame_t *frame,
^
io-cache.c(226): remark #1418: external function definition with no prior
declaration
ioc_forget (call_frame_t *frame,
^
io-cache.c(226): remark #869: parameter "frame" was never referenced
ioc_forget (call_frame_t *frame,
^
io-cache.c(253): remark #1418: external function definition with no prior
declaration
ioc_cache_validate_cbk (call_frame_t *frame,
^
io-cache.c(254): remark #869: parameter "cookie" was never referenced
void *cookie,
^
io-cache.c(255): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-cache.c(257): remark #869: parameter "op_errno" was never
referenced
int32_t op_errno,
^
io-cache.c(384): remark #1418: external function definition with no prior
declaration
ioc_open_cbk (call_frame_t *frame,
^
io-cache.c(385): remark #869: parameter "cookie" was never referenced
void *cookie,
^
io-cache.c(453): remark #1418: external function definition with no prior
declaration
ioc_create_cbk (call_frame_t *frame,
^
io-cache.c(454): remark #869: parameter "cookie" was never referenced
void *cookie,
^
io-cache.c(510): remark #1418: external function definition with no prior
declaration
ioc_open (call_frame_t *frame,
^
io-cache.c(547): remark #1418: external function definition with no prior
declaration
ioc_create (call_frame_t *frame,
^
io-cache.c(579): remark #1418: external function definition with no prior
declaration
ioc_close_cbk (call_frame_t *frame,
^
io-cache.c(580): remark #869: parameter "cookie" was never referenced
void *cookie,
^
io-cache.c(581): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-cache.c(599): remark #1418: external function definition with no prior
declaration
ioc_close (call_frame_t *frame,
^
io-cache.c(624): remark #869: parameter "cookie" was never referenced
void *cookie,
^
io-cache.c(694): remark #810: conversion from "int32_t={int}" to
"int8_t={signed char}" may lose significant bits
might_need_validate = ioc_inode_need_revalidate (ioc_inode);
^
io-cache.c(775): remark #1418: external function definition with no prior
declaration
page.c(276): remark #869: parameter "cookie" was never referenced
ioc_readv (call_frame_t *frame,
^
void *cookie,
^
page.c(289): remark #593: variable "trav_offset" was set but never
used
off_t trav_offset = 0;
^
page.c(290): remark #593: variable "payload_size" was set but never
used
size_t payload_size = 0;
^
io-cache.c(847): remark #1418: external function definition with no prior
declaration
ioc_writev_cbk (call_frame_t *frame,
^
io-cache.c(848): remark #869: parameter "cookie" was never referenced
void *cookie,
^
io-cache.c(876): remark #1418: external function definition with no prior
declaration
ioc_writev (call_frame_t *frame,
^
io-cache.c(916): remark #1418: external function definition with no prior
declaration
ioc_truncate_cbk (call_frame_t *frame,
^
io-cache.c(917): remark #869: parameter "cookie" was never referenced
void *cookie,
^
io-cache.c(918): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-cache.c(938): remark #1418: external function definition with no prior
declaration
ioc_truncate (call_frame_t *frame,
^
io-cache.c(967): remark #1418: external function definition with no prior
declaration
ioc_ftruncate (call_frame_t *frame,
^
io-cache.c(987): remark #1418: external function definition with no prior
declaration
ioc_lk_cbk (call_frame_t *frame,
^
io-cache.c(988): remark #869: parameter "cookie" was never referenced
void *cookie,
^
io-cache.c(989): remark #869: parameter "this" was never referenced
xlator_t *this,
^
io-cache.c(999): remark #1418: external function definition with no prior
declaration
ioc_lk (call_frame_t *frame,
^
io-cache.c(1024): remark #1418: external function definition with no prior
declaration
ioc_get_priority_list (const char *opt_str, struct list_head *first)
^
io-cache.c(1075): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
io-cache.c(1150): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
page.c(513): (col. 1) remark: ioc_frame_unwind has been targeted for automatic
cpu dispatch.
io-cache.c(90): (col. 1) remark: __ioc_inode_flush has been targeted for
automatic cpu dispatch.
page.c(417): (col. 1) remark: ioc_frame_fill has been targeted for automatic cpu
dispatch.
io-cache.c(461): (col. 1) remark: ioc_create_cbk has been targeted for automatic
cpu dispatch.
page.c(612): (col. 1) remark: ioc_page_wakeup has been targeted for automatic
cpu dispatch.
io-cache.c(390): (col. 1) remark: ioc_open_cbk has been targeted for automatic
cpu dispatch.
page.c(36): (col. 1) remark: ioc_page_get has been targeted for automatic cpu
dispatch.
page.c(117): (col. 1) remark: ioc_prune has been targeted for automatic cpu
dispatch.
io-cache.c(669): (col. 1) remark: dispatch_requests has been targeted for
automatic cpu dispatch.
page.c(283): (col. 1) remark: ioc_fault_cbk has been targeted for automatic cpu
dispatch.
page.c(652): (col. 1) remark: ioc_page_error has been targeted for automatic cpu
dispatch.
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT ioc-inode.o -MD -MP -MF
".deps/ioc-inode.Tpo" -c -o ioc-inode.o ioc-inode.c; \
then mv -f ".deps/ioc-inode.Tpo"
".deps/ioc-inode.Po"; else rm -f ".deps/ioc-inode.Tpo"; exit
1; fi
io-cache.c(259): (col. 1) remark: ioc_cache_validate_cbk has been targeted for
automatic cpu dispatch.
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
ioc-inode.c(130): remark #869: parameter "inode" was never referenced
inode_t *inode,
^
io-cache.c(1025): (col. 1) remark: ioc_get_priority_list has been targeted for
automatic cpu dispatch.
ioc-inode.c(58): (col. 1) remark: ioc_inode_wakeup has been targeted for
automatic cpu dispatch.
io-cache.c(1076): (col. 1) remark: init has been targeted for automatic cpu
dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o io-cache.so io-cache.o page.o ioc-inode.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/io-cache.so io-cache.o page.o ioc-inode.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating io-cache.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache'
Making all in booster
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -I../../../../libglusterfs/src -DDATADIR=\"/var\"
-DCONFDIR=\"/etc/glusterfs\" -D_GNU_SOURCE -DGF_LINUX_HOST_OS -fPIC
-Wall -pthread -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT glusterfs_booster_so-entry.o -MD -MP -MF
".deps/glusterfs_booster_so-entry.Tpo" -c -o
glusterfs_booster_so-entry.o `test -f 'entry.c' || echo
'./'`entry.c; \
then mv -f ".deps/glusterfs_booster_so-entry.Tpo"
".deps/glusterfs_booster_so-entry.Po"; else rm -f
".deps/glusterfs_booster_so-entry.Tpo"; exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -I../../../../libglusterfs/src -DDATADIR=\"/var\"
-DCONFDIR=\"/etc/glusterfs\" -D_GNU_SOURCE -DGF_LINUX_HOST_OS -fPIC
-Wall -pthread -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT glusterfs_booster_so-bridge.o -MD -MP -MF
".deps/glusterfs_booster_so-bridge.Tpo" -c -o
glusterfs_booster_so-bridge.o `test -f 'bridge.c' || echo
'./'`bridge.c; \
then mv -f ".deps/glusterfs_booster_so-bridge.Tpo"
".deps/glusterfs_booster_so-bridge.Po"; else rm -f
".deps/glusterfs_booster_so-bridge.Tpo"; exit 1; fi
entry.c(37): remark #1419: external declaration in primary source file
glusterfs_booster_bridge_pwritev (void *filep, const struct iovec *vector,
^
entry.c(40): remark #1419: external declaration in primary source file
glusterfs_booster_bridge_preadv (void *filep, const struct iovec *vector,
^
entry.c(43): remark #1419: external declaration in primary source file
glusterfs_booster_bridge_close (void *filep);
^
entry.c(45): remark #310: old-style parameter list (anachronism)
void *glusterfs_booster_bridge_init ();
^
entry.c(45): remark #1419: external declaration in primary source file
void *glusterfs_booster_bridge_init ();
^
entry.c(48): remark #1419: external declaration in primary source file
glusterfs_booster_bridge_open (void *ctx, char *options, int size,
^
entry.c(125): remark #1418: external function definition with no prior
declaration
open (const char *pathname, int flags, mode_t mode)
^
entry.c(138): remark #1418: external function definition with no prior
declaration
open64 (const char *pathname, int flags, mode_t mode)
^
entry.c(151): remark #1418: external function definition with no prior
declaration
creat (const char *pathname, mode_t mode)
^
entry.c(193): remark #1418: external function definition with no prior
declaration
read (int fd, void *buf, size_t count)
^
entry.c(233): remark #1418: external function definition with no prior
declaration
pread (int fd, void *buf, size_t count, off_t offset)
^
entry.c(252): remark #1418: external function definition with no prior
declaration
pread64 (int fd, void *buf, size_t count, off_t offset)
^
entry.c(296): remark #1418: external function definition with no prior
declaration
write (int fd, const void *buf, size_t count)
^
entry.c(336): remark #1418: external function definition with no prior
declaration
pwrite (int fd, const void *buf, size_t count, off_t offset)
^
entry.c(355): remark #1418: external function definition with no prior
declaration
pwrite64 (int fd, const void *buf, size_t count, off_t offset)
^
entry.c(389): remark #1418: external function definition with no prior
declaration
close (int fd)
^
entry.c(405): remark #1418: external function definition with no prior
declaration
lseek (int fildes, uint32_t offset, int whence)
^
entry.c(416): remark #1418: external function definition with no prior
declaration
lseek64 (int fildes, uint64_t offset, int whence)
^
entry.c(426): remark #1418: external function definition with no prior
declaration
_init (void)
^
entry.c(428): warning #556: a value of type "void *" cannot be
assigned to an entity of type "int (*)(const char *, int,
mode_t={__mode_t={unsigned int}})"
RESOLVE (open);
^
entry.c(429): warning #556: a value of type "void *" cannot be
assigned to an entity of type "int (*)(const char *, int,
mode_t={__mode_t={unsigned int}})"
RESOLVE (open64);
^
entry.c(430): warning #556: a value of type "void *" cannot be
assigned to an entity of type "int (*)(const char *,
mode_t={__mode_t={unsigned int}})"
RESOLVE (creat);
^
entry.c(432): warning #556: a value of type "void *" cannot be
assigned to an entity of type "ssize_t={__ssize_t={int}} (*)(int, void *,
size_t={unsigned int})"
RESOLVE (read);
^
entry.c(433): warning #556: a value of type "void *" cannot be
assigned to an entity of type "ssize_t={__ssize_t={int}} (*)(int, const
struct iovec *, int)"
RESOLVE (readv);
^
entry.c(434): warning #556: a value of type "void *" cannot be
assigned to an entity of type "ssize_t={__ssize_t={int}} (*)(int, void *,
size_t={unsigned int}, off_t={__off64_t={__quad_t={long long}}})"
RESOLVE (pread);
^
entry.c(435): warning #556: a value of type "void *" cannot be
assigned to an entity of type "ssize_t={__ssize_t={int}} (*)(int, void *,
size_t={unsigned int}, off_t={__off64_t={__quad_t={long long}}})"
RESOLVE (pread64);
^
entry.c(437): warning #556: a value of type "void *" cannot be
assigned to an entity of type "ssize_t={__ssize_t={int}} (*)(int, const
void *, size_t={unsigned int})"
RESOLVE (write);
^
entry.c(438): warning #556: a value of type "void *" cannot be
assigned to an entity of type "ssize_t={__ssize_t={int}} (*)(int, const
struct iovec *, int)"
RESOLVE (writev);
^
entry.c(439): warning #556: a value of type "void *" cannot be
assigned to an entity of type "ssize_t={__ssize_t={int}} (*)(int, const
void *, size_t={unsigned int}, off_t={__off64_t={__quad_t={long long}}})"
RESOLVE (pwrite);
^
entry.c(440): warning #556: a value of type "void *" cannot be
assigned to an entity of type "ssize_t={__ssize_t={int}} (*)(int, const
void *, size_t={unsigned int}, off_t={__off64_t={__quad_t={long long}}})"
RESOLVE (pwrite64);
^
entry.c(442): warning #556: a value of type "void *" cannot be
assigned to an entity of type "off_t={__off64_t={__quad_t={long long}}}
(*)(int, uint32_t={unsigned int}, int)"
RESOLVE (lseek);
^
entry.c(443): warning #556: a value of type "void *" cannot be
assigned to an entity of type "off_t={__off64_t={__quad_t={long long}}}
(*)(int, uint64_t={unsigned long long}, int)"
RESOLVE (lseek64);
^
entry.c(445): warning #556: a value of type "void *" cannot be
assigned to an entity of type "int (*)(int)"
RESOLVE (close);
^
entry.c(447): warning #556: a value of type "void *" cannot be
assigned to an entity of type "int (*)(int)"
RESOLVE (dup);
^
entry.c(448): warning #556: a value of type "void *" cannot be
assigned to an entity of type "int (*)(int, int)"
RESOLVE (dup2);
^
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
bridge.c(61): remark #1418: external function definition with no prior
declaration
glusterfs_booster_bridge_notify (xlator_t *this, int32_t event,
^
bridge.c(61): remark #869: parameter "this" was never referenced
glusterfs_booster_bridge_notify (xlator_t *this, int32_t event,
^
bridge.c(83): remark #1418: external function definition with no prior
declaration
glusterfs_booster_bridge_init ()
^
bridge.c(98): remark #1418: external function definition with no prior
declaration
glusterfs_booster_bridge_open (glusterfs_ctx_t *ctx, char *options, int size,
^
bridge.c(167): remark #1418: external function definition with no prior
declaration
glusterfs_booster_bridge_preadv (struct file *filep, struct iovec *vector,
^
bridge.c(222): remark #111: statement is unreachable
return 0;
^
bridge.c(227): remark #1418: external function definition with no prior
declaration
glusterfs_booster_bridge_pwritev (struct file *filep, struct iovec *vector,
^
bridge.c(259): remark #1418: external function definition with no prior
declaration
glusterfs_booster_bridge_close (struct file *filep)
^
bridge.c(260): (col. 1) remark: glusterfs_booster_bridge_close has been targeted
for automatic cpu dispatch.
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -I../../../../libglusterfs/src -shared -nostartfiles
-DGF_LINUX_HOST_OS -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2
-align -Zp16 -parallel -inline-level=2 -MT booster_so-booster.o -MD -MP -MF
".deps/booster_so-booster.Tpo" -c -o booster_so-booster.o `test -f
'booster.c' || echo './'`booster.c; \
then mv -f ".deps/booster_so-booster.Tpo"
".deps/booster_so-booster.Po"; else rm -f
".deps/booster_so-booster.Tpo"; exit 1; fi
bridge.c(229): (col. 1) remark: glusterfs_booster_bridge_pwritev has been
targeted for automatic cpu dispatch.
bridge.c(169): (col. 1) remark: glusterfs_booster_bridge_preadv has been
targeted for automatic cpu dispatch.
bridge.c(63): (col. 1) remark: glusterfs_booster_bridge_notify has been targeted
for automatic cpu dispatch.
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
booster.c(76): remark #1418: external function definition with no prior
declaration
booster_getxattr_cbk (call_frame_t *frame,
^
booster.c(116): remark #1418: external function definition with no prior
declaration
booster_getxattr (call_frame_t *frame,
^
booster.c(127): remark #1418: external function definition with no prior
declaration
booster_readv_cbk (call_frame_t *frame,
^
booster.c(128): remark #869: parameter "cookie" was never referenced
void *cookie,
^
booster.c(129): remark #869: parameter "this" was never referenced
xlator_t *this,
^
booster.c(134): remark #869: parameter "stbuf" was never referenced
struct stat *stbuf)
^
booster.c(159): remark #1418: external function definition with no prior
declaration
/bin/sh ../../../../libtool --tag=CC --mode=link icc -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o glusterfs-booster.so -shared -nostartfiles
glusterfs_booster_so-entry.o glusterfs_booster_so-bridge.o
-L../../../../libglusterfs/src -lglusterfs -lpthread
booster_writev_cbk (call_frame_t *frame,
^
booster.c(160): remark #869: parameter "cookie" was never referenced
void *cookie,
^
booster.c(161): remark #869: parameter "this" was never referenced
xlator_t *this,
^
booster.c(164): remark #869: parameter "stbuf" was never referenced
struct stat *stbuf)
^
booster.c(185): remark #1418: external function definition with no prior
declaration
booster_interpret (transport_t *trans)
^
booster.c(272): remark #1418: external function definition with no prior
declaration
notify (xlator_t *this,
^
booster.c(272): remark #869: parameter "this" was never referenced
notify (xlator_t *this,
^
booster.c(294): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
booster.c(296): remark #593: variable "trans" was set but never used
transport_t *trans;
^
booster.c(342): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
booster.c(342): remark #869: parameter "this" was never referenced
fini (xlator_t *this)
^
booster.c(165): (col. 1) remark: booster_writev_cbk has been targeted for
automatic cpu dispatch.
booster.c(135): (col. 1) remark: booster_readv_cbk has been targeted for
automatic cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o booster.so -shared booster_so-booster.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align -Zp16
-parallel -inline-level=2 -Wl,-O1 -o .libs/glusterfs-booster.so -shared
-nostartfiles glusterfs_booster_so-entry.o glusterfs_booster_so-bridge.o
-L/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs/src
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs/src/.libs/libglusterfs.so
-lfl -lpthread
icc -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align -Zp16
-parallel -inline-level=2 -Wl,-O1 -o .libs/booster.so -shared
booster_so-booster.o ../../../../libglusterfs/src/.libs/libglusterfs.so -lfl
-lpthread
creating glusterfs-booster.so
creating booster.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance'
Making all in debug
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug'
Making all in trace
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT trace.o -MD -MP -MF
".deps/trace.Tpo" -c -o trace.o trace.c; \
then mv -f ".deps/trace.Tpo" ".deps/trace.Po"; else
rm -f ".deps/trace.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
trace.c(49): remark #310: old-style parameter list (anachronism)
extern int32_t errno;
^
trace.c(49): remark #1419: external declaration in primary source file
extern int32_t errno;
^
trace.c(103): remark #1418: external function definition with no prior
declaration
trace_create_cbk (call_frame_t *frame,
^
trace.c(104): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(137): remark #1418: external function definition with no prior
declaration
trace_open_cbk (call_frame_t *frame,
^
trace.c(138): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(158): remark #1418: external function definition with no prior
declaration
trace_stat_cbk (call_frame_t *frame,
^
trace.c(159): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(192): remark #1418: external function definition with no prior
declaration
trace_readv_cbk (call_frame_t *frame,
^
trace.c(193): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(228): remark #1418: external function definition with no prior
declaration
trace_writev_cbk (call_frame_t *frame,
^
trace.c(229): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(261): remark #1418: external function definition with no prior
declaration
trace_getdents_cbk (call_frame_t *frame,
^
trace.c(262): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(283): remark #1418: external function definition with no prior
declaration
trace_readdir_cbk (call_frame_t *frame,
^
trace.c(284): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(305): remark #1418: external function definition with no prior
declaration
trace_fsync_cbk (call_frame_t *frame,
^
trace.c(306): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(325): remark #1418: external function definition with no prior
declaration
trace_chown_cbk (call_frame_t *frame,
^
trace.c(326): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(358): remark #1418: external function definition with no prior
declaration
trace_chmod_cbk (call_frame_t *frame,
^
trace.c(359): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(391): remark #1418: external function definition with no prior
declaration
trace_fchmod_cbk (call_frame_t *frame,
^
trace.c(392): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(424): remark #1418: external function definition with no prior
declaration
trace_fchown_cbk (call_frame_t *frame,
^
trace.c(425): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(457): remark #1418: external function definition with no prior
declaration
trace_unlink_cbk (call_frame_t *frame,
^
trace.c(458): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(477): remark #1418: external function definition with no prior
declaration
trace_rename_cbk (call_frame_t *frame,
^
trace.c(478): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(498): remark #1418: external function definition with no prior
declaration
trace_readlink_cbk (call_frame_t *frame,
^
trace.c(499): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(519): remark #1418: external function definition with no prior
declaration
trace_lookup_cbk (call_frame_t *frame,
^
trace.c(520): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(549): remark #1418: external function definition with no prior
declaration
trace_forget_cbk (call_frame_t *frame,
^
trace.c(550): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(569): remark #1418: external function definition with no prior
declaration
trace_symlink_cbk (call_frame_t *frame,
^
trace.c(570): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(603): remark #1418: external function definition with no prior
declaration
trace_mknod_cbk (call_frame_t *frame,
^
trace.c(604): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(638): remark #1418: external function definition with no prior
declaration
trace_mkdir_cbk (call_frame_t *frame,
^
trace.c(639): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(660): remark #1418: external function definition with no prior
declaration
trace_link_cbk (call_frame_t *frame,
^
trace.c(661): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(694): remark #1418: external function definition with no prior
declaration
trace_flush_cbk (call_frame_t *frame,
^
trace.c(695): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(714): remark #1418: external function definition with no prior
declaration
trace_close_cbk (call_frame_t *frame,
^
trace.c(715): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(734): remark #1418: external function definition with no prior
declaration
trace_opendir_cbk (call_frame_t *frame,
^
trace.c(735): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(755): remark #1418: external function definition with no prior
declaration
trace_rmdir_cbk (call_frame_t *frame,
^
trace.c(756): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(775): remark #1418: external function definition with no prior
declaration
trace_truncate_cbk (call_frame_t *frame,
^
trace.c(776): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(808): remark #1418: external function definition with no prior
declaration
trace_utimens_cbk (call_frame_t *frame,
^
trace.c(809): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(841): remark #1418: external function definition with no prior
declaration
trace_statfs_cbk (call_frame_t *frame,
^
trace.c(842): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(869): remark #1418: external function definition with no prior
declaration
trace_setxattr_cbk (call_frame_t *frame,
^
trace.c(870): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(889): remark #1418: external function definition with no prior
declaration
trace_getxattr_cbk (call_frame_t *frame,
^
trace.c(890): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(910): remark #1418: external function definition with no prior
declaration
trace_removexattr_cbk (call_frame_t *frame,
^
trace.c(911): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(930): remark #1418: external function definition with no prior
declaration
trace_closedir_cbk (call_frame_t *frame,
^
trace.c(931): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(950): remark #1418: external function definition with no prior
declaration
trace_fsyncdir_cbk (call_frame_t *frame,
^
trace.c(951): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(970): remark #1418: external function definition with no prior
declaration
trace_access_cbk (call_frame_t *frame,
^
trace.c(971): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(990): remark #1418: external function definition with no prior
declaration
trace_ftruncate_cbk (call_frame_t *frame,
^
trace.c(991): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(1023): remark #1418: external function definition with no prior
declaration
trace_fstat_cbk (call_frame_t *frame,
^
trace.c(1024): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(1056): remark #1418: external function definition with no prior
declaration
trace_lk_cbk (call_frame_t *frame,
^
trace.c(1057): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(1086): remark #1418: external function definition with no prior
declaration
trace_setdents_cbk (call_frame_t *frame,
^
trace.c(1087): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(1106): remark #1418: external function definition with no prior
declaration
trace_lookup (call_frame_t *frame,
^
trace.c(1129): remark #1418: external function definition with no prior
declaration
trace_forget (call_frame_t *frame,
^
trace.c(1152): remark #1418: external function definition with no prior
declaration
trace_stat (call_frame_t *frame,
^
trace.c(1191): remark #1418: external function definition with no prior
declaration
trace_readlink (call_frame_t *frame,
^
trace.c(1215): remark #1418: external function definition with no prior
declaration
trace_mknod (call_frame_t *frame,
^
trace.c(1242): remark #1418: external function definition with no prior
declaration
trace_mkdir (call_frame_t *frame,
^
trace.c(1266): remark #1418: external function definition with no prior
declaration
trace_unlink (call_frame_t *frame,
^
trace.c(1288): remark #1418: external function definition with no prior
declaration
trace_rmdir (call_frame_t *frame,
^
trace.c(1311): remark #1418: external function definition with no prior
declaration
trace_symlink (call_frame_t *frame,
^
trace.c(1336): remark #1418: external function definition with no prior
declaration
trace_rename (call_frame_t *frame,
^
trace.c(1361): remark #1418: external function definition with no prior
declaration
trace_link (call_frame_t *frame,
^
trace.c(1385): remark #1418: external function definition with no prior
declaration
trace_chmod (call_frame_t *frame,
^
trace.c(1410): remark #1418: external function definition with no prior
declaration
trace_chown (call_frame_t *frame,
^
trace.c(1437): remark #1418: external function definition with no prior
declaration
trace_truncate (call_frame_t *frame,
^
trace.c(1462): remark #1418: external function definition with no prior
declaration
trace_utimens (call_frame_t *frame,
^
trace.c(1493): remark #1418: external function definition with no prior
declaration
trace_open (call_frame_t *frame,
^
trace.c(1519): remark #1418: external function definition with no prior
declaration
trace_create (call_frame_t *frame,
^
trace.c(1547): remark #1418: external function definition with no prior
declaration
trace_readv (call_frame_t *frame,
^
trace.c(1573): remark #1418: external function definition with no prior
declaration
trace_writev (call_frame_t *frame,
^
trace.c(1601): remark #1418: external function definition with no prior
declaration
trace_statfs (call_frame_t *frame,
^
trace.c(1622): remark #1418: external function definition with no prior
declaration
trace_flush (call_frame_t *frame,
^
trace.c(1644): remark #1418: external function definition with no prior
declaration
trace_close (call_frame_t *frame,
^
trace.c(1666): remark #1418: external function definition with no prior
declaration
trace_fsync (call_frame_t *frame,
^
trace.c(1690): remark #1418: external function definition with no prior
declaration
trace_setxattr (call_frame_t *frame,
^
trace.c(1716): remark #1418: external function definition with no prior
declaration
trace_getxattr (call_frame_t *frame,
^
trace.c(1738): remark #1418: external function definition with no prior
declaration
trace_removexattr (call_frame_t *frame,
^
trace.c(1763): remark #1418: external function definition with no prior
declaration
trace_opendir (call_frame_t *frame,
^
trace.c(1787): remark #1418: external function definition with no prior
declaration
trace_getdents (call_frame_t *frame,
^
trace.c(1816): remark #1418: external function definition with no prior
declaration
trace_readdir (call_frame_t *frame,
^
trace.c(1843): remark #1418: external function definition with no prior
declaration
trace_closedir (call_frame_t *frame,
^
trace.c(1865): remark #1418: external function definition with no prior
declaration
trace_fsyncdir (call_frame_t *frame,
^
trace.c(1889): remark #1418: external function definition with no prior
declaration
trace_access (call_frame_t *frame,
^
trace.c(1913): remark #1418: external function definition with no prior
declaration
trace_ftruncate (call_frame_t *frame,
^
trace.c(1938): remark #1418: external function definition with no prior
declaration
trace_fchown (call_frame_t *frame,
^
trace.c(1964): remark #1418: external function definition with no prior
declaration
trace_fchmod (call_frame_t *frame,
^
trace.c(1988): remark #1418: external function definition with no prior
declaration
trace_fstat (call_frame_t *frame,
^
trace.c(2010): remark #1418: external function definition with no prior
declaration
trace_lk (call_frame_t *frame,
^
trace.c(2037): remark #1418: external function definition with no prior
declaration
trace_setdents (call_frame_t *frame,
^
trace.c(2064): remark #1418: external function definition with no prior
declaration
trace_checksum_cbk (call_frame_t *frame,
^
trace.c(2065): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(2081): remark #1418: external function definition with no prior
declaration
trace_checksum (call_frame_t *frame,
^
trace.c(2102): remark #1418: external function definition with no prior
declaration
enable_all_calls (int enabled)
^
trace.c(2110): remark #1418: external function definition with no prior
declaration
enable_call (const char *name, int enabled)
^
trace.c(2124): remark #1418: external function definition with no prior
declaration
process_call_list (const char *list, int include)
^
trace.c(2137): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
trace.c(2205): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
trace.c(2266): remark #1418: external function definition with no prior
declaration
trace_stats_cbk (call_frame_t *frame,
^
trace.c(2267): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trace.c(2268): remark #869: parameter "this" was never referenced
xlator_t *this,
^
trace.c(2278): remark #1418: external function definition with no prior
declaration
trace_stats (call_frame_t *frame,
^
trace.c(2125): (col. 1) remark: process_call_list has been targeted for
automatic cpu dispatch.
trace.c(2111): (col. 1) remark: enable_call has been targeted for automatic cpu
dispatch.
trace.c(2103): (col. 1) remark: enable_all_calls has been targeted for automatic
cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o trace.so trace.o ../../../../libglusterfs/src/libglusterfs.la
-lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/trace.so trace.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating trace.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug'
Making all in features
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features'
Making all in filter
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT filter.o -MD -MP -MF
".deps/filter.Tpo" -c -o filter.o filter.c; \
then mv -f ".deps/filter.Tpo" ".deps/filter.Po";
else rm -f ".deps/filter.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
filter.c(41): remark #1418: external function definition with no prior
declaration
filter_mknod (call_frame_t *frame,
^
filter.c(42): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(43): remark #869: parameter "loc" was never referenced
loc_t *loc,
^
filter.c(44): remark #869: parameter "mode" was never referenced
mode_t mode,
^
filter.c(45): remark #869: parameter "dev" was never referenced
dev_t dev)
^
filter.c(53): remark #1418: external function definition with no prior
declaration
filter_mkdir (call_frame_t *frame,
^
filter.c(54): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(55): remark #869: parameter "loc" was never referenced
loc_t *loc,
^
filter.c(56): remark #869: parameter "mode" was never referenced
mode_t mode)
^
filter.c(65): remark #1418: external function definition with no prior
declaration
filter_unlink (call_frame_t *frame,
^
filter.c(66): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(67): remark #869: parameter "loc" was never referenced
loc_t *loc)
^
filter.c(75): remark #1418: external function definition with no prior
declaration
filter_rmdir (call_frame_t *frame,
^
filter.c(76): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(77): remark #869: parameter "loc" was never referenced
loc_t *loc)
^
filter.c(84): remark #1418: external function definition with no prior
declaration
filter_symlink (call_frame_t *frame,
^
filter.c(85): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(86): remark #869: parameter "oldpath" was never referenced
const char *oldpath,
^
filter.c(87): remark #869: parameter "loc" was never referenced
loc_t *loc)
^
filter.c(95): remark #1418: external function definition with no prior
declaration
filter_rename (call_frame_t *frame,
^
filter.c(96): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(97): remark #869: parameter "oldloc" was never referenced
loc_t *oldloc,
^
filter.c(98): remark #869: parameter "newloc" was never referenced
loc_t *newloc)
^
filter.c(105): remark #1418: external function definition with no prior
declaration
filter_link (call_frame_t *frame,
^
filter.c(106): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(107): remark #869: parameter "oldloc" was never referenced
loc_t *oldloc,
^
filter.c(108): remark #869: parameter "newpath" was never referenced
const char *newpath)
^
filter.c(117): remark #1418: external function definition with no prior
declaration
filter_chmod (call_frame_t *frame,
^
filter.c(118): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(119): remark #869: parameter "loc" was never referenced
loc_t *loc,
^
filter.c(120): remark #869: parameter "mode" was never referenced
mode_t mode)
^
filter.c(129): remark #1418: external function definition with no prior
declaration
filter_chown (call_frame_t *frame,
^
filter.c(130): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(131): remark #869: parameter "loc" was never referenced
loc_t *loc,
^
filter.c(132): remark #869: parameter "uid" was never referenced
uid_t uid,
^
filter.c(133): remark #869: parameter "gid" was never referenced
gid_t gid)
^
filter.c(142): remark #1418: external function definition with no prior
declaration
filter_truncate (call_frame_t *frame,
^
filter.c(143): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(144): remark #869: parameter "loc" was never referenced
loc_t *loc,
^
filter.c(145): remark #869: parameter "offset" was never referenced
off_t offset)
^
filter.c(154): remark #1418: external function definition with no prior
declaration
filter_utimens (call_frame_t *frame,
^
filter.c(155): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(156): remark #869: parameter "loc" was never referenced
loc_t *loc,
^
filter.c(157): remark #869: parameter "tv" was never referenced
struct timespec tv[2])
^
filter.c(166): remark #1418: external function definition with no prior
declaration
filter_writev (call_frame_t *frame,
^
filter.c(167): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(168): remark #869: parameter "fd" was never referenced
fd_t *fd,
^
filter.c(169): remark #869: parameter "vector" was never referenced
struct iovec *vector,
^
filter.c(170): remark #869: parameter "count" was never referenced
int32_t count,
^
filter.c(171): remark #869: parameter "offset" was never referenced
off_t offset)
^
filter.c(179): remark #1418: external function definition with no prior
declaration
filter_fsync (call_frame_t *frame,
^
filter.c(180): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(181): remark #869: parameter "fd" was never referenced
fd_t *fd,
^
filter.c(182): remark #869: parameter "datasync" was never referenced
int32_t datasync)
^
filter.c(189): remark #1418: external function definition with no prior
declaration
filter_setxattr (call_frame_t *frame,
^
filter.c(190): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(191): remark #869: parameter "loc" was never referenced
loc_t *loc,
^
filter.c(192): remark #869: parameter "dict" was never referenced
dict_t *dict,
^
filter.c(193): remark #869: parameter "flags" was never referenced
int32_t flags)
^
filter.c(200): remark #1418: external function definition with no prior
declaration
filter_removexattr (call_frame_t *frame,
^
filter.c(201): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(202): remark #869: parameter "loc" was never referenced
loc_t *loc,
^
filter.c(203): remark #869: parameter "name" was never referenced
const char *name)
^
filter.c(211): remark #1418: external function definition with no prior
declaration
filter_fsyncdir (call_frame_t *frame,
^
filter.c(212): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(213): remark #869: parameter "fd" was never referenced
fd_t *fd,
^
filter.c(214): remark #869: parameter "datasync" was never referenced
int32_t datasync)
^
filter.c(221): remark #1418: external function definition with no prior
declaration
filter_ftruncate (call_frame_t *frame,
^
filter.c(222): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(223): remark #869: parameter "fd" was never referenced
fd_t *fd,
^
filter.c(224): remark #869: parameter "offset" was never referenced
off_t offset)
^
filter.c(233): remark #1418: external function definition with no prior
declaration
filter_open_cbk (call_frame_t *frame,
^
filter.c(234): remark #869: parameter "cookie" was never referenced
void *cookie,
^
filter.c(235): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(245): remark #1418: external function definition with no prior
declaration
filter_open (call_frame_t *frame,
^
filter.c(269): remark #1418: external function definition with no prior
declaration
filter_create (call_frame_t *frame,
^
filter.c(270): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(271): remark #869: parameter "loc" was never referenced
loc_t *loc,
^
filter.c(272): remark #869: parameter "flags" was never referenced
int32_t flags,
^
filter.c(273): remark #869: parameter "mode" was never referenced
mode_t mode,
^
filter.c(274): remark #869: parameter "fd" was never referenced
fd_t *fd)
^
filter.c(283): remark #1418: external function definition with no prior
declaration
filter_access_cbk (call_frame_t *frame,
^
filter.c(284): remark #869: parameter "cookie" was never referenced
void *cookie,
^
filter.c(285): remark #869: parameter "this" was never referenced
xlator_t *this,
^
filter.c(294): remark #1418: external function definition with no prior
declaration
filter_access (call_frame_t *frame,
^
filter.c(314): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
filter.c(329): remark #1418: external function definition with no prior
declaration
fini (xlator_t *xl)
^
filter.c(329): remark #869: parameter "xl" was never referenced
fini (xlator_t *xl)
^
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o filter.so filter.o ../../../../libglusterfs/src/libglusterfs.la
-lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/filter.so filter.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating filter.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter'
Making all in fixed-id
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT fixed-id.o -MD -MP -MF
".deps/fixed-id.Tpo" -c -o fixed-id.o fixed-id.c; \
then mv -f ".deps/fixed-id.Tpo" ".deps/fixed-id.Po";
else rm -f ".deps/fixed-id.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
fixed-id.c(60): remark #1418: external function definition with no prior
declaration
fixed_id_generic_cbk (call_frame_t *frame,
^
fixed-id.c(61): remark #869: parameter "cookie" was never referenced
void *cookie,
^
fixed-id.c(76): remark #1418: external function definition with no prior
declaration
fixed_id_lookup_cbk (call_frame_t *frame,
^
fixed-id.c(77): remark #869: parameter "cookie" was never referenced
void *cookie,
^
fixed-id.c(93): remark #1418: external function definition with no prior
declaration
fixed_id_symlink_cbk (call_frame_t *frame,
^
fixed-id.c(94): remark #869: parameter "cookie" was never referenced
void *cookie,
^
fixed-id.c(126): remark #1418: external function definition with no prior
declaration
fixed_id_lookup (call_frame_t *frame,
^
fixed-id.c(141): remark #1418: external function definition with no prior
declaration
fixed_id_chmod (call_frame_t *frame,
^
fixed-id.c(157): remark #1418: external function definition with no prior
declaration
fixed_id_chown (call_frame_t *frame,
^
fixed-id.c(175): remark #1418: external function definition with no prior
declaration
fixed_id_truncate (call_frame_t *frame,
^
fixed-id.c(192): remark #1418: external function definition with no prior
declaration
fixed_id_ftruncate (call_frame_t *frame,
^
fixed-id.c(208): remark #1418: external function definition with no prior
declaration
fixed_id_utimens (call_frame_t *frame,
^
fixed-id.c(225): remark #1418: external function definition with no prior
declaration
fixed_id_generic_inode_cbk (call_frame_t *frame,
^
fixed-id.c(226): remark #869: parameter "cookie" was never referenced
void *cookie,
^
fixed-id.c(245): remark #1418: external function definition with no prior
declaration
fixed_id_mknod (call_frame_t *frame,
^
fixed-id.c(263): remark #1418: external function definition with no prior
declaration
fixed_id_mkdir (call_frame_t *frame,
^
fixed-id.c(280): remark #1418: external function definition with no prior
declaration
fixed_id_symlink (call_frame_t *frame,
^
fixed-id.c(297): remark #1418: external function definition with no prior
declaration
fixed_id_link (call_frame_t *frame,
^
fixed-id.c(314): remark #1418: external function definition with no prior
declaration
fixed_id_fd_cbk (call_frame_t *frame,
^
fixed-id.c(315): remark #869: parameter "cookie" was never referenced
void *cookie,
^
fixed-id.c(316): remark #869: parameter "this" was never referenced
xlator_t *this,
^
fixed-id.c(330): remark #1418: external function definition with no prior
declaration
fixed_id_create_cbk (call_frame_t *frame,
^
fixed-id.c(331): remark #869: parameter "cookie" was never referenced
void *cookie,
^
fixed-id.c(351): remark #1418: external function definition with no prior
declaration
fixed_id_create (call_frame_t *frame,
^
fixed-id.c(370): remark #1418: external function definition with no prior
declaration
fixed_id_open (call_frame_t *frame,
^
fixed-id.c(404): remark #1418: external function definition with no prior
declaration
fixed_id_getdents_cbk (call_frame_t *frame,
^
fixed-id.c(405): remark #869: parameter "cookie" was never referenced
void *cookie,
^
fixed-id.c(432): remark #1418: external function definition with no prior
declaration
fixed_id_getdents (call_frame_t *frame,
^
fixed-id.c(451): remark #1418: external function definition with no prior
declaration
fixed_id_stat (call_frame_t *frame,
^
fixed-id.c(464): remark #1418: external function definition with no prior
declaration
fixed_id_fstat (call_frame_t *frame,
^
fixed-id.c(477): remark #1418: external function definition with no prior
declaration
fixed_id_rename (call_frame_t *frame,
^
fixed-id.c(492): remark #1418: external function definition with no prior
declaration
fixed_id_fchmod (call_frame_t *frame,
^
fixed-id.c(507): remark #1418: external function definition with no prior
declaration
fixed_id_fchown (call_frame_t *frame,
^
fixed-id.c(524): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
fixed-id.c(555): remark #1418: external function definition with no prior
declaration
fini (xlator_t *xl)
^
fixed-id.c(555): remark #869: parameter "xl" was never referenced
fini (xlator_t *xl)
^
fixed-id.c(411): (col. 1) remark: fixed_id_getdents_cbk has been targeted for
automatic cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o fixed-id.so fixed-id.o ../../../../libglusterfs/src/libglusterfs.la
-lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/fixed-id.so fixed-id.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating fixed-id.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id'
Making all in posix-locks
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT posix-locks.o -MD -MP -MF
".deps/posix-locks.Tpo" -c -o posix-locks.o posix-locks.c; \
then mv -f ".deps/posix-locks.Tpo"
".deps/posix-locks.Po"; else rm -f ".deps/posix-locks.Tpo";
exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
posix-locks.c(324): remark #869: parameter "inode" was never
referenced
first_overlap (pl_inode_t *inode, posix_lock_t *lock,
^
posix-locks.c(462): remark #1418: external function definition with no prior
declaration
posix_setlk (pl_inode_t *inode, posix_lock_t *lock, int can_block)
^
posix-locks.c(494): remark #1418: external function definition with no prior
declaration
pl_truncate_cbk (call_frame_t *frame, void *cookie,
^
posix-locks.c(494): remark #869: parameter "cookie" was never
referenced
pl_truncate_cbk (call_frame_t *frame, void *cookie,
^
posix-locks.c(495): remark #869: parameter "this" was never referenced
xlator_t *this, int32_t op_ret, int32_t op_errno,
^
posix-locks.c(503): remark #1418: external function definition with no prior
declaration
truncate_allowed (pl_inode_t *inode,
^
posix-locks.c(528): remark #869: parameter "cookie" was never
referenced
truncate_stat_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(591): remark #1418: external function definition with no prior
declaration
pl_truncate (call_frame_t *frame, xlator_t *this,
^
posix-locks.c(611): remark #1418: external function definition with no prior
declaration
pl_ftruncate (call_frame_t *frame, xlator_t *this,
^
posix-locks.c(629): remark #1418: external function definition with no prior
declaration
pl_close_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(629): remark #869: parameter "cookie" was never
referenced
pl_close_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(639): remark #1418: external function definition with no prior
declaration
pl_close (call_frame_t *frame, xlator_t *this,
^
posix-locks.c(683): remark #1418: external function definition with no prior
declaration
pl_flush_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(683): remark #869: parameter "cookie" was never
referenced
pl_flush_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(683): remark #869: parameter "this" was never referenced
pl_flush_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(707): remark #1418: external function definition with no prior
declaration
pl_flush (call_frame_t *frame, xlator_t *this,
^
posix-locks.c(733): remark #1418: external function definition with no prior
declaration
pl_open_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(758): remark #1599: declaration hides variable "inode"
(declared at line 745)
pl_inode_t *inode = calloc (1, sizeof (pl_inode_t));
^
posix-locks.c(745): remark #593: variable "inode" was set but never
used
pl_inode_t *inode;
^
posix-locks.c(733): remark #869: parameter "cookie" was never
referenced
pl_open_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(780): remark #1418: external function definition with no prior
declaration
pl_open (call_frame_t *frame, xlator_t *this,
^
posix-locks.c(803): remark #1418: external function definition with no prior
declaration
pl_create_cbk (call_frame_t *frame, void *cookie,
^
posix-locks.c(803): remark #869: parameter "cookie" was never
referenced
pl_create_cbk (call_frame_t *frame, void *cookie,
^
posix-locks.c(819): remark #1418: external function definition with no prior
declaration
pl_create (call_frame_t *frame, xlator_t *this,
^
posix-locks.c(834): remark #1418: external function definition with no prior
declaration
pl_readv_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(834): remark #869: parameter "cookie" was never
referenced
pl_readv_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(846): remark #1418: external function definition with no prior
declaration
pl_writev_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(846): remark #869: parameter "cookie" was never
referenced
pl_writev_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
^
posix-locks.c(906): remark #1418: external function definition with no prior
declaration
pl_readv (call_frame_t *frame, xlator_t *this,
^
posix-locks.c(985): remark #1418: external function definition with no prior
declaration
pl_writev (call_frame_t *frame, xlator_t *this,
^
posix-locks.c(1058): remark #1418: external function definition with no prior
declaration
pl_lk (call_frame_t *frame, xlator_t *this,
^
posix-locks.c(1167): remark #1418: external function definition with no prior
declaration
pl_forget (call_frame_t *frame,
^
posix-locks.c(1167): remark #869: parameter "frame" was never
referenced
pl_forget (call_frame_t *frame,
^
posix-locks.c(1189): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
posix-locks.c(1221): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
posix-locks.c(506): (col. 1) remark: truncate_allowed has been targeted for
automatic cpu dispatch.
posix-locks.c(908): (col. 1) remark: pl_readv has been targeted for automatic
cpu dispatch.
posix-locks.c(987): (col. 1) remark: pl_writev has been targeted for automatic
cpu dispatch.
posix-locks.c(709): (col. 1) remark: pl_flush has been targeted for automatic
cpu dispatch.
posix-locks.c(857): (col. 1) remark: do_blocked_rw has been targeted for
automatic cpu dispatch.
posix-locks.c(641): (col. 1) remark: pl_close has been targeted for automatic
cpu dispatch.
posix-locks.c(1061): (col. 1) remark: pl_lk has been targeted for automatic cpu
dispatch.
posix-locks.c(463): (col. 1) remark: posix_setlk has been targeted for automatic
cpu dispatch.
posix-locks.c(403): (col. 1) remark: insert_and_merge has been targeted for
automatic cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o posix-locks.so posix-locks.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/posix-locks.so posix-locks.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating posix-locks.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks'
Making all in trash
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT trash.o -MD -MP -MF
".deps/trash.Tpo" -c -o trash.o trash.c; \
then mv -f ".deps/trash.Tpo" ".deps/trash.Po"; else
rm -f ".deps/trash.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
trash.c(48): remark #1419: external declaration in primary source file
trash_unlink_rename_cbk (call_frame_t *frame,
^
trash.c(55): remark #1419: external declaration in primary source file
trash_rename_rename_cbk (call_frame_t *frame,
^
trash.c(66): remark #1418: external function definition with no prior
declaration
trash_common_unwind_cbk (call_frame_t *frame,
^
trash.c(67): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trash.c(68): remark #869: parameter "this" was never referenced
xlator_t *this,
^
trash.c(80): remark #1418: external function definition with no prior
declaration
trash_common_unwind_buf_cbk (call_frame_t *frame,
^
trash.c(81): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trash.c(82): remark #869: parameter "this" was never referenced
xlator_t *this,
^
trash.c(92): remark #1418: external function definition with no prior
declaration
trash_mkdir_bg_cbk (call_frame_t *frame,
^
trash.c(93): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trash.c(94): remark #869: parameter "this" was never referenced
xlator_t *this,
^
trash.c(95): remark #869: parameter "op_ret" was never referenced
int32_t op_ret,
^
trash.c(96): remark #869: parameter "op_errno" was never referenced
int32_t op_errno,
^
trash.c(97): remark #869: parameter "inode" was never referenced
inode_t *inode,
^
trash.c(98): remark #869: parameter "stbuf" was never referenced
struct stat *stbuf)
^
trash.c(106): remark #1418: external function definition with no prior
declaration
trash_mkdir_cbk (call_frame_t *frame,
^
trash.c(111): remark #869: parameter "inode" was never referenced
inode_t *inode,
^
trash.c(112): remark #869: parameter "stbuf" was never referenced
struct stat *stbuf)
^
trash.c(175): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trash.c(179): remark #869: parameter "buf" was never referenced
struct stat *buf)
^
trash.c(241): remark #1418: external function definition with no prior
declaration
trash_unlink (call_frame_t *frame,
^
trash.c(284): remark #1418: external function definition with no prior
declaration
trash_rename_mkdir_cbk (call_frame_t *frame,
^
trash.c(289): remark #869: parameter "inode" was never referenced
inode_t *inode,
^
trash.c(290): remark #869: parameter "stbuf" was never referenced
struct stat *stbuf)
^
trash.c(354): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trash.c(358): remark #869: parameter "buf" was never referenced
struct stat *buf)
^
trash.c(414): remark #1418: external function definition with no prior
declaration
trash_rename_lookup_cbk (call_frame_t *frame,
^
trash.c(415): remark #869: parameter "cookie" was never referenced
void *cookie,
^
trash.c(418): remark #869: parameter "op_errno" was never referenced
int32_t op_errno,
^
trash.c(420): remark #869: parameter "buf" was never referenced
struct stat *buf,
^
trash.c(421): remark #869: parameter "xattr" was never referenced
dict_t *xattr)
^
trash.c(466): remark #1418: external function definition with no prior
declaration
trash_rename (call_frame_t *frame,
^
trash.c(507): remark #1418: external function definition with no prior
declaration
notify (xlator_t *this,
^
trash.c(555): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
trash.c(592): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
trash.c(113): (col. 1) remark: trash_mkdir_cbk has been targeted for automatic
cpu dispatch.
trash.c(291): (col. 1) remark: trash_rename_mkdir_cbk has been targeted for
automatic cpu dispatch.
trash.c(99): (col. 1) remark: trash_mkdir_bg_cbk has been targeted for automatic
cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o trash.so trash.o ../../../../libglusterfs/src/libglusterfs.la
-lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/trash.so trash.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating trash.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features'
Making all in encryption
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption'
Making all in rot-13
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT rot-13.o -MD -MP -MF
".deps/rot-13.Tpo" -c -o rot-13.o rot-13.c; \
then mv -f ".deps/rot-13.Tpo" ".deps/rot-13.Po";
else rm -f ".deps/rot-13.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
rot-13.c(42): remark #1418: external function definition with no prior
declaration
rot13 (char *buf, int len)
^
rot-13.c(47): remark #810: conversion from "int" to "char"
may lose significant bits
buf[i] = 'a' + ((buf[i] - 'a' + 13) % 26);
^
rot-13.c(49): remark #810: conversion from "int" to "char"
may lose significant bits
buf[i] = 'A' + ((buf[i] - 'A' + 13) % 26);
^
rot-13.c(54): remark #1418: external function definition with no prior
declaration
rot13_iovec (struct iovec *vector, int count)
^
rot-13.c(63): remark #1418: external function definition with no prior
declaration
rot13_readv_cbk (call_frame_t *frame,
^
rot-13.c(64): remark #869: parameter "cookie" was never referenced
void *cookie,
^
rot-13.c(82): remark #1418: external function definition with no prior
declaration
rot13_readv (call_frame_t *frame,
^
rot-13.c(97): remark #1418: external function definition with no prior
declaration
rot13_writev_cbk (call_frame_t *frame,
^
rot-13.c(98): remark #869: parameter "cookie" was never referenced
void *cookie,
^
rot-13.c(99): remark #869: parameter "this" was never referenced
xlator_t *this,
^
rot-13.c(109): remark #1418: external function definition with no prior
declaration
rot13_writev (call_frame_t *frame,
^
rot-13.c(129): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
rot-13.c(159): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
rot-13.c(159): remark #869: parameter "this" was never referenced
fini (xlator_t *this)
^
rot-13.c(55): (col. 1) remark: rot13_iovec has been targeted for automatic cpu
dispatch.
rot-13.c(43): (col. 1) remark: rot13 has been targeted for automatic cpu
dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o rot-13.so rot-13.o ../../../../libglusterfs/src/libglusterfs.la
-lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o .libs/rot-13.so rot-13.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating rot-13.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption'
Making all in mount
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount'
Making all in fuse
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -DFUSE_USE_VERSION=26 -fPIC
-Wall -pthread -I../../../../libglusterfs/src -DGF_LINUX_HOST_OS
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DDATADIR=\"/var\"
-DCONFDIR=\"/etc/glusterfs\" -O3 -axK -ip -gcc -mp -unroll2 -restrict
-inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT fuse_so-fuse-bridge.o
-MD -MP -MF ".deps/fuse_so-fuse-bridge.Tpo" -c -o
fuse_so-fuse-bridge.o `test -f 'fuse-bridge.c' || echo
'./'`fuse-bridge.c; \
then mv -f ".deps/fuse_so-fuse-bridge.Tpo"
".deps/fuse_so-fuse-bridge.Po"; else rm -f
".deps/fuse_so-fuse-bridge.Tpo"; exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -DFUSE_USE_VERSION=26 -fPIC
-Wall -pthread -I../../../../libglusterfs/src -DGF_LINUX_HOST_OS
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DDATADIR=\"/var\"
-DCONFDIR=\"/etc/glusterfs\" -O3 -axK -ip -gcc -mp -unroll2 -restrict
-inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT fuse_so-fuse-extra.o
-MD -MP -MF ".deps/fuse_so-fuse-extra.Tpo" -c -o fuse_so-fuse-extra.o
`test -f 'fuse-extra.c' || echo './'`fuse-extra.c; \
then mv -f ".deps/fuse_so-fuse-extra.Tpo"
".deps/fuse_so-fuse-extra.Po"; else rm -f
".deps/fuse_so-fuse-extra.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
fuse-bridge.c(196): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(197): remark #869: parameter "this" was never referenced
xlator_t *this,
^
fuse-bridge.c(198): remark #869: parameter "op_ret" was never
referenced
int32_t op_ret,
^
fuse-bridge.c(199): remark #869: parameter "op_errno" was never
referenced
int32_t op_errno)
^
fuse-bridge.c(217): remark #1418: external function definition with no prior
declaration
state_from_req (fuse_req_t req)
^
fuse-bridge.c(340): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(500): remark #869: parameter "dict" was never referenced
dict_t *dict)
^
fuse-bridge.c(563): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(602): remark #869: parameter "fi" was never referenced
struct fuse_file_info *fi)
^
fuse-bridge.c(656): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(928): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(929): remark #869: parameter "this" was never referenced
xlator_t *this,
^
fuse-bridge.c(962): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(963): remark #869: parameter "this" was never referenced
xlator_t *this,
^
fuse-bridge.c(1027): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(1028): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
fuse-bridge.c(1237): remark #1418: external function definition with no prior
declaration
fuse_rename_cbk (call_frame_t *frame,
^
fuse-bridge.c(1238): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(1239): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
fuse-bridge.c(1362): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(1568): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(1569): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
fuse-bridge.c(1600): remark #869: parameter "ino" was never referenced
fuse_ino_t ino,
^
fuse-bridge.c(1628): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(1629): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
fuse-bridge.c(1659): remark #869: parameter "ino" was never referenced
fuse_ino_t ino,
^
fuse-bridge.c(1693): remark #869: parameter "ino" was never referenced
fuse_ino_t ino,
^
fuse-bridge.c(1715): remark #869: parameter "ino" was never referenced
fuse-extra.c(119): (col. 1) remark: fuse_reply_vec has been targeted for
automatic cpu dispatch fuse_ino_t ino,
^
fuse-bridge.c(1737): remark #869: parameter "ino" was never referenced
.
fuse_ino_t ino,
^
fuse-bridge.c(1761): remark #869: parameter "fi" was never referenced
struct fuse_file_info *fi)
^
fuse-bridge.c(1923): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(1924): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
fuse-bridge.c(1954): remark #869: parameter "ino" was never referenced
fuse_ino_t ino,
^
fuse-bridge.c(1981): remark #869: parameter "ino" was never referenced
fuse_ino_t ino,
^
fuse-bridge.c(2002): remark #869: parameter "ino" was never referenced
fuse_ino_t ino,
^
fuse-bridge.c(2023): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(2024): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
fuse-bridge.c(2077): remark #869: parameter "ino" was never referenced
fuse_ino_t ino)
^
fuse-bridge.c(2148): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(2149): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
fuse-bridge.c(2334): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(2335): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
fuse-bridge.c(2372): remark #869: parameter "ino" was never referenced
fuse_ino_t ino,
^
fuse-bridge.c(2397): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fuse-bridge.c(2398): remark #869: parameter "this" was never
referenced
xlator_t *this,
^
fuse-bridge.c(2401): remark #869: parameter "lock" was never
referenced
struct flock *lock)
^
fuse-bridge.c(2435): remark #869: parameter "ino" was never referenced
fuse_ino_t ino,
^
fuse-bridge.c(2463): remark #869: parameter "conn" was never
referenced
fuse_init (void *data, struct fuse_conn_info *conn)
^
fuse-bridge.c(2483): remark #869: parameter "data" was never
referenced
fuse_destroy (void *data)
^
fuse-bridge.c(2537): remark #1419: external declaration in primary source file
int32_t fuse_chan_receive (struct fuse_chan * ch,
^
fuse-bridge.c(2532): remark #593: variable "ref" was set but never
used
int32_t ref = 0;
^
fuse-bridge.c(2597): remark #1418: external function definition with no prior
declaration
notify (xlator_t *this, int32_t event,
^
fuse-bridge.c(2633): remark #1418: external function definition with no prior
declaration
init (xlator_t *this)
^
fuse-bridge.c(2743): remark #1418: external function definition with no prior
declaration
fini (xlator_t *this)
^
fuse-bridge.c(346): (col. 1) remark: fuse_entry_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(568): (col. 1) remark: fuse_attr_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(1032): (col. 1) remark: fuse_readlink_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(966): (col. 1) remark: fuse_unlink_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(1243): (col. 1) remark: fuse_rename_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(661): (col. 1) remark: fuse_fd_cbk has been targeted for automatic
cpu dispatch.
fuse-bridge.c(200): (col. 1) remark: fuse_nop_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(1575): (col. 1) remark: fuse_readv_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(1633): (col. 1) remark: fuse_writev_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(1928): (col. 1) remark: fuse_readdir_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(2028): (col. 1) remark: fuse_statfs_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(2153): (col. 1) remark: fuse_xattr_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(1369): (col. 1) remark: fuse_create_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(2339): (col. 1) remark: fuse_getlk_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(2402): (col. 1) remark: fuse_setlk_cbk has been targeted for
automatic cpu dispatch.
fuse-bridge.c(2527): (col. 1) remark: fuse_thread_proc has been targeted for
automatic cpu dispatch.
fuse-bridge.c(932): (col. 1) remark: fuse_err_cbk has been targeted for
automatic cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2
-Wl,-O1 -o fuse.so -shared -nostartfiles fuse_so-fuse-bridge.o
fuse_so-fuse-extra.o -lfuse ../../../../libglusterfs/src/libglusterfs.la
-lpthread
mkdir .libs
icc -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align -Zp16
-parallel -inline-level=2 -Wl,-O1 -o .libs/fuse.so -shared -nostartfiles
fuse_so-fuse-bridge.o fuse_so-fuse-extra.o /usr/lib/libfuse.so -lrt -ldl
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating fuse.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/src'
Making all in utils
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/utils'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators'
Making all in scheduler
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler'
Making all in alu
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu'
Making all in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT alu.o -MD -MP -MF ".deps/alu.Tpo"
-c -o alu.o alu.c; \
then mv -f ".deps/alu.Tpo" ".deps/alu.Po"; else rm
-f ".deps/alu.Tpo"; exit 1; fi
../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
alu.c(517): remark #981: operands are evaluated in unspecified order
(limits_fn->cur_value (trav_stats) >
^
alu.c(522): remark #981: operands are evaluated in unspecified order
(limits_fn->cur_value (trav_stats) <
^
alu.c(491): remark #869: parameter "op_errno" was never referenced
int32_t op_errno,
^
alu.c(656): remark #981: operands are evaluated in unspecified order
&(alu_sched->array[idx].stats)) <
^
alu.c(693): remark #981: operands are evaluated in unspecified order
&(alu_sched->array[sched_index].stats)) >
^
alu.c(628): remark #869: parameter "path" was never referenced
alu_scheduler (xlator_t *xl, void *path)
^
alu.c(768): remark #1418: external function definition with no prior declaration
alu_notify (xlator_t *xl, int32_t event, void *data)
^
alu.c(464): (col. 1) remark: alu_fini has been targeted for automatic cpu
dispatch.
alu.c(615): (col. 1) remark: alu_update has been targeted for automatic cpu
dispatch.
alu.c(493): (col. 1) remark: update_stat_array_cbk has been targeted for
automatic cpu dispatch.
alu.c(629): (col. 1) remark: alu_scheduler has been targeted for automatic cpu
dispatch.
alu.c(769): (col. 1) remark: alu_notify has been targeted for automatic cpu
dispatch.
alu.c(130): (col. 1) remark: alu_init has been targeted for automatic cpu
dispatch.
/bin/sh ../../../libtool --tag=CC --mode=link icc -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o alu.so alu.o
../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -Wl,-O1 -o
.libs/alu.so alu.o ../../../libglusterfs/src/.libs/libglusterfs.so -lfl
-lpthread
creating alu.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu'
Making all in random
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random'
Making all in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT random.o -MD -MP -MF
".deps/random.Tpo" -c -o random.o random.c; \
then mv -f ".deps/random.Tpo" ".deps/random.Po";
else rm -f ".deps/random.Tpo"; exit 1; fi
../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
random.c(99): remark #869: parameter "op_errno" was never referenced
int32_t op_errno,
^
random.c(175): remark #981: operands are evaluated in unspecified order
int32_t rand = (int32_t) (1.0*random_buf->child_count * (random() /
(RAND_MAX + 1.0)));
^
random.c(183): remark #981: operands are evaluated in unspecified order
rand = (int32_t) (1.0*random_buf->child_count * (random() / (RAND_MAX +
1.0)));
^
random.c(172): remark #869: parameter "path" was never referenced
random_schedule (xlator_t *xl, void *path)
^
random.c(193): remark #1418: external function definition with no prior
declaration
random_notify (xlator_t *xl, int32_t event, void *data)
^
random.c(159): (col. 1) remark: random_update has been targeted for automatic
cpu dispatch.
random.c(101): (col. 1) remark: update_stat_array_cbk has been targeted for
automatic cpu dispatch.
random.c(173): (col. 1) remark: random_schedule has been targeted for automatic
cpu dispatch.
random.c(194): (col. 1) remark: random_notify has been targeted for automatic
cpu dispatch.
random.c(32): (col. 1) remark: random_init has been targeted for automatic cpu
dispatch.
/bin/sh ../../../libtool --tag=CC --mode=link icc -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o random.so random.o
../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -Wl,-O1 -o
.libs/random.so random.o ../../../libglusterfs/src/.libs/libglusterfs.so -lfl
-lpthread
creating random.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random'
Making all in nufa
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa'
Making all in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT nufa.o -MD -MP -MF
".deps/nufa.Tpo" -c -o nufa.o nufa.c; \
then mv -f ".deps/nufa.Tpo" ".deps/nufa.Po"; else rm
-f ".deps/nufa.Tpo"; exit 1; fi
../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
nufa.c(148): remark #869: parameter "op_errno" was never referenced
int32_t op_errno,
^
nufa.c(227): remark #869: parameter "path" was never referenced
nufa_schedule (xlator_t *xl, void *path)
^
nufa.c(288): remark #1418: external function definition with no prior
declaration
nufa_notify (xlator_t *xl, int32_t event, void *data)
^
nufa.c(214): (col. 1) remark: nufa_update has been targeted for automatic cpu
dispatch.
nufa.c(150): (col. 1) remark: update_stat_array_cbk has been targeted for
automatic cpu dispatch.
nufa.c(228): (col. 1) remark: nufa_schedule has been targeted for automatic cpu
dispatch.
nufa.c(289): (col. 1) remark: nufa_notify has been targeted for automatic cpu
dispatch.
nufa.c(30): (col. 1) remark: nufa_init has been targeted for automatic cpu
dispatch.
/bin/sh ../../../libtool --tag=CC --mode=link icc -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o nufa.so nufa.o
../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -Wl,-O1 -o
.libs/nufa.so nufa.o ../../../libglusterfs/src/.libs/libglusterfs.so -lfl
-lpthread
creating nufa.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa'
Making all in rr
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr'
Making all in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT rr.o -MD -MP -MF ".deps/rr.Tpo" -c
-o rr.o rr.c; \
then mv -f ".deps/rr.Tpo" ".deps/rr.Po"; else rm -f
".deps/rr.Tpo"; exit 1; fi
../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
rr.c(119): remark #869: parameter "op_errno" was never referenced
int32_t op_errno,
^
rr.c(196): remark #869: parameter "path" was never referenced
rr_schedule (xlator_t *xl, void *path)
^
rr.c(231): remark #869: parameter "this" was never referenced
xlator_t *this,
^
rr.c(233): remark #869: parameter "op_errno" was never referenced
int32_t op_errno)
^
rr.c(251): remark #1418: external function definition with no prior declaration
rr_notify (xlator_t *xl, int32_t event, void *data)
^
rr.c(182): (col. 1) remark: rr_update has been targeted for automatic cpu
dispatch.
rr.c(121): (col. 1) remark: update_stat_array_cbk has been targeted for
automatic cpu dispatch.
rr.c(197): (col. 1) remark: rr_schedule has been targeted for automatic cpu
dispatch.
rr.c(252): (col. 1) remark: rr_notify has been targeted for automatic cpu
dispatch.
rr.c(234): (col. 1) remark: update_rr_seed_cbk has been targeted for automatic
cpu dispatch.
rr.c(32): (col. 1) remark: rr_init has been targeted for automatic cpu dispatch.
/bin/sh ../../../libtool --tag=CC --mode=link icc -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o rr.so rr.o
../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -Wl,-O1 -o
.libs/rr.so rr.o ../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating rr.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr'
Making all in switch
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch'
Making all in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT switch.o -MD -MP -MF
".deps/switch.Tpo" -c -o switch.o switch.c; \
then mv -f ".deps/switch.Tpo" ".deps/switch.Po";
else rm -f ".deps/switch.Tpo"; exit 1; fi
../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
switch.c(220): remark #1599: declaration hides variable "index"
(declared at line 76)
int32_t index = 0;
^
switch.c(294): remark #1418: external function definition with no prior
declaration
switch_notify (xlator_t *xl, int32_t event, void *data)
^
switch.c(294): remark #869: parameter "xl" was never referenced
switch_notify (xlator_t *xl, int32_t event, void *data)
^
switch.c(294): remark #869: parameter "event" was never referenced
switch_notify (xlator_t *xl, int32_t event, void *data)
^
switch.c(294): remark #869: parameter "data" was never referenced
switch_notify (xlator_t *xl, int32_t event, void *data)
^
switch.c(331): remark #869: parameter "xl" was never referenced
switch_update (xlator_t *xl)
^
switch.c(282): (col. 1) remark: switch_schedule has been targeted for automatic
cpu dispatch.
switch.c(75): (col. 1) remark: switch_init has been targeted for automatic cpu
dispatch.
/bin/sh ../../../libtool --tag=CC --mode=link icc -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o switch.so switch.o
../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -Wl,-O1 -o
.libs/switch.so switch.o ../../../libglusterfs/src/.libs/libglusterfs.so -lfl
-lpthread
creating switch.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler'
Making all in transport
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport'
Making all in tcp
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp'
Making all in client
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/tcp/ -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
tcp-client.o -MD -MP -MF ".deps/tcp-client.Tpo" -c -o tcp-client.o
tcp-client.c; \
then mv -f ".deps/tcp-client.Tpo"
".deps/tcp-client.Po"; else rm -f ".deps/tcp-client.Tpo";
exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/tcp/ -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
tcp.o -MD -MP -MF ".deps/tcp.Tpo" -c -o tcp.o `test -f
'../../../../transport/tcp/tcp.c' || echo
'./'`../../../../transport/tcp/tcp.c; \
then mv -f ".deps/tcp.Tpo" ".deps/tcp.Po"; else rm
-f ".deps/tcp.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
tcp-client.c(100): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
sin_src.sin_port = htons (try_port); //FIXME: have it a #define or
configurable
^
tcp-client.c(124): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
sin.sin_port = htons (data_to_uint64 (dict_get (options,
^
tcp-client.c(129): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
sin.sin_port = htons (GF_DEFAULT_LISTEN_PORT);
^
tcp-client.c(295): remark #1418: external function definition with no prior
declaration
gf_transport_init (struct transport *this,
^
tcp-client.c(296): remark #869: parameter "options" was never
referenced
dict_t *options,
^
tcp-client.c(328): remark #1418: external function definition with no prior
declaration
gf_transport_fini (struct transport *this)
^
../../../../transport/tcp/tcp.c(133): remark #869: parameter "sig" was
never referenced
cont_hand (int32_t sig)
^
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/tcp/ -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o client.so tcp-client.o tcp.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/tcp/ -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o .libs/client.so tcp-client.o tcp.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating client.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client'
Making all in server
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/tcp/ -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
tcp-server.o -MD -MP -MF ".deps/tcp-server.Tpo" -c -o tcp-server.o
tcp-server.c; \
then mv -f ".deps/tcp-server.Tpo"
".deps/tcp-server.Po"; else rm -f ".deps/tcp-server.Tpo";
exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/tcp/ -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
tcp.o -MD -MP -MF ".deps/tcp.Tpo" -c -o tcp.o `test -f
'../../../../transport/tcp/tcp.c' || echo
'./'`../../../../transport/tcp/tcp.c; \
then mv -f ".deps/tcp.Tpo" ".deps/tcp.Po"; else rm
-f ".deps/tcp.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
tcp-server.c(34): remark #1419: external declaration in primary source file
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
int gf_transport_fini (struct transport *this);
^
tcp-server.c(126): warning #556: a value of type "void *" cannot be
assigned to an entity of type "void (*)(transport_t *)"
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
this->fini = (void *)gf_transport_fini;
^
tcp-server.c(136): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
data_from_uint64 (ntohs (sin.sin_port)));
^
tcp-server.c(153): remark #1418: external function definition with no prior
declaration
gf_transport_init (struct transport *this,
^
tcp-server.c(205): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
listen_port = htons (data_to_uint64 (listen_port_data));
^
tcp-server.c(207): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
listen_port = htons (GF_DEFAULT_LISTEN_PORT);
^
tcp-server.c(218): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
gf_log (this->xl->name,
^
tcp-server.c(218): remark #981: operands are evaluated in unspecified order
gf_log (this->xl->name,
^
tcp-server.c(218): remark #981: operands are evaluated in unspecified order
gf_log (this->xl->name,
^
tcp-server.c(252): remark #981: operands are evaluated in unspecified order
gf_log (this->xl->name,
^
tcp-server.c(252): remark #981: operands are evaluated in unspecified order
gf_log (this->xl->name,
^
../../../../transport/tcp/tcp.c(133): remark #869: parameter "sig" was
never referenced
cont_hand (int32_t sig)
^
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/tcp/ -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o server.so tcp-server.o tcp.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/tcp/ -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o .libs/server.so tcp-server.o tcp.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating server.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp'
Making all in ib-sdp
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp'
Making all in client
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/ib-sdp -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
ib-sdp-client.o -MD -MP -MF ".deps/ib-sdp-client.Tpo" -c -o
ib-sdp-client.o ib-sdp-client.c; \
then mv -f ".deps/ib-sdp-client.Tpo"
".deps/ib-sdp-client.Po"; else rm -f
".deps/ib-sdp-client.Tpo"; exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/ib-sdp -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
ib-sdp.o -MD -MP -MF ".deps/ib-sdp.Tpo" -c -o ib-sdp.o `test -f
'../../../../transport/ib-sdp/ib-sdp.c' || echo
'./'`../../../../transport/ib-sdp/ib-sdp.c; \
then mv -f ".deps/ib-sdp.Tpo" ".deps/ib-sdp.Po";
else rm -f ".deps/ib-sdp.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
ib-sdp-client.c(87): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
sin_src.sin_port = htons (try_port); //FIXME: have it a #define or
configurable
^
ib-sdp-client.c(111): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
sin.sin_port = htons (data_to_uint64 (dict_get (options,
^
ib-sdp-client.c(116): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
sin.sin_port = htons (GF_DEFAULT_LISTEN_PORT);
^
ib-sdp-client.c(283): remark #1418: external function definition with no prior
declaration
gf_transport_init (struct transport *this,
^
ib-sdp-client.c(284): remark #869: parameter "options" was never
referenced
dict_t *options,
^
ib-sdp-client.c(314): remark #1418: external function definition with no prior
declaration
gf_transport_fini (struct transport *this)
^
../../../../transport/ib-sdp/ib-sdp.c(136): remark #869: parameter
"sig" was never referenced
cont_hand (int32_t sig)
^
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/ib-sdp -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o client.so ib-sdp-client.o ib-sdp.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/ib-sdp -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o .libs/client.so ib-sdp-client.o
ib-sdp.o ../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating client.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client'
Making all in server
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/ib-sdp -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
ib-sdp-server.o -MD -MP -MF ".deps/ib-sdp-server.Tpo" -c -o
ib-sdp-server.o ib-sdp-server.c; \
then mv -f ".deps/ib-sdp-server.Tpo"
".deps/ib-sdp-server.Po"; else rm -f
".deps/ib-sdp-server.Tpo"; exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/ib-sdp -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
ib-sdp.o -MD -MP -MF ".deps/ib-sdp.Tpo" -c -o ib-sdp.o `test -f
'../../../../transport/ib-sdp/ib-sdp.c' || echo
'./'`../../../../transport/ib-sdp/ib-sdp.c; \
then mv -f ".deps/ib-sdp.Tpo" ".deps/ib-sdp.Po";
else rm -f ".deps/ib-sdp.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
ib-sdp-server.c(34): remark #1419: external declaration in primary source file
int32_t gf_transport_fini (struct transport *this);
^
ib-sdp-server.c(124): warning #556: a value of type "void *" cannot be
assigned to an entity of type "void (*)(transport_t *)"
this->fini = (void *)gf_transport_fini;
^
ib-sdp-server.c(134): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
data_from_uint64 (ntohs (sin.sin_port)));
^
ib-sdp-server.c(153): remark #1418: external function definition with no prior
declaration
gf_transport_init (struct transport *this,
^
ib-sdp-server.c(187): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
listen_port = htons (data_to_int64 (listen_port_data));
^
ib-sdp-server.c(190): remark #810: conversion from "int" to
"unsigned short" may lose significant bits
listen_port = htons (GF_DEFAULT_LISTEN_PORT);
^
ib-sdp-server.c(235): remark #981: operands are evaluated in unspecified order
gf_log ("ib_sdp/server",
^
ib-sdp-server.c(235): remark #981: operands are evaluated in unspecified order
gf_log ("ib_sdp/server",
^
../../../../transport/ib-sdp/ib-sdp.c(136): remark #869: parameter
"sig" was never referenced
cont_hand (int32_t sig)
^
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/ib-sdp -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o server.so ib-sdp-server.o ib-sdp.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/ib-sdp -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o .libs/server.so ib-sdp-server.o
ib-sdp.o ../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating server.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp'
Making all in unix
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix'
Making all in client
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/unix/ -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
unix-client.o -MD -MP -MF ".deps/unix-client.Tpo" -c -o unix-client.o
unix-client.c; \
then mv -f ".deps/unix-client.Tpo"
".deps/unix-client.Po"; else rm -f ".deps/unix-client.Tpo";
exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/unix/ -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
unix.o -MD -MP -MF ".deps/unix.Tpo" -c -o unix.o `test -f
'../../../../transport/unix/unix.c' || echo
'./'`../../../../transport/unix/unix.c; \
then mv -f ".deps/unix.Tpo" ".deps/unix.Po"; else rm
-f ".deps/unix.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
unix-client.c(260): remark #1418: external function definition with no prior
declaration
gf_transport_init (struct transport *this,
^
unix-client.c(261): remark #869: parameter "options" was never
referenced
dict_t *options,
^
unix-client.c(293): remark #1418: external function definition with no prior
declaration
gf_transport_fini (struct transport *this)
^
../../../../transport/unix/unix.c(133): remark #869: parameter "sig"
was never referenced
cont_hand (int32_t sig)
^
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/unix/ -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o client.so unix-client.o unix.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/unix/ -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o .libs/client.so unix-client.o unix.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating client.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client'
Making all in server
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server'
Making all in src
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/unix/ -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
unix-server.o -MD -MP -MF ".deps/unix-server.Tpo" -c -o unix-server.o
unix-server.c; \
then mv -f ".deps/unix-server.Tpo"
".deps/unix-server.Po"; else rm -f ".deps/unix-server.Tpo";
exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../../libglusterfs/src
-I../../../../transport/unix/ -shared -nostartfiles -O3 -axK -ip -gcc -mp
-unroll2 -restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -MT
unix.o -MD -MP -MF ".deps/unix.Tpo" -c -o unix.o `test -f
'../../../../transport/unix/unix.c' || echo
'./'`../../../../transport/unix/unix.c; \
then mv -f ".deps/unix.Tpo" ".deps/unix.Po"; else rm
-f ".deps/unix.Tpo"; exit 1; fi
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
unix-server.c(34): remark #1419: external declaration in primary source file
../../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
int gf_transport_fini (struct transport *this);
^
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
unix-server.c(124): warning #556: a value of type "void *" cannot be
assigned to an entity of type "void (*)(transport_t *)"
data_t *get_new_data ();
^
../../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
this->fini = (void *)gf_transport_fini;
^
unix-server.c(143): remark #1418: external function definition with no prior
declaration
gf_transport_init (struct transport *this,
^
../../../../transport/unix/unix.c(133): remark #869: parameter "sig"
was never referenced
cont_hand (int32_t sig)
^
unix-server.c(146): (col. 1) remark: gf_transport_init has been targeted for
automatic cpu dispatch.
/bin/sh ../../../../libtool --tag=CC --mode=link icc -fPIC
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/unix/ -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o server.so unix-server.o unix.o
../../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../../libglusterfs/src -I../../../../transport/unix/ -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o .libs/server.so unix-server.o unix.o
../../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating server.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport'
Making all in auth
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth'
Making all in ip
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip'
Making all in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT ip.o -MD -MP -MF ".deps/ip.Tpo" -c
-o ip.o ip.c; \
then mv -f ".deps/ip.Tpo" ".deps/ip.Po"; else rm -f
".deps/ip.Tpo"; exit 1; fi
../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
ip.c(33): remark #1418: external function definition with no prior declaration
auth_result_t gf_auth (dict_t *input_params, dict_t *config_params)
^
ip.c(97): remark #810: conversion from "int" to "char" may
lose significant bits
match = fnmatch (ip_addr_str,
^
ip.c(126): remark #810: conversion from "int" to "char" may
lose significant bits
match = fnmatch (ip_addr_str,
^
ip.c(34): (col. 1) remark: gf_auth has been targeted for automatic cpu dispatch.
/bin/sh ../../../libtool --tag=CC --mode=link icc -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o ip.so ip.o
../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -Wl,-O1 -o
.libs/ip.so ip.o ../../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating ip.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip'
Making all in login
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login'
Making all in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../../.. -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -MT login.o -MD -MP -MF
".deps/login.Tpo" -c -o login.o login.c; \
then mv -f ".deps/login.Tpo" ".deps/login.Po"; else
rm -f ".deps/login.Tpo"; exit 1; fi
../../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on
pointer to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
login.c(28): remark #1418: external function definition with no prior
declaration
auth_result_t gf_auth (dict_t *input_params, dict_t *config_params)
^
login.c(89): warning #188: enumerated type mixed with another type
return result;
^
login.c(29): (col. 1) remark: gf_auth has been targeted for automatic cpu
dispatch.
/bin/sh ../../../libtool --tag=CC --mode=link icc -fPIC -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS -I../../../libglusterfs/src -shared
-nostartfiles -O3 -axK -ip -gcc -mp -unroll2 -restrict -inline-level=2 -align
-Zp16 -parallel -inline-level=2 -Wl,-O1 -o login.so login.o
../../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_LINUX_HOST_OS
-I../../../libglusterfs/src -shared -nostartfiles -O3 -axK -ip -gcc -mp -unroll2
-restrict -inline-level=2 -align -Zp16 -parallel -inline-level=2 -Wl,-O1 -o
.libs/login.so login.o ../../../libglusterfs/src/.libs/libglusterfs.so -lfl
-lpthread
creating login.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth'
Making all in glusterfs
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs'
Making all in src
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs/src'
if icc -DHAVE_CONFIG_H -I. -I. -I../.. -fPIC -Wall -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -DGF_LINUX_HOST_OS -I../../libglusterfs/src
-DDATADIR=\"/var\" -DCONFDIR=\"/etc/glusterfs\" -O3 -axK -ip
-gcc -mp -unroll2 -restrict -inline-level=2 -align -Zp16 -parallel
-inline-level=2 -MT glusterfs.o -MD -MP -MF ".deps/glusterfs.Tpo" -c
-o glusterfs.o glusterfs.c; \
then mv -f ".deps/glusterfs.Tpo"
".deps/glusterfs.Po"; else rm -f ".deps/glusterfs.Tpo"; exit
1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I../.. -fPIC -Wall -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -DGF_LINUX_HOST_OS -I../../libglusterfs/src
-DDATADIR=\"/var\" -DCONFDIR=\"/etc/glusterfs\" -O3 -axK -ip
-gcc -mp -unroll2 -restrict -inline-level=2 -align -Zp16 -parallel
-inline-level=2 -MT fetch-spec.o -MD -MP -MF ".deps/fetch-spec.Tpo" -c
-o fetch-spec.o fetch-spec.c; \
then mv -f ".deps/fetch-spec.Tpo"
".deps/fetch-spec.Po"; else rm -f ".deps/fetch-spec.Tpo";
exit 1; fi
../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on pointer
to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
glusterfs.c(72): remark #1419: external declaration in primary source file
error_t parse_opts (int32_t key, char *arg, struct argp_state *_state);
^
glusterfs.c(106): remark #1419: external declaration in primary source file
fetch_spec (glusterfs_ctx_t *ctx,
^
glusterfs.c(183): remark #593: variable "new_tree" was set but never
used
xlator_t *tree, *trav, *new_tree = NULL;
^
glusterfs.c(219): remark #1418: external function definition with no prior
declaration
xlator_graph_init (xlator_t *xl)
^
glusterfs.c(321): remark #181: argument is incompatible with corresponding
format string conversion
if (sscanf (arg, "%d", &glusterfs_fuse_entry_timeout) == 0)
{
^
glusterfs.c(327): remark #181: argument is incompatible with corresponding
format string conversion
if (sscanf (arg, "%d", &glusterfs_fuse_attr_timeout) == 0) {
^
glusterfs.c(413): remark #1418: external function definition with no prior
declaration
glusterfs_cleanup_and_exit (int signum)
^
glusterfs.c(413): remark #869: parameter "signum" was never referenced
glusterfs_cleanup_and_exit (int signum)
^
glusterfs.c(462): warning #188: enumerated type mixed with another type
gf_log_set_loglevel (ctx->loglevel);
^
../../libglusterfs/src/common-utils.h(155): warning #1338: arithmetic on pointer
to void or function type
new[new_count].iov_base = orig[i].iov_base + start_offset;
^
../../libglusterfs/src/dict.h(126): remark #310: old-style parameter list
(anachronism)
data_t *get_new_data ();
^
../../libglusterfs/src/dict.h(128): remark #310: old-style parameter list
(anachronism)
dict_t *get_new_dict ();
^
../../libglusterfs/src/dict.h(130): remark #310: old-style parameter list
(anachronism)
data_pair_t *get_new_data_pair ();
^
fetch-spec.c(104): remark #869: parameter "cookie" was never
referenced
void *cookie,
^
fetch-spec.c(105): remark #869: parameter "this" was never referenced
xlator_t *this,
^
fetch-spec.c(107): remark #869: parameter "op_errno" was never
referenced
int32_t op_errno,
^
fetch-spec.c(182): remark #1418: external function definition with no prior
declaration
fetch_spec (glusterfs_ctx_t *ctx,
^
glusterfs.c(426): (col. 1) remark: main has been targeted for automatic cpu
dispatchfetch-spec.c(129): (col. 1) remark: fetch has been targeted for
automatic cpu dispatch.
.
glusterfs.c(220): (col. 1) remark: xlator_graph_init has been targeted for
automatic cpu dispatch.
/bin/sh ../../libtool --tag=CC --mode=link icc -fPIC -Wall
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DGF_LINUX_HOST_OS -I../../libglusterfs/src
-DDATADIR=\"/var\" -DCONFDIR=\"/etc/glusterfs\" -O3 -axK -ip
-gcc -mp -unroll2 -restrict -inline-level=2 -align -Zp16 -parallel
-inline-level=2 -Wl,-O1 -o glusterfs -rdynamic glusterfs.o fetch-spec.o
../../libglusterfs/src/libglusterfs.la -lpthread
mkdir .libs
icc -fPIC -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DGF_LINUX_HOST_OS
-I../../libglusterfs/src -DDATADIR=\"/var\"
-DCONFDIR=\"/etc/glusterfs\" -O3 -axK -ip -gcc -mp -unroll2 -restrict
-inline-level=2 -align -Zp16 -parallel -inline-level=2 -Wl,-O1 -o
.libs/glusterfs -rdynamic glusterfs.o fetch-spec.o
../../libglusterfs/src/.libs/libglusterfs.so -lfl -lpthread
creating glusterfs
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs/src'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs'
Making all in doc
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc'
Making all in examples
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc/examples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc/examples'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc'
Making all in extras
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras'
Making all in init.d
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras/init.d'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras/init.d'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras'
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a'
make[1]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a'>>> Source compiled.
>>> Test phase [not enabled]: sys-fs/glusterfs-1.3.12a
>>> Install glusterfs-1.3.12a into
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image/ category sys-fs
Making install in libglusterfs
make[1]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs'
Making install in src
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs/src'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs/src'
test -z "/usr/lib" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib"
make[3]: Nothing to be done for `install-data-am'.
/bin/sh ../../libtool --mode=install /usr/bin/install -c
'libglusterfs.la'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/libglusterfs.la'
/usr/bin/install -c .libs/libglusterfs.so.0.0.0
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/libglusterfs.so.0.0.0
(cd /var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib && { ln -s
-f libglusterfs.so.0.0.0 libglusterfs.so.0 || { rm -f libglusterfs.so.0
&& ln -s libglusterfs.so.0.0.0 libglusterfs.so.0; }; })
(cd /var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib && { ln -s
-f libglusterfs.so.0.0.0 libglusterfs.so || { rm -f libglusterfs.so &&
ln -s libglusterfs.so.0.0.0 libglusterfs.so; }; })
/usr/bin/install -c .libs/libglusterfs.lai
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/libglusterfs.la
/usr/bin/install -c .libs/libglusterfs.a
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/libglusterfs.a
chmod 644
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/libglusterfs.a
i686-pc-linux-gnu-ranlib
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/libglusterfs.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs/src'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs/src'
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs'
make[1]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/libglusterfs'
Making install in xlators
make[1]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators'
Making install in cluster
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster'
Making install in unify
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/cluster" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/cluster"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'unify.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/cluster/unify.so'
/usr/bin/install -c .libs/unify.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/cluster/unify.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/unify'
Making install in stripe
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/cluster" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/cluster"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'stripe.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/cluster/stripe.so'
/usr/bin/install -c .libs/stripe.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/cluster/stripe.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/stripe'
Making install in afr
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/cluster" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/cluster"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'afr.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/cluster/afr.so'
/usr/bin/install -c .libs/afr.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/cluster/afr.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster/afr'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/cluster'
Making install in storage
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage'
Making install in posix
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/storage" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/storage"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'posix.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/storage/posix.so'
/usr/bin/install -c .libs/posix.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/storage/posix.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage/posix'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/storage'
Making install in protocol
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol'
Making install in server
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/protocol" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/protocol"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'server.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/protocol/server.so'
/usr/bin/install -c .libs/server.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/protocol/server.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/server'
Making install in client
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/protocol" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/protocol"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'client.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/protocol/client.so'
/usr/bin/install -c .libs/client.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/protocol/client.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol/client'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/protocol'
Making install in performance
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance'
Making install in write-behind
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/performance" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'write-behind.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance/write-behind.so'
/usr/bin/install -c .libs/write-behind.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance/write-behind.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/write-behind'
Making install in read-ahead
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/performance" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'read-ahead.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance/read-ahead.so'
/usr/bin/install -c .libs/read-ahead.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance/read-ahead.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/read-ahead'
Making install in io-threads
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/performance" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'io-threads.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance/io-threads.so'
/usr/bin/install -c .libs/io-threads.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance/io-threads.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-threads'
Making install in io-cache
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/performance" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'io-cache.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance/io-cache.so'
/usr/bin/install -c .libs/io-cache.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance/io-cache.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/io-cache'
Making install in booster
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/"
test -z "/usr/lib/glusterfs/1.3.12a/xlator/performance" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'glusterfs-booster.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs//glusterfs-booster.so'
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'booster.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance/booster.so'
/usr/bin/install -c .libs/glusterfs-booster.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs//glusterfs-booster.so
/usr/bin/install -c .libs/booster.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/performance/booster.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance/booster'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/performance'
Making install in debug
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug'
Making install in trace
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/debug" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/debug"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'trace.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/debug/trace.so'
/usr/bin/install -c .libs/trace.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/debug/trace.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug/trace'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/debug'
Making install in features
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features'
Making install in filter
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/features" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'filter.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features/filter.so'
/usr/bin/install -c .libs/filter.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features/filter.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/filter'
Making install in fixed-id
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/features" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'fixed-id.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features/fixed-id.so'
/usr/bin/install -c .libs/fixed-id.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features/fixed-id.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/fixed-id'
Making install in posix-locks
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/features" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'posix-locks.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features/posix-locks.so'
/usr/bin/install -c .libs/posix-locks.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features/posix-locks.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/posix-locks'
Making install in trash
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/features" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'trash.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features/trash.so'
/usr/bin/install -c .libs/trash.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/features/trash.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features/trash'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/features'
Making install in encryption
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption'
Making install in rot-13
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/encryption" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/encryption"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'rot-13.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/encryption/rot-13.so'
/usr/bin/install -c .libs/rot-13.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/encryption/rot-13.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption/rot-13'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/encryption'
Making install in mount
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount'
Making install in fuse
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/xlator/mount" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/mount"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'fuse.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/mount/fuse.so'
/usr/bin/install -c .libs/fuse.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/xlator/mount/fuse.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/src'
Making install in utils
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/utils'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/utils'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/sbin" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//sbin"
/usr/bin/install -c 'mount.glusterfs'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//sbin/mount.glusterfs'
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/utils'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse/utils'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount/fuse'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators/mount'
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators'
make[1]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/xlators'
Making install in scheduler
make[1]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler'
Making install in alu
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu'
Making install in src
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu/src'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/scheduler" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'alu.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler/alu.so'
/usr/bin/install -c .libs/alu.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler/alu.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu/src'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu/src'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/alu'
Making install in random
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random'
Making install in src
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random/src'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/scheduler" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c
'random.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler/random.so'
/usr/bin/install -c .libs/random.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler/random.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random/src'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random/src'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/random'
Making install in nufa
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa'
Making install in src
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa/src'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/scheduler" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'nufa.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler/nufa.so'
/usr/bin/install -c .libs/nufa.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler/nufa.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa/src'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa/src'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/nufa'
Making install in rr
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr'
Making install in src
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr/src'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/scheduler" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'rr.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler/rr.so'
/usr/bin/install -c .libs/rr.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler/rr.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr/src'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr/src'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/rr'
Making install in switch
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch'
Making install in src
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch/src'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/scheduler" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c
'switch.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler/switch.so'
/usr/bin/install -c .libs/switch.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/scheduler/switch.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch/src'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch/src'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler/switch'
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler'
make[1]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/scheduler'
Making install in transport
make[1]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport'
Making install in tcp
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp'
Making install in client
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/transport/tcp/" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/tcp/"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'client.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/tcp//client.so'
/usr/bin/install -c .libs/client.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/tcp//client.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/client'
Making install in server
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/transport/tcp/" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/tcp/"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'server.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/tcp//server.so'
/usr/bin/install -c .libs/server.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/tcp//server.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp/server'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/tcp'
Making install in ib-sdp
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp'
Making install in client
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/transport/ib-sdp" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/ib-sdp"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'client.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/ib-sdp/client.so'
/usr/bin/install -c .libs/client.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/ib-sdp/client.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/client'
Making install in server
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/transport/ib-sdp" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/ib-sdp"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'server.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/ib-sdp/server.so'
/usr/bin/install -c .libs/server.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/ib-sdp/server.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp/server'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/ib-sdp'
Making install in unix
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix'
Making install in client
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/transport/unix/" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/unix/"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'client.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/unix//client.so'
/usr/bin/install -c .libs/client.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/unix//client.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/client'
Making install in server
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server'
Making install in src
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server/src'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server/src'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/transport/unix/" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/unix/"
/bin/sh ../../../../libtool --mode=install /usr/bin/install -c
'server.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/unix//server.so'
/usr/bin/install -c .libs/server.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/transport/unix//server.so
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server/src'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server'
make[5]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server'
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix/server'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport/unix'
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport'
make[1]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/transport'
Making install in auth
make[1]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth'
Making install in ip
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip'
Making install in src
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip/src'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/auth" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/auth"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'ip.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/auth/ip.so'
/usr/bin/install -c .libs/ip.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/auth/ip.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip/src'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip/src'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/ip'
Making install in login
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login'
Making install in src
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login/src'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login/src'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/glusterfs/1.3.12a/auth" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/auth"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'login.so'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/auth/login.so'
/usr/bin/install -c .libs/login.so
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/lib/glusterfs/1.3.12a/auth/login.so
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login/src'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login/src'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login'
make[4]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth/login'
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth'
make[1]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/auth'
Making install in glusterfs
make[1]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs'
Making install in src
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs/src'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs/src'
test -z "/usr/sbin" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/sbin"
/usr/bin/install -c -d -m 755
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//var/run
/usr/bin/install -c -d -m 755
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//var/log/glusterfs
rm -f /var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/sbin/glusterfsd
ln -s glusterfs
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/sbin/glusterfsd
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'glusterfs'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/sbin/glusterfs'
/usr/bin/install -c .libs/glusterfs
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/sbin/glusterfs
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs/src'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs/src'
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs'
make[1]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/glusterfs'
Making install in doc
make[1]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc'
Making install in examples
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc/examples'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc/examples'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/doc/glusterfs/examples" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples"
/usr/bin/install -c -m 644 'README'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/README'
/usr/bin/install -c -m 644 'unify.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/unify.vol'
/usr/bin/install -c -m 644 'afr.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/afr.vol'
/usr/bin/install -c -m 644 'stripe.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/stripe.vol'
/usr/bin/install -c -m 644 'protocol-client.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/protocol-client.vol'
/usr/bin/install -c -m 644 'protocol-server.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/protocol-server.vol'
/usr/bin/install -c -m 644 'posix-locks.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/posix-locks.vol'
/usr/bin/install -c -m 644 'trash.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/trash.vol'
/usr/bin/install -c -m 644 'write-behind.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/write-behind.vol'
/usr/bin/install -c -m 644 'io-threads.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/io-threads.vol'
/usr/bin/install -c -m 644 'io-cache.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/io-cache.vol'
/usr/bin/install -c -m 644 'read-ahead.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/read-ahead.vol'
/usr/bin/install -c -m 644 'filter.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/filter.vol'
/usr/bin/install -c -m 644 'trace.vol'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/trace.vol'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc/examples'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc/examples'
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/man/man8" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/man/man8"
test -z "/etc/glusterfs" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//etc/glusterfs"
/usr/bin/install -c -m 644 'glusterfs-client.vol.sample'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//etc/glusterfs/glusterfs-client.vol.sample'
/usr/bin/install -c -m 644 'glusterfs-server.vol.sample'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//etc/glusterfs/glusterfs-server.vol.sample'
/usr/bin/install -c -m 644 './glusterfs.8'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/man/man8/glusterfs.8'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc'
make[1]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/doc'
Making install in extras
make[1]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras'
Making install in init.d
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras/init.d'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras/init.d'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras/init.d'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras/init.d'
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras'
make[3]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/doc/glusterfs/examples" || mkdir -p --
"/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples"
/usr/bin/install -c -m 644 'glusterfs-mode.el'
'/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image//usr/share/doc/glusterfs/examples/glusterfs-mode.el'
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras'
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras'
make[1]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a/extras'
make[1]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a'
make[2]: Entering directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a'
make[1]: Leaving directory
`/var/tmp/portage/sys-fs/glusterfs-1.3.12a/work/glusterfs-1.3.12a'>>> Completed installing glusterfs-1.3.12a into
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image/
ecompressdir: bzip2 -9 /usr/share/man
strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment
usr/lib/libglusterfs.so.0.0.0
usr/lib/glusterfs/1.3.12a/xlator/cluster/unify.so
usr/lib/glusterfs/1.3.12a/xlator/cluster/stripe.so
usr/lib/glusterfs/1.3.12a/xlator/cluster/afr.so
usr/lib/glusterfs/1.3.12a/xlator/storage/posix.so
usr/lib/glusterfs/1.3.12a/xlator/protocol/server.so
usr/lib/glusterfs/1.3.12a/xlator/protocol/client.so
usr/lib/glusterfs/1.3.12a/xlator/performance/write-behind.so
usr/lib/glusterfs/1.3.12a/xlator/performance/read-ahead.so
usr/lib/glusterfs/1.3.12a/xlator/performance/io-threads.so
usr/lib/glusterfs/1.3.12a/xlator/performance/io-cache.so
usr/lib/glusterfs/1.3.12a/xlator/performance/booster.so
usr/lib/glusterfs/1.3.12a/xlator/debug/trace.so
usr/lib/glusterfs/1.3.12a/xlator/features/filter.so
usr/lib/glusterfs/1.3.12a/xlator/features/fixed-id.so
usr/lib/glusterfs/1.3.12a/xlator/features/posix-locks.so
usr/lib/glusterfs/1.3.12a/xlator/features/trash.so
usr/lib/glusterfs/1.3.12a/xlator/encryption/rot-13.so
usr/lib/glusterfs/1.3.12a/xlator/mount/fuse.so
usr/lib/glusterfs/1.3.12a/scheduler/alu.so
usr/lib/glusterfs/1.3.12a/scheduler/random.so
usr/lib/glusterfs/1.3.12a/scheduler/nufa.so
usr/lib/glusterfs/1.3.12a/scheduler/rr.so
usr/lib/glusterfs/1.3.12a/scheduler/switch.so
usr/lib/glusterfs/1.3.12a/transport/tcp/client.so
usr/lib/glusterfs/1.3.12a/transport/tcp/server.so
usr/lib/glusterfs/1.3.12a/transport/ib-sdp/client.so
usr/lib/glusterfs/1.3.12a/transport/ib-sdp/server.so
usr/lib/glusterfs/1.3.12a/transport/unix/client.so
usr/lib/glusterfs/1.3.12a/transport/unix/server.so
usr/lib/glusterfs/1.3.12a/auth/ip.so
usr/lib/glusterfs/1.3.12a/auth/login.so
usr/lib/glusterfs/glusterfs-booster.so
usr/sbin/glusterfs
usr/lib/libglusterfs.a
BFD:
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image/usr/lib/stdMVReK/libglusterfs_la-fd.o:
unknown [0] section `' in group [.gnu.linkonce.t.gf_fd_put]
BFD:
/var/tmp/portage/sys-fs/glusterfs-1.3.12a/image/usr/lib/stdMVReK/libglusterfs_la-fd.o:
unknown [0] section `' in group [.gnu.linkonce.t.gf_fd_put]
* QA Notice: The following files contain executable stacks
* Files with executable stacks will not work properly (or at all!)
* on some architectures/operating systems. A bug should be filed
* at http://bugs.gentoo.org/ to make sure the file is fixed.
* For more information, see http://hardened.gentoo.org/gnu-stack.xml
* Please include this file in your report:
* /var/tmp/portage/sys-fs/glusterfs-1.3.12a/temp/scanelf-execstack.log
* RWX --- --- usr/sbin/glusterfs
removing executable bit: usr/lib/libglusterfs.la
./
./usr/
./usr/lib/
./usr/lib/libglusterfs.so.0.0.0
./usr/lib/libglusterfs.so.0
./usr/lib/libglusterfs.so
./usr/lib/libglusterfs.la
./usr/lib/libglusterfs.a
./usr/lib/glusterfs/
./usr/lib/glusterfs/1.3.12a/
./usr/lib/glusterfs/1.3.12a/xlator/
./usr/lib/glusterfs/1.3.12a/xlator/cluster/
./usr/lib/glusterfs/1.3.12a/xlator/cluster/unify.so
./usr/lib/glusterfs/1.3.12a/xlator/cluster/stripe.so
./usr/lib/glusterfs/1.3.12a/xlator/cluster/afr.so
./usr/lib/glusterfs/1.3.12a/xlator/storage/
./usr/lib/glusterfs/1.3.12a/xlator/storage/posix.so
./usr/lib/glusterfs/1.3.12a/xlator/protocol/
./usr/lib/glusterfs/1.3.12a/xlator/protocol/server.so
./usr/lib/glusterfs/1.3.12a/xlator/protocol/client.so
./usr/lib/glusterfs/1.3.12a/xlator/performance/
./usr/lib/glusterfs/1.3.12a/xlator/performance/write-behind.so
./usr/lib/glusterfs/1.3.12a/xlator/performance/read-ahead.so
./usr/lib/glusterfs/1.3.12a/xlator/performance/io-threads.so
./usr/lib/glusterfs/1.3.12a/xlator/performance/io-cache.so
./usr/lib/glusterfs/1.3.12a/xlator/performance/booster.so
./usr/lib/glusterfs/1.3.12a/xlator/debug/
./usr/lib/glusterfs/1.3.12a/xlator/debug/trace.so
./usr/lib/glusterfs/1.3.12a/xlator/features/
./usr/lib/glusterfs/1.3.12a/xlator/features/filter.so
./usr/lib/glusterfs/1.3.12a/xlator/features/fixed-id.so
./usr/lib/glusterfs/1.3.12a/xlator/features/posix-locks.so
./usr/lib/glusterfs/1.3.12a/xlator/features/trash.so
./usr/lib/glusterfs/1.3.12a/xlator/encryption/
./usr/lib/glusterfs/1.3.12a/xlator/encryption/rot-13.so
./usr/lib/glusterfs/1.3.12a/xlator/mount/
./usr/lib/glusterfs/1.3.12a/xlator/mount/fuse.so
./usr/lib/glusterfs/1.3.12a/scheduler/
./usr/lib/glusterfs/1.3.12a/scheduler/alu.so
./usr/lib/glusterfs/1.3.12a/scheduler/random.so
./usr/lib/glusterfs/1.3.12a/scheduler/nufa.so
./usr/lib/glusterfs/1.3.12a/scheduler/rr.so
./usr/lib/glusterfs/1.3.12a/scheduler/switch.so
./usr/lib/glusterfs/1.3.12a/transport/
./usr/lib/glusterfs/1.3.12a/transport/tcp/
./usr/lib/glusterfs/1.3.12a/transport/tcp/client.so
./usr/lib/glusterfs/1.3.12a/transport/tcp/server.so
./usr/lib/glusterfs/1.3.12a/transport/ib-sdp/
./usr/lib/glusterfs/1.3.12a/transport/ib-sdp/client.so
./usr/lib/glusterfs/1.3.12a/transport/ib-sdp/server.so
./usr/lib/glusterfs/1.3.12a/transport/unix/
./usr/lib/glusterfs/1.3.12a/transport/unix/client.so
./usr/lib/glusterfs/1.3.12a/transport/unix/server.so
./usr/lib/glusterfs/1.3.12a/auth/
./usr/lib/glusterfs/1.3.12a/auth/ip.so
./usr/lib/glusterfs/1.3.12a/auth/login.so
./usr/lib/glusterfs/glusterfs-booster.so
./usr/lib/debug/
./usr/lib/debug/usr/
./usr/lib/debug/usr/lib/
./usr/lib/debug/usr/lib/libglusterfs.so.0.0.0.debug
./usr/lib/debug/usr/lib/glusterfs/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster/unify.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster/stripe.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster/afr.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/storage/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/storage/posix.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/protocol/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/protocol/server.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/protocol/client.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/write-behind.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/read-ahead.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/io-threads.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/io-cache.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/booster.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/debug/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/debug/trace.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/filter.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/fixed-id.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/posix-locks.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/trash.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/encryption/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/encryption/rot-13.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/mount/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/mount/fuse.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/alu.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/random.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/nufa.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/rr.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/switch.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/tcp/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/tcp/client.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/tcp/server.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/ib-sdp/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/ib-sdp/client.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/ib-sdp/server.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/unix/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/unix/client.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/unix/server.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/auth/
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/auth/ip.so.debug
./usr/lib/debug/usr/lib/glusterfs/1.3.12a/auth/login.so.debug
./usr/lib/debug/usr/lib/glusterfs/glusterfs-booster.so.debug
./usr/lib/debug/usr/sbin/
./usr/lib/debug/usr/sbin/glusterfs.debug
./usr/sbin/
./usr/sbin/glusterfsd
./usr/sbin/glusterfs
./usr/share/
./usr/share/doc/
./usr/share/doc/glusterfs/
./usr/share/doc/glusterfs/examples/
./usr/share/doc/glusterfs/examples/README
./usr/share/doc/glusterfs/examples/unify.vol
./usr/share/doc/glusterfs/examples/afr.vol
./usr/share/doc/glusterfs/examples/stripe.vol
./usr/share/doc/glusterfs/examples/protocol-client.vol
./usr/share/doc/glusterfs/examples/protocol-server.vol
./usr/share/doc/glusterfs/examples/posix-locks.vol
./usr/share/doc/glusterfs/examples/trash.vol
./usr/share/doc/glusterfs/examples/write-behind.vol
./usr/share/doc/glusterfs/examples/io-threads.vol
./usr/share/doc/glusterfs/examples/io-cache.vol
./usr/share/doc/glusterfs/examples/read-ahead.vol
./usr/share/doc/glusterfs/examples/filter.vol
./usr/share/doc/glusterfs/examples/trace.vol
./usr/share/doc/glusterfs/examples/glusterfs-mode.el
./usr/share/doc/glusterfs-1.3.12a/
./usr/share/doc/glusterfs-1.3.12a/afr.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/filter.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/io-cache.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/io-threads.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/posix-locks.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/protocol-client.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/protocol-server.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/read-ahead.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/stripe.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/trace.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/trash.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/unify.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/write-behind.vol.bz2
./usr/share/doc/glusterfs-1.3.12a/glusterfs-server.vol.sample.bz2
./usr/share/doc/glusterfs-1.3.12a/glusterfs-client.vol.sample.bz2
./usr/share/man/
./usr/share/man/man8/
./usr/share/man/man8/glusterfs.8.bz2
./usr/include/
./usr/include/glusterfs/
./usr/include/glusterfs/authenticate.h
./usr/include/glusterfs/call-stub.h
./usr/include/glusterfs/common-utils.h
./usr/include/glusterfs/compat.h
./usr/include/glusterfs/defaults.h
./usr/include/glusterfs/dict.h
./usr/include/glusterfs/fd.h
./usr/include/glusterfs/glusterfs.h
./usr/include/glusterfs/hashfn.h
./usr/include/glusterfs/inode.h
./usr/include/glusterfs/list.h
./usr/include/glusterfs/lock.h
./usr/include/glusterfs/logging.h
./usr/include/glusterfs/protocol.h
./usr/include/glusterfs/revision.h
./usr/include/glusterfs/scheduler.h
./usr/include/glusterfs/stack.h
./usr/include/glusterfs/timer.h
./usr/include/glusterfs/transport.h
./usr/include/glusterfs/xlator.h
./usr/include/glusterfs/y.tab.h
./sbin/
./sbin/mount.glusterfs
./var/
./var/run/
./var/log/
./var/log/glusterfs/
./etc/
./etc/glusterfs/
./etc/glusterfs/glusterfs-client.vol.sample
./etc/glusterfs/glusterfs-server.vol.sample
./etc/init.d/
./etc/init.d/glusterfs-server
./etc/init.d/glusterfs-client
./etc/conf.d/
./etc/conf.d/glusterfs-client>>> Done.
* checking 131 files for package collisions>>> Merging sys-fs/glusterfs-1.3.12a to /
--- /usr/
--- /usr/lib/>>> /usr/lib/libglusterfs.so.0.0.0
>>> /usr/lib/libglusterfs.so.0 -> libglusterfs.so.0.0.0
>>> /usr/lib/libglusterfs.so -> libglusterfs.so.0.0.0
>>> /usr/lib/libglusterfs.la
>>> /usr/lib/libglusterfs.a
--- /usr/lib/glusterfs/
--- /usr/lib/glusterfs/1.3.12a/
--- /usr/lib/glusterfs/1.3.12a/xlator/
--- /usr/lib/glusterfs/1.3.12a/xlator/cluster/>>> /usr/lib/glusterfs/1.3.12a/xlator/cluster/unify.so
>>> /usr/lib/glusterfs/1.3.12a/xlator/cluster/stripe.so
>>> /usr/lib/glusterfs/1.3.12a/xlator/cluster/afr.so
--- /usr/lib/glusterfs/1.3.12a/xlator/storage/>>> /usr/lib/glusterfs/1.3.12a/xlator/storage/posix.so
--- /usr/lib/glusterfs/1.3.12a/xlator/protocol/>>> /usr/lib/glusterfs/1.3.12a/xlator/protocol/server.so
>>> /usr/lib/glusterfs/1.3.12a/xlator/protocol/client.so
--- /usr/lib/glusterfs/1.3.12a/xlator/performance/>>> /usr/lib/glusterfs/1.3.12a/xlator/performance/write-behind.so
>>> /usr/lib/glusterfs/1.3.12a/xlator/performance/read-ahead.so
>>> /usr/lib/glusterfs/1.3.12a/xlator/performance/io-threads.so
>>> /usr/lib/glusterfs/1.3.12a/xlator/performance/io-cache.so
>>> /usr/lib/glusterfs/1.3.12a/xlator/performance/booster.so
--- /usr/lib/glusterfs/1.3.12a/xlator/debug/>>> /usr/lib/glusterfs/1.3.12a/xlator/debug/trace.so
--- /usr/lib/glusterfs/1.3.12a/xlator/features/>>> /usr/lib/glusterfs/1.3.12a/xlator/features/filter.so
>>> /usr/lib/glusterfs/1.3.12a/xlator/features/fixed-id.so
>>> /usr/lib/glusterfs/1.3.12a/xlator/features/posix-locks.so
>>> /usr/lib/glusterfs/1.3.12a/xlator/features/trash.so
--- /usr/lib/glusterfs/1.3.12a/xlator/encryption/>>> /usr/lib/glusterfs/1.3.12a/xlator/encryption/rot-13.so
--- /usr/lib/glusterfs/1.3.12a/xlator/mount/>>> /usr/lib/glusterfs/1.3.12a/xlator/mount/fuse.so
--- /usr/lib/glusterfs/1.3.12a/scheduler/>>> /usr/lib/glusterfs/1.3.12a/scheduler/alu.so
>>> /usr/lib/glusterfs/1.3.12a/scheduler/random.so
>>> /usr/lib/glusterfs/1.3.12a/scheduler/nufa.so
>>> /usr/lib/glusterfs/1.3.12a/scheduler/rr.so
>>> /usr/lib/glusterfs/1.3.12a/scheduler/switch.so
--- /usr/lib/glusterfs/1.3.12a/transport/
--- /usr/lib/glusterfs/1.3.12a/transport/tcp/>>> /usr/lib/glusterfs/1.3.12a/transport/tcp/client.so
>>> /usr/lib/glusterfs/1.3.12a/transport/tcp/server.so
--- /usr/lib/glusterfs/1.3.12a/transport/ib-sdp/>>> /usr/lib/glusterfs/1.3.12a/transport/ib-sdp/client.so
>>> /usr/lib/glusterfs/1.3.12a/transport/ib-sdp/server.so
--- /usr/lib/glusterfs/1.3.12a/transport/unix/>>> /usr/lib/glusterfs/1.3.12a/transport/unix/client.so
>>> /usr/lib/glusterfs/1.3.12a/transport/unix/server.so
--- /usr/lib/glusterfs/1.3.12a/auth/>>> /usr/lib/glusterfs/1.3.12a/auth/ip.so
>>> /usr/lib/glusterfs/1.3.12a/auth/login.so
>>> /usr/lib/glusterfs/glusterfs-booster.so
--- /usr/lib/debug/
--- /usr/lib/debug/usr/
--- /usr/lib/debug/usr/lib/>>> /usr/lib/debug/usr/lib/libglusterfs.so.0.0.0.debug
--- /usr/lib/debug/usr/lib/glusterfs/
--- /usr/lib/debug/usr/lib/glusterfs/1.3.12a/
--- /usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/
---
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster/>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster/unify.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster/stripe.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster/afr.so.debug
---
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/storage/>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/storage/posix.so.debug
---
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/protocol/>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/protocol/server.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/protocol/client.so.debug
---
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/write-behind.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/read-ahead.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/io-threads.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/io-cache.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/booster.so.debug
---
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/debug/>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/debug/trace.so.debug
---
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/filter.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/fixed-id.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/posix-locks.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/trash.so.debug
---
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/encryption/>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/encryption/rot-13.so.debug
---
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/mount/>>> /usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/mount/fuse.so.debug
--- /usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/>>> /usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/alu.so.debug
>>> /usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/random.so.debug
>>> /usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/nufa.so.debug
>>> /usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/rr.so.debug
>>> /usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/switch.so.debug
--- /usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/
---
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/tcp/>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/tcp/client.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/tcp/server.so.debug
---
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/ib-sdp/>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/ib-sdp/client.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/ib-sdp/server.so.debug
---
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/unix/>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/unix/client.so.debug
>>>
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/unix/server.so.debug
--- /usr/lib/debug/usr/lib/glusterfs/1.3.12a/auth/>>> /usr/lib/debug/usr/lib/glusterfs/1.3.12a/auth/ip.so.debug
>>> /usr/lib/debug/usr/lib/glusterfs/1.3.12a/auth/login.so.debug
>>> /usr/lib/debug/usr/lib/glusterfs/glusterfs-booster.so.debug
--- /usr/lib/debug/usr/sbin/>>> /usr/lib/debug/usr/sbin/glusterfs.debug
--- /usr/sbin/>>> /usr/sbin/glusterfsd -> glusterfs
>>> /usr/sbin/glusterfs
--- /usr/share/
--- /usr/share/doc/
--- /usr/share/doc/glusterfs/
--- /usr/share/doc/glusterfs/examples/>>> /usr/share/doc/glusterfs/examples/README
>>> /usr/share/doc/glusterfs/examples/unify.vol
>>> /usr/share/doc/glusterfs/examples/afr.vol
>>> /usr/share/doc/glusterfs/examples/stripe.vol
>>> /usr/share/doc/glusterfs/examples/protocol-client.vol
>>> /usr/share/doc/glusterfs/examples/protocol-server.vol
>>> /usr/share/doc/glusterfs/examples/posix-locks.vol
>>> /usr/share/doc/glusterfs/examples/trash.vol
>>> /usr/share/doc/glusterfs/examples/write-behind.vol
>>> /usr/share/doc/glusterfs/examples/io-threads.vol
>>> /usr/share/doc/glusterfs/examples/io-cache.vol
>>> /usr/share/doc/glusterfs/examples/read-ahead.vol
>>> /usr/share/doc/glusterfs/examples/filter.vol
>>> /usr/share/doc/glusterfs/examples/trace.vol
>>> /usr/share/doc/glusterfs/examples/glusterfs-mode.el
--- /usr/share/doc/glusterfs-1.3.12a/>>> /usr/share/doc/glusterfs-1.3.12a/afr.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/filter.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/io-cache.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/io-threads.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/posix-locks.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/protocol-client.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/protocol-server.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/read-ahead.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/stripe.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/trace.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/trash.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/unify.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/write-behind.vol.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/glusterfs-server.vol.sample.bz2
>>> /usr/share/doc/glusterfs-1.3.12a/glusterfs-client.vol.sample.bz2
--- /usr/share/man/
--- /usr/share/man/man8/>>> /usr/share/man/man8/glusterfs.8.bz2
--- /usr/include/
--- /usr/include/glusterfs/>>> /usr/include/glusterfs/authenticate.h
>>> /usr/include/glusterfs/call-stub.h
>>> /usr/include/glusterfs/common-utils.h
>>> /usr/include/glusterfs/compat.h
>>> /usr/include/glusterfs/defaults.h
>>> /usr/include/glusterfs/dict.h
>>> /usr/include/glusterfs/fd.h
>>> /usr/include/glusterfs/glusterfs.h
>>> /usr/include/glusterfs/hashfn.h
>>> /usr/include/glusterfs/inode.h
>>> /usr/include/glusterfs/list.h
>>> /usr/include/glusterfs/lock.h
>>> /usr/include/glusterfs/logging.h
>>> /usr/include/glusterfs/protocol.h
>>> /usr/include/glusterfs/revision.h
>>> /usr/include/glusterfs/scheduler.h
>>> /usr/include/glusterfs/stack.h
>>> /usr/include/glusterfs/timer.h
>>> /usr/include/glusterfs/transport.h
>>> /usr/include/glusterfs/xlator.h
>>> /usr/include/glusterfs/y.tab.h
--- /sbin/>>> /sbin/mount.glusterfs
--- /var/
--- /var/run/
--- /var/log/
--- /var/log/glusterfs/
--- /etc/
--- /etc/glusterfs/>>> /etc/glusterfs/glusterfs-client.vol.sample
>>> /etc/glusterfs/glusterfs-server.vol.sample
--- /etc/init.d/>>> /etc/init.d/glusterfs-server
>>> /etc/init.d/glusterfs-client
--- /etc/conf.d/>>> /etc/conf.d/glusterfs-client
>>> Safely unmerging already-installed instance...
No package files given... Grabbing a set.
--- replaced dir /var/run
--- replaced dir /var/log/glusterfs
--- replaced dir /var/log
--- replaced dir /var
--- replaced obj /usr/share/man/man8/glusterfs.8.bz2
--- replaced dir /usr/share/man/man8
--- replaced dir /usr/share/man
--- replaced obj /usr/share/doc/glusterfs/examples/write-behind.vol
--- replaced obj /usr/share/doc/glusterfs/examples/unify.vol
--- replaced obj /usr/share/doc/glusterfs/examples/trash.vol
--- replaced obj /usr/share/doc/glusterfs/examples/trace.vol
--- replaced obj /usr/share/doc/glusterfs/examples/stripe.vol
--- replaced obj /usr/share/doc/glusterfs/examples/read-ahead.vol
--- replaced obj /usr/share/doc/glusterfs/examples/protocol-server.vol
--- replaced obj /usr/share/doc/glusterfs/examples/protocol-client.vol
--- replaced obj /usr/share/doc/glusterfs/examples/posix-locks.vol
--- replaced obj /usr/share/doc/glusterfs/examples/io-threads.vol
--- replaced obj /usr/share/doc/glusterfs/examples/io-cache.vol
--- replaced obj /usr/share/doc/glusterfs/examples/glusterfs-mode.el
--- replaced obj /usr/share/doc/glusterfs/examples/filter.vol
--- replaced obj /usr/share/doc/glusterfs/examples/afr.vol
--- replaced obj /usr/share/doc/glusterfs/examples/README
--- replaced dir /usr/share/doc/glusterfs/examples
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/write-behind.vol.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/unify.vol.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/trash.vol.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/trace.vol.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/stripe.vol.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/read-ahead.vol.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/protocol-server.vol.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/protocol-client.vol.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/posix-locks.vol.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/io-threads.vol.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/io-cache.vol.bz2
--- replaced obj
/usr/share/doc/glusterfs-1.3.12a/glusterfs-server.vol.sample.bz2
--- replaced obj
/usr/share/doc/glusterfs-1.3.12a/glusterfs-client.vol.sample.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/filter.vol.bz2
--- replaced obj /usr/share/doc/glusterfs-1.3.12a/afr.vol.bz2
--- replaced dir /usr/share/doc/glusterfs-1.3.12a
--- replaced dir /usr/share/doc/glusterfs
--- replaced dir /usr/share/doc
--- replaced dir /usr/share
--- replaced sym /usr/sbin/glusterfsd
--- replaced obj /usr/sbin/glusterfs
--- replaced dir /usr/sbin
--- replaced obj /usr/lib/libglusterfs.so.0.0.0
--- replaced sym /usr/lib/libglusterfs.so.0
--- replaced sym /usr/lib/libglusterfs.so
--- replaced obj /usr/lib/libglusterfs.la
--- replaced obj /usr/lib/libglusterfs.a
--- replaced obj /usr/lib/glusterfs/glusterfs-booster.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/storage/posix.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/xlator/storage
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/protocol/server.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/protocol/client.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/xlator/protocol
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/performance/write-behind.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/performance/read-ahead.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/performance/io-threads.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/performance/io-cache.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/performance/booster.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/xlator/performance
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/mount/fuse.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/xlator/mount
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/features/trash.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/features/posix-locks.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/features/fixed-id.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/features/filter.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/xlator/features
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/encryption/rot-13.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/xlator/encryption
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/debug/trace.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/xlator/debug
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/cluster/unify.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/cluster/stripe.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/xlator/cluster/afr.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/xlator/cluster
--- replaced dir /usr/lib/glusterfs/1.3.12a/xlator
--- replaced obj /usr/lib/glusterfs/1.3.12a/transport/unix/server.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/transport/unix/client.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/transport/unix
--- replaced obj /usr/lib/glusterfs/1.3.12a/transport/tcp/server.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/transport/tcp/client.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/transport/tcp
--- replaced obj /usr/lib/glusterfs/1.3.12a/transport/ib-sdp/server.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/transport/ib-sdp/client.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/transport/ib-sdp
--- replaced dir /usr/lib/glusterfs/1.3.12a/transport
--- replaced obj /usr/lib/glusterfs/1.3.12a/scheduler/switch.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/scheduler/rr.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/scheduler/random.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/scheduler/nufa.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/scheduler/alu.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/scheduler
--- replaced obj /usr/lib/glusterfs/1.3.12a/auth/login.so
--- replaced obj /usr/lib/glusterfs/1.3.12a/auth/ip.so
--- replaced dir /usr/lib/glusterfs/1.3.12a/auth
--- replaced dir /usr/lib/glusterfs/1.3.12a
--- replaced dir /usr/lib/glusterfs
--- replaced obj /usr/lib/debug/usr/sbin/glusterfs.debug
--- replaced dir /usr/lib/debug/usr/sbin
--- replaced obj /usr/lib/debug/usr/lib/libglusterfs.so.0.0.0.debug
--- replaced obj /usr/lib/debug/usr/lib/glusterfs/glusterfs-booster.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/storage/posix.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/storage
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/protocol/server.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/protocol/client.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/protocol
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/write-behind.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/read-ahead.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/io-threads.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/io-cache.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance/booster.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/performance
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/mount/fuse.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/mount
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/trash.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/posix-locks.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/fixed-id.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features/filter.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/features
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/encryption/rot-13.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/encryption
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/debug/trace.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster/unify.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster/stripe.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster/afr.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator/cluster
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/xlator
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/unix/server.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/unix/client.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/unix
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/tcp/server.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/tcp/client.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/tcp
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/ib-sdp/server.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/ib-sdp/client.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport/ib-sdp
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/transport
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/switch.so.debug
--- replaced obj /usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/rr.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/random.so.debug
--- replaced obj
/usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/nufa.so.debug
--- replaced obj /usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler/alu.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/scheduler
--- replaced obj /usr/lib/debug/usr/lib/glusterfs/1.3.12a/auth/login.so.debug
--- replaced obj /usr/lib/debug/usr/lib/glusterfs/1.3.12a/auth/ip.so.debug
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a/auth
--- replaced dir /usr/lib/debug/usr/lib/glusterfs/1.3.12a
--- replaced dir /usr/lib/debug/usr/lib/glusterfs
--- replaced dir /usr/lib/debug/usr/lib
--- replaced dir /usr/lib/debug/usr
--- replaced dir /usr/lib/debug
--- replaced dir /usr/lib
--- replaced obj /usr/include/glusterfs/y.tab.h
--- replaced obj /usr/include/glusterfs/xlator.h
--- replaced obj /usr/include/glusterfs/transport.h
--- replaced obj /usr/include/glusterfs/timer.h
--- replaced obj /usr/include/glusterfs/stack.h
--- replaced obj /usr/include/glusterfs/scheduler.h
--- replaced obj /usr/include/glusterfs/revision.h
--- replaced obj /usr/include/glusterfs/protocol.h
--- replaced obj /usr/include/glusterfs/logging.h
--- replaced obj /usr/include/glusterfs/lock.h
--- replaced obj /usr/include/glusterfs/list.h
--- replaced obj /usr/include/glusterfs/inode.h
--- replaced obj /usr/include/glusterfs/hashfn.h
--- replaced obj /usr/include/glusterfs/glusterfs.h
--- replaced obj /usr/include/glusterfs/fd.h
--- replaced obj /usr/include/glusterfs/dict.h
--- replaced obj /usr/include/glusterfs/defaults.h
--- replaced obj /usr/include/glusterfs/compat.h
--- replaced obj /usr/include/glusterfs/common-utils.h
--- replaced obj /usr/include/glusterfs/call-stub.h
--- replaced obj /usr/include/glusterfs/authenticate.h
--- replaced dir /usr/include/glusterfs
--- replaced dir /usr/include
--- replaced dir /usr
--- replaced obj /sbin/mount.glusterfs
--- replaced dir /sbin
--- replaced obj /etc/init.d/glusterfs-server
--- replaced obj /etc/init.d/glusterfs-client
--- replaced dir /etc/init.d
--- replaced obj /etc/glusterfs/glusterfs-server.vol.sample
--- replaced obj /etc/glusterfs/glusterfs-client.vol.sample
--- replaced dir /etc/glusterfs
--- replaced obj /etc/conf.d/glusterfs-client
--- replaced dir /etc/conf.d
--- replaced dir /etc>>> Regenerating /etc/ld.so.cache...
>>> Original instance of package unmerged safely.
>>> Regenerating /etc/ld.so.cache...
>>> sys-fs/glusterfs-1.3.12a merged.
>>> No packages selected for removal by clean
>>> Auto-cleaning packages...
>>> No outdated packages were found on your system.
* GNU info directory index is up-to-date.
mail vuadmin #