Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.43 KB | None | 0 0
  1. root@nas:/usr/ports/net-p2p/transmission-daemon#make
  2. ===> Building for transmission-daemon-2.51
  3. Making all in third-party
  4. gmake[1]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-party
  5. Making all in dht
  6. gmake[2]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-partydht'
  7. gmake[2]: Цель `all' не требует выполнения команд.
  8. gmake[2]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty/dht'
  9. Making all in libnatpmp
  10. gmake[2]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-partylibnatpmp'
  11. gmake[2]: Цель `all' не требует выполнения команд.
  12. gmake[2]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty/libnatpmp'
  13. Making all in miniupnp
  14. gmake[2]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-partyminiupnp'
  15. gmake all-am
  16. gmake[3]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-partyminiupnp'
  17. gmake[3]: Цель `all-am' не требует выполнения команд.
  18. gmake[3]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty/miniupnp'
  19. gmake[2]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty/miniupnp'
  20. Making all in libutp
  21. gmake[2]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-partylibutp'
  22. gmake[2]: Цель `all' не требует выполнения команд.
  23. gmake[2]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty/libutp'
  24. gmake[2]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-party
  25. gmake[2]: Цель `all-am' не требует выполнения команд.
  26. gmake[2]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty'
  27. gmake[1]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty'
  28. Making all in libtransmission
  29. gmake[1]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/libtransmision'
  30. CC fdlimit.o
  31. fdlimit.c: In function 'tr_prefetch':
  32. fdlimit.c:240: warning: implicit declaration of function 'posix_fadvise'
  33. fdlimit.c:240: warning: nested extern declaration of 'posix_fadvise'
  34. fdlimit.c:240: error: 'POSIX_FADV_WILLNEED' undeclared (first use in this function)
  35. fdlimit.c:240: error: (Each undeclared identifier is reported only once
  36. fdlimit.c:240: error: for each function it appears in.)
  37. fdlimit.c: In function 'tr_set_file_for_single_pass':
  38. fdlimit.c:260: error: 'POSIX_FADV_SEQUENTIAL' undeclared (first use in this function)
  39. fdlimit.c: In function 'tr_close_file':
  40. fdlimit.c:295: error: 'POSIX_FADV_DONTNEED' undeclared (first use in this function)
  41. gmake[1]: *** [fdlimit.o] Ошибка 1
  42. gmake[1]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/libtransission'
  43. gmake: *** [all-recursive] Ошибка 1
  44. *** Error code 1
  45.  
  46. Stop in /usr/ports/net-p2p/transmission-daemon.
  47. root@nas:/usr/ports/net-p2p/transmission-daemon#make clean
  48. ===> Cleaning for transmission-daemon-2.51
  49. root@nas:/usr/ports/net-p2p/transmission-daemon#make
  50. ===> License check disabled, port has not defined LICENSE
  51. ===> Extracting for transmission-daemon-2.51
  52. => SHA256 Checksum OK for transmission-2.51.tar.xz.
  53. ===> Patching for transmission-daemon-2.51
  54. ===> Applying extra patch /usr/ports/net-p2p/transmission-daemon/../transmission-cli/files/disableweb
  55. ===> Applying FreeBSD patches for transmission-daemon-2.51
  56. ===> transmission-daemon-2.51 depends on executable: gmake - found
  57. ===> transmission-daemon-2.51 depends on executable: pkg-config - found
  58. ===> transmission-daemon-2.51 depends on shared library: curl.6 - found
  59. ===> transmission-daemon-2.51 depends on shared library: event-2.0.6 - found
  60. ===> Configuring for transmission-daemon-2.51
  61. configure: WARNING: unrecognized options: --disable-libappindicator, --disable-gconf2
  62. checking whether gmake supports nested variables... yes
  63. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
  64. checking whether build environment is sane... yes
  65. checking for a thread-safe mkdir -p... ./install-sh -c -d
  66. checking for gawk... no
  67. checking for mawk... no
  68. checking for nawk... nawk
  69. checking whether gmake sets $(MAKE)... yes
  70. checking how to create a pax tar archive... gnutar
  71. checking build system type... amd64-portbld-freebsd8.3
  72. checking host system type... amd64-portbld-freebsd8.3
  73. checking how to print strings... printf
  74. checking for style of include used by gmake... GNU
  75. checking for gcc... cc
  76. checking whether the C compiler works... yes
  77. checking for C compiler default output file name... a.out
  78. checking for suffix of executables...
  79. checking whether we are cross compiling... no
  80. checking for suffix of object files... o
  81. checking whether we are using the GNU C compiler... yes
  82. checking whether cc accepts -g... yes
  83. checking for cc option to accept ISO C89... none needed
  84. checking dependency style of cc... gcc3
  85. checking for a sed that does not truncate output... /usr/bin/sed
  86. checking for grep that handles long lines and -e... /usr/bin/grep
  87. checking for egrep... /usr/bin/grep -E
  88. checking for fgrep... /usr/bin/grep -F
  89. checking for ld used by cc... /usr/bin/ld
  90. checking if the linker (/usr/bin/ld) is GNU ld... yes
  91. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  92. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  93. checking whether ln -s works... yes
  94. checking the maximum length of command line arguments... (cached) 262144
  95. checking whether the shell understands some XSI constructs... yes
  96. checking whether the shell understands "+="... no
  97. checking how to convert amd64-portbld-freebsd8.3 file names to amd64-portbld-freebsd8.3 format... fnc_convert_file_noop
  98. checking how to convert amd64-portbld-freebsd8.3 file names to toolchain format... func_convert_fil_noop
  99. checking for /usr/bin/ld option to reload object files... -r
  100. checking for objdump... objdump
  101. checking how to recognize dependent libraries... pass_all
  102. checking for dlltool... no
  103. checking how to associate runtime and link libraries... printf %s\n
  104. checking for ar... ar
  105. checking for archiver @FILE support... no
  106. checking for strip... strip
  107. checking for ranlib... ranlib
  108. checking command to parse /usr/bin/nm -B output from cc object... ok
  109. checking for sysroot... no
  110. checking for mt... mt
  111. checking if mt is a manifest tool... no
  112. checking how to run the C preprocessor... cpp
  113. checking for ANSI C header files... yes
  114. checking for sys/types.h... yes
  115. checking for sys/stat.h... yes
  116. checking for stdlib.h... yes
  117. checking for string.h... yes
  118. checking for memory.h... yes
  119. checking for strings.h... yes
  120. checking for inttypes.h... yes
  121. checking for stdint.h... yes
  122. checking for unistd.h... yes
  123. checking for dlfcn.h... yes
  124. checking for objdir... .libs
  125. checking if cc supports -fno-rtti -fno-exceptions... no
  126. checking for cc option to produce PIC... -fPIC -DPIC
  127. checking if cc PIC flag -fPIC -DPIC works... yes
  128. checking if cc static flag -static works... yes
  129. checking if cc supports -c -o file.o... yes
  130. checking if cc supports -c -o file.o... (cached) yes
  131. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  132. checking whether -lc should be explicitly linked in... no
  133. checking dynamic linker characteristics... freebsd8.3 ld.so
  134. checking how to hardcode library paths into programs... immediate
  135. checking whether stripping libraries is possible... yes
  136. checking if libtool supports shared libraries... yes
  137. checking whether to build shared libraries... yes
  138. checking whether to build static libraries... yes
  139. checking for gcc... (cached) cc
  140. checking whether we are using the GNU C compiler... (cached) yes
  141. checking whether cc accepts -g... (cached) yes
  142. checking for cc option to accept ISO C89... (cached) none needed
  143. checking dependency style of cc... (cached) gcc3
  144. checking whether we are using the GNU C++ compiler... yes
  145. checking whether c++ accepts -g... yes
  146. checking dependency style of c++... gcc3
  147. checking how to run the C++ preprocessor... c++ -E
  148. checking for ld used by c++... /usr/bin/ld
  149. checking if the linker (/usr/bin/ld) is GNU ld... yes
  150. checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
  151. checking for c++ option to produce PIC... -fPIC -DPIC
  152. checking if c++ PIC flag -fPIC -DPIC works... yes
  153. checking if c++ static flag -static works... yes
  154. checking if c++ supports -c -o file.o... yes
  155. checking if c++ supports -c -o file.o... (cached) yes
  156. checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
  157. checking dynamic linker characteristics... freebsd8.3 ld.so
  158. checking how to hardcode library paths into programs... immediate
  159. checking for c++... yes
  160. checking for inline... inline
  161. checking gcc version... 4.2.2
  162. checking for ANSI C header files... (cached) yes
  163. checking whether time.h and sys/time.h may both be included... yes
  164. checking stdbool.h usability... yes
  165. checking stdbool.h presence... yes
  166. checking for stdbool.h... yes
  167. checking for iconv_open... no
  168. checking for pread... yes
  169. checking for pwrite... yes
  170. checking for lrintf... no
  171. checking for strlcpy... yes
  172. checking for daemon... yes
  173. checking for dirname... yes
  174. checking for basename... yes
  175. checking for strcasecmp... yes
  176. checking for localtime_r... yes
  177. checking for fallocate64... no
  178. checking for posix_fallocate... yes
  179. checking for memmem... yes
  180. checking for strsep... yes
  181. checking for strtold... yes
  182. checking for syslog... yes
  183. checking for valloc... yes
  184. checking for getpagesize... yes
  185. checking for posix_memalign... yes
  186. checking for statvfs... yes
  187. checking for htonll... no
  188. checking for ntohll... no
  189. checking for mkdtemp... yes
  190. checking whether gmake sets $(MAKE)... (cached) yes
  191. checking whether pthreads work with -pthread... yes
  192. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  193. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  194. checking for library containing cos... -lm
  195. checking for library containing socket... none required
  196. checking for library containing gethostbyname... none required
  197. checking for pkg-config... /usr/local/bin/pkg-config
  198. checking pkg-config is at least version 0.9.0... yes
  199. checking for OPENSSL... gnome-config: not found
  200. no
  201. checking for OpenSSL... /usr
  202. checking for LIBCURL... yes
  203. checking for LIBEVENT... yes
  204. checking for /tmp/dummy1_zlib.h... yes
  205. checking for library containing gzopen... -lz
  206. checking for special C compiler options needed for large files... no
  207. checking for _FILE_OFFSET_BITS value needed for large files... no
  208. checking for lseek64... no
  209. checking whether posix_fadvise is declared... no
  210. checking for posix_fadvise... yes
  211. checking sys/inotify.h usability... no
  212. checking sys/inotify.h presence... no
  213. checking for sys/inotify.h... no
  214. checking sys/event.h usability... yes
  215. checking sys/event.h presence... yes
  216. checking for sys/event.h... yes
  217. checking for kqueue... yes
  218. checking sys/statvfs.h usability... yes
  219. checking sys/statvfs.h presence... yes
  220. checking for sys/statvfs.h... yes
  221. checking xfs/xfs.h usability... no
  222. checking xfs/xfs.h presence... no
  223. checking for xfs/xfs.h... no
  224. checking how to copy va_list... va_copy
  225. checking for clock_gettime in -lrt... no
  226. checking µTP... yes
  227. checking supported miniupnp library... none
  228. configure: creating ./config.status
  229. config.status: creating Makefile
  230. config.status: creating transmission-gtk.spec
  231. config.status: creating cli/Makefile
  232. config.status: creating daemon/Makefile
  233. config.status: creating extras/Makefile
  234. config.status: creating libtransmission/Makefile
  235. config.status: creating utils/Makefile
  236. config.status: creating third-party/Makefile
  237. config.status: creating third-party/dht/Makefile
  238. config.status: creating third-party/libutp/Makefile
  239. config.status: creating third-party/libnatpmp/Makefile
  240. config.status: creating third-party/miniupnp/Makefile
  241. config.status: creating macosx/Makefile
  242. config.status: creating gtk/Makefile
  243. config.status: creating gtk/icons/Makefile
  244. config.status: creating qt/config.pri
  245. config.status: creating web/Makefile
  246. config.status: creating web/images/Makefile
  247. config.status: creating web/style/Makefile
  248. config.status: creating web/style/jqueryui/Makefile
  249. config.status: creating web/style/jqueryui/images/Makefile
  250. config.status: creating web/style/transmission/Makefile
  251. config.status: creating web/style/transmission/images/Makefile
  252. config.status: creating web/style/transmission/images/buttons/Makefile
  253. config.status: creating web/javascript/Makefile
  254. config.status: creating web/javascript/jquery/Makefile
  255. config.status: creating po/Makefile.in
  256. config.status: executing depfiles commands
  257. config.status: executing libtool commands
  258. config.status: executing po/stamp-it commands
  259. configure: WARNING: unrecognized options: --disable-libappindicator, --disable-gconf2
  260.  
  261.  
  262. Configuration:
  263.  
  264. Source code location: .
  265. Compiler: c++
  266.  
  267. Build libtransmission: yes
  268. * optimized for low-resource systems: no
  269. * µTP enabled: yes
  270.  
  271. Build Command-Line client: no
  272.  
  273. Build GTK+ client: no (GTK+ none)
  274. * libappindicator for an Ubuntu-style tray: no
  275.  
  276. Build Daemon: yes
  277.  
  278. Build Mac client: no
  279.  
  280.  
  281. ===> Building for transmission-daemon-2.51
  282. Making all in third-party
  283. gmake[1]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-party
  284. Making all in dht
  285. gmake[2]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-partydht'
  286. CC dht.o
  287. AR libdht.a
  288. gmake[2]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty/dht'
  289. Making all in libnatpmp
  290. gmake[2]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-partylibnatpmp'
  291. CC getgateway.o
  292. CC natpmp.o
  293. natpmp.c:106: warning: no previous declaration for 'sendpendingrequest'
  294. natpmp.c:122: warning: no previous declaration for 'sendnatpmprequest'
  295. natpmp.c:187: warning: no previous declaration for 'readnatpmpresponse'
  296. CC wingettimeofday.o
  297. AR libnatpmp.a
  298. gmake[2]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty/libnatpmp'
  299. Making all in miniupnp
  300. gmake[2]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-partyminiupnp'
  301. ./updateminiupnpcstrings.sh ./miniupnpcstrings.h.in miniupnpcstrings.h
  302. lsb_release: not found
  303. Detected OS [FreeBSD] version [8.3-RELEASE]
  304. setting OS_STRING macro value to FreeBSD/8.3-RELEASE in miniupnpcstrings.h.
  305. gmake all-am
  306. gmake[3]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-partyminiupnp'
  307. CC connecthostport.o
  308. CC igd_desc_parse.o
  309. CC minisoap.o
  310. CC minissdpc.o
  311. CC miniupnpc.o
  312. CC miniwget.o
  313. miniwget.c: In function 'getHTTPResponse':
  314. miniwget.c:189: warning: comparison between signed and unsigned
  315. miniwget.c:226: warning: signed and unsigned type in conditional expression
  316. miniwget.c: In function 'miniwget3':
  317. miniwget.c:289: warning: unused parameter 'url'
  318. CC minixml.o
  319. CC portlistingparse.o
  320. portlistingparse.c: In function 'endelt':
  321. portlistingparse.c:71: warning: unused parameter 'name'
  322. portlistingparse.c:71: warning: unused parameter 'l'
  323. CC receivedata.o
  324. CC upnpcommands.o
  325. CC upnpreplyparse.o
  326. AR libminiupnp.a
  327. gmake[3]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty/miniupnp'
  328. gmake[2]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty/miniupnp'
  329. Making all in libutp
  330. gmake[2]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-partylibutp'
  331. CXX utp.o
  332. In file included from utp.cpp:81:
  333. utp_config.h:8:2: warning: #warning implement this in libtransmission
  334. CXX utp_utils.o
  335. AR libutp.a
  336. gmake[2]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty/libutp'
  337. gmake[2]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-party
  338. gmake[2]: Цель `all-am' не требует выполнения команд.
  339. gmake[2]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty'
  340. gmake[1]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/third-paty'
  341. Making all in libtransmission
  342. gmake[1]: Вход в каталог `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/libtransmision'
  343. CC announcer.o
  344. CC announcer-http.o
  345. CC announcer-udp.o
  346. CC bandwidth.o
  347. CC bencode.o
  348. CC bitfield.o
  349. CC blocklist.o
  350. CC cache.o
  351. CC clients.o
  352. CC completion.o
  353. CC ConvertUTF.o
  354. CC crypto.o
  355. CC fdlimit.o
  356. fdlimit.c: In function 'tr_prefetch':
  357. fdlimit.c:240: warning: implicit declaration of function 'posix_fadvise'
  358. fdlimit.c:240: warning: nested extern declaration of 'posix_fadvise'
  359. fdlimit.c:240: error: 'POSIX_FADV_WILLNEED' undeclared (first use in this function)
  360. fdlimit.c:240: error: (Each undeclared identifier is reported only once
  361. fdlimit.c:240: error: for each function it appears in.)
  362. fdlimit.c: In function 'tr_set_file_for_single_pass':
  363. fdlimit.c:260: error: 'POSIX_FADV_SEQUENTIAL' undeclared (first use in this function)
  364. fdlimit.c: In function 'tr_close_file':
  365. fdlimit.c:295: error: 'POSIX_FADV_DONTNEED' undeclared (first use in this function)
  366. gmake[1]: *** [fdlimit.o] Ошибка 1
  367. gmake[1]: Выход из каталога `/usr/ports/net-p2p/transmission-daemon/work/transmission-2.51/libtransission'
  368. gmake: *** [all-recursive] Ошибка 1
  369. *** Error code 1
  370.  
  371. Stop in /usr/ports/net-p2p/transmission-daemon.
  372. root@nas:/usr/ports/net-p2p/transmission-daemon#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement