Advertisement
Guest User

Build Attempt of GlusterFS 3.3.1 on Solaris 11.1

a guest
Dec 31st, 2012
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@stor04:~/glusterfs/glusterfs-3.3.1# export | grep PATH
  2. declare -x PATH="/usr/sfw/bin:/usr/gnu/bin:/usr/bin:/usr/sbin"
  3.  
  4. root@stor04:~/glusterfs/glusterfs-3.3.1# make --version
  5. GNU Make 3.82
  6. Built for i386-pc-solaris2.11
  7. Copyright (C) 2010 Free Software Foundation, Inc.
  8. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  9. This is free software: you are free to change and redistribute it.
  10. There is NO WARRANTY, to the extent permitted by law.
  11.  
  12. root@stor04:~/glusterfs/glusterfs-3.3.1# gcc --version
  13. gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802)
  14. Copyright (C) 2004 Free Software Foundation, Inc.
  15. This is free software; see the source for copying conditions. There is NO
  16. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  17.  
  18. root@stor04:~/glusterfs/glusterfs-3.3.1# ./configure --disable-fuse-client --disable-ibverbs
  19. checking for a BSD-compatible install... /usr/gnu/bin/install -c
  20. checking whether build environment is sane... yes
  21. checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
  22. checking for gawk... gawk
  23. checking whether make sets $(MAKE)... yes
  24. checking build system type... i386-pc-solaris2.11
  25. checking host system type... i386-pc-solaris2.11
  26. checking for gcc... gcc
  27. checking for C compiler default output file name... a.out
  28. checking whether the C compiler works... yes
  29. checking whether we are cross compiling... no
  30. checking for suffix of executables...
  31. checking for suffix of object files... o
  32. checking whether we are using the GNU C compiler... yes
  33. checking whether gcc accepts -g... yes
  34. checking for gcc option to accept ANSI C... none needed
  35. checking for style of include used by make... GNU
  36. checking dependency style of gcc... gcc3
  37. checking for a sed that does not truncate output... /usr/gnu/bin/sed
  38. checking for egrep... grep -E
  39. checking for ld used by gcc... /usr/bin/ld
  40. checking if the linker (/usr/bin/ld) is GNU ld... no
  41. checking for /usr/bin/ld option to reload object files... -r
  42. checking for BSD-compatible nm... /usr/gnu/bin/nm -B
  43. checking whether ln -s works... yes
  44. checking how to recognise dependent libraries... pass_all
  45. checking how to run the C preprocessor... gcc -E
  46. checking for ANSI C header files... yes
  47. checking for sys/types.h... yes
  48. checking for sys/stat.h... yes
  49. checking for stdlib.h... yes
  50. checking for string.h... yes
  51. checking for memory.h... yes
  52. checking for strings.h... yes
  53. checking for inttypes.h... yes
  54. checking for stdint.h... yes
  55. checking for unistd.h... yes
  56. checking dlfcn.h usability... yes
  57. checking dlfcn.h presence... yes
  58. checking for dlfcn.h... yes
  59. checking for g++... g++
  60. checking whether we are using the GNU C++ compiler... yes
  61. checking whether g++ accepts -g... yes
  62. checking dependency style of g++... gcc3
  63. checking how to run the C++ preprocessor... g++ -E
  64. checking for g77... g77
  65. checking whether we are using the GNU Fortran 77 compiler... yes
  66. checking whether g77 accepts -g... yes
  67. checking the maximum length of command line arguments... 262144
  68. checking command to parse /usr/gnu/bin/nm -B output from gcc object... ok
  69. checking for objdir... .libs
  70. checking for ar... ar
  71. checking for ranlib... ranlib
  72. checking for strip... strip
  73. checking if gcc supports -fno-rtti -fno-exceptions... no
  74. checking for gcc option to produce PIC... -fPIC
  75. checking if gcc PIC flag -fPIC works... yes
  76. checking if gcc static flag -static works... no
  77. checking if gcc supports -c -o file.o... yes
  78. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  79. checking whether -lc should be explicitly linked in... yes
  80. checking dynamic linker characteristics... solaris2.11 ld.so
  81. checking how to hardcode library paths into programs... immediate
  82. checking whether stripping libraries is possible... no
  83. checking if libtool supports shared libraries... yes
  84. checking whether to build shared libraries... yes
  85. checking whether to build static libraries... yes
  86. configure: creating libtool
  87. appending configuration tag "CXX" to libtool
  88. checking for ld used by g++... /usr/bin/ld
  89. checking if the linker (/usr/bin/ld) is GNU ld... no
  90. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  91. checking for g++ option to produce PIC... -fPIC
  92. checking if g++ PIC flag -fPIC works... yes
  93. checking if g++ static flag -static works... no
  94. checking if g++ supports -c -o file.o... yes
  95. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  96. checking dynamic linker characteristics... solaris2.11 ld.so
  97. checking how to hardcode library paths into programs... immediate
  98. appending configuration tag "F77" to libtool
  99. checking if libtool supports shared libraries... yes
  100. checking whether to build shared libraries... yes
  101. checking whether to build static libraries... yes
  102. checking for g77 option to produce PIC... -fPIC
  103. checking if g77 PIC flag -fPIC works... yes
  104. checking if g77 static flag -static works... no
  105. checking if g77 supports -c -o file.o... yes
  106. checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
  107. checking dynamic linker characteristics... solaris2.11 ld.so
  108. checking how to hardcode library paths into programs... immediate
  109. checking for flex... flex
  110. checking for yywrap in -lfl... no
  111. checking for yywrap in -ll... yes
  112. checking lex output file root... lex.yy
  113. checking whether yytext is a pointer... yes
  114. checking for short... yes
  115. checking size of short... 2
  116. checking for int... yes
  117. checking size of int... 4
  118. checking for long... yes
  119. checking size of long... 4
  120. checking for long long... yes
  121. checking size of long long... 8
  122. checking for bison... bison -y
  123. checking for ld... /usr/bin/ld
  124. checking for MD5 in -lcrypto... yes
  125. checking for pthread_mutex_init in -lpthread... yes
  126. checking for dlopen... yes
  127. checking sys/xattr.h usability... no
  128. checking sys/xattr.h presence... no
  129. checking for sys/xattr.h... no
  130. checking sys/extattr.h usability... no
  131. checking sys/extattr.h presence... no
  132. checking for sys/extattr.h... no
  133. checking openssl/md5.h usability... yes
  134. checking openssl/md5.h presence... yes
  135. checking for openssl/md5.h... yes
  136. checking for pthread_spin_init... yes
  137. checking for strnlen... yes
  138. checking for setfsuid... no
  139. checking for setfsgid... no
  140. checking sys/epoll.h usability... no
  141. checking sys/epoll.h presence... no
  142. checking for sys/epoll.h... no
  143. -n checking if libxml2 is present...
  144. checking for pkg-config... no
  145. checking for LIBXML2... no
  146. checking execinfo.h usability... yes
  147. checking execinfo.h presence... yes
  148. checking for execinfo.h... yes
  149. checking for malloc_stats... no
  150. checking for struct stat.st_atim.tv_nsec... yes
  151. checking for struct stat.st_atimespec.tv_nsec... no
  152. checking for linkat... yes
  153. checking argp.h usability... no
  154. checking argp.h presence... no
  155. checking for argp.h... no
  156. checking malloc.h usability... yes
  157. checking malloc.h presence... yes
  158. checking for malloc.h... yes
  159. checking for llistxattr... no
  160. checking for fdatasync... yes
  161. checking for /etc/debian_version... no
  162. checking for /etc/SuSE-release... no
  163. checking for /etc/redhat-release... no
  164. checking for readline in -lreadline -lcurses... yes
  165. checking for readline in -lreadline -ltermcap... yes
  166. checking for readline in -lreadline -lncurses... yes
  167. checking for io_setup in -laio... no
  168. configure: creating ./config.status
  169. config.status: creating Makefile
  170. config.status: creating libglusterfs/Makefile
  171. config.status: creating libglusterfs/src/Makefile
  172. config.status: creating glusterfsd/Makefile
  173. config.status: creating glusterfsd/src/Makefile
  174. config.status: creating rpc/Makefile
  175. config.status: creating rpc/rpc-lib/Makefile
  176. config.status: creating rpc/rpc-lib/src/Makefile
  177. config.status: creating rpc/rpc-transport/Makefile
  178. config.status: creating rpc/rpc-transport/socket/Makefile
  179. config.status: creating rpc/rpc-transport/socket/src/Makefile
  180. config.status: creating rpc/rpc-transport/rdma/Makefile
  181. config.status: creating rpc/rpc-transport/rdma/src/Makefile
  182. config.status: creating rpc/xdr/Makefile
  183. config.status: creating rpc/xdr/src/Makefile
  184. config.status: creating xlators/Makefile
  185. config.status: creating xlators/mount/Makefile
  186. config.status: creating xlators/mount/fuse/Makefile
  187. config.status: creating xlators/mount/fuse/src/Makefile
  188. config.status: creating xlators/mount/fuse/utils/mount.glusterfs
  189. config.status: creating xlators/mount/fuse/utils/mount_glusterfs
  190. config.status: creating xlators/mount/fuse/utils/Makefile
  191. config.status: creating xlators/storage/Makefile
  192. config.status: creating xlators/storage/posix/Makefile
  193. config.status: creating xlators/storage/posix/src/Makefile
  194. config.status: creating xlators/cluster/Makefile
  195. config.status: creating xlators/cluster/afr/Makefile
  196. config.status: creating xlators/cluster/afr/src/Makefile
  197. config.status: creating xlators/cluster/stripe/Makefile
  198. config.status: creating xlators/cluster/stripe/src/Makefile
  199. config.status: creating xlators/cluster/dht/Makefile
  200. config.status: creating xlators/cluster/dht/src/Makefile
  201. config.status: creating xlators/performance/Makefile
  202. config.status: creating xlators/performance/write-behind/Makefile
  203. config.status: creating xlators/performance/write-behind/src/Makefile
  204. config.status: creating xlators/performance/read-ahead/Makefile
  205. config.status: creating xlators/performance/read-ahead/src/Makefile
  206. config.status: creating xlators/performance/io-threads/Makefile
  207. config.status: creating xlators/performance/io-threads/src/Makefile
  208. config.status: creating xlators/performance/io-cache/Makefile
  209. config.status: creating xlators/performance/io-cache/src/Makefile
  210. config.status: creating xlators/performance/symlink-cache/Makefile
  211. config.status: creating xlators/performance/symlink-cache/src/Makefile
  212. config.status: creating xlators/performance/quick-read/Makefile
  213. config.status: creating xlators/performance/quick-read/src/Makefile
  214. config.status: creating xlators/performance/md-cache/Makefile
  215. config.status: creating xlators/performance/md-cache/src/Makefile
  216. config.status: creating xlators/debug/Makefile
  217. config.status: creating xlators/debug/trace/Makefile
  218. config.status: creating xlators/debug/trace/src/Makefile
  219. config.status: creating xlators/debug/error-gen/Makefile
  220. config.status: creating xlators/debug/error-gen/src/Makefile
  221. config.status: creating xlators/debug/io-stats/Makefileconfig.status: creating xlators/debug/io-stats/src/Makefile
  222. config.status: creating xlators/protocol/Makefile
  223. config.status: creating xlators/protocol/auth/Makefile
  224. config.status: creating xlators/protocol/auth/addr/Makefile
  225. config.status: creating xlators/protocol/auth/addr/src/Makefile
  226. config.status: creating xlators/protocol/auth/login/Makefile
  227. config.status: creating xlators/protocol/auth/login/src/Makefile
  228. config.status: creating xlators/protocol/client/Makefile
  229. config.status: creating xlators/protocol/client/src/Makefile
  230. config.status: creating xlators/protocol/server/Makefile
  231. config.status: creating xlators/protocol/server/src/Makefile
  232. config.status: creating xlators/features/Makefile
  233. config.status: creating xlators/features/locks/Makefile
  234. config.status: creating xlators/features/locks/src/Makefile
  235. config.status: creating xlators/features/quota/Makefile
  236. config.status: creating xlators/features/quota/src/Makefile
  237. config.status: creating xlators/features/marker/Makefile
  238. config.status: creating xlators/features/marker/src/Makefile
  239. config.status: creating xlators/features/marker/utils/Makefile
  240. config.status: creating xlators/features/marker/utils/src/Makefile
  241. config.status: creating xlators/features/marker/utils/syncdaemon/Makefile
  242. config.status: creating xlators/features/read-only/Makefile
  243. config.status: creating xlators/features/read-only/src/Makefile
  244. config.status: creating xlators/features/mac-compat/Makefile
  245. config.status: creating xlators/features/mac-compat/src/Makefile
  246. config.status: creating xlators/features/quiesce/Makefile
  247. config.status: creating xlators/features/quiesce/src/Makefile
  248. config.status: creating xlators/features/index/Makefile
  249. config.status: creating xlators/features/index/src/Makefile
  250. config.status: creating xlators/encryption/Makefile
  251. config.status: creating xlators/encryption/rot-13/Makefile
  252. config.status: creating xlators/encryption/rot-13/src/Makefile
  253. config.status: creating xlators/system/Makefile
  254. config.status: creating xlators/system/posix-acl/Makefile
  255. config.status: creating xlators/system/posix-acl/src/Makefile
  256. config.status: creating cli/Makefile
  257. config.status: creating cli/src/Makefile
  258. config.status: creating doc/Makefile
  259. config.status: creating extras/Makefile
  260. config.status: creating extras/init.d/Makefile
  261. config.status: creating extras/init.d/glusterd.plist
  262. config.status: creating extras/init.d/glusterd-Debian
  263. config.status: creating extras/init.d/glusterd-Redhat
  264. config.status: creating extras/init.d/glusterd-SuSE
  265. config.status: creating extras/benchmarking/Makefile
  266. config.status: creating extras/hook-scripts/Makefile
  267. config.status: creating contrib/fuse-util/Makefile
  268. config.status: creating contrib/uuid/uuid_types.h
  269. config.status: creating xlators/nfs/Makefile
  270. config.status: creating xlators/nfs/server/Makefile
  271. config.status: creating xlators/nfs/server/src/Makefile
  272. config.status: creating xlators/mgmt/Makefile
  273. config.status: creating xlators/mgmt/glusterd/Makefile
  274. config.status: creating xlators/mgmt/glusterd/src/Makefile
  275. config.status: creating glusterfs.spec
  276. config.status: creating config.h
  277. config.status: config.h is unchanged
  278. config.status: executing depfiles commands
  279. configure: configuring in argp-standalone
  280. configure: running /bin/sh './configure' --prefix=/usr/local '--disable-fuse-client' '--disable-ibverbs' --cache-file=/dev/null --srcdir=.
  281. checking for a BSD-compatible install... /usr/gnu/bin/install -c
  282. checking whether build environment is sane... yes
  283. checking for gawk... gawk
  284. checking whether make sets $(MAKE)... yes
  285. checking for gcc... gcc
  286. checking for C compiler default output file name... a.out
  287. checking whether the C compiler works... yes
  288. checking whether we are cross compiling... no
  289. checking for suffix of executables...
  290. checking for suffix of object files... o
  291. checking whether we are using the GNU C compiler... yes
  292. checking whether gcc accepts -g... yes
  293. checking for gcc option to accept ANSI C... none needed
  294. checking for style of include used by make... GNU
  295. checking dependency style of gcc... gcc3
  296. checking whether make sets $(MAKE)... (cached) yes
  297. checking for ranlib... ranlib
  298. checking for gcc... (cached) gcc
  299. checking whether we are using the GNU C compiler... (cached) yes
  300. checking whether gcc accepts -g... (cached) yes
  301. checking for gcc option to accept ANSI C... (cached) none needed
  302. checking dependency style of gcc... (cached) gcc3
  303. checking how to run the C preprocessor... gcc -E
  304. checking for egrep... grep -E
  305. checking for ANSI C header files... yes
  306. checking for sys/types.h... yes
  307. checking for sys/stat.h... yes
  308. checking for stdlib.h... yes
  309. checking for string.h... yes
  310. checking for memory.h... yes
  311. checking for strings.h... yes
  312. checking for inttypes.h... yes
  313. checking for stdint.h... yes
  314. checking for unistd.h... yes
  315. checking limits.h usability... yes
  316. checking limits.h presence... yes
  317. checking for limits.h... yes
  318. checking malloc.h usability... yes
  319. checking malloc.h presence... yes
  320. checking for malloc.h... yes
  321. checking for unistd.h... (cached) yes
  322. checking sysexits.h usability... yes
  323. checking sysexits.h presence... yes
  324. checking for sysexits.h... yes
  325. checking stdarg.h usability... yes
  326. checking stdarg.h presence... yes
  327. checking for stdarg.h... yes
  328. checking for an ANSI C-conforming const... yes
  329. checking for inline... inline
  330. checking for size_t... yes
  331. checking for __attribute__... yes
  332. checking for working alloca.h... yes
  333. checking for alloca... yes
  334. checking for vprintf... yes
  335. checking for _doprnt... yes
  336. checking for strerror... yes
  337. checking for sleep... yes
  338. checking for getpid... yes
  339. checking for snprintf... yes
  340. checking for mempcpy... no
  341. checking for strndup... yes
  342. checking for strchrnul... yes
  343. checking for strcasecmp... yes
  344. checking for vsnprintf... yes
  345. checking for putc_unlocked('x', stdout)... yes
  346. checking for flockfile... yes
  347. checking for fputs_unlocked... no
  348. checking for fwrite_unlocked... no
  349. checking for strdup... yes
  350. checking for asprintf... yes
  351. checking whether program_invocation_name is declared... no
  352. checking whether program_invocation_short_name is declared... no
  353. configure: creating ./config.status
  354. config.status: creating Makefile
  355. config.status: creating config.h
  356. config.status: config.h is unchanged
  357. config.status: executing depfiles commands
  358.  
  359. GlusterFS configure summary
  360. ===========================
  361. FUSE client : no
  362. Infiniband verbs : no
  363. epoll IO multiplex : no
  364. argp-standalone : yes
  365. fusermount : no
  366. readline : yes
  367. georeplication : no
  368. Linux-AIO : no
  369.  
  370. root@stor04:~/glusterfs/glusterfs-3.3.1# make CFLAGS="-g -O0 -m64"
  371. make --no-print-directory --quiet all-recursive
  372. Making all in argp-standalone
  373. Making all in .
  374. Making all in libglusterfs
  375. Making all in src
  376. mkdir .libs
  377. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  378. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-dict.lo
  379. -MD -MP -MF .deps/libglusterfs_la-dict.Tpo -c dict.c -fPIC -DPIC -o .libs/libglusterfs_la-dict.o
  380. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  381. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-dict.lo
  382. -MD -MP -MF .deps/libglusterfs_la-dict.Tpo -c dict.c -o libglusterfs_la-dict.o >/dev/null 2>&1
  383. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  384. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-xlator.l
  385. o -MD -MP -MF .deps/libglusterfs_la-xlator.Tpo -c xlator.c -fPIC -DPIC -o .libs/libglusterfs_la-xlator.o
  386. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  387. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-xlator.l
  388. o -MD -MP -MF .deps/libglusterfs_la-xlator.Tpo -c xlator.c -o libglusterfs_la-xlator.o >/dev/null 2>&1
  389. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  390. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-logging.
  391. lo -MD -MP -MF .deps/libglusterfs_la-logging.Tpo -c logging.c -fPIC -DPIC -o .libs/libglusterfs_la-logging.o
  392. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  393. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-logging.
  394. lo -MD -MP -MF .deps/libglusterfs_la-logging.Tpo -c logging.c -o libglusterfs_la-logging.o >/dev/null 2>&1
  395. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  396. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-hashfn.l
  397. o -MD -MP -MF .deps/libglusterfs_la-hashfn.Tpo -c hashfn.c -fPIC -DPIC -o .libs/libglusterfs_la-hashfn.o
  398. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  399. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-hashfn.l
  400. o -MD -MP -MF .deps/libglusterfs_la-hashfn.Tpo -c hashfn.c -o libglusterfs_la-hashfn.o >/dev/null 2>&1
  401. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  402. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-defaults
  403. .lo -MD -MP -MF .deps/libglusterfs_la-defaults.Tpo -c defaults.c -fPIC -DPIC -o .libs/libglusterfs_la-defaults.o
  404. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  405. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-defaults
  406. .lo -MD -MP -MF .deps/libglusterfs_la-defaults.Tpo -c defaults.c -o libglusterfs_la-defaults.o >/dev/null 2>&1
  407. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  408. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-common-u
  409. tils.lo -MD -MP -MF .deps/libglusterfs_la-common-utils.Tpo -c common-utils.c -fPIC -DPIC -o .libs/libglusterfs_la-common-utils.o
  410. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  411. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-common-u
  412. tils.lo -MD -MP -MF .deps/libglusterfs_la-common-utils.Tpo -c common-utils.c -o libglusterfs_la-common-utils.o >/dev/null 2>&1
  413. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  414. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-timer.lo
  415. -MD -MP -MF .deps/libglusterfs_la-timer.Tpo -c timer.c -fPIC -DPIC -o .libs/libglusterfs_la-timer.o
  416. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  417. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-timer.lo
  418. -MD -MP -MF .deps/libglusterfs_la-timer.Tpo -c timer.c -o libglusterfs_la-timer.o >/dev/null 2>&1
  419. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  420. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-inode.lo
  421. -MD -MP -MF .deps/libglusterfs_la-inode.Tpo -c inode.c -fPIC -DPIC -o .libs/libglusterfs_la-inode.o
  422. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  423. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-inode.lo
  424. -MD -MP -MF .deps/libglusterfs_la-inode.Tpo -c inode.c -o libglusterfs_la-inode.o >/dev/null 2>&1
  425. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  426. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-call-stu
  427. b.lo -MD -MP -MF .deps/libglusterfs_la-call-stub.Tpo -c call-stub.c -fPIC -DPIC -o .libs/libglusterfs_la-call-stub.o
  428. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  429. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-call-stu
  430. b.lo -MD -MP -MF .deps/libglusterfs_la-call-stub.Tpo -c call-stub.c -o libglusterfs_la-call-stub.o >/dev/null 2>&1
  431. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  432. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-compat.l
  433. o -MD -MP -MF .deps/libglusterfs_la-compat.Tpo -c compat.c -fPIC -DPIC -o .libs/libglusterfs_la-compat.o
  434. compat.c: In function `mkdtemp':
  435. compat.c:529: warning: assignment makes pointer from integer without a cast
  436. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  437. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-compat.l
  438. o -MD -MP -MF .deps/libglusterfs_la-compat.Tpo -c compat.c -o libglusterfs_la-compat.o >/dev/null 2>&1
  439. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  440. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-fd.lo -M
  441. D -MP -MF .deps/libglusterfs_la-fd.Tpo -c fd.c -fPIC -DPIC -o .libs/libglusterfs_la-fd.o
  442. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  443. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-fd.lo -M
  444. D -MP -MF .deps/libglusterfs_la-fd.Tpo -c fd.c -o libglusterfs_la-fd.o >/dev/null 2>&1
  445. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  446. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-compat-e
  447. rrno.lo -MD -MP -MF .deps/libglusterfs_la-compat-errno.Tpo -c compat-errno.c -fPIC -DPIC -o .libs/libglusterfs_la-compat-errno.o
  448. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  449. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-compat-e
  450. rrno.lo -MD -MP -MF .deps/libglusterfs_la-compat-errno.Tpo -c compat-errno.c -o libglusterfs_la-compat-errno.o >/dev/null 2>&1
  451. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  452. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-event.lo
  453. -MD -MP -MF .deps/libglusterfs_la-event.Tpo -c event.c -fPIC -DPIC -o .libs/libglusterfs_la-event.o
  454. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  455. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-event.lo
  456. -MD -MP -MF .deps/libglusterfs_la-event.Tpo -c event.c -o libglusterfs_la-event.o >/dev/null 2>&1
  457. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  458. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-mem-pool
  459. .lo -MD -MP -MF .deps/libglusterfs_la-mem-pool.Tpo -c mem-pool.c -fPIC -DPIC -o .libs/libglusterfs_la-mem-pool.o
  460. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  461. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-mem-pool
  462. .lo -MD -MP -MF .deps/libglusterfs_la-mem-pool.Tpo -c mem-pool.c -o libglusterfs_la-mem-pool.o >/dev/null 2>&1
  463. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  464. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-gf-diren
  465. t.lo -MD -MP -MF .deps/libglusterfs_la-gf-dirent.Tpo -c gf-dirent.c -fPIC -DPIC -o .libs/libglusterfs_la-gf-dirent.o
  466. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  467. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-gf-diren
  468. t.lo -MD -MP -MF .deps/libglusterfs_la-gf-dirent.Tpo -c gf-dirent.c -o libglusterfs_la-gf-dirent.o >/dev/null 2>&1
  469. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  470. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-syscall.
  471. lo -MD -MP -MF .deps/libglusterfs_la-syscall.Tpo -c syscall.c -fPIC -DPIC -o .libs/libglusterfs_la-syscall.o
  472. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  473. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-syscall.
  474. lo -MD -MP -MF .deps/libglusterfs_la-syscall.Tpo -c syscall.c -o libglusterfs_la-syscall.o >/dev/null 2>&1
  475. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  476. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-iobuf.lo
  477. -MD -MP -MF .deps/libglusterfs_la-iobuf.Tpo -c iobuf.c -fPIC -DPIC -o .libs/libglusterfs_la-iobuf.o
  478. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  479. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-iobuf.lo
  480. -MD -MP -MF .deps/libglusterfs_la-iobuf.Tpo -c iobuf.c -o libglusterfs_la-iobuf.o >/dev/null 2>&1
  481. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  482. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-globals.
  483. lo -MD -MP -MF .deps/libglusterfs_la-globals.Tpo -c globals.c -fPIC -DPIC -o .libs/libglusterfs_la-globals.o
  484. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  485. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-globals.
  486. lo -MD -MP -MF .deps/libglusterfs_la-globals.Tpo -c globals.c -o libglusterfs_la-globals.o >/dev/null 2>&1
  487. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  488. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-statedum
  489. p.lo -MD -MP -MF .deps/libglusterfs_la-statedump.Tpo -c statedump.c -fPIC -DPIC -o .libs/libglusterfs_la-statedump.o
  490. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  491. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-statedum
  492. p.lo -MD -MP -MF .deps/libglusterfs_la-statedump.Tpo -c statedump.c -o libglusterfs_la-statedump.o >/dev/null 2>&1
  493. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  494. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-stack.lo
  495. -MD -MP -MF .deps/libglusterfs_la-stack.Tpo -c stack.c -fPIC -DPIC -o .libs/libglusterfs_la-stack.o
  496. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  497. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-stack.lo
  498. -MD -MP -MF .deps/libglusterfs_la-stack.Tpo -c stack.c -o libglusterfs_la-stack.o >/dev/null 2>&1
  499. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  500. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-checksum
  501. .lo -MD -MP -MF .deps/libglusterfs_la-checksum.Tpo -c checksum.c -fPIC -DPIC -o .libs/libglusterfs_la-checksum.o
  502. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  503. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-checksum
  504. .lo -MD -MP -MF .deps/libglusterfs_la-checksum.Tpo -c checksum.c -o libglusterfs_la-checksum.o >/dev/null 2>&1
  505. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  506. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-daemon.l
  507. o -MD -MP -MF .deps/libglusterfs_la-daemon.Tpo -c daemon.c -fPIC -DPIC -o .libs/libglusterfs_la-daemon.o
  508. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  509. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-daemon.l
  510. o -MD -MP -MF .deps/libglusterfs_la-daemon.Tpo -c daemon.c -o libglusterfs_la-daemon.o >/dev/null 2>&1
  511. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  512. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-rb.lo -M
  513. D -MP -MF .deps/libglusterfs_la-rb.Tpo -c ../../contrib/rbtree/rb.c -fPIC -DPIC -o .libs/libglusterfs_la-rb.o
  514. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  515. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-rb.lo -M
  516. D -MP -MF .deps/libglusterfs_la-rb.Tpo -c ../../contrib/rbtree/rb.c -o libglusterfs_la-rb.o >/dev/null 2>&1
  517. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  518. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-rbthash.
  519. lo -MD -MP -MF .deps/libglusterfs_la-rbthash.Tpo -c rbthash.c -fPIC -DPIC -o .libs/libglusterfs_la-rbthash.o
  520. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  521. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-rbthash.
  522. lo -MD -MP -MF .deps/libglusterfs_la-rbthash.Tpo -c rbthash.c -o libglusterfs_la-rbthash.o >/dev/null 2>&1
  523. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  524. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-latency.
  525. lo -MD -MP -MF .deps/libglusterfs_la-latency.Tpo -c latency.c -fPIC -DPIC -o .libs/libglusterfs_la-latency.o
  526. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  527. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-latency.
  528. lo -MD -MP -MF .deps/libglusterfs_la-latency.Tpo -c latency.c -o libglusterfs_la-latency.o >/dev/null 2>&1
  529. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  530. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-graph.lo
  531. -MD -MP -MF .deps/libglusterfs_la-graph.Tpo -c graph.c -fPIC -DPIC -o .libs/libglusterfs_la-graph.o
  532. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  533. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-graph.lo
  534. -MD -MP -MF .deps/libglusterfs_la-graph.Tpo -c graph.c -o libglusterfs_la-graph.o >/dev/null 2>&1
  535. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  536. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-clear.lo
  537. -MD -MP -MF .deps/libglusterfs_la-clear.Tpo -c ../../contrib/uuid/clear.c -fPIC -DPIC -o .libs/libglusterfs_la-clear.o
  538. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  539. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-clear.lo
  540. -MD -MP -MF .deps/libglusterfs_la-clear.Tpo -c ../../contrib/uuid/clear.c -o libglusterfs_la-clear.o >/dev/null 2>&1
  541. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  542. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-copy.lo
  543. -MD -MP -MF .deps/libglusterfs_la-copy.Tpo -c ../../contrib/uuid/copy.c -fPIC -DPIC -o .libs/libglusterfs_la-copy.o
  544. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  545. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-copy.lo
  546. -MD -MP -MF .deps/libglusterfs_la-copy.Tpo -c ../../contrib/uuid/copy.c -o libglusterfs_la-copy.o >/dev/null 2>&1
  547. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  548. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-gen_uuid
  549. .lo -MD -MP -MF .deps/libglusterfs_la-gen_uuid.Tpo -c ../../contrib/uuid/gen_uuid.c -fPIC -DPIC -o .libs/libglusterfs_la-gen_uuid.o
  550. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  551. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-gen_uuid
  552. .lo -MD -MP -MF .deps/libglusterfs_la-gen_uuid.Tpo -c ../../contrib/uuid/gen_uuid.c -o libglusterfs_la-gen_uuid.o >/dev/null 2>&1
  553. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  554. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-pack.lo
  555. -MD -MP -MF .deps/libglusterfs_la-pack.Tpo -c ../../contrib/uuid/pack.c -fPIC -DPIC -o .libs/libglusterfs_la-pack.o
  556. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  557. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-pack.lo
  558. -MD -MP -MF .deps/libglusterfs_la-pack.Tpo -c ../../contrib/uuid/pack.c -o libglusterfs_la-pack.o >/dev/null 2>&1
  559. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  560. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-parse.lo
  561. -MD -MP -MF .deps/libglusterfs_la-parse.Tpo -c ../../contrib/uuid/parse.c -fPIC -DPIC -o .libs/libglusterfs_la-parse.o
  562. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  563. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-parse.lo
  564. -MD -MP -MF .deps/libglusterfs_la-parse.Tpo -c ../../contrib/uuid/parse.c -o libglusterfs_la-parse.o >/dev/null 2>&1
  565. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  566. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-unparse.
  567. lo -MD -MP -MF .deps/libglusterfs_la-unparse.Tpo -c ../../contrib/uuid/unparse.c -fPIC -DPIC -o .libs/libglusterfs_la-unparse.o
  568. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  569. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-unparse.
  570. lo -MD -MP -MF .deps/libglusterfs_la-unparse.Tpo -c ../../contrib/uuid/unparse.c -o libglusterfs_la-unparse.o >/dev/null 2>&1
  571. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  572. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-uuid_tim
  573. e.lo -MD -MP -MF .deps/libglusterfs_la-uuid_time.Tpo -c ../../contrib/uuid/uuid_time.c -fPIC -DPIC -o .libs/libglusterfs_la-uuid_time.o
  574. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  575. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-uuid_tim
  576. e.lo -MD -MP -MF .deps/libglusterfs_la-uuid_time.Tpo -c ../../contrib/uuid/uuid_time.c -o libglusterfs_la-uuid_time.o >/dev/null 2>&1
  577. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  578. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-compare.
  579. lo -MD -MP -MF .deps/libglusterfs_la-compare.Tpo -c ../../contrib/uuid/compare.c -fPIC -DPIC -o .libs/libglusterfs_la-compare.o
  580. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  581. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-compare.
  582. lo -MD -MP -MF .deps/libglusterfs_la-compare.Tpo -c ../../contrib/uuid/compare.c -o libglusterfs_la-compare.o >/dev/null 2>&1
  583. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  584. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-isnull.l
  585. o -MD -MP -MF .deps/libglusterfs_la-isnull.Tpo -c ../../contrib/uuid/isnull.c -fPIC -DPIC -o .libs/libglusterfs_la-isnull.o
  586. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  587. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-isnull.l
  588. o -MD -MP -MF .deps/libglusterfs_la-isnull.Tpo -c ../../contrib/uuid/isnull.c -o libglusterfs_la-isnull.o >/dev/null 2>&1
  589. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  590. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-unpack.l
  591. o -MD -MP -MF .deps/libglusterfs_la-unpack.Tpo -c ../../contrib/uuid/unpack.c -fPIC -DPIC -o .libs/libglusterfs_la-unpack.o
  592. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  593. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-unpack.l
  594. o -MD -MP -MF .deps/libglusterfs_la-unpack.Tpo -c ../../contrib/uuid/unpack.c -o libglusterfs_la-unpack.o >/dev/null 2>&1
  595. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  596. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-syncop.l
  597. o -MD -MP -MF .deps/libglusterfs_la-syncop.Tpo -c syncop.c -fPIC -DPIC -o .libs/libglusterfs_la-syncop.o
  598. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  599. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-syncop.l
  600. o -MD -MP -MF .deps/libglusterfs_la-syncop.Tpo -c syncop.c -o libglusterfs_la-syncop.o >/dev/null 2>&1
  601. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  602. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-graph-pr
  603. int.lo -MD -MP -MF .deps/libglusterfs_la-graph-print.Tpo -c graph-print.c -fPIC -DPIC -o .libs/libglusterfs_la-graph-print.o
  604. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  605. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-graph-pr
  606. int.lo -MD -MP -MF .deps/libglusterfs_la-graph-print.Tpo -c graph-print.c -o libglusterfs_la-graph-print.o >/dev/null 2>&1
  607. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  608. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-trie.lo
  609. -MD -MP -MF .deps/libglusterfs_la-trie.Tpo -c trie.c -fPIC -DPIC -o .libs/libglusterfs_la-trie.o
  610. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  611. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-trie.lo
  612. -MD -MP -MF .deps/libglusterfs_la-trie.Tpo -c trie.c -o libglusterfs_la-trie.o >/dev/null 2>&1
  613. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  614. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-run.lo -
  615. MD -MP -MF .deps/libglusterfs_la-run.Tpo -c run.c -fPIC -DPIC -o .libs/libglusterfs_la-run.o
  616. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  617. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-run.lo -
  618. MD -MP -MF .deps/libglusterfs_la-run.Tpo -c run.c -o libglusterfs_la-run.o >/dev/null 2>&1
  619. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  620. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-options.
  621. lo -MD -MP -MF .deps/libglusterfs_la-options.Tpo -c options.c -fPIC -DPIC -o .libs/libglusterfs_la-options.o
  622. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  623. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-options.
  624. lo -MD -MP -MF .deps/libglusterfs_la-options.Tpo -c options.c -o libglusterfs_la-options.o >/dev/null 2>&1
  625. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  626. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-fd-lk.lo
  627. -MD -MP -MF .deps/libglusterfs_la-fd-lk.Tpo -c fd-lk.c -fPIC -DPIC -o .libs/libglusterfs_la-fd-lk.o
  628. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  629. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-fd-lk.lo
  630. -MD -MP -MF .deps/libglusterfs_la-fd-lk.Tpo -c fd-lk.c -o libglusterfs_la-fd-lk.o >/dev/null 2>&1
  631. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  632. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-circ-buf
  633. f.lo -MD -MP -MF .deps/libglusterfs_la-circ-buff.Tpo -c circ-buff.c -fPIC -DPIC -o .libs/libglusterfs_la-circ-buff.o
  634. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  635. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-circ-buf
  636. f.lo -MD -MP -MF .deps/libglusterfs_la-circ-buff.Tpo -c circ-buff.c -o libglusterfs_la-circ-buff.o >/dev/null 2>&1
  637. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  638. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-event-hi
  639. story.lo -MD -MP -MF .deps/libglusterfs_la-event-history.Tpo -c event-history.c -fPIC -DPIC -o .libs/libglusterfs_la-event-history.o
  640. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  641. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-event-hi
  642. story.lo -MD -MP -MF .deps/libglusterfs_la-event-history.Tpo -c event-history.c -o libglusterfs_la-event-history.o >/dev/null 2>&1
  643. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  644. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-basename
  645. _r.lo -MD -MP -MF .deps/libglusterfs_la-basename_r.Tpo -c ../../contrib/libgen/basename_r.c -fPIC -DPIC -o .libs/libglusterfs_la-basename_r.o
  646. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  647. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-basename
  648. _r.lo -MD -MP -MF .deps/libglusterfs_la-basename_r.Tpo -c ../../contrib/libgen/basename_r.c -o libglusterfs_la-basename_r.o >/dev/null 2>&1
  649. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  650. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-dirname_
  651. r.lo -MD -MP -MF .deps/libglusterfs_la-dirname_r.Tpo -c ../../contrib/libgen/dirname_r.c -fPIC -DPIC -o .libs/libglusterfs_la-dirname_r.o
  652. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  653. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-dirname_
  654. r.lo -MD -MP -MF .deps/libglusterfs_la-dirname_r.Tpo -c ../../contrib/libgen/dirname_r.c -o libglusterfs_la-dirname_r.o >/dev/null 2>&1
  655. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  656. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-y.tab.lo
  657. -MD -MP -MF .deps/libglusterfs_la-y.tab.Tpo -c y.tab.c -fPIC -DPIC -o .libs/libglusterfs_la-y.tab.o
  658. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  659. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-y.tab.lo
  660. -MD -MP -MF .deps/libglusterfs_la-y.tab.Tpo -c y.tab.c -o libglusterfs_la-y.tab.o >/dev/null 2>&1
  661. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  662. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-graph.le
  663. x.lo -MD -MP -MF .deps/libglusterfs_la-graph.lex.Tpo -c graph.lex.c -fPIC -DPIC -o .libs/libglusterfs_la-graph.lex.o
  664. gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libglusterfs/src -I../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE "-DXLATORDIR=\"/usr/local/lib/glusterfs/3.3.1/xlator\"" -DGF_SOLARIS_HOST_OS -I../../
  665. contrib/rbtree "-DSCHEDULERDIR=\"/usr/local/lib/glusterfs/3.3.1/scheduler\"" -fPIC -Wall -g -shared -nostartfiles -I../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libglusterfs_la-graph.le
  666. x.lo -MD -MP -MF .deps/libglusterfs_la-graph.lex.Tpo -c graph.lex.c -o libglusterfs_la-graph.lex.o >/dev/null 2>&1
  667. gcc -shared -Wl,-h -Wl,libglusterfs.so.0 -o .libs/libglusterfs.so.0.0.0 .libs/libglusterfs_la-dict.o .libs/libglusterfs_la-xlator.o .libs/libglusterfs_la-logging.o .libs/libglusterfs_la-hashfn.o .libs/libglusterfs_la-defaults.
  668. o .libs/libglusterfs_la-common-utils.o .libs/libglusterfs_la-timer.o .libs/libglusterfs_la-inode.o .libs/libglusterfs_la-call-stub.o .libs/libglusterfs_la-compat.o .libs/libglusterfs_la-fd.o .libs/libglusterfs_la-compat-errno.o
  669. .libs/libglusterfs_la-event.o .libs/libglusterfs_la-mem-pool.o .libs/libglusterfs_la-gf-dirent.o .libs/libglusterfs_la-syscall.o .libs/libglusterfs_la-iobuf.o .libs/libglusterfs_la-globals.o .libs/libglusterfs_la-statedump.o .
  670. libs/libglusterfs_la-stack.o .libs/libglusterfs_la-checksum.o .libs/libglusterfs_la-daemon.o .libs/libglusterfs_la-rb.o .libs/libglusterfs_la-rbthash.o .libs/libglusterfs_la-latency.o .libs/libglusterfs_la-graph.o .libs/libglus
  671. terfs_la-clear.o .libs/libglusterfs_la-copy.o .libs/libglusterfs_la-gen_uuid.o .libs/libglusterfs_la-pack.o .libs/libglusterfs_la-parse.o .libs/libglusterfs_la-unparse.o .libs/libglusterfs_la-uuid_time.o .libs/libglusterfs_la-c
  672. ompare.o .libs/libglusterfs_la-isnull.o .libs/libglusterfs_la-unpack.o .libs/libglusterfs_la-syncop.o .libs/libglusterfs_la-graph-print.o .libs/libglusterfs_la-trie.o .libs/libglusterfs_la-run.o .libs/libglusterfs_la-options.o
  673. .libs/libglusterfs_la-fd-lk.o .libs/libglusterfs_la-circ-buff.o .libs/libglusterfs_la-event-history.o .libs/libglusterfs_la-basename_r.o .libs/libglusterfs_la-dirname_r.o .libs/libglusterfs_la-y.tab.o .libs/libglusterfs_la-grap
  674. h.lex.o -ll -lpthread -lcrypto -lc -m64
  675. (cd .libs && rm -f libglusterfs.so.0 && ln -s libglusterfs.so.0.0.0 libglusterfs.so.0)
  676. (cd .libs && rm -f libglusterfs.so && ln -s libglusterfs.so.0.0.0 libglusterfs.so)
  677. ar cru .libs/libglusterfs.a libglusterfs_la-dict.o libglusterfs_la-xlator.o libglusterfs_la-logging.o libglusterfs_la-hashfn.o libglusterfs_la-defaults.o libglusterfs_la-common-utils.o libglusterfs_la-timer.o libglusterfs_la-i
  678. node.o libglusterfs_la-call-stub.o libglusterfs_la-compat.o libglusterfs_la-fd.o libglusterfs_la-compat-errno.o libglusterfs_la-event.o libglusterfs_la-mem-pool.o libglusterfs_la-gf-dirent.o libglusterfs_la-syscall.o libgluster
  679. fs_la-iobuf.o libglusterfs_la-globals.o libglusterfs_la-statedump.o libglusterfs_la-stack.o libglusterfs_la-checksum.o libglusterfs_la-daemon.o libglusterfs_la-rb.o libglusterfs_la-rbthash.o libglusterfs_la-latency.o libgluster
  680. fs_la-graph.o libglusterfs_la-clear.o libglusterfs_la-copy.o libglusterfs_la-gen_uuid.o libglusterfs_la-pack.o libglusterfs_la-parse.o libglusterfs_la-unparse.o libglusterfs_la-uuid_time.o libglusterfs_la-compare.o libglusterfs
  681. _la-isnull.o libglusterfs_la-unpack.o libglusterfs_la-syncop.o libglusterfs_la-graph-print.o libglusterfs_la-trie.o libglusterfs_la-run.o libglusterfs_la-options.o libglusterfs_la-fd-lk.o libglusterfs_la-circ-buff.o libglusterf
  682. s_la-event-history.o libglusterfs_la-basename_r.o libglusterfs_la-dirname_r.o libglusterfs_la-y.tab.o libglusterfs_la-graph.lex.o
  683. ranlib .libs/libglusterfs.a
  684. creating libglusterfs.la
  685. (cd .libs && rm -f libglusterfs.la && ln -s ../libglusterfs.la libglusterfs.la)
  686. Making all in rpc
  687. Making all in rpc-lib
  688. Making all in src
  689. mkdir .libs
  690. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  691. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT auth-unix.lo -MD -MP -MF .deps/auth-unix.Tpo -c auth-unix
  692. .c -fPIC -DPIC -o .libs/auth-unix.o
  693. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  694. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT auth-unix.lo -MD -MP -MF .deps/auth-unix.Tpo -c auth-unix
  695. .c -o auth-unix.o >/dev/null 2>&1
  696. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  697. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT rpcsvc-auth.lo -MD -MP -MF .deps/rpcsvc-auth.Tpo -c rpcsv
  698. c-auth.c -fPIC -DPIC -o .libs/rpcsvc-auth.o
  699. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  700. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT rpcsvc-auth.lo -MD -MP -MF .deps/rpcsvc-auth.Tpo -c rpcsv
  701. c-auth.c -o rpcsvc-auth.o >/dev/null 2>&1
  702. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  703. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT rpcsvc.lo -MD -MP -MF .deps/rpcsvc.Tpo -c rpcsvc.c -fPIC
  704. -DPIC -o .libs/rpcsvc.o
  705. rpcsvc.c: In function `rpcsvc_request_create':
  706. rpcsvc.c:377: warning: long unsigned int format, different type arg (arg 2)
  707. rpcsvc.c:377: warning: long int format, different type arg (arg 3)
  708. rpcsvc.c:377: warning: long int format, different type arg (arg 4)
  709. rpcsvc.c:377: warning: long int format, different type arg (arg 5)
  710. rpcsvc.c:377: warning: long int format, different type arg (arg 6)
  711. rpcsvc.c:377: warning: long unsigned int format, different type arg (arg 7)
  712. rpcsvc.c:377: warning: long int format, different type arg (arg 8)
  713. rpcsvc.c:377: warning: long int format, different type arg (arg 9)
  714. rpcsvc.c:377: warning: long int format, different type arg (arg 10)
  715. rpcsvc.c:377: warning: long int format, different type arg (arg 11)
  716. rpcsvc.c:387: warning: long unsigned int format, different type arg (arg 2)
  717. rpcsvc.c:387: warning: long int format, different type arg (arg 3)
  718. rpcsvc.c:387: warning: long int format, different type arg (arg 4)
  719. rpcsvc.c:387: warning: long int format, different type arg (arg 5)
  720. rpcsvc.c:387: warning: long int format, different type arg (arg 6)
  721. rpcsvc.c:387: warning: long unsigned int format, different type arg (arg 7)
  722. rpcsvc.c:387: warning: long int format, different type arg (arg 8)
  723. rpcsvc.c:387: warning: long int format, different type arg (arg 9)
  724. rpcsvc.c:387: warning: long int format, different type arg (arg 10)
  725. rpcsvc.c:387: warning: long int format, different type arg (arg 11)
  726. rpcsvc.c:404: warning: long unsigned int format, different type arg (arg 2)
  727. rpcsvc.c:404: warning: long int format, different type arg (arg 3)
  728. rpcsvc.c:404: warning: long int format, different type arg (arg 4)
  729. rpcsvc.c:404: warning: long int format, different type arg (arg 5)
  730. rpcsvc.c:404: warning: long int format, different type arg (arg 6)
  731. rpcsvc.c:404: warning: long unsigned int format, different type arg (arg 7)
  732. rpcsvc.c:404: warning: long int format, different type arg (arg 8)
  733. rpcsvc.c:404: warning: long int format, different type arg (arg 9)
  734. rpcsvc.c:404: warning: long int format, different type arg (arg 10)
  735. rpcsvc.c:404: warning: long int format, different type arg (arg 11)
  736. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  737. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT rpcsvc.lo -MD -MP -MF .deps/rpcsvc.Tpo -c rpcsvc.c -o rpc
  738. svc.o >/dev/null 2>&1
  739. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  740. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT auth-null.lo -MD -MP -MF .deps/auth-null.Tpo -c auth-null
  741. .c -fPIC -DPIC -o .libs/auth-null.o
  742. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  743. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT auth-null.lo -MD -MP -MF .deps/auth-null.Tpo -c auth-null
  744. .c -o auth-null.o >/dev/null 2>&1
  745. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  746. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT rpc-transport.lo -MD -MP -MF .deps/rpc-transport.Tpo -c r
  747. pc-transport.c -fPIC -DPIC -o .libs/rpc-transport.o
  748. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  749. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT rpc-transport.lo -MD -MP -MF .deps/rpc-transport.Tpo -c r
  750. pc-transport.c -o rpc-transport.o >/dev/null 2>&1
  751. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  752. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT xdr-rpc.lo -MD -MP -MF .deps/xdr-rpc.Tpo -c xdr-rpc.c -f
  753. PIC -DPIC -o .libs/xdr-rpc.o
  754. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  755. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT xdr-rpc.lo -MD -MP -MF .deps/xdr-rpc.Tpo -c xdr-rpc.c -o
  756. xdr-rpc.o >/dev/null 2>&1
  757. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  758. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT xdr-rpcclnt.lo -MD -MP -MF .deps/xdr-rpcclnt.Tpo -c xdr-r
  759. pcclnt.c -fPIC -DPIC -o .libs/xdr-rpcclnt.o
  760. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  761. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT xdr-rpcclnt.lo -MD -MP -MF .deps/xdr-rpcclnt.Tpo -c xdr-r
  762. pcclnt.c -o xdr-rpcclnt.o >/dev/null 2>&1
  763. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  764. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT rpc-clnt.lo -MD -MP -MF .deps/rpc-clnt.Tpo -c rpc-clnt.c
  765. -fPIC -DPIC -o .libs/rpc-clnt.o
  766. rpc-clnt.c: In function `rpc_clnt_handle_cbk':
  767. rpc-clnt.c:718: warning: long unsigned int format, different type arg (arg 2)
  768. rpc-clnt.c:718: warning: long int format, different type arg (arg 3)
  769. rpc-clnt.c:718: warning: long int format, different type arg (arg 4)
  770. rpc-clnt.c:718: warning: long int format, different type arg (arg 5)
  771. rpc-clnt.c:718: warning: long int format, different type arg (arg 6)
  772. rpc-clnt.c:718: warning: long unsigned int format, different type arg (arg 7)
  773. rpc-clnt.c:718: warning: long int format, different type arg (arg 8)
  774. rpc-clnt.c:718: warning: long int format, different type arg (arg 9)
  775. rpc-clnt.c:718: warning: long int format, different type arg (arg 10)
  776. rpc-clnt.c:718: warning: long int format, different type arg (arg 11)
  777. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  778. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT rpc-clnt.lo -MD -MP -MF .deps/rpc-clnt.Tpo -c rpc-clnt.c
  779. -o rpc-clnt.o >/dev/null 2>&1
  780. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  781. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT auth-glusterfs.lo -MD -MP -MF .deps/auth-glusterfs.Tpo -c
  782. auth-glusterfs.c -fPIC -DPIC -o .libs/auth-glusterfs.o
  783. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -shared -nostartfiles -I../../../argp
  784. -standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -I../../../rpc/xdr/src "-DRPC_TRANSPORTDIR=\"/usr/local/lib/glusterfs/3.3.1/rpc-transport\"" -g -O0 -m64 -MT auth-glusterfs.lo -MD -MP -MF .deps/auth-glusterfs.Tpo -c
  785. auth-glusterfs.c -o auth-glusterfs.o >/dev/null 2>&1
  786. gcc -shared -Wl,-h -Wl,libgfrpc.so.0 -o .libs/libgfrpc.so.0.0.0 .libs/auth-unix.o .libs/rpcsvc-auth.o .libs/rpcsvc.o .libs/auth-null.o .libs/rpc-transport.o .libs/xdr-rpc.o .libs/xdr-rpcclnt.o .libs/rpc-clnt.o .libs/auth-glust
  787. erfs.o -R/root/glusterfs/glusterfs-3.3.1/libglusterfs/src/.libs -R/usr/local/lib ../../../libglusterfs/src/.libs/libglusterfs.so -lpthread -lcrypto -lc -m64 -m64
  788. (cd .libs && rm -f libgfrpc.so.0 && ln -s libgfrpc.so.0.0.0 libgfrpc.so.0)
  789. (cd .libs && rm -f libgfrpc.so && ln -s libgfrpc.so.0.0.0 libgfrpc.so)
  790. ar cru .libs/libgfrpc.a auth-unix.o rpcsvc-auth.o rpcsvc.o auth-null.o rpc-transport.o xdr-rpc.o xdr-rpcclnt.o rpc-clnt.o auth-glusterfs.o
  791. ranlib .libs/libgfrpc.a
  792. creating libgfrpc.la
  793. (cd .libs && rm -f libgfrpc.la && ln -s ../libgfrpc.la libgfrpc.la)
  794. Making all in rpc-transport
  795. Making all in socket
  796. Making all in src
  797. mkdir .libs
  798. gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../libglusterfs/src -I../../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../../libglusterfs/src -I../../../../rpc/rpc-lib
  799. /src/ -I../../../../rpc/xdr/src/ -shared -nostartfiles -I../../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.c -fPIC -DPIC -o .libs/sock
  800. et.o
  801. gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../libglusterfs/src -I../../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../../libglusterfs/src -I../../../../rpc/rpc-lib
  802. /src/ -I../../../../rpc/xdr/src/ -shared -nostartfiles -I../../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.c -o socket.o >/dev/null 2>&
  803. 1
  804. gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../libglusterfs/src -I../../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../../libglusterfs/src -I../../../../rpc/rpc-lib
  805. /src/ -I../../../../rpc/xdr/src/ -shared -nostartfiles -I../../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT name.lo -MD -MP -MF .deps/name.Tpo -c name.c -fPIC -DPIC -o .libs/name.o
  806. gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../libglusterfs/src -I../../../../contrib/uuid -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -DGF_SOLARIS_HOST_OS -I../../../../libglusterfs/src -I../../../../rpc/rpc-lib
  807. /src/ -I../../../../rpc/xdr/src/ -shared -nostartfiles -I../../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT name.lo -MD -MP -MF .deps/name.Tpo -c name.c -o name.o >/dev/null 2>&1
  808. gcc -shared -Wl,-h -Wl,socket.so.0 -o .libs/socket.so.0.0.0 .libs/socket.o .libs/name.o -R/root/glusterfs/glusterfs-3.3.1/libglusterfs/src/.libs -R/usr/local/lib ../../../../libglusterfs/src/.libs/libglusterfs.so -lpthread -l
  809. crypto -lc -m64 -m64
  810. (cd .libs && rm -f socket.so.0 && ln -s socket.so.0.0.0 socket.so.0)
  811. (cd .libs && rm -f socket.so && ln -s socket.so.0.0.0 socket.so)
  812. ar cru .libs/socket.a socket.o name.o
  813. ranlib .libs/socket.a
  814. creating socket.la
  815. (cd .libs && rm -f socket.la && ln -s ../socket.la socket.la)
  816. Making all in xdr
  817. Making all in src
  818. mkdir .libs
  819. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  820. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-xdr-generic.lo -MD -MP -MF .deps/libgfxdr_la-xdr-generic.Tpo -c xdr-generic.c -fPIC -
  821. DPIC -o .libs/libgfxdr_la-xdr-generic.o
  822. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  823. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-xdr-generic.lo -MD -MP -MF .deps/libgfxdr_la-xdr-generic.Tpo -c xdr-generic.c -o libgf
  824. xdr_la-xdr-generic.o >/dev/null 2>&1
  825. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  826. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-rpc-common-xdr.lo -MD -MP -MF .deps/libgfxdr_la-rpc-common-xdr.Tpo -c rpc-common-xdr.c
  827. -fPIC -DPIC -o .libs/libgfxdr_la-rpc-common-xdr.o
  828. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  829. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-rpc-common-xdr.lo -MD -MP -MF .deps/libgfxdr_la-rpc-common-xdr.Tpo -c rpc-common-xdr.c
  830. -o libgfxdr_la-rpc-common-xdr.o >/dev/null 2>&1
  831. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  832. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-glusterfs3-xdr.lo -MD -MP -MF .deps/libgfxdr_la-glusterfs3-xdr.Tpo -c glusterfs3-xdr.c
  833. -fPIC -DPIC -o .libs/libgfxdr_la-glusterfs3-xdr.o
  834. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  835. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-glusterfs3-xdr.lo -MD -MP -MF .deps/libgfxdr_la-glusterfs3-xdr.Tpo -c glusterfs3-xdr.c
  836. -o libgfxdr_la-glusterfs3-xdr.o >/dev/null 2>&1
  837. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  838. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-cli1-xdr.lo -MD -MP -MF .deps/libgfxdr_la-cli1-xdr.Tpo -c cli1-xdr.c -fPIC -DPIC -o .
  839. libs/libgfxdr_la-cli1-xdr.o
  840. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  841. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-cli1-xdr.lo -MD -MP -MF .deps/libgfxdr_la-cli1-xdr.Tpo -c cli1-xdr.c -o libgfxdr_la-cl
  842. i1-xdr.o >/dev/null 2>&1
  843. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  844. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-glusterd1-xdr.lo -MD -MP -MF .deps/libgfxdr_la-glusterd1-xdr.Tpo -c glusterd1-xdr.c -
  845. fPIC -DPIC -o .libs/libgfxdr_la-glusterd1-xdr.o
  846. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  847. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-glusterd1-xdr.lo -MD -MP -MF .deps/libgfxdr_la-glusterd1-xdr.Tpo -c glusterd1-xdr.c -o
  848. libgfxdr_la-glusterd1-xdr.o >/dev/null 2>&1
  849. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  850. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-portmap-xdr.lo -MD -MP -MF .deps/libgfxdr_la-portmap-xdr.Tpo -c portmap-xdr.c -fPIC -
  851. DPIC -o .libs/libgfxdr_la-portmap-xdr.o
  852. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  853. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-portmap-xdr.lo -MD -MP -MF .deps/libgfxdr_la-portmap-xdr.Tpo -c portmap-xdr.c -o libgf
  854. xdr_la-portmap-xdr.o >/dev/null 2>&1
  855. gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../libglusterfs/src -I../../../contrib/uuid -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DGF_SOLARIS_HOST_OS -I../../../libglusterfs/src -I../../../rpc/rpc-lib/src
  856. -fPIC -Wall -g -shared -nostartfiles -I../../../argp-standalone -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O0 -m64 -g -O0 -m64 -MT libgfxdr_la-nlm4-xdr.lo -MD -MP -MF .deps/libgfxdr_la-nlm4-xdr.Tpo -c nlm4-xdr.c -fPIC -DPIC -o .
  857. libs/libgfxdr_la-nlm4-xdr.o
  858. In file included from nlm4-xdr.c:25:
  859. nlm4-xdr.h:43:1: warning: "MAXNAMELEN" redefined
  860. In file included from /usr/include/rpc/auth_sys.h:27,
  861. from /usr/include/rpc/rpc.h:39,
  862. from nlm4-xdr.h:28,
  863. from nlm4-xdr.c:25:
  864. /usr/include/sys/param.h:182:1: warning: this is the location of the previous definition
  865. In file included from nlm4-xdr.c:25:
  866. nlm4-xdr.h:95: error: syntax error before "u_int32_t"
  867. nlm4-xdr.h:95: warning: no semicolon at end of struct or union
  868. nlm4-xdr.h:97: error: syntax error before "l_offset"
  869. nlm4-xdr.h:97: warning: type defaults to `int' in declaration of `l_offset'
  870. nlm4-xdr.h:97: warning: data definition has no type or storage class
  871. nlm4-xdr.h:98: error: syntax error before "l_len"
  872. nlm4-xdr.h:98: warning: type defaults to `int' in declaration of `l_len'
  873. nlm4-xdr.h:98: warning: data definition has no type or storage class
  874. nlm4-xdr.h:106: error: syntax error before "u_int32_t"
  875. nlm4-xdr.h:106: warning: no semicolon at end of struct or union
  876. nlm4-xdr.h:107: warning: type defaults to `int' in declaration of `l_offset'
  877. nlm4-xdr.h:107: warning: data definition has no type or storage class
  878. nlm4-xdr.h:108: error: syntax error before "l_len"
  879. nlm4-xdr.h:108: warning: type defaults to `int' in declaration of `l_len'
  880. nlm4-xdr.h:108: warning: data definition has no type or storage class
  881. nlm4-xdr.h:124: error: field `holder' has incomplete type
  882. nlm4-xdr.h:138: error: field `alock' has incomplete type
  883. nlm4-xdr.h:152: error: field `alock' has incomplete type
  884. nlm4-xdr.h:162: error: field `alock' has incomplete type
  885. nlm4-xdr.h:168: error: field `alock' has incomplete type
  886. nlm4-xdr.h:188: error: syntax error before "u_int32_t"
  887. nlm4-xdr.h:188: warning: no semicolon at end of struct or union
  888. nlm4-xdr.c: In function `xdr_nlm4_holder':
  889. nlm4-xdr.c:70: error: dereferencing pointer to incomplete type
  890. nlm4-xdr.c:72: error: dereferencing pointer to incomplete type
  891. nlm4-xdr.c:74: error: dereferencing pointer to incomplete type
  892. nlm4-xdr.c:76: error: dereferencing pointer to incomplete type
  893. nlm4-xdr.c:78: error: dereferencing pointer to incomplete type
  894. nlm4-xdr.c: In function `xdr_nlm4_lock':
  895. nlm4-xdr.c:86: error: dereferencing pointer to incomplete type
  896. nlm4-xdr.c:88: error: dereferencing pointer to incomplete type
  897. nlm4-xdr.c:90: error: dereferencing pointer to incomplete type
  898. nlm4-xdr.c:92: error: dereferencing pointer to incomplete type
  899. nlm4-xdr.c:94: error: dereferencing pointer to incomplete type
  900. nlm4-xdr.c:96: error: dereferencing pointer to incomplete type
  901. nlm4-xdr.c: In function `xdr_nlm4_freeallargs':
  902. nlm4-xdr.c:234: error: dereferencing pointer to incomplete type
  903. nlm4-xdr.c:236: error: dereferencing pointer to incomplete type
  904. make[4]: *** [libgfxdr_la-nlm4-xdr.lo] Error 1
  905. make[3]: *** [all-recursive] Error 1
  906. make[2]: *** [all-recursive] Error 1
  907. make[1]: *** [all-recursive] Error 1
  908. make: *** [all] Error 2
  909. root@stor04:~/glusterfs/glusterfs-3.3.1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement