Advertisement
Guest User

Pan-Newsreader-Compile-Errors

a guest
Apr 17th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.79 KB | None | 0 0
  1. ./configure --prefix=/usr --with-gmime-crypto --without-dbus --with-gtkspell --without-gtk3 --with-gnutls
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking how to create a ustar tar archive... gnutar
  8. checking whether to disable maintainer-specific portions of Makefiles... yes
  9. checking for g++... g++
  10. checking whether the C++ compiler works... yes
  11. checking for C++ compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C++ compiler... yes
  16. checking whether g++ accepts -g... yes
  17. checking for style of include used by make... GNU
  18. checking dependency style of g++... gcc3
  19. checking for gcc... gcc
  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 dependency style of gcc... gcc3
  24. checking how to run the C preprocessor... gcc -E
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for ANSI C header files... yes
  28. checking whether time.h and sys/time.h may both be included... yes
  29. checking for localtime_r... yes
  30. checking for close... yes
  31. checking for tr1/unordered_set... yes
  32. checking whether the compiler implements namespaces... yes
  33. checking whether the compiler has ext/hash_set... yes
  34. checking for gawk... (cached) gawk
  35. checking whether make sets $(MAKE)... (cached) yes
  36. checking for ranlib... ranlib
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking errno.h usability... yes
  47. checking errno.h presence... yes
  48. checking for errno.h... yes
  49. checking fcntl.h usability... yes
  50. checking fcntl.h presence... yes
  51. checking for fcntl.h... yes
  52. checking whether NLS is requested... yes
  53. checking for intltool >= 0.40.6... 0.41.0 found
  54. checking for intltool-update... /usr/bin/intltool-update
  55. checking for intltool-merge... /usr/bin/intltool-merge
  56. checking for intltool-extract... /usr/bin/intltool-extract
  57. checking for xgettext... /usr/bin/xgettext
  58. checking for msgmerge... /usr/bin/msgmerge
  59. checking for msgfmt... /usr/bin/msgfmt
  60. checking for gmsgfmt... /usr/bin/msgfmt
  61. checking for perl... /usr/bin/perl
  62. checking for perl >= 5.8.1... 5.10.1
  63. checking for XML::Parser... ok
  64. checking locale.h usability... yes
  65. checking locale.h presence... yes
  66. checking for locale.h... yes
  67. checking for LC_MESSAGES... yes
  68. checking libintl.h usability... yes
  69. checking libintl.h presence... yes
  70. checking for libintl.h... yes
  71. checking for ngettext in libc... yes
  72. checking for dgettext in libc... yes
  73. checking for bind_textdomain_codeset... yes
  74. checking for msgfmt... (cached) /usr/bin/msgfmt
  75. checking for dcgettext... yes
  76. checking if msgfmt accepts -c... yes
  77. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  78. checking for xgettext... (cached) /usr/bin/xgettext
  79. checking for pkg-config... /usr/bin/pkg-config
  80. checking pkg-config is at least version 0.16... yes
  81. checking for GLIB - version >= 2.17.6... yes (version 2.24.0)
  82. checking for GMIME... yes
  83. checking for GTKSPELL... yes
  84. checking for pkg-config... /usr/bin/pkg-config
  85. checking for GTK+ - version >= 2.16.0... yes (version 2.20.0)
  86. checking for GNUTLS... yes
  87. checking for LIBNOTIFY... yes
  88. checking for LIBGNOME_KEYRING_1... no
  89. checking for %l and %k support in strftime... yes
  90. checking build system type... i686-pc-linux-gnu
  91. checking host system type... i686-pc-linux-gnu
  92. configure: creating ./config.status
  93. config.status: creating Makefile
  94. config.status: creating pan.spec
  95. config.status: creating pan.iss
  96. config.status: creating README.windows
  97. config.status: creating po/Makefile.in
  98. config.status: creating uulib/Makefile
  99. config.status: creating pan/Makefile
  100. config.status: creating pan/general/Makefile
  101. config.status: creating pan/usenet-utils/Makefile
  102. config.status: creating pan/data/Makefile
  103. config.status: creating pan/tasks/Makefile
  104. config.status: creating pan/icons/Makefile
  105. config.status: creating pan/data-impl/Makefile
  106. config.status: creating pan/gui/Makefile
  107. config.status: creating config.h
  108. config.status: executing depfiles commands
  109. config.status: executing default-1 commands
  110. config.status: executing po/stamp-it commands
  111.  
  112.  
  113. Configuration:
  114.  
  115. Source code location: .
  116. Compiler: g++
  117. With GtkSpell: yes
  118. With GTK3: no
  119. With GnuTLS: yes >= 2.12.10
  120.  
  121.  
  122. sh-4.1# make
  123. make all-recursive
  124. make[1]: Entering directory `/mnt/sda2/Temp/pan-0.136'
  125. Making all in po
  126. make[2]: Entering directory `/mnt/sda2/Temp/pan-0.136/po'
  127. make[2]: Nothing to be done for `all'.
  128. make[2]: Leaving directory `/mnt/sda2/Temp/pan-0.136/po'
  129. Making all in uulib
  130. make[2]: Entering directory `/mnt/sda2/Temp/pan-0.136/uulib'
  131. CC uulib.o
  132. CC uucheck.o
  133. CC uunconc.o
  134. uunconc.c: In function 'UUDecode':
  135. uunconc.c:1561: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
  136. CC uuutil.o
  137. CC uuencode.o
  138. CC uuscan.o
  139. CC uustring.o
  140. CC fptools.o
  141. CC crc32.o
  142. AR libuu.a
  143. make[2]: Leaving directory `/mnt/sda2/Temp/pan-0.136/uulib'
  144. Making all in pan
  145. make[2]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan'
  146. Making all in general
  147. make[3]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/general'
  148. CXX debug.o
  149. CXX e-util.o
  150. CXX file-util.o
  151. CXX log.o
  152. CXX line-reader.o
  153. CXX progress.o
  154. CXX quark.o
  155. CXX string-view.o
  156. CXX text-match.o
  157. CXX utf8-utils.o
  158. CXX worker-pool.o
  159. AR libgeneralutils.a
  160. make[3]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/general'
  161. Making all in usenet-utils
  162. make[3]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/usenet-utils'
  163. CXX filter-info.o
  164. CXX rules-info.o
  165. CXX gnksa.o
  166. CXX message-check.o
  167. CXX mime-utils.o
  168. CXX numbers.o
  169. CXX scorefile.o
  170. CXX text-massager.o
  171. CXX url-find.o
  172. CXX blowfish.o
  173. CXX gpg.o
  174. AR libusenetutils.a
  175. make[3]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/usenet-utils'
  176. Making all in data
  177. make[3]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/data'
  178. CXX article.o
  179. CXX article-cache.o
  180. CXX encode-cache.o
  181. CXX cert-store.o
  182. cert-store.cc: In member function 'bool pan::CertStore::import_from_file(const pan::Quark&, const char*)':
  183. cert-store.cc:187: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result
  184. CXX data.o
  185. CXX parts.o
  186. CXX xref.o
  187. AR libdata.a
  188. make[3]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/data'
  189. Making all in tasks
  190. make[3]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/tasks'
  191. CXX decoder.o
  192. CXX encoder.o
  193. CXX task.o
  194. CXX task-article.o
  195. CXX task-groups.o
  196. CXX task-post.o
  197. CXX task-xover.o
  198. CXX task-xoverinfo.o
  199. CXX task-upload.o
  200. CXX nntp.o
  201. CXX nzb.o
  202. CXX queue.o
  203. CXX upload-queue.o
  204. CXX socket.o
  205. CXX socket-impl-main.o
  206. CXX socket-impl-openssl.o
  207. CXX socket-impl-gio.o
  208. CXX socket-impl-scripted.o
  209. CXX nntp-pool.o
  210. AR libtasks.a
  211. make[3]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/tasks'
  212. Making all in data-impl
  213. make[3]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/data-impl'
  214. CXX article-filter.o
  215. CXX rules-filter.o
  216. CXX data-io.o
  217. CXX data-impl.o
  218. CXX groups.o
  219. CXX headers.o
  220. CXX profiles.o
  221. CXX server.o
  222. CXX my-tree.o
  223. CXX task-archive.o
  224. CXX xover.o
  225. AR libpandata.a
  226. make[3]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/data-impl'
  227. Making all in icons
  228. make[3]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/icons'
  229. make[3]: Nothing to be done for `all'.
  230. make[3]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/icons'
  231. Making all in gui
  232. make[3]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/gui'
  233. CXX actions.o
  234. CXX body-pane.o
  235. CXX dl-headers-ui.o
  236. CC e-action-combo-box.o
  237. CC e-charset.o
  238. CC e-charset-combo-box.o
  239. CC e-charset-dialog.o
  240. CC e-cte-dialog.o
  241. CXX group-pane.o
  242. CXX group-prefs.o
  243. CXX group-prefs-dialog.o
  244. CXX header-pane.o
  245. CXX hig.o
  246. CXX log-ui.o
  247. CXX pan-file-entry.o
  248. CC pan-pixbufs.o
  249. CXX pan-tree.o
  250. CXX post-ui.o
  251. post-ui.cc: In member function 'void pan::PostUI::update_filequeue_label(GtkTreeSelection*)':
  252. post-ui.cc:186: warning: format '%ld' expects type 'long int', but argument 4 has type 'size_t'
  253. CXX prefs.o
  254. CXX prefs-file.o
  255. CXX prefs-ui.o
  256. CXX progress-view.o
  257. CXX profiles-dialog.o
  258. CXX render-bytes.o
  259. CXX save-ui.o
  260. CXX save-attach-ui.o
  261. CXX score-add-ui.o
  262. CXX score-view-ui.o
  263. CXX server-ui.o
  264. server-ui.cc: In function 'void<unnamed>::server_edit_response_cb(GtkDialog*, int, void*)':
  265. server-ui.cc:228: warning: format not a string literal and no format arguments
  266. server-ui.cc: In function 'void<unnamed>::cert_edit_button_clicked_cb(GtkButton*, void*)':
  267. server-ui.cc:696: warning: format not a string literal and no format arguments
  268. CXX task-pane.o
  269. CC xface.o
  270. CXX url.o
  271. AR libpangui.a
  272. CXX gui.o
  273. CXX pan.o
  274. /usr/include/libnotify/notification.h: In member function 'void<unnamed>::StatusIconListener::notify_of(<unnamed>::StatusIcons, const char*, const char*)':
  275. /usr/include/libnotify/notification.h:87: error: too few arguments to function 'NotifyNotification* notify_notification_new(const gchar*, const gchar*, const gchar*, GtkWidget*)'
  276. pan.cc:323: error: at this point in file
  277. make[3]: *** [pan.o] Error 1
  278. make[3]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/gui'
  279. make[2]: *** [all-recursive] Error 1
  280. make[2]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan'
  281. make[1]: *** [all-recursive] Error 1
  282. make[1]: Leaving directory `/mnt/sda2/Temp/pan-0.136'
  283. make: *** [all] Error 2
  284. sh-4.1# make check
  285. Making check in po
  286. make[1]: Entering directory `/mnt/sda2/Temp/pan-0.136/po'
  287. INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update --gettext-package pan --pot
  288. rm -f missing notexist
  289. srcdir=. /usr/bin/intltool-update -m
  290. if [ -r missing -o -r notexist ]; then \
  291. exit 1; \
  292. fi
  293. make[1]: Leaving directory `/mnt/sda2/Temp/pan-0.136/po'
  294. Making check in uulib
  295. make[1]: Entering directory `/mnt/sda2/Temp/pan-0.136/uulib'
  296. make[1]: Nothing to be done for `check'.
  297. make[1]: Leaving directory `/mnt/sda2/Temp/pan-0.136/uulib'
  298. Making check in pan
  299. make[1]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan'
  300. Making check in general
  301. make[2]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/general'
  302. make[2]: Nothing to be done for `check'.
  303. make[2]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/general'
  304. Making check in usenet-utils
  305. make[2]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/usenet-utils'
  306. make[2]: Nothing to be done for `check'.
  307. make[2]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/usenet-utils'
  308. Making check in data
  309. make[2]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/data'
  310. make[2]: Nothing to be done for `check'.
  311. make[2]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/data'
  312. Making check in tasks
  313. make[2]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/tasks'
  314. make[2]: Nothing to be done for `check'.
  315. make[2]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/tasks'
  316. Making check in data-impl
  317. make[2]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/data-impl'
  318. make[2]: Nothing to be done for `check'.
  319. make[2]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/data-impl'
  320. Making check in icons
  321. make[2]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/icons'
  322. make[2]: Nothing to be done for `check'.
  323. make[2]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/icons'
  324. Making check in gui
  325. make[2]: Entering directory `/mnt/sda2/Temp/pan-0.136/pan/gui'
  326. CXX pan.o
  327. /usr/include/libnotify/notification.h: In member function 'void<unnamed>::StatusIconListener::notify_of(<unnamed>::StatusIcons, const char*, const char*)':
  328. /usr/include/libnotify/notification.h:87: error: too few arguments to function 'NotifyNotification* notify_notification_new(const gchar*, const gchar*, const gchar*, GtkWidget*)'
  329. pan.cc:323: error: at this point in file
  330. make[2]: *** [pan.o] Error 1
  331. make[2]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan/gui'
  332. make[1]: *** [check-recursive] Error 1
  333. make[1]: Leaving directory `/mnt/sda2/Temp/pan-0.136/pan'
  334. make: *** [check-recursive] Error 1
  335. sh-4.1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement