Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 12.51 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. DiskStation> env CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/glib-2.10.1/lib -L/usr/local/lib -L/lib64" ./configure --with-linux=/volume1/synology_build/synol
  2. ogy_gpl_source/linux-2.6.32
  3. checking metadata... yes
  4. checking build system type... x86_64-unknown-linux-gnu
  5. checking host system type... x86_64-unknown-linux-gnu
  6. checking target system type... x86_64-unknown-linux-gnu
  7. checking whether to enable maintainer-specific portions of Makefiles... no
  8. checking for a BSD-compatible install... /opt/bin/install -c
  9. checking whether build environment is sane... yes
  10. checking for a thread-safe mkdir -p... /opt/bin/mkdir -p
  11. checking for gawk... gawk
  12. checking whether make sets $(MAKE)... yes
  13. checking for a BSD-compatible install... /opt/bin/install -c
  14. checking for gcc... gcc
  15. checking for C compiler default output file name... a.out
  16. checking whether the C compiler works... yes
  17. checking whether we are cross compiling... no
  18. checking for suffix of executables...
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking for style of include used by make... GNU
  24. checking dependency style of gcc... gcc3
  25. checking for a sed that does not truncate output... /bin/sed
  26. checking for grep that handles long lines and -e... /bin/grep
  27. checking for egrep... /bin/grep -E
  28. checking for fgrep... /bin/grep -F
  29. checking for ld used by gcc... /volume1/synology_build/synology_toolchain/x86_64-linux-gnu/x86_64-linux-gnu/bin/ld
  30. checking if the linker (/volume1/synology_build/synology_toolchain/x86_64-linux-gnu/x86_64-linux-gnu/bin/ld) is GNU ld... yes
  31. checking for BSD- or MS-compatible name lister (nm)... /volume1/synology_build/synology_toolchain/x86_64-linux-gnu/bin/nm -B
  32. checking the name lister (/volume1/synology_build/synology_toolchain/x86_64-linux-gnu/bin/nm -B) interface... BSD nm
  33. checking whether ln -s works... yes
  34. checking the maximum length of command line arguments... 32768
  35. checking whether the shell understands some XSI constructs... yes
  36. checking whether the shell understands "+="... yes
  37. checking for /volume1/synology_build/synology_toolchain/x86_64-linux-gnu/x86_64-linux-gnu/bin/ld option to reload object files... -r
  38. checking for objdump... objdump
  39. checking how to recognize dependent libraries... pass_all
  40. checking for ar... ar
  41. checking for strip... strip
  42. checking for ranlib... ranlib
  43. checking command to parse /volume1/synology_build/synology_toolchain/x86_64-linux-gnu/bin/nm -B output from gcc object... ok
  44. ./configure: line 6098: /usr/bin/file: No such file or directory
  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 for dlfcn.h... yes
  57. checking for objdir... .libs
  58. checking if gcc supports -fno-rtti -fno-exceptions... no
  59. checking for gcc option to produce PIC... -fPIC -DPIC
  60. checking if gcc PIC flag -fPIC -DPIC works... yes
  61. checking if gcc static flag -static works... yes
  62. checking if gcc supports -c -o file.o... yes
  63. checking if gcc supports -c -o file.o... (cached) yes
  64. checking whether the gcc linker (/volume1/synology_build/synology_toolchain/x86_64-linux-gnu/x86_64-linux-gnu/bin/ld) supports shared libraries... yes
  65. checking whether -lc should be explicitly linked in... no
  66. checking dynamic linker characteristics... GNU/Linux ld.so
  67. checking how to hardcode library paths into programs... immediate
  68. checking whether stripping libraries is possible... yes
  69. checking if libtool supports shared libraries... yes
  70. checking whether to build shared libraries... yes
  71. checking whether to build static libraries... yes
  72. checking dependency style of gcc... gcc3
  73. checking zfs author... Sun Microsystems/Oracle, Lawrence Livermore National Laboratory
  74. checking zfs license... CDDL
  75. checking linux distribution...
  76. checking default package type... rpm
  77. checking default init directory... ${prefix}/etc/init.d
  78. checking default init script type... lsb
  79. checking whether rpm is available... no
  80. checking whether rpmbuild is available... no
  81. checking whether dpkg is available... no
  82. checking whether dpkg-buildpackage is available... no
  83. checking whether alien is available... no
  84. checking zfs config... all
  85. checking for -Wno-unused-but-set-variable support... no
  86. checking kernel source directory... /volume1/synology_build/synology_gpl_source/linux-2.6.32
  87. checking kernel build directory... /volume1/synology_build/synology_gpl_source/linux-2.6.32
  88. checking kernel source version... 2.6.32.12
  89. checking kernel file name for module symbols... Module.symvers
  90. checking spl source directory... /usr/src/spl-0.6.0-rc9/2.6.32.12
  91. checking spl build directory... /usr/src/spl-0.6.0-rc9/2.6.32.12
  92. checking spl source version... 0.6.0-rc9
  93. checking spl file name for module symbols... Module.symvers
  94. checking whether Linux was built with CONFIG_PREEMPT... no
  95. checking whether Linux was built with CONFIG_DEBUG_LOCK_ALLOC... no
  96. checking block device operation prototypes... struct inode
  97. checking whether kernel defines fmode_t... yes
  98. checking whether kernel defines KOBJ_NAME_LEN... no
  99. checking whether symbol blkdev_get_by_path is exported... no
  100. checking whether symbol open_bdev_exclusive is exported... yes
  101. checking whether invalidate_bdev() wants 1 arg... yes
  102. checking whether bdev_logical_block_size() is available... no
  103. checking whether bio_empty_barrier() is defined... yes
  104. checking whether BIO_RW_FAILFAST is defined... no
  105. checking whether BIO_RW_FAILFAST_* are defined... yes
  106. checking whether REQ_FAILFAST_MASK is defined... no
  107. checking whether bio_end_io_t wants 2 args... yes
  108. checking whether BIO_RW_SYNC is defined... no
  109. checking whether BIO_RW_SYNCIO is defined... yes
  110. checking whether REQ_SYNC is defined... no
  111. checking whether blk_end_request() is available... no
  112. checking whether blk_end_request() is GPL-only... yes
  113. checking whether blk_queue_flush() is available... no
  114. checking whether blk_queue_flush() is GPL-only... yes
  115. checking whether blk_queue_max_hw_sectors() is available... no
  116. checking whether blk_queue_max_segments() is available... no
  117. checking whether blk_queue_physical_block_size() is available... no
  118. checking whether blk_queue_io_opt() is available... no
  119. checking whether blk_queue_nonrot() is available... no
  120. checking whether blk_queue_discard() is available... no
  121. checking whether blk_fetch_request() is available... no
  122. checking whether blk_requeue_request() is available... no
  123. checking whether blk_rq_bytes() is available... no
  124. checking whether blk_rq_bytes() is GPL-only... yes
  125. checking whether blk_rq_pos() is available... no
  126. checking whether blk_rq_sectors() is available... no
  127. checking whether get_disk_ro() is available... no
  128. checking whether rq_is_sync() is available... no
  129. checking whether rq_for_each_segment() is available... no
  130. checking whether super_block uses const struct xattr_hander... no
  131. checking whether xattr_handler->get() wants dentry... no
  132. checking whether xattr_handler->set() wants dentry... no
  133. checking whether sops->show_options() wants dentry... no
  134. checking whether fops->fsync() wants... dentry
  135. checking whether sops->evict_inode() exists... no
  136. checking whether sops->nr_cached_objects() exists... no
  137. checking whether sops->free_cached_objects() exists... no
  138. checking whether fops->fallocate() exists... no
  139. checking whether iops->fallocate() exists... yes
  140. checking whether iops->create()/mkdir()/mknod() take umode_t... no
  141. checking whether dops->d_automount() exists... no
  142. checking whether symbol insert_inode_locked is exported... yes
  143. checking whether symbol d_make_root is exported... no
  144. checking whether symbol d_obtain_alias is exported... yes
  145. checking whether symbol check_disk_size_change is exported... yes
  146. checking whether symbol truncate_setsize is exported... no
  147. checking whether security_inode_init_security wants 6 args... no
  148. checking whether security_inode_init_security wants callback... no
  149. checking whether symbol mount_nodev is exported... no
  150. checking whether super_block has s_shrink... no
  151. checking whether super_block has s_bdi... yes
  152. checking whether symbol bdi_setup_and_register is exported... no
  153. checking whether set_nlink() is available... no
  154. checking for target asm dir... asm-x86_64
  155. checking for ioctl()... yes
  156. checking zlib.h usability... yes
  157. checking zlib.h presence... yes
  158. checking for zlib.h... yes
  159. checking for compress2 in -lz... yes
  160. checking for uncompress in -lz... yes
  161. checking for crc32 in -lz... yes
  162. checking uuid/uuid.h usability... yes
  163. checking uuid/uuid.h presence... yes
  164. checking for uuid/uuid.h... yes
  165. checking for uuid_generate in -luuid... yes
  166. checking for uuid_is_null in -luuid... yes
  167. checking for blkid_get_cache in -lblkid... yes
  168. checking for blkid zfs support... no
  169. checking selinux/selinux.h usability... no
  170. checking selinux/selinux.h presence... no
  171. checking for selinux/selinux.h... no
  172. checking for -Wframe-larger-than=<size> support... no
  173. checking whether pthread stack includes guard... yes
  174. checking whether debugging is enabled... no
  175. checking whether dmu tx validation is enabled... no
  176. configure: creating ./config.status
  177. config.status: creating Makefile
  178. config.status: creating dracut/Makefile
  179. config.status: creating dracut/90zfs/Makefile
  180. config.status: creating udev/Makefile
  181. config.status: creating udev/rules.d/Makefile
  182. config.status: creating etc/Makefile
  183. config.status: creating etc/init.d/Makefile
  184. config.status: creating etc/zfs/Makefile
  185. config.status: creating man/Makefile
  186. config.status: creating man/man5/Makefile
  187. config.status: creating man/man8/Makefile
  188. config.status: creating lib/Makefile
  189. config.status: creating lib/libspl/Makefile
  190. config.status: creating lib/libspl/asm-generic/Makefile
  191. config.status: creating lib/libspl/asm-i386/Makefile
  192. config.status: creating lib/libspl/asm-x86_64/Makefile
  193. config.status: creating lib/libspl/include/Makefile
  194. config.status: creating lib/libspl/include/ia32/Makefile
  195. config.status: creating lib/libspl/include/ia32/sys/Makefile
  196. config.status: creating lib/libspl/include/rpc/Makefile
  197. config.status: creating lib/libspl/include/sys/Makefile
  198. config.status: creating lib/libspl/include/sys/sysevent/Makefile
  199. config.status: creating lib/libspl/include/sys/dktp/Makefile
  200. config.status: creating lib/libspl/include/util/Makefile
  201. config.status: creating lib/libavl/Makefile
  202. config.status: creating lib/libefi/Makefile
  203. config.status: creating lib/libnvpair/Makefile
  204. config.status: creating lib/libunicode/Makefile
  205. config.status: creating lib/libuutil/Makefile
  206. config.status: creating lib/libzpool/Makefile
  207. config.status: creating lib/libzfs/Makefile
  208. config.status: creating lib/libshare/Makefile
  209. config.status: creating cmd/Makefile
  210. config.status: creating cmd/zdb/Makefile
  211. config.status: creating cmd/zfs/Makefile
  212. config.status: creating cmd/zinject/Makefile
  213. config.status: creating cmd/zpool/Makefile
  214. config.status: creating cmd/ztest/Makefile
  215. config.status: creating cmd/zpios/Makefile
  216. config.status: creating cmd/mount_zfs/Makefile
  217. config.status: creating cmd/zpool_layout/Makefile
  218. config.status: creating cmd/zvol_id/Makefile
  219. config.status: creating cmd/zpool_id/Makefile
  220. config.status: creating cmd/vdev_id/Makefile
  221. config.status: creating module/Makefile
  222. config.status: creating module/avl/Makefile
  223. config.status: creating module/nvpair/Makefile
  224. config.status: creating module/unicode/Makefile
  225. config.status: creating module/zcommon/Makefile
  226. config.status: creating module/zfs/Makefile
  227. config.status: creating module/zpios/Makefile
  228. config.status: creating include/Makefile
  229. config.status: creating include/linux/Makefile
  230. config.status: creating include/sys/Makefile
  231. config.status: creating include/sys/fs/Makefile
  232. config.status: creating include/sys/fm/Makefile
  233. config.status: creating include/sys/fm/fs/Makefile
  234. config.status: creating scripts/Makefile
  235. config.status: creating scripts/zpios-profile/Makefile
  236. config.status: creating scripts/zpios-test/Makefile
  237. config.status: creating scripts/zpool-config/Makefile
  238. config.status: creating scripts/zpool-layout/Makefile
  239. config.status: creating scripts/common.sh
  240. config.status: creating zfs.spec
  241. config.status: creating zfs-modules.spec
  242. config.status: creating PKGBUILD-zfs
  243. config.status: creating PKGBUILD-zfs-modules
  244. config.status: creating zfs-script-config.sh
  245. config.status: creating zfs_config.h
  246. config.status: executing depfiles commands
  247. config.status: executing libtool commands