Advertisement
Guest User

Untitled

a guest
Mar 5th, 2011
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.94 KB | None | 0 0
  1. ===>>> Returning to dependency check for net-p2p/transmission-gtk2
  2. ===>>> Dependency check complete for net-p2p/transmission-gtk2
  3. ===> Cleaning for transmission-gtk2-2.22
  4.  
  5. ===> License check disabled, port has not defined LICENSE
  6. ===> Extracting for transmission-gtk2-2.22
  7. => SHA256 Checksum OK for transmission-2.22.tar.xz.
  8. ===> Patching for transmission-gtk2-2.22
  9. ===> Applying extra patch /usr/ports/net-p2p/transmission-gtk2/../transmission-cli/files/disable-web
  10. ===> Applying FreeBSD patches for transmission-gtk2-2.22
  11. ===> transmission-gtk2-2.22 depends on executable: gmake - found
  12. ===> transmission-gtk2-2.22 depends on file: /usr/local/bin/intltool-extract - found
  13. ===> transmission-gtk2-2.22 depends on executable: pkg-config - found
  14. ===> transmission-gtk2-2.22 depends on executable: update-desktop-database - found
  15. ===> transmission-gtk2-2.22 depends on shared library: curl.6 - found
  16. ===> transmission-gtk2-2.22 depends on shared library: event-2.0.5 - found
  17. ===> transmission-gtk2-2.22 depends on shared library: notify.1 - found
  18. ===> transmission-gtk2-2.22 depends on shared library: dbus-glib-1.2 - found
  19. ===> transmission-gtk2-2.22 depends on shared library: intl - found
  20. ===> transmission-gtk2-2.22 depends on shared library: atk-1.0.0 - found
  21. ===> transmission-gtk2-2.22 depends on shared library: glib-2.0.0 - found
  22. ===> transmission-gtk2-2.22 depends on shared library: gtk-x11-2.0.0 - found
  23. ===> transmission-gtk2-2.22 depends on shared library: pango-1.0.0 - found
  24. ===> Configuring for transmission-gtk2-2.22
  25. checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
  26. checking whether build environment is sane... yes
  27. checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
  28. checking for gawk... gawk
  29. checking whether gmake sets $(MAKE)... yes
  30. checking how to create a ustar tar archive... gnutar
  31. checking build system type... i386-portbld-freebsd8.2
  32. checking host system type... i386-portbld-freebsd8.2
  33. checking for style of include used by gmake... GNU
  34. checking for gcc... cc
  35. checking whether the C compiler works... yes
  36. checking for C compiler default output file name... a.out
  37. checking for suffix of executables...
  38. checking whether we are cross compiling... no
  39. checking for suffix of object files... o
  40. checking whether we are using the GNU C compiler... yes
  41. checking whether cc accepts -g... yes
  42. checking for cc option to accept ISO C89... none needed
  43. checking dependency style of cc... gcc3
  44. checking for a sed that does not truncate output... /usr/bin/sed
  45. checking for grep that handles long lines and -e... /usr/bin/grep
  46. checking for egrep... /usr/bin/grep -E
  47. checking for fgrep... /usr/bin/grep -F
  48. checking for ld used by cc... /usr/bin/ld
  49. checking if the linker (/usr/bin/ld) is GNU ld... yes
  50. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  51. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  52. checking whether ln -s works... yes
  53. checking the maximum length of command line arguments... (cached) 262144
  54. checking whether the shell understands some XSI constructs... yes
  55. checking whether the shell understands "+="... no
  56. checking for /usr/bin/ld option to reload object files... -r
  57. checking for objdump... objdump
  58. checking how to recognize dependent libraries... pass_all
  59. checking for ar... ar
  60. checking for strip... strip
  61. checking for ranlib... ranlib
  62. checking command to parse /usr/bin/nm -B output from cc object... ok
  63. checking how to run the C preprocessor... cpp
  64. checking for ANSI C header files... yes
  65. checking for sys/types.h... yes
  66. checking for sys/stat.h... yes
  67. checking for stdlib.h... yes
  68. checking for string.h... yes
  69. checking for memory.h... yes
  70. checking for strings.h... yes
  71. checking for inttypes.h... yes
  72. checking for stdint.h... yes
  73. checking for unistd.h... yes
  74. checking for dlfcn.h... yes
  75. checking for objdir... .libs
  76. checking if cc supports -fno-rtti -fno-exceptions... no
  77. checking for cc option to produce PIC... -fPIC -DPIC
  78. checking if cc PIC flag -fPIC -DPIC works... yes
  79. checking if cc static flag -static works... yes
  80. checking if cc supports -c -o file.o... yes
  81. checking if cc supports -c -o file.o... (cached) yes
  82. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  83. checking whether -lc should be explicitly linked in... no
  84. checking dynamic linker characteristics... freebsd8.2 ld.so
  85. checking how to hardcode library paths into programs... immediate
  86. checking whether stripping libraries is possible... yes
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... yes
  89. checking whether to build static libraries... yes
  90. checking for gcc... (cached) cc
  91. checking whether we are using the GNU C compiler... (cached) yes
  92. checking whether cc accepts -g... (cached) yes
  93. checking for cc option to accept ISO C89... (cached) none needed
  94. checking dependency style of cc... (cached) gcc3
  95. checking whether we are using the GNU C++ compiler... yes
  96. checking whether c++ accepts -g... yes
  97. checking dependency style of c++... gcc3
  98. checking whether we are using the GNU C++ compiler... (cached) yes
  99. checking whether c++ accepts -g... (cached) yes
  100. checking dependency style of c++... (cached) gcc3
  101. checking how to run the C++ preprocessor... c++ -E
  102. checking for ld used by c++... /usr/bin/ld
  103. checking if the linker (/usr/bin/ld) is GNU ld... yes
  104. checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
  105. checking for c++ option to produce PIC... -fPIC -DPIC
  106. checking if c++ PIC flag -fPIC -DPIC works... yes
  107. checking if c++ static flag -static works... yes
  108. checking if c++ supports -c -o file.o... yes
  109. checking if c++ supports -c -o file.o... (cached) yes
  110. checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
  111. checking dynamic linker characteristics... freebsd8.2 ld.so
  112. checking how to hardcode library paths into programs... immediate
  113. checking for inline... inline
  114. checking gcc version... 4.2.1
  115. checking for ANSI C header files... (cached) yes
  116. checking whether time.h and sys/time.h may both be included... yes
  117. checking for iconv_open... no
  118. checking for pread... yes
  119. checking for pwrite... yes
  120. checking for lrintf... no
  121. checking for strlcpy... yes
  122. checking for daemon... yes
  123. checking for dirname... yes
  124. checking for basename... yes
  125. checking for strcasecmp... yes
  126. checking for localtime_r... yes
  127. checking for fallocate64... no
  128. checking for posix_fallocate... no
  129. checking for memmem... yes
  130. checking for strsep... yes
  131. checking for strtold... yes
  132. checking for syslog... yes
  133. checking for valloc... yes
  134. checking for getpagesize... yes
  135. checking for posix_memalign... yes
  136. checking for statvfs... yes
  137. checking whether gmake sets $(MAKE)... (cached) yes
  138. checking whether pthreads work with -pthread... yes
  139. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  140. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  141. checking for library containing cos... -lm
  142. checking for library containing socket... none required
  143. checking for library containing gethostbyname... none required
  144. checking for pkg-config... /usr/local/bin/pkg-config
  145. checking pkg-config is at least version 0.9.0... yes
  146. checking for OPENSSL... gnome-config: not found
  147. no
  148. checking for OpenSSL... /usr
  149. checking for LIBCURL... yes
  150. checking for LIBEVENT... yes
  151. checking for /tmp/dummy1_zlib.h... yes
  152. checking for library containing gzopen... -lz
  153. checking for special C compiler options needed for large files... no
  154. checking for _FILE_OFFSET_BITS value needed for large files... no
  155. checking for lseek64... no
  156. checking whether posix_fadvise is declared... no
  157. checking for posix_fadvise... no
  158. checking sys/inotify.h usability... no
  159. checking sys/inotify.h presence... no
  160. checking for sys/inotify.h... no
  161. checking sys/event.h usability... yes
  162. checking sys/event.h presence... yes
  163. checking for sys/event.h... yes
  164. checking for kqueue... yes
  165. checking sys/statvfs.h usability... yes
  166. checking sys/statvfs.h presence... yes
  167. checking for sys/statvfs.h... yes
  168. checking xfs/xfs.h usability... no
  169. checking xfs/xfs.h presence... no
  170. checking for xfs/xfs.h... no
  171. checking how to copy va_list... va_copy
  172. checking for clock_gettime in -lrt... no
  173. checking for GTK... yes
  174. checking for GIO... yes
  175. checking for LIBNOTIFY... yes
  176. checking for LIBAPPINDICATOR... gnome-config: not found
  177. no
  178. checking for LIBCANBERRA... yes
  179. checking for GCONF2... yes
  180. checking for DBUS_GLIB... yes
  181. checking for dbus-binding-tool... /usr/local/bin/dbus-binding-tool
  182. checking whether NLS is requested... yes
  183. checking for intltool >= 0.35.0... 0.41.1 found
  184. checking for intltool-update... /usr/local/bin/intltool-update
  185. checking for intltool-merge... /usr/local/bin/intltool-merge
  186. checking for intltool-extract... /usr/local/bin/intltool-extract
  187. checking for xgettext... /usr/local/bin/xgettext
  188. checking for msgmerge... /usr/local/bin/msgmerge
  189. checking for msgfmt... /usr/local/bin/msgfmt
  190. checking for gmsgfmt... /usr/local/bin/msgfmt
  191. checking for perl... /usr/bin/perl
  192. checking for perl >= 5.8.1... 5.12.3
  193. checking libintl.h usability... yes
  194. checking libintl.h presence... yes
  195. checking for libintl.h... yes
  196. checking locale.h usability... yes
  197. checking locale.h presence... yes
  198. checking for locale.h... yes
  199. checking for LC_MESSAGES... yes
  200. checking for libintl.h... (cached) yes
  201. checking for ngettext in libc... no
  202. checking for bindtextdomain in -lintl... yes
  203. checking for ngettext in -lintl... yes
  204. checking for dgettext in -lintl... yes
  205. checking for bind_textdomain_codeset... yes
  206. checking for msgfmt... (cached) /usr/local/bin/msgfmt
  207. checking for dcgettext... yes
  208. checking for gmsgfmt... (cached) /usr/local/bin/msgfmt
  209. checking for xgettext... (cached) /usr/local/bin/xgettext
  210. configure: creating ./config.status
  211. config.status: creating Makefile
  212. config.status: creating transmission-gtk.spec
  213. config.status: creating cli/Makefile
  214. config.status: creating daemon/Makefile
  215. config.status: creating extras/Makefile
  216. config.status: creating libtransmission/Makefile
  217. config.status: creating utils/Makefile
  218. config.status: creating third-party/Makefile
  219. config.status: creating third-party/miniupnp/Makefile
  220. config.status: creating third-party/libnatpmp/Makefile
  221. config.status: creating third-party/dht/Makefile
  222. config.status: creating macosx/Makefile
  223. config.status: creating gtk/Makefile
  224. config.status: creating gtk/icons/Makefile
  225. config.status: creating web/Makefile
  226. config.status: creating web/images/Makefile
  227. config.status: creating web/images/buttons/Makefile
  228. config.status: creating web/images/graphics/Makefile
  229. config.status: creating web/images/progress/Makefile
  230. config.status: creating web/javascript/Makefile
  231. config.status: creating web/javascript/jquery/Makefile
  232. config.status: creating web/stylesheets/Makefile
  233. config.status: creating po/Makefile.in
  234. config.status: executing depfiles commands
  235. config.status: executing libtool commands
  236. config.status: executing default-1 commands
  237. config.status: executing po/stamp-it commands
  238.  
  239.  
  240. Configuration:
  241.  
  242. Source code location: .
  243. Compiler: c++
  244.  
  245. Build libtransmission: yes
  246.  
  247. * optimized for low-resource systems: no
  248.  
  249. Build Command-Line client: no
  250.  
  251. Build GTK+ client: yes
  252.  
  253. Optional dependencies for GTK+ client:
  254.  
  255. * dbus support: yes
  256. * gio for watchdir support: yes
  257. * libnotify for 'download completed' popups: yes
  258. * libcanberra for 'download completed' sounds: yes
  259. * gconf2 to register as a magnet link handler: no
  260. * libappindicator for an Ubuntu-style tray: no
  261.  
  262. Build Daemon: no
  263.  
  264. Build Mac client: no
  265.  
  266.  
  267. ===> Building for transmission-gtk2-2.22
  268. Making all in third-party
  269. gmake[1]: Entering directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party'
  270. Making all in libnatpmp
  271. gmake[2]: Entering directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party/libnatpmp'
  272. CC getgateway.o
  273. CC natpmp.o
  274. natpmp.c:90: warning: no previous declaration for 'sendpendingrequest'
  275. natpmp.c:106: warning: no previous declaration for 'sendnatpmprequest'
  276. natpmp.c:171: warning: no previous declaration for 'readnatpmpresponse'
  277. CC wingettimeofday.o
  278. AR libnatpmp.a
  279. gmake[2]: Leaving directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party/libnatpmp'
  280. Making all in miniupnp
  281. gmake[2]: Entering directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party/miniupnp'
  282. ./updateminiupnpcstrings.sh ./miniupnpcstrings.h.in miniupnpcstrings.h
  283. lsb_release: not found
  284. Detected OS [FreeBSD] version [8.2-STABLE]
  285. setting OS_STRING macro value to FreeBSD/8.2-STABLE in miniupnpcstrings.h.
  286. gmake all-am
  287. gmake[3]: Entering directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party/miniupnp'
  288. CC connecthostport.o
  289. CC igd_desc_parse.o
  290. CC minisoap.o
  291. CC minissdpc.o
  292. CC miniupnpc.o
  293. CC miniwget.o
  294. miniwget.c: In function 'getHTTPResponse':
  295. miniwget.c:162: warning: signed and unsigned type in conditional expression
  296. miniwget.c:229: warning: signed and unsigned type in conditional expression
  297. miniwget.c: In function 'miniwget3':
  298. miniwget.c:277: warning: unused parameter 'url'
  299. CC minixml.o
  300. CC upnpcommands.o
  301. CC upnpreplyparse.o
  302. AR libminiupnp.a
  303. gmake[3]: Leaving directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party/miniupnp'
  304. gmake[2]: Leaving directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party/miniupnp'
  305. Making all in dht
  306. gmake[2]: Entering directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party/dht'
  307. CC dht.o
  308. AR libdht.a
  309. gmake[2]: Leaving directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party/dht'
  310. gmake[2]: Entering directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party'
  311. gmake[2]: Цель `all-am' не требует выполнения команд.
  312. gmake[2]: Leaving directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party'
  313. gmake[1]: Leaving directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/third-party'
  314. Making all in libtransmission
  315. gmake[1]: Entering directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission'
  316. CC announcer.o
  317. announcer.c: In function 'tierAddAnnounce':
  318. announcer.c:777: warning: passing argument 2 of 'tr_ptrArrayAppend' discards qualifiers from pointer target type
  319. announcer.c: In function 'getNextAnnounceEvent':
  320. announcer.c:1208: warning: passing argument 2 of 'tr_ptrArrayAppend' discards qualifiers from pointer target type
  321. CC bandwidth.o
  322. CC bencode.o
  323. CC bitfield.o
  324. CC blocklist.o
  325. CC cache.o
  326. CC clients.o
  327. CC completion.o
  328. CC ConvertUTF.o
  329. CC crypto.o
  330. CC fdlimit.o
  331. CC handshake.o
  332. CC history.o
  333. CC inout.o
  334. CC json.o
  335. CC JSON_parser.o
  336. CC list.o
  337. CC magnet.o
  338. CC makemeta.o
  339. CC metainfo.o
  340. CC natpmp.o
  341. CC net.o
  342. CC peer-io.o
  343. CC peer-mgr.o
  344. peer-mgr.c: In function 'rechokeDownloads':
  345. peer-mgr.c:2574: warning: format '%li' expects type 'long int', but argument 5 has type 'time_t'
  346. peer-mgr.c: In function 'rechokePulse':
  347. peer-mgr.c:2511: warning: 'maxPeers' may be used uninitialized in this function
  348. peer-mgr.c:2511: note: 'maxPeers' was declared here
  349. CC peer-msgs.o
  350. CC platform.o
  351. CC port-forwarding.o
  352. CC ptrarray.o
  353. CC ratecontrol.o
  354. CC resume.o
  355. CC rpcimpl.o
  356. rpcimpl.c: In function 'gotNewBlocklist':
  357. rpcimpl.c:1126: warning: 'fd' may be used uninitialized in this function
  358. CC rpc-server.o
  359. CC session.o
  360. session.c: In function 'tr_sessionFindTorrentFile':
  361. session.c:2338: warning: passing argument 1 of 'metainfoLookupInit' discards qualifiers from pointer target type
  362. CC stats.o
  363. CC torrent.o
  364. CC torrent-ctor.o
  365. CC torrent-magnet.o
  366. CC tr-dht.o
  367. CC tr-lpd.o
  368. CC tr-udp.o
  369. CC tr-getopt.o
  370. CC trevent.o
  371. CC upnp.o
  372. CC utils.o
  373. CC verify.o
  374. CC web.o
  375. CC webseed.o
  376. CC wildmat.o
  377. AR libtransmission.a
  378. gmake[1]: Leaving directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission'
  379. Making all in gtk
  380. gmake[1]: Entering directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/gtk'
  381. gmake all-recursive
  382. gmake[2]: Entering directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/gtk'
  383. Making all in icons
  384. gmake[3]: Entering directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/gtk/icons'
  385. gmake[3]: Цель `all' не требует выполнения команд.
  386. gmake[3]: Leaving directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/gtk/icons'
  387. gmake[3]: Entering directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/gtk'
  388. CC actions.o
  389. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  390. from actions.c:16:
  391. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  392. CC conf.o
  393. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  394. from util.h:18,
  395. from conf.h:30,
  396. from conf.c:39:
  397. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  398. CC details.o
  399. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  400. from details.c:18:
  401. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  402. CC dialogs.o
  403. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  404. from dialogs.c:25:
  405. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  406. CC favicon.o
  407. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  408. from favicon.c:14:
  409. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  410. CC file-list.o
  411. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  412. from file-list.c:18:
  413. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  414. CC filter.o
  415. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  416. from filter.c:13:
  417. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  418. CC hig.o
  419. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  420. from hig.c:13:
  421. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  422. CC icons.o
  423. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  424. from icons.c:11:
  425. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  426. CC main.o
  427. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  428. from main.c:36:
  429. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  430. main.c: In function 'curlConfigFunc':
  431. main.c:669: warning: unused parameter 'destination'
  432. CC makemeta-ui.o
  433. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  434. from makemeta-ui.c:16:
  435. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  436. CC msgwin.o
  437. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  438. from msgwin.c:18:
  439. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  440. CC notify.o
  441. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  442. from /usr/local/include/canberra-gtk.h:27,
  443. from notify.c:16:
  444. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  445. CC open-dialog.o
  446. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  447. from open-dialog.c:14:
  448. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  449. CC relocate.o
  450. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  451. from relocate.c:16:
  452. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  453. relocate.c: In function 'onResponse':
  454. relocate.c:126: warning: null format string
  455. CC stats.o
  456. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  457. from stats.c:14:
  458. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  459. CC torrent-cell-renderer.o
  460. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  461. from torrent-cell-renderer.c:14:
  462. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  463. CC tr-core.o
  464. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  465. from tr-core.c:27:
  466. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  467. CC tr-icon.o
  468. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  469. from tr-icon.c:14:
  470. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  471. CC tr-prefs.o
  472. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  473. from tr-prefs.c:18:
  474. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  475. CC tr-torrent.o
  476. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  477. from tr-torrent.c:28:
  478. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  479. CC tr-window.o
  480. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  481. from tr-window.c:27:
  482. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  483. CC util.o
  484. In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:233,
  485. from util.c:24:
  486. /usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
  487. CCLD transmission-gtk
  488. tr-core.o(.text+0x409): In function `readResponseIdle':
  489. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/gtk/tr-core.c:1618: undefined reference to `evbuffer_get_length'
  490. tr-core.o(.text+0x41b):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/gtk/tr-core.c:1618: undefined reference to `evbuffer_pullup'
  491. ../libtransmission/libtransmission.a(bencode.o)(.text+0xfa2): In function `tr_bencToBuf':
  492. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/bencode.c:1609: undefined reference to `evbuffer_get_length'
  493. ../libtransmission/libtransmission.a(bencode.o)(.text+0x1014):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/bencode.c:1625: undefined reference to `evbuffer_get_length'
  494. ../libtransmission/libtransmission.a(bencode.o)(.text+0x1073): In function `tr_bencToStr':
  495. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/bencode.c:1639: undefined reference to `evbuffer_get_length'
  496. ../libtransmission/libtransmission.a(bencode.o)(.text+0x23e1): In function `jsonStringFunc':
  497. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/bencode.c:1374: undefined reference to `evbuffer_reserve_space'
  498. ../libtransmission/libtransmission.a(bencode.o)(.text+0x2485):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/bencode.c:1411: undefined reference to `evbuffer_commit_space'
  499. ../libtransmission/libtransmission.a(net.o)(.text+0x3d2): In function `tr_globalIPv6':
  500. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/net.c:511: undefined reference to `evutil_closesocket'
  501. ../libtransmission/libtransmission.a(net.o)(.text+0x42e):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/net.c:517: undefined reference to `evutil_closesocket'
  502. ../libtransmission/libtransmission.a(net.o)(.text+0x2c5): In function `tr_netCloseSocket':
  503. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/net.c:471: undefined reference to `evutil_closesocket'
  504. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x3ed): In function `tr_peerIoWriteBuf':
  505. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:799: undefined reference to `evbuffer_get_length'
  506. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x447):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:772: undefined reference to `evbuffer_get_length'
  507. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x471):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:773: undefined reference to `evbuffer_peek'
  508. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x4a6):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:775: undefined reference to `evbuffer_peek'
  509. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x5aa): In function `tr_peerIoGetWriteBufferSpace':
  510. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:731: undefined reference to `evbuffer_get_length'
  511. ../libtransmission/libtransmission.a(peer-io.o)(.text+0xa6c): In function `tr_peerIoReconnect':
  512. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:645: undefined reference to `event_free'
  513. ../libtransmission/libtransmission.a(peer-io.o)(.text+0xa7a):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:646: undefined reference to `event_free'
  514. ../libtransmission/libtransmission.a(peer-io.o)(.text+0xabf):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:648: undefined reference to `event_new'
  515. ../libtransmission/libtransmission.a(peer-io.o)(.text+0xaeb):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:649: undefined reference to `event_new'
  516. ../libtransmission/libtransmission.a(peer-io.o)(.text+0xc15): In function `tr_evbuffer_write':
  517. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:277: undefined reference to `evbuffer_write_atmost'
  518. ../libtransmission/libtransmission.a(peer-io.o)(.text+0xce1): In function `event_write_cb':
  519. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:302: undefined reference to `evbuffer_get_length'
  520. ../libtransmission/libtransmission.a(peer-io.o)(.text+0xdeb):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:333: undefined reference to `evbuffer_get_length'
  521. ../libtransmission/libtransmission.a(peer-io.o)(.text+0xe10):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:326: undefined reference to `evbuffer_get_length'
  522. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x109c): In function `canReadWrapper':
  523. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:172: undefined reference to `evbuffer_get_length'
  524. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x10c6):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:150: undefined reference to `evbuffer_get_length'
  525. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x10ec):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:152: more undefined references to `evbuffer_get_length' follow
  526. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x17e1): In function `io_dtor':
  527. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:530: undefined reference to `event_free'
  528. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x17ef):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:531: undefined reference to `event_free'
  529. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x1982): In function `tr_peerIoNew':
  530. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:398: undefined reference to `event_new'
  531. ../libtransmission/libtransmission.a(peer-io.o)(.text+0x19ae):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-io.c:399: undefined reference to `event_new'
  532. ../libtransmission/libtransmission.a(session.o)(.text+0x182a): In function `close_bindinfo':
  533. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/session.c:160: undefined reference to `event_free'
  534. ../libtransmission/libtransmission.a(session.o)(.text+0x1d2a): In function `peerPortChanged':
  535. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/session.c:210: undefined reference to `event_new'
  536. ../libtransmission/libtransmission.a(session.o)(.text+0x1dc8):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/session.c:219: undefined reference to `event_new'
  537. ../libtransmission/libtransmission.a(session.o)(.text+0x34d6): In function `sessionCloseImpl':
  538. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/session.c:1738: undefined reference to `event_free'
  539. ../libtransmission/libtransmission.a(session.o)(.text+0x34f4):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/session.c:1741: undefined reference to `event_free'
  540. ../libtransmission/libtransmission.a(session.o)(.text+0x4462): In function `tr_sessionInitImpl':
  541. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/session.c:672: undefined reference to `event_new'
  542. ../libtransmission/libtransmission.a(session.o)(.text+0x4537):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/session.c:701: undefined reference to `event_new'
  543. ../libtransmission/libtransmission.a(tr-lpd.o)(.text+0x665): In function `tr_lpdUninit':
  544. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/tr-lpd.c:370: undefined reference to `event_free'
  545. ../libtransmission/libtransmission.a(tr-lpd.o)(.text+0x67c):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/tr-lpd.c:374: undefined reference to `evutil_closesocket'
  546. ../libtransmission/libtransmission.a(tr-lpd.o)(.text+0x689):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/tr-lpd.c:375: undefined reference to `evutil_closesocket'
  547. ../libtransmission/libtransmission.a(tr-lpd.o)(.text+0x985): In function `tr_lpdInit':
  548. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/tr-lpd.c:341: undefined reference to `event_new'
  549. ../libtransmission/libtransmission.a(tr-udp.o)(.text+0x3c): In function `tr_udpUninit':
  550. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/tr-udp.c:220: undefined reference to `event_free'
  551. ../libtransmission/libtransmission.a(tr-udp.o)(.text+0x74):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/tr-udp.c:230: undefined reference to `event_free'
  552. ../libtransmission/libtransmission.a(tr-udp.o)(.text+0x280): In function `tr_udpInit':
  553. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/tr-udp.c:183: undefined reference to `event_new'
  554. ../libtransmission/libtransmission.a(tr-udp.o)(.text+0x43d):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/tr-udp.c:193: undefined reference to `event_new'
  555. ../libtransmission/libtransmission.a(trevent.o)(.text+0x1f4): In function `readFromPipe':
  556. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/trevent.c:201: undefined reference to `event_free'
  557. ../libtransmission/libtransmission.a(trevent.o)(.text+0x30e):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/trevent.c:201: undefined reference to `event_free'
  558. ../libtransmission/libtransmission.a(trevent.o)(.text+0x424): In function `libeventThreadFunc':
  559. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/trevent.c:239: undefined reference to `event_new'
  560. ../libtransmission/libtransmission.a(utils.o)(.text+0x1056): In function `evbuffer_free_to_str':
  561. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/utils.c:692: undefined reference to `evbuffer_get_length'
  562. ../libtransmission/libtransmission.a(utils.o)(.text+0x1075):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/utils.c:694: undefined reference to `evbuffer_copyout'
  563. ../libtransmission/libtransmission.a(utils.o)(.text+0x264f): In function `tr_deepLog':
  564. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/utils.c:245: undefined reference to `evbuffer_pullup'
  565. ../libtransmission/libtransmission.a(utils.o)(.text+0x265f):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/utils.c:247: undefined reference to `evbuffer_pullup'
  566. ../libtransmission/libtransmission.a(web.o)(.text+0xc5f): In function `task_finish_func':
  567. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/web.c:199: undefined reference to `evbuffer_get_length'
  568. ../libtransmission/libtransmission.a(web.o)(.text+0xc74):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/web.c:199: undefined reference to `evbuffer_pullup'
  569. ../libtransmission/libtransmission.a(announcer.o)(.text+0xda3): In function `tr_announcerClose':
  570. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/announcer.c:197: undefined reference to `event_free'
  571. ../libtransmission/libtransmission.a(announcer.o)(.text+0xe63): In function `tr_announcerInit':
  572. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/announcer.c:182: undefined reference to `event_new'
  573. ../libtransmission/libtransmission.a(cache.o)(.text+0x22b): In function `flushContiguous':
  574. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/cache.c:175: undefined reference to `evbuffer_copyout'
  575. ../libtransmission/libtransmission.a(cache.o)(.text+0x547): In function `tr_cacheReadBlock':
  576. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/cache.c:364: undefined reference to `evbuffer_copyout'
  577. ../libtransmission/libtransmission.a(cache.o)(.text+0x5e2): In function `tr_cacheWriteBlock':
  578. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/cache.c:343: undefined reference to `evbuffer_get_length'
  579. ../libtransmission/libtransmission.a(cache.o)(.text+0x60a):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/cache.c:344: undefined reference to `evbuffer_remove_buffer'
  580. ../libtransmission/libtransmission.a(peer-mgr.o)(.text+0xc70): In function `createTimer':
  581. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-mgr.c:2104: undefined reference to `event_new'
  582. ../libtransmission/libtransmission.a(peer-mgr.o)(.text+0x1aa3): In function `deleteTimer':
  583. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-mgr.c:512: undefined reference to `event_free'
  584. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x318): In function `tr_peerMsgsFree':
  585. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:2359: undefined reference to `event_free'
  586. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x446): In function `myDebug':
  587. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:281: undefined reference to `evbuffer_pullup'
  588. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x4f9): In function `dbgOutMessageLen':
  589. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:312: undefined reference to `evbuffer_get_length'
  590. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0xd17): In function `tr_peerMsgsNew':
  591. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:2330: undefined reference to `event_new'
  592. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x1085):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:2038: undefined reference to `evbuffer_get_length'
  593. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x1595): In function `peerPulse':
  594. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:1781: undefined reference to `evbuffer_get_length'
  595. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x189e):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:1795: undefined reference to `evbuffer_get_length'
  596. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x19e7):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:1790: undefined reference to `evbuffer_get_length'
  597. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x1c9d):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:1898: undefined reference to `evbuffer_reserve_space'
  598. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x1cf2):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:1901: undefined reference to `evbuffer_commit_space'
  599. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x1ea6):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:1915: undefined reference to `evbuffer_get_length'
  600. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x2725): In function `sendPex':
  601. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:2272: undefined reference to `evbuffer_get_length'
  602. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x3f5c): In function `canRead':
  603. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:1615: undefined reference to `evbuffer_get_length'
  604. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x3fc5):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:1646: undefined reference to `evbuffer_get_length'
  605. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x3fd4):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:1647: undefined reference to `evbuffer_get_length'
  606. ../libtransmission/libtransmission.a(peer-msgs.o)(.text+0x41a1):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/peer-msgs.c:1305: more undefined references to `evbuffer_get_length' follow
  607. ../libtransmission/libtransmission.a(port-forwarding.o)(.text+0x44): In function `stop_timer':
  608. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/port-forwarding.c:175: undefined reference to `event_free'
  609. ../libtransmission/libtransmission.a(port-forwarding.o)(.text+0x2bf): In function `start_timer':
  610. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/port-forwarding.c:211: undefined reference to `event_new'
  611. ../libtransmission/libtransmission.a(rpc-server.o)(.text+0x376): In function `add_response':
  612. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/rpc-server.c:352: undefined reference to `evbuffer_pullup'
  613. ../libtransmission/libtransmission.a(rpc-server.o)(.text+0x381):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/rpc-server.c:353: undefined reference to `evbuffer_get_length'
  614. ../libtransmission/libtransmission.a(rpc-server.o)(.text+0x3b4):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/rpc-server.c:380: undefined reference to `evbuffer_reserve_space'
  615. ../libtransmission/libtransmission.a(rpc-server.o)(.text+0x40c):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/rpc-server.c:403: undefined reference to `evbuffer_commit_space'
  616. ../libtransmission/libtransmission.a(rpc-server.o)(.text+0xade): In function `handle_request':
  617. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/rpc-server.c:166: undefined reference to `evbuffer_pullup'
  618. ../libtransmission/libtransmission.a(rpc-server.o)(.text+0xae8):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/rpc-server.c:167: undefined reference to `evbuffer_get_length'
  619. ../libtransmission/libtransmission.a(rpc-server.o)(.text+0xe31):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/rpc-server.c:555: undefined reference to `evbuffer_get_length'
  620. ../libtransmission/libtransmission.a(rpc-server.o)(.text+0xe49):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/rpc-server.c:555: undefined reference to `evbuffer_pullup'
  621. ../libtransmission/libtransmission.a(rpc-server.o)(.text+0xeeb):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/rpc-server.c:282: undefined reference to `evbuffer_get_length'
  622. ../libtransmission/libtransmission.a(rpc-server.o)(.text+0xefd):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/rpc-server.c:282: undefined reference to `evbuffer_pullup'
  623. ../libtransmission/libtransmission.a(rpc-server.o)(.text+0x10b6):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/rpc-server.c:441: undefined reference to `evbuffer_add_reference'
  624. ../libtransmission/libtransmission.a(tr-dht.o)(.text+0x998): In function `tr_dhtUninit':
  625. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/tr-dht.c:345: undefined reference to `event_free'
  626. ../libtransmission/libtransmission.a(tr-dht.o)(.text+0xdc8): In function `tr_dhtInit':
  627. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/tr-dht.c:324: undefined reference to `event_new'
  628. ../libtransmission/libtransmission.a(webseed.o)(.text+0x79): In function `webseed_free':
  629. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/webseed.c:70: undefined reference to `event_free'
  630. ../libtransmission/libtransmission.a(webseed.o)(.text+0x1e8): In function `tr_webseedNew':
  631. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/webseed.c:350: undefined reference to `event_new'
  632. ../libtransmission/libtransmission.a(webseed.o)(.text+0x266): In function `task_request_next_chunk':
  633. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/webseed.c:271: undefined reference to `evbuffer_get_length'
  634. ../libtransmission/libtransmission.a(webseed.o)(.text+0x287):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/webseed.c:275: undefined reference to `evbuffer_get_length'
  635. ../libtransmission/libtransmission.a(webseed.o)(.text+0x554): In function `on_idle':
  636. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/webseed.c:187: undefined reference to `evbuffer_add_cb'
  637. ../libtransmission/libtransmission.a(webseed.o)(.text+0x747): In function `web_response_func':
  638. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/webseed.c:226: undefined reference to `evbuffer_get_length'
  639. ../libtransmission/libtransmission.a(handshake.o)(.text+0x2ba): In function `tr_handshakeNew':
  640. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:1183: undefined reference to `event_new'
  641. ../libtransmission/libtransmission.a(handshake.o)(.text+0x516): In function `tr_handshakeDone':
  642. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:1099: undefined reference to `event_free'
  643. ../libtransmission/libtransmission.a(handshake.o)(.text+0x6ec): In function `readVC':
  644. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:522: undefined reference to `evbuffer_pullup'
  645. ../libtransmission/libtransmission.a(handshake.o)(.text+0x74e):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:516: undefined reference to `evbuffer_get_length'
  646. ../libtransmission/libtransmission.a(handshake.o)(.text+0x82f): In function `readCryptoProvide':
  647. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:829: undefined reference to `evbuffer_get_length'
  648. ../libtransmission/libtransmission.a(handshake.o)(.text+0xb77): In function `readCryptoSelect':
  649. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:545: undefined reference to `evbuffer_get_length'
  650. ../libtransmission/libtransmission.a(handshake.o)(.text+0xd25): In function `readIA':
  651. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:909: undefined reference to `evbuffer_get_length'
  652. ../libtransmission/libtransmission.a(handshake.o)(.text+0xe8c):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:907: undefined reference to `evbuffer_get_length'
  653. ../libtransmission/libtransmission.a(handshake.o)(.text+0x106c):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:412: more undefined references to `evbuffer_get_length' follow
  654. ../libtransmission/libtransmission.a(handshake.o)(.text+0x109c): In function `readYb':
  655. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:415: undefined reference to `evbuffer_pullup'
  656. ../libtransmission/libtransmission.a(handshake.o)(.text+0x10c5):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:419: undefined reference to `evbuffer_get_length'
  657. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1485): In function `canRead':
  658. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:582: undefined reference to `evbuffer_get_length'
  659. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1520):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:985: undefined reference to `evbuffer_get_length'
  660. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1544):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:270: undefined reference to `evbuffer_get_length'
  661. ../libtransmission/libtransmission.a(handshake.o)(.text+0x15a5):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:887: undefined reference to `evbuffer_get_length'
  662. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1625):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:1067: more undefined references to `evbuffer_get_length' follow
  663. ../libtransmission/libtransmission.a(handshake.o)(.text+0x167d): In function `canRead':
  664. /usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:789: undefined reference to `evbuffer_search'
  665. ../libtransmission/libtransmission.a(handshake.o)(.text+0x16d4):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:761: undefined reference to `evbuffer_get_length'
  666. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1810):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:613: undefined reference to `evbuffer_get_length'
  667. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1835):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:618: undefined reference to `evbuffer_pullup'
  668. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1898):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:731: undefined reference to `evbuffer_get_length'
  669. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1986):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:1069: undefined reference to `evbuffer_get_length'
  670. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1a04):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:983: undefined reference to `evbuffer_get_length'
  671. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1a53):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:580: undefined reference to `evbuffer_get_length'
  672. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1a9e):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:610: undefined reference to `evbuffer_get_length'
  673. ../libtransmission/libtransmission.a(handshake.o)(.text+0x1aed):/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/libtransmission/handshake.c:759: more undefined references to `evbuffer_get_length' follow
  674. gmake[3]: *** [transmission-gtk] Ошибка 1
  675. gmake[3]: Leaving directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/gtk'
  676. gmake[2]: *** [all-recursive] Ошибка 1
  677. gmake[2]: Leaving directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/gtk'
  678. gmake[1]: *** [all] Ошибка 2
  679. gmake[1]: Leaving directory `/usr/ports/net-p2p/transmission-gtk2/work/transmission-2.22/gtk'
  680. gmake: *** [all-recursive] Ошибка 1
  681. *** Error code 1
  682.  
  683. Stop in /usr/ports/net-p2p/transmission-gtk2.
  684.  
  685. ===>>> make failed for net-p2p/transmission-gtk2
  686. ===>>> Aborting update
  687.  
  688. ===>>> Update for transmission-gtk2-2.13 failed
  689. ===>>> Aborting update
  690.  
  691. Terminated
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement