Advertisement
Guest User

lib32-avahi

a guest
Jan 25th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 151.51 KB | None | 0 0
  1. ==> Downloading lib32-avahi PKGBUILD from AUR...
  2. x .SRCINFO
  3. x PKGBUILD
  4. xcfw commented on 2015-10-21 21:24
  5. Here is fix of URL issue, please add this into PKG.
  6. http://pastebin.com/H69keN5r
  7.  
  8. markzz commented on 2015-10-30 21:43
  9. I would suggest this PKGBUILD...
  10.  
  11. https://gist.github.com/markzz/048eb845a7bdb71113ec
  12.  
  13. justinnichols commented on 2015-12-11 22:45
  14. The file is now located at: http://mirrors.kernel.org/archlinux/extra/os/i686/avahi-0.6.32rc-3-i686.pkg.tar.xz
  15.  
  16. The PGP key is: 86CFFCA918CF3AF47147588051E8B148A9999C34
  17.  
  18. I did not get a chance to get the sha256sum so I just 'SKIP'ed it.
  19.  
  20. d7rk commented on 2015-12-14 14:33
  21. Current fix:
  22. http://pastebin.com/2CGp8w8w
  23.  
  24. Cheers,
  25.  
  26. WoefulDerelict commented on 2016-01-07 03:49
  27. I've submitted a different take on this package that attempts to build the 32-bit libraries locally. It is based on the PKGBUILD for the standard Avahi package in the Arch repositories. I'm able to build this package locally as is; however, if you run into issues attempting to build it based on an unresolved lib32 dependency let me know and I'll try to get it sorted.
  28.  
  29. lib32-avahi 0.6.32rc-4  (2016-01-21 04:42)
  30. ( Unsupported package: Potentially dangerous ! )
  31. ==> lib32-avahi dependencies:
  32. - expat (already installed)
  33. - lib32-libdaemon (already installed)
  34. - lib32-glib2 (already installed)
  35. - lib32-libdbus (already installed)
  36. - lib32-libcap (already installed)
  37. - lib32-gdbm (already installed)
  38. - avahi (already installed)
  39. - git (already installed) [makedepend]
  40. - lib32-qt4 (already installed) [makedepend]
  41. - pygtk (already installed) [makedepend]
  42. - mono (already installed) [makedepend]
  43. - intltool (already installed) [makedepend]
  44. - python2-dbus (already installed) [makedepend]
  45. - gtk-sharp-2 (already installed) [makedepend]
  46. - gobject-introspection (already installed) [makedepend]
  47. - lib32-gtk3 (already installed) [makedepend]
  48. - xmltoman (already installed) [makedepend]
  49. - python-dbus (already installed) [makedepend]
  50.  
  51.  
  52. ==> Continue building lib32-avahi ? [Y/n]
  53. ==> -------------------------------------
  54. ==>
  55. ==> Building and installing package
  56. ==> Making package: lib32-avahi 0.6.32rc-4 (Mon Jan 25 13:33:08 EST 2016)
  57. ==> Checking runtime dependencies...
  58. ==> Checking buildtime dependencies...
  59. ==> Retrieving sources...
  60.  -> Cloning avahi git repo...
  61. Cloning into bare repository '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/avahi'...
  62. remote: Counting objects: 12591, done.
  63. remote: Total 12591 (delta 0), reused 0 (delta 0), pack-reused 12590
  64. Receiving objects: 100% (12591/12591), 3.50 MiB | 0 bytes/s, done.
  65. Resolving deltas: 100% (9697/9697), done.
  66. Checking connectivity... done.
  67. ==> Validating source files with sha256sums...
  68.    avahi ... Skipped
  69. ==> Extracting sources...
  70.  -> Creating working copy of avahi git repo...
  71. Cloning into 'avahi'...
  72. done.
  73. Switched to a new branch 'makepkg'
  74. ==> Starting prepare()...
  75. + '[' -f .git/hooks/pre-commit.sample -a '!' -f .git/hooks/pre-commit ']'
  76. + cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit
  77. + chmod +x .git/hooks/pre-commit
  78. + echo 'Activated pre-commit hook.'
  79. Activated pre-commit hook.
  80. + '[' x = xam ']'
  81. + rm -rf autom4te.cache
  82. + rm -f config.cache
  83. + rm -f Makefile.am~ configure.ac~
  84. + sh -s -- --copy --force
  85. ++ which gettextize
  86. + sed 's/read dummy/\#/' /usr/bin/gettextize
  87. Copying file ABOUT-NLS
  88. Copying file config.rpath
  89. Not copying intl/ directory.
  90. Copying file po/Makefile.in.in
  91. Copying file po/boldquot.sed
  92. Copying file po/en@boldquot.header
  93. Copying file po/en@quot.header
  94. Copying file po/insert-header.sin
  95. Copying file po/Makevars.template
  96. Copying file po/quot.sed
  97. Copying file po/remove-potcdate.sin
  98. Copying file po/Rules-quot
  99. Creating po/ChangeLog
  100. Copying file common/gettext.m4
  101. Copying file common/iconv.m4
  102. Copying file common/lib-ld.m4
  103. Copying file common/lib-link.m4
  104. Copying file common/lib-prefix.m4
  105. Copying file common/nls.m4
  106. Copying file common/po.m4
  107. Copying file common/progtest.m4
  108. Updating EXTRA_DIST in common/Makefile.am (backup is in common/Makefile.am~)
  109. Creating common/ChangeLog
  110. Updating Makefile.am (backup is in Makefile.am~)
  111. Updating configure.ac (backup is in configure.ac~)
  112. Creating ChangeLog
  113.  
  114. Please use AM_GNU_GETTEXT([external]) in order to cause autoconfiguration
  115. to look for an external libintl.
  116.  
  117. Please create po/Makevars from the template in po/Makevars.template.
  118. You can then remove po/Makevars.template.
  119.  
  120. Please run 'aclocal -I common' to regenerate the aclocal.m4 file.
  121. You need aclocal from GNU automake 1.9 (or newer) to do this.
  122. Then run 'autoconf' to regenerate the configure file.
  123.  
  124. You will also need config.guess and config.sub, which you can get from the CVS
  125. of the 'config' project at http://savannah.gnu.org/. The commands to fetch them
  126. are
  127. $ wget 'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess'
  128. $ wget 'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub'
  129.  
  130. You might also want to copy the convenience header file gettext.h
  131. from the /usr/share/gettext directory into your package.
  132. It is a wrapper around <libintl.h> that implements the configure --disable-nls
  133. option.
  134.  
  135. Press Return to acknowledge the previous five paragraphs.
  136. + test -f Makefile.am~
  137. + mv Makefile.am~ Makefile.am
  138. + test -f configure.ac~
  139. + mv configure.ac~ configure.ac
  140. + test x = x
  141. + LIBTOOLIZE=libtoolize
  142. + intltoolize --copy --force --automake
  143. + libtoolize -c --force
  144. libtoolize: putting auxiliary files in '.'.
  145. libtoolize: copying file './ltmain.sh'
  146. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'common'.
  147. libtoolize: copying file 'common/libtool.m4'
  148. libtoolize: copying file 'common/ltoptions.m4'
  149. libtoolize: copying file 'common/ltsugar.m4'
  150. libtoolize: copying file 'common/ltversion.m4'
  151. libtoolize: copying file 'common/lt~obsolete.m4'
  152. + run_versioned aclocal 1.11 -I common
  153. + local P
  154. + local V
  155. ++ echo 1.11
  156. ++ sed -e 's,\.,,g'
  157. + V=111
  158. ++ which aclocal111
  159. + '[' -e '' ']'
  160. ++ which aclocal-1.11
  161. + '[' -e '' ']'
  162. + P=aclocal
  163. + shift 2
  164. + aclocal -I common
  165. configure.ac:144: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  166. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  167. ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
  168. ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
  169. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  170. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  171. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  172. configure.ac:144: the top level
  173. configure.ac:301: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  174. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  175. configure.ac:301: the top level
  176. configure.ac:144: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  177. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  178. ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
  179. ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
  180. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  181. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  182. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  183. configure.ac:144: the top level
  184. configure.ac:301: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  185. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  186. configure.ac:301: the top level
  187. + run_versioned autoconf 2.63 -Wall
  188. + local P
  189. + local V
  190. ++ echo 2.63
  191. ++ sed -e 's,\.,,g'
  192. + V=263
  193. ++ which autoconf263
  194. + '[' -e '' ']'
  195. ++ which autoconf-2.63
  196. + '[' -e '' ']'
  197. + P=autoconf
  198. + shift 2
  199. + autoconf -Wall
  200. configure.ac:91: warning: The macro `AC_TRY_LINK' is obsolete.
  201. configure.ac:91: You should run autoupdate.
  202. ../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
  203. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  204. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  205. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  206. common/gcc_stack_protect.m4:42: GCC_STACK_PROTECT_LIB is expanded from...
  207. configure.ac:91: the top level
  208. configure.ac:133: warning: The macro `AC_TRY_COMPILE' is obsolete.
  209. configure.ac:133: You should run autoupdate.
  210. ../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
  211. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  212. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  213. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  214. common/gcc_stack_protect.m4:54: GCC_STACK_PROTECT_CC is expanded from...
  215. configure.ac:133: the top level
  216. configure.ac:136: warning: The macro `AC_TRY_COMPILE' is obsolete.
  217. configure.ac:136: You should run autoupdate.
  218. ../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
  219. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  220. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  221. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  222. common/gcc_stack_protect.m4:71: GCC_STACK_PROTECT_CXX is expanded from...
  223. configure.ac:136: the top level
  224. configure.ac:142: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
  225. configure.ac:142: You should run autoupdate.
  226. common/libtool.m4:99: AC_PROG_LIBTOOL is expanded from...
  227. configure.ac:142: the top level
  228. configure.ac:144: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  229. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  230. ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
  231. ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
  232. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  233. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  234. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  235. configure.ac:144: the top level
  236. configure.ac:154: warning: The macro `AC_LANG_SAVE' is obsolete.
  237. configure.ac:154: You should run autoupdate.
  238. ../../lib/autoconf/lang.m4:125: AC_LANG_SAVE is expanded from...
  239. common/acx_pthread.m4:53: ACX_PTHREAD is expanded from...
  240. configure.ac:154: the top level
  241. configure.ac:154: warning: The macro `AC_LANG_C' is obsolete.
  242. configure.ac:154: You should run autoupdate.
  243. ../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
  244. common/acx_pthread.m4:53: ACX_PTHREAD is expanded from...
  245. configure.ac:154: the top level
  246. configure.ac:154: warning: The macro `AC_TRY_LINK' is obsolete.
  247. configure.ac:154: You should run autoupdate.
  248. ../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
  249. common/acx_pthread.m4:53: ACX_PTHREAD is expanded from...
  250. configure.ac:154: the top level
  251. configure.ac:154: warning: The macro `AC_LANG_RESTORE' is obsolete.
  252. configure.ac:154: You should run autoupdate.
  253. ../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from...
  254. common/acx_pthread.m4:53: ACX_PTHREAD is expanded from...
  255. configure.ac:154: the top level
  256. configure.ac:212: warning: The macro `AC_TRY_COMPILE' is obsolete.
  257. configure.ac:212: You should run autoupdate.
  258. ../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
  259. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  260. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  261. configure.ac:212: the top level
  262. configure.ac:227: warning: The macro `AC_TRY_COMPILE' is obsolete.
  263. configure.ac:227: You should run autoupdate.
  264. ../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
  265. configure.ac:227: the top level
  266. configure.ac:227: warning: The macro `AC_TRY_COMPILE' is obsolete.
  267. configure.ac:227: You should run autoupdate.
  268. ../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
  269. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  270. ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
  271. ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
  272. ../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
  273. configure.ac:227: the top level
  274. configure.ac:259: warning: cannot check for file existence when cross compiling
  275. ../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
  276. configure.ac:259: the top level
  277. configure.ac:260: warning: cannot check for file existence when cross compiling
  278. ../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
  279. configure.ac:260: the top level
  280. configure.ac:261: warning: cannot check for file existence when cross compiling
  281. ../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
  282. configure.ac:261: the top level
  283. configure.ac:262: warning: cannot check for file existence when cross compiling
  284. ../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
  285. configure.ac:262: the top level
  286. configure.ac:263: warning: cannot check for file existence when cross compiling
  287. ../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
  288. configure.ac:263: the top level
  289. configure.ac:264: warning: cannot check for file existence when cross compiling
  290. ../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
  291. configure.ac:264: the top level
  292. configure.ac:265: warning: cannot check for file existence when cross compiling
  293. ../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
  294. configure.ac:265: the top level
  295. configure.ac:266: warning: cannot check for file existence when cross compiling
  296. ../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
  297. configure.ac:266: the top level
  298. configure.ac:301: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  299. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  300. configure.ac:301: the top level
  301. configure.ac:320: warning: The macro `AC_TRY_COMPILE' is obsolete.
  302. configure.ac:320: You should run autoupdate.
  303. ../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
  304. configure.ac:320: the top level
  305. configure.ac:379: warning: The macro `AC_TRY_COMPILE' is obsolete.
  306. configure.ac:379: You should run autoupdate.
  307. ../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
  308. common/gcc_visibility.m4:6: CHECK_VISIBILITY_HIDDEN is expanded from...
  309. configure.ac:379: the top level
  310. configure.ac:420: warning: The macro `AC_TRY_LINK' is obsolete.
  311. configure.ac:420: You should run autoupdate.
  312. ../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
  313. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  314. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  315. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  316. aclocal.m4:70: GLIB_LC_MESSAGES is expanded from...
  317. aclocal.m4:338: GLIB_GNU_GETTEXT is expanded from...
  318. aclocal.m4:437: AM_GLIB_GNU_GETTEXT is expanded from...
  319. configure.ac:420: the top level
  320. configure.ac:420: warning: The macro `AC_TRY_LINK' is obsolete.
  321. configure.ac:420: You should run autoupdate.
  322. ../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
  323. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  324. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  325. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  326. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  327. ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
  328. ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
  329. aclocal.m4:124: GLIB_WITH_NLS is expanded from...
  330. aclocal.m4:338: GLIB_GNU_GETTEXT is expanded from...
  331. aclocal.m4:437: AM_GLIB_GNU_GETTEXT is expanded from...
  332. configure.ac:420: the top level
  333. configure.ac:420: warning: The macro `AC_TRY_LINK' is obsolete.
  334. configure.ac:420: You should run autoupdate.
  335. ../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
  336. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  337. ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
  338. ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
  339. aclocal.m4:124: GLIB_WITH_NLS is expanded from...
  340. aclocal.m4:338: GLIB_GNU_GETTEXT is expanded from...
  341. aclocal.m4:437: AM_GLIB_GNU_GETTEXT is expanded from...
  342. configure.ac:420: the top level
  343. configure.ac:420: warning: The macro `AC_OUTPUT_COMMANDS' is obsolete.
  344. configure.ac:420: You should run autoupdate.
  345. ../../lib/autoconf/status.m4:1026: AC_OUTPUT_COMMANDS is expanded from...
  346. aclocal.m4:124: GLIB_WITH_NLS is expanded from...
  347. aclocal.m4:338: GLIB_GNU_GETTEXT is expanded from...
  348. aclocal.m4:437: AM_GLIB_GNU_GETTEXT is expanded from...
  349. configure.ac:420: the top level
  350. configure.ac:807: warning: The macro `AC_FD_CC' is obsolete.
  351. configure.ac:807: You should run autoupdate.
  352. ../../lib/autoconf/general.m4:383: AC_FD_CC is expanded from...
  353. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  354. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  355. common/python.m4:4: AM_CHECK_PYMOD is expanded from...
  356. configure.ac:807: the top level
  357. configure.ac:822: warning: The macro `AC_FD_CC' is obsolete.
  358. configure.ac:822: You should run autoupdate.
  359. ../../lib/autoconf/general.m4:383: AC_FD_CC is expanded from...
  360. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  361. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  362. common/python.m4:4: AM_CHECK_PYMOD is expanded from...
  363. configure.ac:822: the top level
  364. configure.ac:825: warning: The macro `AC_FD_CC' is obsolete.
  365. configure.ac:825: You should run autoupdate.
  366. ../../lib/autoconf/general.m4:383: AC_FD_CC is expanded from...
  367. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  368. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  369. common/python.m4:4: AM_CHECK_PYMOD is expanded from...
  370. configure.ac:825: the top level
  371. configure.ac:827: warning: The macro `AC_FD_CC' is obsolete.
  372. configure.ac:827: You should run autoupdate.
  373. ../../lib/autoconf/general.m4:383: AC_FD_CC is expanded from...
  374. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  375. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  376. common/python.m4:4: AM_CHECK_PYMOD is expanded from...
  377. configure.ac:827: the top level
  378. configure.ac:830: warning: The macro `AC_FD_CC' is obsolete.
  379. configure.ac:830: You should run autoupdate.
  380. ../../lib/autoconf/general.m4:383: AC_FD_CC is expanded from...
  381. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  382. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  383. common/python.m4:4: AM_CHECK_PYMOD is expanded from...
  384. configure.ac:830: the top level
  385. + run_versioned autoheader 2.63
  386. + local P
  387. + local V
  388. ++ echo 2.63
  389. ++ sed -e 's,\.,,g'
  390. + V=263
  391. ++ which autoheader263
  392. + '[' -e '' ']'
  393. ++ which autoheader-2.63
  394. + '[' -e '' ']'
  395. + P=autoheader
  396. + shift 2
  397. + autoheader
  398. configure.ac:144: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  399. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  400. ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
  401. ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
  402. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  403. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  404. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  405. configure.ac:144: the top level
  406. configure.ac:301: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  407. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  408. configure.ac:301: the top level
  409. + run_versioned automake 1.11 -a -c --foreign
  410. + local P
  411. + local V
  412. ++ echo 1.11
  413. ++ sed -e 's,\.,,g'
  414. + V=111
  415. ++ which automake111
  416. + '[' -e '' ']'
  417. ++ which automake-1.11
  418. + '[' -e '' ']'
  419. + P=automake
  420. + shift 2
  421. + automake -a -c --foreign
  422. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
  423. configure.ac:144: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  424. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  425. ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
  426. ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
  427. ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
  428. ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
  429. ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
  430. configure.ac:144: the top level
  431. configure.ac:301: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  432. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  433. configure.ac:301: the top level
  434. configure.ac:56: installing './compile'
  435. configure.ac:44: installing './config.guess'
  436. configure.ac:44: installing './config.sub'
  437. configure.ac:26: installing './install-sh'
  438. configure.ac:26: installing './missing'
  439. avahi-autoipd/Makefile.am:34: warning: source file '../avahi-daemon/setproctitle.c' is in a subdirectory,
  440. avahi-autoipd/Makefile.am:34: but option 'subdir-objects' is disabled
  441. automake: warning: possible forward-incompatibility.
  442. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  443. automake: automake option hasn't been enabled.  For now, the corresponding output
  444. automake: object file(s) will be placed in the top-level directory.  However,
  445. automake: this behaviour will change in future Automake versions: they will
  446. automake: unconditionally cause object files to be placed in the same subdirectory
  447. automake: of the corresponding sources.
  448. automake: You are advised to start using 'subdir-objects' option throughout your
  449. automake: project, to avoid future incompatibilities.
  450. avahi-autoipd/Makefile.am:34: warning: source file '../avahi-common/malloc.c' is in a subdirectory,
  451. avahi-autoipd/Makefile.am:34: but option 'subdir-objects' is disabled
  452. avahi-autoipd/Makefile.am:34: warning: source file '../avahi-common/timeval.c' is in a subdirectory,
  453. avahi-autoipd/Makefile.am:34: but option 'subdir-objects' is disabled
  454. avahi-autoipd/Makefile.am: installing './depcomp'
  455. avahi-client/Makefile.am:43: warning: source file '../avahi-common/dbus.c' is in a subdirectory,
  456. avahi-client/Makefile.am:43: but option 'subdir-objects' is disabled
  457. avahi-client/Makefile.am:43: warning: source file '../avahi-common/dbus-watch-glue.c' is in a subdirectory,
  458. avahi-client/Makefile.am:43: but option 'subdir-objects' is disabled
  459. parallel-tests: installing './test-driver'
  460. avahi-daemon/Makefile.am:48: warning: source file '../avahi-client/check-nss.c' is in a subdirectory,
  461. avahi-daemon/Makefile.am:48: but option 'subdir-objects' is disabled
  462. avahi-daemon/Makefile.am:115: warning: source file '../avahi-common/dbus.c' is in a subdirectory,
  463. avahi-daemon/Makefile.am:115: but option 'subdir-objects' is disabled
  464. avahi-daemon/Makefile.am:115: warning: source file '../avahi-common/dbus-watch-glue.c' is in a subdirectory,
  465. avahi-daemon/Makefile.am:115: but option 'subdir-objects' is disabled
  466. avahi-python/avahi-discover/Makefile.am:50: installing './py-compile'
  467. avahi-ui/Makefile.am:66: warning: source file '../avahi-utils/stdb.c' is in a subdirectory,
  468. avahi-ui/Makefile.am:66: but option 'subdir-objects' is disabled
  469. avahi-ui/Makefile.am:75: warning: source file '../avahi-utils/stdb.c' is in a subdirectory,
  470. avahi-ui/Makefile.am:75: but option 'subdir-objects' is disabled
  471. + test x1 = x
  472. ==> Starting build()...
  473. checking for a BSD-compatible install... /usr/bin/install -c
  474. checking whether build environment is sane... yes
  475. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  476. checking for gawk... gawk
  477. checking whether make sets $(MAKE)... yes
  478. checking whether make supports nested variables... yes
  479. checking how to create a pax tar archive... gnutar
  480. checking build system type... x86_64-unknown-linux-gnu
  481. checking host system type... x86_64-unknown-linux-gnu
  482. checking whether make supports nested variables... (cached) yes
  483. checking for stow... no
  484. checking for gcc... gcc -m32
  485. checking whether the C compiler works... yes
  486. checking for C compiler default output file name... a.out
  487. checking for suffix of executables...
  488. checking whether we are cross compiling... no
  489. checking for suffix of object files... o
  490. checking whether we are using the GNU C compiler... yes
  491. checking whether gcc -m32 accepts -g... yes
  492. checking for gcc -m32 option to accept ISO C89... none needed
  493. checking whether gcc -m32 understands -c and -o together... yes
  494. checking for style of include used by make... GNU
  495. checking dependency style of gcc -m32... gcc3
  496. checking for gcc -m32 option to accept ISO C99... none needed
  497. checking whether we are using the GNU C++ compiler... yes
  498. checking whether g++ -m32 accepts -g... yes
  499. checking dependency style of g++ -m32... gcc3
  500. checking how to run the C preprocessor... gcc -m32 -E
  501. checking for grep that handles long lines and -e... /usr/bin/grep
  502. checking for egrep... /usr/bin/grep -E
  503. checking for ANSI C header files... yes
  504. checking for sys/types.h... yes
  505. checking for sys/stat.h... yes
  506. checking for stdlib.h... yes
  507. checking for string.h... yes
  508. checking for memory.h... yes
  509. checking for strings.h... yes
  510. checking for inttypes.h... yes
  511. checking for stdint.h... yes
  512. checking for unistd.h... yes
  513. checking minix/config.h usability... no
  514. checking minix/config.h presence... no
  515. checking for minix/config.h... no
  516. checking whether it is safe to define __EXTENSIONS__... yes
  517. checking how to run the C preprocessor... gcc -m32 -E
  518. checking whether ln -s works... yes
  519. checking whether make sets $(MAKE)... (cached) yes
  520. checking whether gcc -m32 needs -traditional... no
  521. checking whether libssp exists... no
  522. checking whether stack-smashing protection is available... yes
  523. checking whether stack-smashing protection is buggy... no
  524. checking whether gcc -m32 accepts -fstack-protector... yes
  525. checking whether g++ -m32 accepts -fstack-protector... yes
  526. checking how to print strings... printf
  527. checking for a sed that does not truncate output... /usr/bin/sed
  528. checking for fgrep... /usr/bin/grep -F
  529. checking for ld used by gcc -m32... /usr/bin/ld
  530. checking if the linker (/usr/bin/ld) is GNU ld... yes
  531. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  532. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  533. checking the maximum length of command line arguments... 1572864
  534. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  535. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  536. checking for /usr/bin/ld option to reload object files... -r
  537. checking for objdump... objdump
  538. checking how to recognize dependent libraries... pass_all
  539. checking for dlltool... no
  540. checking how to associate runtime and link libraries... printf %s\n
  541. checking for ar... ar
  542. checking for archiver @FILE support... @
  543. checking for strip... strip
  544. checking for ranlib... ranlib
  545. checking command to parse /usr/bin/nm -B output from gcc -m32 object... ok
  546. checking for sysroot... no
  547. checking for a working dd... /usr/bin/dd
  548. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  549. checking for mt... no
  550. checking if : is a manifest tool... no
  551. checking for dlfcn.h... yes
  552. checking for objdir... .libs
  553. checking if gcc -m32 supports -fno-rtti -fno-exceptions... no
  554. checking for gcc -m32 option to produce PIC... -fPIC -DPIC
  555. checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
  556. checking if gcc -m32 static flag -static works... yes
  557. checking if gcc -m32 supports -c -o file.o... yes
  558. checking if gcc -m32 supports -c -o file.o... (cached) yes
  559. checking whether the gcc -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  560. checking whether -lc should be explicitly linked in... no
  561. checking dynamic linker characteristics... GNU/Linux ld.so
  562. checking how to hardcode library paths into programs... immediate
  563. checking whether stripping libraries is possible... yes
  564. checking if libtool supports shared libraries... yes
  565. checking whether to build shared libraries... yes
  566. checking whether to build static libraries... yes
  567. checking how to run the C++ preprocessor... g++ -m32 -E
  568. checking for ld used by g++ -m32... /usr/bin/ld -m elf_i386
  569. checking if the linker (/usr/bin/ld -m elf_i386) is GNU ld... yes
  570. checking whether the g++ -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  571. checking for g++ -m32 option to produce PIC... -fPIC -DPIC
  572. checking if g++ -m32 PIC flag -fPIC -DPIC works... yes
  573. checking if g++ -m32 static flag -static works... yes
  574. checking if g++ -m32 supports -c -o file.o... yes
  575. checking if g++ -m32 supports -c -o file.o... (cached) yes
  576. checking whether the g++ -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  577. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  578. checking how to hardcode library paths into programs... immediate
  579. checking whether the C++ compiler works... yes
  580. checking for the pthreads library -lpthreads... no
  581. checking whether pthreads work without any flags... no
  582. checking whether pthreads work with -Kthread... no
  583. checking whether pthreads work with -kthread... no
  584. checking for the pthreads library -llthread... no
  585. checking whether pthreads work with -pthread... yes
  586. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  587. checking if more special flags are required for pthreads... no
  588. checking whether to check for GCC pthread/shared inconsistencies... yes
  589. checking whether -pthread is sufficient with -shared... yes
  590. checking for linux/netlink.h... yes
  591. checking for net/route.h... no
  592. checking for sys/filio.h... no
  593. checking for sys/sysctl.h... yes
  594. checking for struct lifconf... no
  595. checking for struct ip_mreqn... yes
  596. checking checking whether rtnetlink.h can be included with -std=c99... yes
  597. checking whether gcc -m32 accepts -std=c99... yes
  598. checking whether gcc -m32 accepts -Wall... yes
  599. checking whether gcc -m32 accepts -W... yes
  600. checking whether gcc -m32 accepts -Wextra... yes
  601. checking whether gcc -m32 accepts -pedantic... yes
  602. checking whether gcc -m32 accepts -pipe... yes
  603. checking whether gcc -m32 accepts -Wformat... yes
  604. checking whether gcc -m32 accepts -Wold-style-definition... yes
  605. checking whether gcc -m32 accepts -Wdeclaration-after-statement... yes
  606. checking whether gcc -m32 accepts -Wfloat-equal... yes
  607. checking whether gcc -m32 accepts -Wmissing-declarations... yes
  608. checking whether gcc -m32 accepts -Wmissing-prototypes... yes
  609. checking whether gcc -m32 accepts -Wstrict-prototypes... yes
  610. checking whether gcc -m32 accepts -Wredundant-decls... yes
  611. checking whether gcc -m32 accepts -Wmissing-noreturn... yes
  612. checking whether gcc -m32 accepts -Wshadow... yes
  613. checking whether gcc -m32 accepts -Wendif-labels... yes
  614. checking whether gcc -m32 accepts -Wpointer-arith... yes
  615. checking whether gcc -m32 accepts -Wbad-function-cast... yes
  616. checking whether gcc -m32 accepts -Wcast-qual... yes
  617. checking whether gcc -m32 accepts -Wcast-align... yes
  618. checking whether gcc -m32 accepts -Wwrite-strings... yes
  619. checking whether gcc -m32 accepts -fdiagnostics-show-option... yes
  620. checking whether gcc -m32 accepts -Wno-cast-qual... yes
  621. checking whether gcc -m32 accepts -fno-strict-aliasing... yes
  622. checking for ANSI C header files... (cached) yes
  623. checking arpa/inet.h usability... yes
  624. checking arpa/inet.h presence... yes
  625. checking for arpa/inet.h... yes
  626. checking fcntl.h usability... yes
  627. checking fcntl.h presence... yes
  628. checking for fcntl.h... yes
  629. checking for inttypes.h... (cached) yes
  630. checking limits.h usability... yes
  631. checking limits.h presence... yes
  632. checking for limits.h... yes
  633. checking netinet/in.h usability... yes
  634. checking netinet/in.h presence... yes
  635. checking for netinet/in.h... yes
  636. checking for stdlib.h... (cached) yes
  637. checking for string.h... (cached) yes
  638. checking sys/ioctl.h usability... yes
  639. checking sys/ioctl.h presence... yes
  640. checking for sys/ioctl.h... yes
  641. checking sys/socket.h usability... yes
  642. checking sys/socket.h presence... yes
  643. checking for sys/socket.h... yes
  644. checking sys/time.h usability... yes
  645. checking sys/time.h presence... yes
  646. checking for sys/time.h... yes
  647. checking for unistd.h... (cached) yes
  648. checking netdb.h usability... yes
  649. checking netdb.h presence... yes
  650. checking for netdb.h... yes
  651. checking syslog.h usability... yes
  652. checking syslog.h presence... yes
  653. checking for syslog.h... yes
  654. checking for stdbool.h that conforms to C99... yes
  655. checking for _Bool... yes
  656. checking for an ANSI C-conforming const... yes
  657. checking for size_t... yes
  658. checking whether time.h and sys/time.h may both be included... yes
  659. checking for sys/wait.h that is POSIX.1 compatible... yes
  660. checking for library containing inet_ntop... none required
  661. checking for library containing recv... none required
  662. checking whether CMSG_SPACE is declared... yes
  663. checking for working memcmp... yes
  664. checking sys/select.h usability... yes
  665. checking sys/select.h presence... yes
  666. checking for sys/select.h... yes
  667. checking for sys/socket.h... (cached) yes
  668. checking types of arguments for select... int,fd_set *,struct timeval *
  669. checking for gethostname... yes
  670. checking for memchr... yes
  671. checking for memmove... yes
  672. checking for memset... yes
  673. checking for mkdir... yes
  674. checking for select... yes
  675. checking for socket... yes
  676. checking for strchr... yes
  677. checking for strcspn... yes
  678. checking for strdup... yes
  679. checking for strerror... yes
  680. checking for strrchr... yes
  681. checking for strspn... yes
  682. checking for strstr... yes
  683. checking for uname... yes
  684. checking for setresuid... yes
  685. checking for setreuid... yes
  686. checking for setresgid... yes
  687. checking for setregid... yes
  688. checking for strcasecmp... yes
  689. checking for gettimeofday... yes
  690. checking for putenv... yes
  691. checking for strncasecmp... yes
  692. checking for strlcpy... no
  693. checking for gethostbyname... yes
  694. checking for seteuid... yes
  695. checking for setegid... yes
  696. checking for setproctitle... no
  697. checking for getprogname... no
  698. checking for uid_t in sys/types.h... yes
  699. checking for unistd.h... (cached) yes
  700. checking for working chown... yes
  701. checking whether lstat correctly handles trailing slash... yes
  702. checking whether stat accepts an empty string... no
  703. checking for mode_t... yes
  704. checking for pid_t... yes
  705. checking whether environ is declared... yes
  706. checking for gcc -fvisibility=hidden support... yes
  707. checking sys/capability.h usability... yes
  708. checking sys/capability.h presence... yes
  709. checking for sys/capability.h... yes
  710. checking sys/prctl.h usability... yes
  711. checking sys/prctl.h presence... yes
  712. checking for sys/prctl.h... yes
  713. checking for chroot... yes
  714. checking for dlopen in -ldl... yes
  715. checking for dlfcn.h... (cached) yes
  716. checking sys/inotify.h usability... yes
  717. checking sys/inotify.h presence... yes
  718. checking for sys/inotify.h... yes
  719. checking for kqueue... no
  720. checking whether NLS is requested... yes
  721. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*)\${ <-- HERE ?([A-Z_]+)}?(.*)$/ at /usr/bin/intltool-update line 1065.
  722. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1193.
  723. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1194.
  724. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_VERSION}?/ at /usr/bin/intltool-update line 1195.
  725. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?VERSION}?/ at /usr/bin/intltool-update line 1196.
  726. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1222.
  727. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1223.
  728. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_VERSION}?/ at /usr/bin/intltool-update line 1224.
  729. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?VERSION}?/ at /usr/bin/intltool-update line 1225.
  730. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?\w+}?/ at /usr/bin/intltool-update line 1226.
  731. checking for intltool >= 0.35.0... 0.51.0 found
  732. checking for intltool-update... /usr/bin/intltool-update
  733. checking for intltool-merge... /usr/bin/intltool-merge
  734. checking for intltool-extract... /usr/bin/intltool-extract
  735. checking for xgettext... /usr/bin/xgettext
  736. checking for msgmerge... /usr/bin/msgmerge
  737. checking for msgfmt... /usr/bin/msgfmt
  738. checking for gmsgfmt... /usr/bin/msgfmt
  739. checking for perl... /usr/bin/perl
  740. checking for perl >= 5.8.1... 5.22.1
  741. checking for XML::Parser... ok
  742. checking locale.h usability... yes
  743. checking locale.h presence... yes
  744. checking for locale.h... yes
  745. checking for LC_MESSAGES... yes
  746. checking libintl.h usability... yes
  747. checking libintl.h presence... yes
  748. checking for libintl.h... yes
  749. checking for ngettext in libc... yes
  750. checking for dgettext in libc... yes
  751. checking for bind_textdomain_codeset... yes
  752. checking for msgfmt... (cached) /usr/bin/msgfmt
  753. checking for dcgettext... yes
  754. checking if msgfmt accepts -c... yes
  755. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  756. checking for xgettext... (cached) /usr/bin/xgettext
  757. checking for pkg-config... yes
  758. checking for pkg-config... /usr/bin/pkg-config
  759. checking pkg-config is at least version 0.9.0... yes
  760. checking for GLIB20... yes
  761. checking for GOBJECT... yes
  762. checking for gobject-introspection... yes
  763. checking for QT4... yes
  764. checking for moc-qt4... /usr/bin/moc-qt4
  765. checking for GTK20... yes
  766. checking for GTK30... yes
  767. checking for DBUS... yes
  768. Your D-Bus version is 1,10,6.
  769. checking for dbus_connection_close... yes
  770. checking for dbus_bus_get_private... yes
  771. checking for XML_ParserCreate in -lexpat... yes
  772. checking expat.h usability... yes
  773. checking expat.h presence... yes
  774. checking for expat.h... yes
  775. checking for XML_ParserCreate in -lbsdxml... no
  776. checking for gdbm_open in -lgdbm... yes
  777. checking gdbm.h usability... yes
  778. checking gdbm.h presence... yes
  779. checking for gdbm.h... yes
  780. checking for LIBDAEMON... yes
  781. checking whether /usr/bin/python2 version is >= 2.4... yes
  782. checking for /usr/bin/python2 version... 2.7
  783. checking for /usr/bin/python2 platform... linux2
  784. checking for /usr/bin/python2 script directory... ${prefix}/lib/python2.7/site-packages
  785. checking for /usr/bin/python2 extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  786. checking for python module gtk... yes
  787. checking for python module dbus... yes
  788. checking for python module socket... yes
  789. checking for python module gdbm... yes
  790. checking for mcs... /usr/bin/mcs
  791. checking for gacutil... /usr/bin/gacutil
  792. checking for doxygen... no
  793. configure: WARNING: doxygen not found - will not generate any doxygen documentation
  794. checking for perl... /usr/bin/perl
  795. checking for xmltoman... yes
  796. checking that generated files are newer than configure... done
  797. configure: creating ./config.status
  798. config.status: creating Makefile
  799. config.status: creating avahi-common/Makefile
  800. config.status: creating avahi-core/Makefile
  801. config.status: creating avahi-glib/Makefile
  802. config.status: creating avahi-gobject/Makefile
  803. config.status: creating avahi-qt/Makefile
  804. config.status: creating avahi-daemon/Makefile
  805. config.status: creating avahi-daemon/avahi-dbus.conf
  806. config.status: creating avahi-discover-standalone/Makefile
  807. config.status: creating avahi-client/Makefile
  808. config.status: creating initscript/Makefile
  809. config.status: creating initscript/debian/Makefile
  810. config.status: creating initscript/gentoo/Makefile
  811. config.status: creating initscript/suse/Makefile
  812. config.status: creating initscript/fedora/Makefile
  813. config.status: creating initscript/lfs/Makefile
  814. config.status: creating initscript/mandriva/Makefile
  815. config.status: creating initscript/darwin/Makefile
  816. config.status: creating initscript/freebsd/Makefile
  817. config.status: creating initscript/slackware/Makefile
  818. config.status: creating avahi-dnsconfd/Makefile
  819. config.status: creating avahi-utils/Makefile
  820. config.status: creating avahi-python/Makefile
  821. config.status: creating avahi-python/avahi/Makefile
  822. config.status: creating avahi-python/avahi-discover/Makefile
  823. config.status: creating examples/Makefile
  824. config.status: creating common/Makefile
  825. config.status: creating man/Makefile
  826. config.status: creating tests/Makefile
  827. config.status: creating service-type-database/Makefile
  828. config.status: creating avahi-sharp/Makefile
  829. config.status: creating avahi-ui-sharp/Makefile
  830. config.status: creating avahi-compat-libdns_sd/Makefile
  831. config.status: creating avahi-compat-howl/Makefile
  832. config.status: creating avahi-compat-howl/samples/Makefile
  833. config.status: creating avahi-autoipd/Makefile
  834. config.status: creating avahi-ui/Makefile
  835. config.status: creating po/Makefile.in
  836. config.status: creating config.h
  837. config.status: executing depfiles commands
  838. config.status: executing libtool commands
  839. config.status: executing default-1 commands
  840. config.status: executing po/stamp-it commands
  841.  
  842. ---{ avahi 0.6.32-rc }---
  843.  
  844.    prefix:                                    /usr
  845.    sysconfdir:                                /etc
  846.    localstatedir:                             /var
  847.    avahi socket:                              /var/run/avahi-daemon/socket
  848.    dbus-1 system.d dir:                       /etc/dbus-1/system.d
  849.    dbus-1 version:                            1.10.6
  850.    dbus-1 system socket:                      unix:path=/var/run/dbus/system_bus_socket
  851.    C Compiler:                                gcc -m32
  852.    CFLAGS:                                    -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing
  853.    Enable GLIB:                               yes
  854.    Enable GLIB GObject:                       yes
  855.    Enable GObject Introspection:              yes
  856.    Enable GTK 2.0:                            yes
  857.    Enable GTK 3.0:                            yes
  858.    Enable D-Bus:                              yes
  859.    With XML:                                  expat
  860.    Enable GDBM:                               yes
  861.    Enable DBM:                                no
  862.    Enable libdaemon:                          yes
  863.    Enable Python:                             yes
  864.    Enable pygtk:                              yes
  865.    Enable python-dbus:                        yes
  866.    Enable QT3:                                no
  867.    Enable QT4:                                yes
  868.    Enable Mono:                               yes
  869.    Enable Monodoc:                            no
  870.    Distribution/OS:                           archlinux
  871.    User for avahi-daemon:                     avahi
  872.    Group for avahi-daemon:                    avahi
  873.    Priviliged access group for Avahi clients: network
  874.    User for avahi-autoipd:                    avahi
  875.    Group for avahi-autoipd:                   avahi
  876.    Enable chroot():                           yes
  877.    Enable Linux inotify:                      yes
  878.    Enable stack-smashing protection:          yes
  879.    systemd unit directory:                    /usr/lib/systemd/system
  880.  
  881. ./configure: line 28466: xyes: command not found
  882.    Building libavahi-core              yes
  883.    Building avahi-daemon:              yes
  884.    Building avahi-dnsconfd:            yes
  885.    Building libavahi-client:           no   (You need avahi-daemon and D-Bus!)
  886.    Building avahi-utils:               no   (You need avahi-daemon and D-Bus!)
  887.    Building avahi-python:              yes
  888.    Building libavahi-glib:             yes
  889.    Building libavahi-gobject:          no
  890.    Building avahi-discover-standalone: yes
  891.    Building libavahi-qt3:              no
  892.    Building libavahi-qt4:              yes
  893.    Building avahi-sharp:               yes
  894.    Building avahi-compat-libdns_sd:    no   (You need libavahi-client!)
  895.    Building avahi-compat-howl:         no   (You need libavahi-client!)
  896.    Building tests:                     no
  897.    Building avahi-core documentation:  no
  898.    Building avahi-autoipd:             yes
  899.    Building libavahi-ui:               no
  900.  
  901. make  all-recursive
  902. make[1]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi'
  903. Making all in common
  904. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/common'
  905. make[2]: Nothing to be done for 'all'.
  906. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/common'
  907. Making all in avahi-common
  908. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-common'
  909.  CC       libavahi_common_la-malloc.lo
  910.  CC       libavahi_common_la-address.lo
  911.  CC       libavahi_common_la-alternative.lo
  912.  CC       libavahi_common_la-error.lo
  913.  CC       libavahi_common_la-strlst.lo
  914.  CC       libavahi_common_la-domain.lo
  915.  CC       libavahi_common_la-timeval.lo
  916.  CC       libavahi_common_la-simple-watch.lo
  917. simple-watch.c: In function ‘avahi_simple_poll_wakeup’:
  918. simple-watch.c:101:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  919.     write(s->wakeup_pipe[1], &c, sizeof(c));
  920.     ^
  921.  CC       libavahi_common_la-thread-watch.lo
  922.  CC       libavahi_common_la-rlist.lo
  923.  CC       libavahi_common_la-utf8.lo
  924.  CC       libavahi_common_la-i18n.lo
  925.  CCLD     libavahi-common.la
  926. ar: `u' modifier ignored since `D' is the default (see `U')
  927. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-common'
  928. Making all in avahi-core
  929. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-core'
  930.   CC       libavahi_core_la-timeeventq.lo
  931.   CC       libavahi_core_la-iface.lo
  932.   CC       libavahi_core_la-server.lo
  933.   CC       libavahi_core_la-entry.lo
  934.   CC       libavahi_core_la-prioq.lo
  935.   CC       libavahi_core_la-cache.lo
  936.   CC       libavahi_core_la-socket.lo
  937.   CC       libavahi_core_la-response-sched.lo
  938.   CC       libavahi_core_la-query-sched.lo
  939.   CC       libavahi_core_la-probe-sched.lo
  940.   CC       libavahi_core_la-announce.lo
  941.   CC       libavahi_core_la-browse.lo
  942.   CC       libavahi_core_la-rrlist.lo
  943.   CC       libavahi_core_la-resolve-host-name.lo
  944.   CC       libavahi_core_la-resolve-address.lo
  945.   CC       libavahi_core_la-browse-domain.lo
  946.   CC       libavahi_core_la-browse-service-type.lo
  947.   CC       libavahi_core_la-browse-service.lo
  948.   CC       libavahi_core_la-resolve-service.lo
  949.   CC       libavahi_core_la-dns.lo
  950.   CC       libavahi_core_la-rr.lo
  951.   CC       libavahi_core_la-log.lo
  952.   CC       libavahi_core_la-browse-dns-server.lo
  953.   CC       libavahi_core_la-fdutil.lo
  954.   CC       libavahi_core_la-util.lo
  955.   CC       libavahi_core_la-hashmap.lo
  956.   CC       libavahi_core_la-wide-area.lo
  957.   CC       libavahi_core_la-multicast-lookup.lo
  958.   CC       libavahi_core_la-querier.lo
  959.   CC       libavahi_core_la-addr-util.lo
  960.   CC       libavahi_core_la-domain-util.lo
  961.   CC       libavahi_core_la-iface-linux.lo
  962.   CC       libavahi_core_la-netlink.lo
  963.   CCLD     libavahi-core.la
  964. ar: `u' modifier ignored since `D' is the default (see `U')
  965. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-core'
  966. Making all in avahi-qt
  967. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-qt'
  968.  GEN      qt-watch.moc4
  969. make  all-am
  970. make[3]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-qt'
  971.  CXX      libavahi_qt4_la-qt-watch.lo
  972.  CXXLD    libavahi-qt4.la
  973. ar: `u' modifier ignored since `D' is the default (see `U')
  974. make[3]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-qt'
  975. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-qt'
  976. Making all in avahi-client
  977. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-client'
  978.   CC       libavahi_client_la-client.lo
  979.   CC       libavahi_client_la-entrygroup.lo
  980.   CC       libavahi_client_la-browser.lo
  981.   CC       libavahi_client_la-resolver.lo
  982.   CC       libavahi_client_la-xdg-config.lo
  983.   CC       libavahi_client_la-check-nss.lo
  984.   CC       libavahi_client_la-dbus.lo
  985.   CC       libavahi_client_la-dbus-watch-glue.lo
  986.   CCLD     libavahi-client.la
  987. ar: `u' modifier ignored since `D' is the default (see `U')
  988. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-client'
  989. Making all in avahi-glib
  990. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-glib'
  991.  CC       libavahi_glib_la-glib-watch.lo
  992. glib-watch.c: In function ‘prepare_func’:
  993. glib-watch.c:273:9: warning: ‘g_source_get_current_time’ is deprecated: Use 'g_source_get_time' instead [-Wdeprecated-declarations]
  994.         g_source_get_current_time(source, &now);
  995.         ^
  996. In file included from /usr/include/glib-2.0/glib/giochannel.h:33:0,
  997.                 from /usr/include/glib-2.0/glib.h:54,
  998.                 from glib-watch.h:28,
  999.                 from glib-watch.c:28:
  1000. /usr/include/glib-2.0/glib/gmain.h:512:10: note: declared here
  1001. void     g_source_get_current_time (GSource        *source,
  1002.          ^
  1003. glib-watch.c: In function ‘check_func’:
  1004. glib-watch.c:301:9: warning: ‘g_source_get_current_time’ is deprecated: Use 'g_source_get_time' instead [-Wdeprecated-declarations]
  1005.         g_source_get_current_time(source, &now);
  1006.         ^
  1007. In file included from /usr/include/glib-2.0/glib/giochannel.h:33:0,
  1008.                 from /usr/include/glib-2.0/glib.h:54,
  1009.                 from glib-watch.h:28,
  1010.                 from glib-watch.c:28:
  1011. /usr/include/glib-2.0/glib/gmain.h:512:10: note: declared here
  1012. void     g_source_get_current_time (GSource        *source,
  1013.          ^
  1014. glib-watch.c: In function ‘dispatch_func’:
  1015. glib-watch.c:326:9: warning: ‘g_source_get_current_time’ is deprecated: Use 'g_source_get_time' instead [-Wdeprecated-declarations]
  1016.         g_source_get_current_time(source, &now);
  1017.         ^
  1018. In file included from /usr/include/glib-2.0/glib/giochannel.h:33:0,
  1019.                 from /usr/include/glib-2.0/glib.h:54,
  1020.                 from glib-watch.h:28,
  1021.                 from glib-watch.c:28:
  1022. /usr/include/glib-2.0/glib/gmain.h:512:10: note: declared here
  1023. void     g_source_get_current_time (GSource        *source,
  1024.          ^
  1025.  CC       libavahi_glib_la-glib-malloc.lo
  1026.  CCLD     libavahi-glib.la
  1027. ar: `u' modifier ignored since `D' is the default (see `U')
  1028. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-glib'
  1029. Making all in avahi-gobject
  1030. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-gobject'
  1031.   GEN      signals-marshal.list
  1032.   GEN      signals-marshal.h
  1033.   GEN      signals-marshal.c
  1034.   GEN      ga-client-enumtypes.h
  1035.   GEN      ga-client-enumtypes.c
  1036.   GEN      ga-entry-group-enumtypes.h
  1037.   GEN      ga-entry-group-enumtypes.c
  1038.   GEN      ga-enums-enumtypes.h
  1039.   GEN      ga-enums-enumtypes.c
  1040. make  all-am
  1041. make[3]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-gobject'
  1042.   CC       libavahi_gobject_la-ga-client.lo
  1043. In file included from /usr/include/glib-2.0/glib/gthread.h:32:0,
  1044.                  from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
  1045.                  from /usr/include/glib-2.0/glib.h:32,
  1046.                  from /usr/include/glib-2.0/gobject/gbinding.h:28,
  1047.                  from /usr/include/glib-2.0/glib-object.h:23,
  1048.                  from ga-client.h:23,
  1049.                  from ga-client.c:27:
  1050. ga-client.c: In function ‘ga_client_get_type’:
  1051. /usr/include/glib-2.0/glib/gatomic.h:122:5: warning: cast from function call of type ‘unsigned int’ to non-matching type ‘void *[-Wbad-function-cast]
  1052.      (gpointer) __atomic_load_4 ((atomic), __ATOMIC_SEQ_CST);                 \
  1053.      ^
  1054. /usr/include/glib-2.0/glib/gthread.h:251:7: note: in expansion of macro ‘g_atomic_pointer_get’
  1055.      (!g_atomic_pointer_get (location) &&                             \
  1056.        ^
  1057. /usr/include/glib-2.0/gobject/gtype.h:1958:7: note: in expansion of macro ‘g_once_init_enter’
  1058.    if (g_once_init_enter (&g_define_type_id__volatile))  \
  1059.        ^
  1060. /usr/include/glib-2.0/gobject/gtype.h:1729:60: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
  1061.  #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_)     _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_D
  1062.                                                             ^
  1063. /usr/include/glib-2.0/gobject/gtype.h:1587:43: note: in expansion of macro ‘G_DEFINE_TYPE_EXTENDED’
  1064.  #define G_DEFINE_TYPE(TN, t_n, T_P)       G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
  1065.                                            ^
  1066. ga-client.c:38:1: note: in expansion of macro ‘G_DEFINE_TYPE’
  1067.  G_DEFINE_TYPE(GaClient, ga_client, G_TYPE_OBJECT)
  1068.  ^
  1069.   CC       libavahi_gobject_la-ga-entry-group.lo
  1070. In file included from /usr/include/glib-2.0/glib/gthread.h:32:0,
  1071.                  from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
  1072.                  from /usr/include/glib-2.0/glib.h:32,
  1073.                  from /usr/include/glib-2.0/gobject/gbinding.h:28,
  1074.                  from /usr/include/glib-2.0/glib-object.h:23,
  1075.                  from ga-error.h:23,
  1076.                  from ga-entry-group.c:30:
  1077. ga-entry-group.c: In function ‘ga_entry_group_get_type’:
  1078. /usr/include/glib-2.0/glib/gatomic.h:122:5: warning: cast from function call of type ‘unsigned int’ to non-matching type ‘void *[-Wbad-function-cast]
  1079.      (gpointer) __atomic_load_4 ((atomic), __ATOMIC_SEQ_CST);                 \
  1080.      ^
  1081. /usr/include/glib-2.0/glib/gthread.h:251:7: note: in expansion of macro ‘g_atomic_pointer_get’
  1082.      (!g_atomic_pointer_get (location) &&                             \
  1083.        ^
  1084. /usr/include/glib-2.0/gobject/gtype.h:1958:7: note: in expansion of macro ‘g_once_init_enter’
  1085.    if (g_once_init_enter (&g_define_type_id__volatile))  \
  1086.        ^
  1087. /usr/include/glib-2.0/gobject/gtype.h:1729:60: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
  1088.  #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_)     _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_D
  1089.                                                             ^
  1090. /usr/include/glib-2.0/gobject/gtype.h:1587:43: note: in expansion of macro ‘G_DEFINE_TYPE_EXTENDED’
  1091.  #define G_DEFINE_TYPE(TN, t_n, T_P)       G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
  1092.                                            ^
  1093. ga-entry-group.c:34:1: note: in expansion of macro ‘G_DEFINE_TYPE’
  1094.  G_DEFINE_TYPE(GaEntryGroup, ga_entry_group, G_TYPE_OBJECT)
  1095.  ^
  1096.   CC       libavahi_gobject_la-ga-error.lo
  1097.   CC       libavahi_gobject_la-ga-record-browser.lo
  1098. In file included from /usr/include/glib-2.0/glib/gthread.h:32:0,
  1099.                  from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
  1100.                  from /usr/include/glib-2.0/glib.h:32,
  1101.                  from /usr/include/glib-2.0/gobject/gbinding.h:28,
  1102.                  from /usr/include/glib-2.0/glib-object.h:23,
  1103.                  from ga-record-browser.h:24,
  1104.                  from ga-record-browser.c:28:
  1105. ga-record-browser.c: In function ‘ga_record_browser_get_type’:
  1106. /usr/include/glib-2.0/glib/gatomic.h:122:5: warning: cast from function call of type ‘unsigned int’ to non-matching type ‘void *[-Wbad-function-cast]
  1107.      (gpointer) __atomic_load_4 ((atomic), __ATOMIC_SEQ_CST);                 \
  1108.      ^
  1109. /usr/include/glib-2.0/glib/gthread.h:251:7: note: in expansion of macro ‘g_atomic_pointer_get’
  1110.      (!g_atomic_pointer_get (location) &&                             \
  1111.        ^
  1112. /usr/include/glib-2.0/gobject/gtype.h:1958:7: note: in expansion of macro ‘g_once_init_enter’
  1113.    if (g_once_init_enter (&g_define_type_id__volatile))  \
  1114.        ^
  1115. /usr/include/glib-2.0/gobject/gtype.h:1729:60: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
  1116.  #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_)     _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_D
  1117.                                                             ^
  1118. /usr/include/glib-2.0/gobject/gtype.h:1587:43: note: in expansion of macro ‘G_DEFINE_TYPE_EXTENDED’
  1119.  #define G_DEFINE_TYPE(TN, t_n, T_P)       G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
  1120.                                            ^
  1121. ga-record-browser.c:33:1: note: in expansion of macro ‘G_DEFINE_TYPE’
  1122.  G_DEFINE_TYPE(GaRecordBrowser, ga_record_browser, G_TYPE_OBJECT)
  1123.  ^
  1124.   CC       libavahi_gobject_la-ga-service-browser.lo
  1125. In file included from /usr/include/glib-2.0/glib/gthread.h:32:0,
  1126.                  from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
  1127.                  from /usr/include/glib-2.0/glib.h:32,
  1128.                  from /usr/include/glib-2.0/gobject/gbinding.h:28,
  1129.                  from /usr/include/glib-2.0/glib-object.h:23,
  1130.                  from ga-service-browser.h:23,
  1131.                  from ga-service-browser.c:31:
  1132. ga-service-browser.c: In function ‘ga_service_browser_get_type’:
  1133. /usr/include/glib-2.0/glib/gatomic.h:122:5: warning: cast from function call of type ‘unsigned int’ to non-matching type ‘void *[-Wbad-function-cast]
  1134.      (gpointer) __atomic_load_4 ((atomic), __ATOMIC_SEQ_CST);                 \
  1135.      ^
  1136. /usr/include/glib-2.0/glib/gthread.h:251:7: note: in expansion of macro ‘g_atomic_pointer_get’
  1137.      (!g_atomic_pointer_get (location) &&                             \
  1138.        ^
  1139. /usr/include/glib-2.0/gobject/gtype.h:1958:7: note: in expansion of macro ‘g_once_init_enter’
  1140.    if (g_once_init_enter (&g_define_type_id__volatile))  \
  1141.        ^
  1142. /usr/include/glib-2.0/gobject/gtype.h:1729:60: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
  1143.  #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_)     _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_D
  1144.                                                             ^
  1145. /usr/include/glib-2.0/gobject/gtype.h:1587:43: note: in expansion of macro ‘G_DEFINE_TYPE_EXTENDED’
  1146.  #define G_DEFINE_TYPE(TN, t_n, T_P)       G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
  1147.                                            ^
  1148. ga-service-browser.c:36:1: note: in expansion of macro ‘G_DEFINE_TYPE’
  1149.  G_DEFINE_TYPE(GaServiceBrowser, ga_service_browser, G_TYPE_OBJECT)
  1150.  ^
  1151.   CC       libavahi_gobject_la-ga-service-resolver.lo
  1152. In file included from /usr/include/glib-2.0/glib/gthread.h:32:0,
  1153.                  from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
  1154.                  from /usr/include/glib-2.0/glib.h:32,
  1155.                  from /usr/include/glib-2.0/gobject/gbinding.h:28,
  1156.                  from /usr/include/glib-2.0/glib-object.h:23,
  1157.                  from ga-service-resolver.h:26,
  1158.                  from ga-service-resolver.c:27:
  1159. ga-service-resolver.c: In function ‘ga_service_resolver_get_type’:
  1160. /usr/include/glib-2.0/glib/gatomic.h:122:5: warning: cast from function call of type ‘unsigned int’ to non-matching type ‘void *[-Wbad-function-cast]
  1161.      (gpointer) __atomic_load_4 ((atomic), __ATOMIC_SEQ_CST);                 \
  1162.      ^
  1163. /usr/include/glib-2.0/glib/gthread.h:251:7: note: in expansion of macro ‘g_atomic_pointer_get’
  1164.      (!g_atomic_pointer_get (location) &&                             \
  1165.        ^
  1166. /usr/include/glib-2.0/gobject/gtype.h:1958:7: note: in expansion of macro ‘g_once_init_enter’
  1167.    if (g_once_init_enter (&g_define_type_id__volatile))  \
  1168.        ^
  1169. /usr/include/glib-2.0/gobject/gtype.h:1729:60: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
  1170.  #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_)     _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_D
  1171.                                                             ^
  1172. /usr/include/glib-2.0/gobject/gtype.h:1587:43: note: in expansion of macro ‘G_DEFINE_TYPE_EXTENDED’
  1173.  #define G_DEFINE_TYPE(TN, t_n, T_P)       G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
  1174.                                            ^
  1175. ga-service-resolver.c:37:1: note: in expansion of macro ‘G_DEFINE_TYPE’
  1176.  G_DEFINE_TYPE(GaServiceResolver, ga_service_resolver, G_TYPE_OBJECT)
  1177.  ^
  1178.   CC       libavahi_gobject_la-signals-marshal.lo
  1179. signals-marshal.c: In function ‘_ga_signals_marshal_VOID__INT_ENUM_STRING_STRING_STRING_STRING_POINTER_INT_POINTER_INT’:
  1180. signals-marshal.c:90:14: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
  1181.    callback = (GMarshalFunc_VOID__INT_ENUM_STRING_STRING_STRING_STRING_POINTER_INT_POINTER_INT) (marshal_data ? marshal_d
  1182.               ^
  1183. signals-marshal.c: In function ‘_ga_signals_marshal_VOID__INT_ENUM_STRING_STRING_STRING_UINT’:
  1184. signals-marshal.c:139:14: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
  1185.    callback = (GMarshalFunc_VOID__INT_ENUM_STRING_STRING_STRING_UINT) (marshal_data ? marshal_data : cc->callback);
  1186.               ^
  1187. signals-marshal.c: In function ‘_ga_signals_marshal_VOID__INT_ENUM_STRING_UINT_UINT_POINTER_INT_INT’:
  1188. signals-marshal.c:186:14: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
  1189.    callback = (GMarshalFunc_VOID__INT_ENUM_STRING_UINT_UINT_POINTER_INT_INT) (marshal_data ? marshal_data : cc->callback)
  1190.               ^
  1191.   CC       libavahi_gobject_la-ga-client-enumtypes.lo
  1192.   CC       libavahi_gobject_la-ga-entry-group-enumtypes.lo
  1193.   CC       libavahi_gobject_la-ga-enums-enumtypes.lo
  1194.   CCLD     libavahi-gobject.la
  1195. ar: `u' modifier ignored since `D' is the default (see `U')
  1196.  GISCAN   Avahi-0.6.gir
  1197. g-ir-scanner: warning: Option --strip-prefix has been deprecated;
  1198. see --identifier-prefix and --symbol-prefix.
  1199. In file included from /usr/include/limits.h:25:0,
  1200.                 from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
  1201.                 from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
  1202.                 from /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
  1203.                 from /usr/lib32/glib-2.0/include/glibconfig.h:11,
  1204.                 from /usr/include/glib-2.0/glib/gtypes.h:32,
  1205.                 from /usr/include/glib-2.0/glib/galloca.h:32,
  1206.                 from /usr/include/glib-2.0/glib.h:30,
  1207.                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
  1208.                 from /usr/include/glib-2.0/glib-object.h:23,
  1209.                 from /tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-gobject/ga-client.h:23,
  1210.                 from /tmp/g-ir-cpp-qd0cFG.c:4:
  1211. /usr/include/features.h:328:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1212. #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1213.    ^
  1214. g-ir-scanner: Avahi: warning: 27 warnings suppressed (use --warn-all to see them)
  1215.  GICOMP   AvahiCore-0.6.gir
  1216.  GICOMP   Avahi-0.6.gir
  1217. make[3]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-gobject'
  1218. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-gobject'
  1219. Making all in avahi-discover-standalone
  1220. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-discover-standalone'
  1221.  CC       avahi_discover_standalone-main.o
  1222.  CCLD     avahi-discover-standalone
  1223. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-discover-standalone'
  1224. Making all in avahi-daemon
  1225. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-daemon'
  1226.  CC       avahi_daemon-main.o
  1227. main.c: In function ‘main’:
  1228. main.c:1661:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  1229.         chdir("/");
  1230.         ^
  1231. main.c: In function ‘init_rand_seed’:
  1232. main.c:1487:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  1233.         read(fd, &seed, sizeof(seed));
  1234.         ^
  1235. main.c: In function ‘make_runtime_dir’:
  1236. main.c:1422:5: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result [-Wunused-result]
  1237.     chown(AVAHI_DAEMON_RUNTIME_DIR, pw->pw_uid, gr->gr_gid);
  1238.     ^
  1239. main.c: In function ‘run_server’:
  1240. main.c:1196:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  1241.         chdir("/");
  1242.         ^
  1243.  CC       avahi_daemon-simple-protocol.o
  1244.  CC       avahi_daemon-static-services.o
  1245.  CC       avahi_daemon-static-hosts.o
  1246.  CC       avahi_daemon-ini-file-parser.o
  1247.  CC       avahi_daemon-setproctitle.o
  1248.  CC       avahi_daemon-sd-daemon.o
  1249.  CC       avahi_daemon-check-nss.o
  1250.  CC       avahi_daemon-chroot.o
  1251.  CC       avahi_daemon-caps.o
  1252.  CC       avahi_daemon-dbus-protocol.o
  1253.  CC       avahi_daemon-dbus-util.o
  1254.  CC       avahi_daemon-dbus-async-address-resolver.o
  1255.  CC       avahi_daemon-dbus-async-host-name-resolver.o
  1256.  CC       avahi_daemon-dbus-async-service-resolver.o
  1257.  CC       avahi_daemon-dbus-domain-browser.o
  1258.  CC       avahi_daemon-dbus-entry-group.o
  1259.  CC       avahi_daemon-dbus-service-browser.o
  1260.  CC       avahi_daemon-dbus-service-type-browser.o
  1261.  CC       avahi_daemon-dbus-sync-address-resolver.o
  1262.  CC       avahi_daemon-dbus-sync-host-name-resolver.o
  1263.  CC       avahi_daemon-dbus-sync-service-resolver.o
  1264.  CC       avahi_daemon-dbus-record-browser.o
  1265.  CC       avahi_daemon-dbus.o
  1266.  CC       avahi_daemon-dbus-watch-glue.o
  1267.  CCLD     avahi-daemon
  1268.  GEN      avahi-daemon.service
  1269.  GEN      avahi-daemon.socket
  1270. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-daemon'
  1271. Making all in avahi-sharp
  1272. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-sharp'
  1273.  GEN      avahi-sharp.dll
  1274.  GEN      avahi-sharp.dll.config
  1275. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-sharp'
  1276. Making all in initscript
  1277. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/initscript'
  1278. make[3]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/initscript'
  1279. make[3]: Nothing to be done for 'all-am'.
  1280. make[3]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/initscript'
  1281. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/initscript'
  1282. Making all in avahi-dnsconfd
  1283. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-dnsconfd'
  1284.  CC       avahi_dnsconfd-main.o
  1285. main.c: In function ‘main’:
  1286. main.c:618:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  1287.         chdir("/");
  1288.         ^
  1289.  CCLD     avahi-dnsconfd
  1290.  GEN      avahi-dnsconfd.service
  1291. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-dnsconfd'
  1292. Making all in avahi-utils
  1293. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-utils'
  1294.  CC       avahi_browse-avahi-browse.o
  1295.  CC       avahi_browse-sigint.o
  1296. sigint.c: In function ‘handler’:
  1297. sigint.c:55:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  1298.     write(pipe_fds[1], &s, sizeof(s));
  1299.     ^
  1300.  CC       avahi_browse-stdb.o
  1301.  CCLD     avahi-browse
  1302.  CC       avahi_resolve-avahi-resolve.o
  1303.  CC       avahi_resolve-sigint.o
  1304. sigint.c: In function ‘handler’:
  1305. sigint.c:55:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  1306.     write(pipe_fds[1], &s, sizeof(s));
  1307.     ^
  1308.  CCLD     avahi-resolve
  1309.  CC       avahi_publish-avahi-publish.o
  1310.  CC       avahi_publish-sigint.o
  1311. sigint.c: In function ‘handler’:
  1312. sigint.c:55:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  1313.     write(pipe_fds[1], &s, sizeof(s));
  1314.     ^
  1315.  CCLD     avahi-publish
  1316.  CC       avahi_set_host_name-avahi-set-host-name.o
  1317.  CC       avahi_set_host_name-sigint.o
  1318. sigint.c: In function ‘handler’:
  1319. sigint.c:55:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  1320.     write(pipe_fds[1], &s, sizeof(s));
  1321.     ^
  1322.  CCLD     avahi-set-host-name
  1323. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-utils'
  1324. Making all in avahi-python
  1325. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-python'
  1326. Making all in avahi
  1327. make[3]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-python/avahi'
  1328.  GEN      ServiceTypeDatabase.py
  1329. make[3]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-python/avahi'
  1330. Making all in avahi-discover
  1331. make[3]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-python/avahi-discover'
  1332.  GEN      avahi-discover
  1333.  GEN      avahi-discover.desktop.in
  1334.  ITMRG  avahi-discover.desktop
  1335. make[3]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-python/avahi-discover'
  1336. make[3]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-python'
  1337.  GEN      avahi-bookmarks
  1338. make[3]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-python'
  1339. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-python'
  1340. Making all in examples
  1341. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/examples'
  1342. make[2]: Nothing to be done for 'all'.
  1343. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/examples'
  1344. Making all in man
  1345. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/man'
  1346.  GEN      avahi-daemon.8.xml
  1347.  GEN      avahi-daemon.8
  1348.  GEN      avahi-dnsconfd.8.xml
  1349.  GEN      avahi-dnsconfd.8
  1350.  GEN      avahi-daemon.conf.5.xml
  1351.  GEN      avahi-daemon.conf.5
  1352.  GEN      avahi-dnsconfd.action.8.xml
  1353.  GEN      avahi-dnsconfd.action.8
  1354.  GEN      avahi.service.5.xml
  1355.  GEN      avahi.service.5
  1356.  GEN      avahi.hosts.5.xml
  1357.  GEN      avahi.hosts.5
  1358.  GEN      avahi-browse.1.xml
  1359.  GEN      avahi-browse.1
  1360.  GEN      avahi-resolve.1.xml
  1361.  GEN      avahi-resolve.1
  1362.  GEN      avahi-publish.1.xml
  1363.  GEN      avahi-publish.1
  1364.  GEN      avahi-set-host-name.1.xml
  1365.  GEN      avahi-set-host-name.1
  1366.  GEN      bssh.1.xml
  1367.  GEN      bssh.1
  1368.  GEN      avahi-bookmarks.1.xml
  1369.  GEN      avahi-bookmarks.1
  1370.  GEN      avahi-discover.1.xml
  1371.  GEN      avahi-discover.1
  1372.  GEN      avahi-autoipd.8.xml
  1373.  GEN      avahi-autoipd.8
  1374.  GEN      avahi-autoipd.action.8.xml
  1375.  GEN      avahi-autoipd.action.8
  1376. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/man'
  1377. Making all in tests
  1378. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/tests'
  1379. make[2]: Nothing to be done for 'all'.
  1380. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/tests'
  1381. Making all in service-type-database
  1382. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/service-type-database'
  1383.  GEN      build-db
  1384.  GEN      service-types.db
  1385. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/service-type-database'
  1386. Making all in avahi-compat-libdns_sd
  1387. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-compat-libdns_sd'
  1388.  CC       libdns_sd_la-compat.lo
  1389. In file included from compat.c:47:0:
  1390. compat.c: In function ‘DNSServiceBrowse’:
  1391. warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1392. #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1393.                                                                                  ^
  1394. compat.c:622:9: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1395.         AVAHI_WARN_UNSUPPORTED;
  1396.         ^
  1397. compat.c: In function ‘DNSServiceResolve’:
  1398. warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1399. #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1400.                                                                                  ^
  1401. compat.c:747:9: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1402.         AVAHI_WARN_UNSUPPORTED;
  1403.         ^
  1404. compat.c: In function ‘DNSServiceEnumerateDomains’:
  1405. warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1406. #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1407.                                                                                  ^
  1408. compat.c:859:9: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1409.         AVAHI_WARN_UNSUPPORTED;
  1410.         ^
  1411. compat.c: In function ‘DNSServiceRegister’:
  1412. warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1413. #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1414.                                                                                  ^
  1415. compat.c:1115:9: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1416.         AVAHI_WARN_UNSUPPORTED;
  1417.         ^
  1418. compat.c: In function ‘DNSServiceUpdateRecord’:
  1419. warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1420. #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1421.                                                                                  ^
  1422. compat.c:1227:9: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1423.         AVAHI_WARN_UNSUPPORTED;
  1424.         ^
  1425. compat.c: In function ‘DNSServiceQueryRecord’:
  1426. warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1427. #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1428.                                                                                  ^
  1429. compat.c:1337:9: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1430.         AVAHI_WARN_UNSUPPORTED;
  1431.         ^
  1432.  CC       libdns_sd_la-txt.lo
  1433.  CC       libdns_sd_la-unsupported.lo
  1434. In file included from unsupported.c:27:0:
  1435. unsupported.c: In function ‘DNSServiceRegisterRecord’:
  1436. warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1437. #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1438.                                                                                  ^
  1439. unsupported.c:43:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1440.     AVAHI_WARN_UNSUPPORTED;
  1441.     ^
  1442. unsupported.c: In function ‘DNSServiceReconfirmRecord’:
  1443. warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1444. #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1445.                                                                                  ^
  1446. unsupported.c:57:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1447.     AVAHI_WARN_UNSUPPORTED;
  1448.     ^
  1449. unsupported.c: In function ‘DNSServiceCreateConnection’:
  1450. warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1451. #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1452.                                                                                  ^
  1453. unsupported.c:63:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1454.     AVAHI_WARN_UNSUPPORTED;
  1455.     ^
  1456. unsupported.c: In function ‘DNSServiceAddRecord’:
  1457. warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1458. #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1459.                                                                                  ^
  1460. unsupported.c:77:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1461.     AVAHI_WARN_UNSUPPORTED;
  1462.     ^
  1463. unsupported.c: In function ‘DNSServiceRemoveRecord’:
  1464. warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1465. #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1466.                                                                                  ^
  1467. unsupported.c:87:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1468.     AVAHI_WARN_UNSUPPORTED;
  1469.     ^
  1470.  CC       libdns_sd_la-warn.lo
  1471.  CCLD     libdns_sd.la
  1472. ar: `u' modifier ignored since `D' is the default (see `U')
  1473. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-compat-libdns_sd'
  1474. Making all in avahi-compat-howl
  1475. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-compat-howl'
  1476. Making all in .
  1477. make[3]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-compat-howl'
  1478.   CC       libhowl_la-warn.lo
  1479.   CC       libhowl_la-unsupported.lo
  1480. In file included from ./include/salt/salt.h:32:0,
  1481.                  from ./include/howl.h:32,
  1482.                  from unsupported.c:26:
  1483. ./include/salt/platform.h:411:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  1484.  sw_strerror();
  1485.  ^
  1486. In file included from warn.h:31:0,
  1487.                  from unsupported.c:27:
  1488. unsupported.c: In function ‘sw_strdup’:
  1489. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1490.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1491.                                                                                   ^
  1492. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1493.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1494.                                            ^
  1495. unsupported.c:31:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1496.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1497.      ^
  1498. unsupported.c: In function ‘_sw_debug_malloc’:
  1499. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1500.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1501.                                                                                   ^
  1502. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1503.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1504.                                            ^
  1505. unsupported.c:40:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1506.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1507.      ^
  1508. unsupported.c: In function ‘_sw_debug_realloc’:
  1509. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1510.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1511.                                                                                   ^
  1512. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1513.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1514.                                            ^
  1515. unsupported.c:50:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1516.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1517.      ^
  1518. unsupported.c: In function ‘_sw_debug_free’:
  1519. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1520.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1521.                                                                                   ^
  1522. unsupported.c:58:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1523.      AVAHI_WARN_UNSUPPORTED;
  1524.      ^
  1525. unsupported.c: At top level:
  1526. unsupported.c:62:17: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  1527.  sw_const_string sw_strerror(/* howl sucks */) {
  1528.                  ^
  1529. unsupported.c: In function ‘sw_strerror’:
  1530. unsupported.c:62:17: warning: old-style function definition [-Wold-style-definition]
  1531. In file included from warn.h:31:0,
  1532.                  from unsupported.c:27:
  1533. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1534.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1535.                                                                                   ^
  1536. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1537.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1538.                                            ^
  1539. unsupported.c:63:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1540.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1541.      ^
  1542. unsupported.c: In function ‘sw_timer_init’:
  1543. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1544.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1545.                                                                                   ^
  1546. unsupported.c:67:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1547.      AVAHI_WARN_UNSUPPORTED;
  1548.      ^
  1549. unsupported.c: In function ‘sw_timer_fina’:
  1550. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1551.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1552.                                                                                   ^
  1553. unsupported.c:72:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1554.      AVAHI_WARN_UNSUPPORTED;
  1555.      ^
  1556. unsupported.c: In function ‘sw_time_init’:
  1557. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1558.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1559.                                                                                   ^
  1560. unsupported.c:77:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1561.      AVAHI_WARN_UNSUPPORTED;
  1562.      ^
  1563. unsupported.c: In function ‘sw_time_init_now’:
  1564. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1565.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1566.                                                                                   ^
  1567. unsupported.c:82:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1568.      AVAHI_WARN_UNSUPPORTED;
  1569.      ^
  1570. unsupported.c: In function ‘sw_time_fina’:
  1571. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1572.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1573.                                                                                   ^
  1574. unsupported.c:87:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1575.      AVAHI_WARN_UNSUPPORTED;
  1576.      ^
  1577. unsupported.c: In function ‘sw_time_add’:
  1578. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1579.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1580.                                                                                   ^
  1581. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1582.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1583.                                            ^
  1584. unsupported.c:95:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1585.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1586.      ^
  1587. unsupported.c: In function ‘sw_time_sub’:
  1588. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1589.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1590.                                                                                   ^
  1591. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1592.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1593.                                            ^
  1594. unsupported.c:102:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1595.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1596.      ^
  1597. unsupported.c: In function ‘sw_time_cmp’:
  1598. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1599.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1600.                                                                                   ^
  1601. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1602.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1603.                                            ^
  1604. unsupported.c:109:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1605.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1606.      ^
  1607. unsupported.c: In function ‘sw_salt_init’:
  1608. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1609.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1610.                                                                                   ^
  1611. unsupported.c:116:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1612.      AVAHI_WARN_UNSUPPORTED;
  1613.      ^
  1614. unsupported.c: In function ‘sw_salt_fina’:
  1615. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1616.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1617.                                                                                   ^
  1618. unsupported.c:121:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1619.      AVAHI_WARN_UNSUPPORTED;
  1620.      ^
  1621. unsupported.c: In function ‘sw_salt_register_socket’:
  1622. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1623.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1624.                                                                                   ^
  1625. unsupported.c:132:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1626.      AVAHI_WARN_UNSUPPORTED;
  1627.      ^
  1628. unsupported.c: In function ‘sw_salt_unregister_socket’:
  1629. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1630.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1631.                                                                                   ^
  1632. unsupported.c:139:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1633.      AVAHI_WARN_UNSUPPORTED;
  1634.      ^
  1635. unsupported.c: In function ‘sw_salt_register_timer’:
  1636. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1637.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1638.                                                                                   ^
  1639. unsupported.c:151:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1640.      AVAHI_WARN_UNSUPPORTED;
  1641.      ^
  1642. unsupported.c: In function ‘sw_salt_unregister_timer’:
  1643. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1644.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1645.                                                                                   ^
  1646. unsupported.c:158:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1647.      AVAHI_WARN_UNSUPPORTED;
  1648.      ^
  1649. unsupported.c: In function ‘sw_salt_register_network_interface’:
  1650. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1651.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1652.                                                                                   ^
  1653. unsupported.c:168:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1654.      AVAHI_WARN_UNSUPPORTED;
  1655.      ^
  1656. unsupported.c: In function ‘sw_salt_unregister_network_interface_handler’:
  1657. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1658.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1659.                                                                                   ^
  1660. unsupported.c:173:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1661.      AVAHI_WARN_UNSUPPORTED;
  1662.      ^
  1663. unsupported.c: In function ‘sw_salt_register_signal’:
  1664. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1665.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1666.                                                                                   ^
  1667. unsupported.c:184:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1668.      AVAHI_WARN_UNSUPPORTED;
  1669.      ^
  1670. unsupported.c: In function ‘sw_salt_unregister_signal’:
  1671. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1672.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1673.                                                                                   ^
  1674. unsupported.c:192:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1675.      AVAHI_WARN_UNSUPPORTED;
  1676.      ^
  1677. unsupported.c: In function ‘sw_print_assert’:
  1678. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1679.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1680.                                                                                   ^
  1681. unsupported.c:202:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1682.      AVAHI_WARN_UNSUPPORTED;
  1683.      ^
  1684. unsupported.c: In function ‘sw_print_debug’:
  1685. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1686.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1687.                                                                                   ^
  1688. unsupported.c:209:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1689.      AVAHI_WARN_UNSUPPORTED;
  1690.      ^
  1691. unsupported.c: In function ‘sw_tcp_socket_init’:
  1692. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1693.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1694.                                                                                   ^
  1695. unsupported.c:213:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1696.      AVAHI_WARN_UNSUPPORTED;
  1697.      ^
  1698. unsupported.c: In function ‘sw_tcp_socket_init_with_desc’:
  1699. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1700.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1701.                                                                                   ^
  1702. unsupported.c:220:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1703.      AVAHI_WARN_UNSUPPORTED;
  1704.      ^
  1705. unsupported.c: In function ‘sw_udp_socket_init’:
  1706. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1707.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1708.                                                                                   ^
  1709. unsupported.c:225:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1710.      AVAHI_WARN_UNSUPPORTED;
  1711.      ^
  1712. unsupported.c: In function ‘sw_multicast_socket_init’:
  1713. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1714.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1715.                                                                                   ^
  1716. unsupported.c:230:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1717.      AVAHI_WARN_UNSUPPORTED;
  1718.      ^
  1719. unsupported.c: In function ‘sw_socket_fina’:
  1720. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1721.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1722.                                                                                   ^
  1723. unsupported.c:235:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1724.      AVAHI_WARN_UNSUPPORTED;
  1725.      ^
  1726. unsupported.c: In function ‘sw_socket_bind’:
  1727. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1728.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1729.                                                                                   ^
  1730. unsupported.c:243:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1731.      AVAHI_WARN_UNSUPPORTED;
  1732.      ^
  1733. unsupported.c: In function ‘sw_socket_join_multicast_group’:
  1734. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1735.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1736.                                                                                   ^
  1737. unsupported.c:252:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1738.      AVAHI_WARN_UNSUPPORTED;
  1739.      ^
  1740. unsupported.c: In function ‘sw_socket_leave_multicast_group’:
  1741. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1742.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1743.                                                                                   ^
  1744. unsupported.c:257:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1745.      AVAHI_WARN_UNSUPPORTED;
  1746.      ^
  1747. unsupported.c: In function ‘sw_socket_listen’:
  1748. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1749.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1750.                                                                                   ^
  1751. unsupported.c:264:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1752.      AVAHI_WARN_UNSUPPORTED;
  1753.      ^
  1754. unsupported.c: In function ‘sw_socket_connect’:
  1755. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1756.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1757.                                                                                   ^
  1758. unsupported.c:272:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1759.      AVAHI_WARN_UNSUPPORTED;
  1760.      ^
  1761. unsupported.c: In function ‘sw_socket_accept’:
  1762. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1763.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1764.                                                                                   ^
  1765. unsupported.c:279:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1766.      AVAHI_WARN_UNSUPPORTED;
  1767.      ^
  1768. unsupported.c: In function ‘sw_socket_send’:
  1769. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1770.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1771.                                                                                   ^
  1772. unsupported.c:288:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1773.      AVAHI_WARN_UNSUPPORTED;
  1774.      ^
  1775. unsupported.c: In function ‘sw_socket_sendto’:
  1776. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1777.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1778.                                                                                   ^
  1779. unsupported.c:299:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1780.      AVAHI_WARN_UNSUPPORTED;
  1781.      ^
  1782. unsupported.c: In function ‘sw_socket_recv’:
  1783. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1784.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1785.                                                                                   ^
  1786. unsupported.c:308:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1787.      AVAHI_WARN_UNSUPPORTED;
  1788.      ^
  1789. unsupported.c: In function ‘sw_socket_recvfrom’:
  1790. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1791.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1792.                                                                                   ^
  1793. unsupported.c:321:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1794.      AVAHI_WARN_UNSUPPORTED;
  1795.      ^
  1796. unsupported.c: In function ‘sw_socket_set_blocking_mode’:
  1797. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1798.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1799.                                                                                   ^
  1800. unsupported.c:328:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1801.      AVAHI_WARN_UNSUPPORTED;
  1802.      ^
  1803. unsupported.c: In function ‘sw_socket_set_options’:
  1804. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1805.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1806.                                                                                   ^
  1807. unsupported.c:335:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1808.      AVAHI_WARN_UNSUPPORTED;
  1809.      ^
  1810. unsupported.c: In function ‘sw_socket_ipv4_address’:
  1811. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1812.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1813.                                                                                   ^
  1814. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1815.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1816.                                            ^
  1817. unsupported.c:341:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1818.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1819.      ^
  1820. unsupported.c: In function ‘sw_socket_port’:
  1821. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1822.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1823.                                                                                   ^
  1824. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1825.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1826.                                            ^
  1827. unsupported.c:346:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1828.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1829.      ^
  1830. unsupported.c: In function ‘sw_socket_desc’:
  1831. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1832.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1833.                                                                                   ^
  1834. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1835.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1836.                                            ^
  1837. unsupported.c:351:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1838.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1839.      ^
  1840. unsupported.c: In function ‘sw_socket_close’:
  1841. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1842.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1843.                                                                                   ^
  1844. unsupported.c:355:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1845.      AVAHI_WARN_UNSUPPORTED;
  1846.      ^
  1847. unsupported.c: In function ‘sw_socket_options_init’:
  1848. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1849.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1850.                                                                                   ^
  1851. unsupported.c:360:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1852.      AVAHI_WARN_UNSUPPORTED;
  1853.      ^
  1854. unsupported.c: In function ‘sw_socket_options_fina’:
  1855. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1856.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1857.                                                                                   ^
  1858. unsupported.c:365:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1859.      AVAHI_WARN_UNSUPPORTED;
  1860.      ^
  1861. unsupported.c: In function ‘sw_socket_options_set_debug’:
  1862. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1863.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1864.                                                                                   ^
  1865. unsupported.c:372:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1866.      AVAHI_WARN_UNSUPPORTED;
  1867.      ^
  1868. unsupported.c: In function ‘sw_socket_options_set_nodelay’:
  1869. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1870.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1871.                                                                                   ^
  1872. unsupported.c:379:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1873.      AVAHI_WARN_UNSUPPORTED;
  1874.      ^
  1875. unsupported.c: In function ‘sw_socket_options_set_dontroute’:
  1876. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1877.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1878.                                                                                   ^
  1879. unsupported.c:386:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1880.      AVAHI_WARN_UNSUPPORTED;
  1881.      ^
  1882. unsupported.c: In function ‘sw_socket_options_set_keepalive’:
  1883. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1884.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1885.                                                                                   ^
  1886. unsupported.c:393:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1887.      AVAHI_WARN_UNSUPPORTED;
  1888.      ^
  1889. unsupported.c: In function ‘sw_socket_options_set_linger’:
  1890. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1891.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1892.                                                                                   ^
  1893. unsupported.c:401:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1894.      AVAHI_WARN_UNSUPPORTED;
  1895.      ^
  1896. unsupported.c: In function ‘sw_socket_options_set_reuseaddr’:
  1897. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1898.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1899.                                                                                   ^
  1900. unsupported.c:408:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1901.      AVAHI_WARN_UNSUPPORTED;
  1902.      ^
  1903. unsupported.c: In function ‘sw_socket_options_set_rcvbuf’:
  1904. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1905.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1906.                                                                                   ^
  1907. unsupported.c:415:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1908.      AVAHI_WARN_UNSUPPORTED;
  1909.      ^
  1910. unsupported.c: In function ‘sw_socket_options_set_sndbuf’:
  1911. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1912.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1913.                                                                                   ^
  1914. unsupported.c:422:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1915.      AVAHI_WARN_UNSUPPORTED;
  1916.      ^
  1917. unsupported.c: In function ‘sw_socket_error_code’:
  1918. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1919.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1920.                                                                                   ^
  1921. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1922.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1923.                                            ^
  1924. unsupported.c:428:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1925.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1926.      ^
  1927. unsupported.c: In function ‘sw_corby_orb_init’:
  1928. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1929.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1930.                                                                                   ^
  1931. unsupported.c:438:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1932.      AVAHI_WARN_UNSUPPORTED;
  1933.      ^
  1934. unsupported.c: In function ‘sw_corby_orb_fina’:
  1935. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1936.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1937.                                                                                   ^
  1938. unsupported.c:443:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1939.      AVAHI_WARN_UNSUPPORTED;
  1940.      ^
  1941. unsupported.c: In function ‘sw_corby_orb_register_servant’:
  1942. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1943.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1944.                                                                                   ^
  1945. unsupported.c:454:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1946.      AVAHI_WARN_UNSUPPORTED;
  1947.      ^
  1948. unsupported.c: In function ‘sw_corby_orb_unregister_servant’:
  1949. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1950.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1951.                                                                                   ^
  1952. unsupported.c:461:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1953.      AVAHI_WARN_UNSUPPORTED;
  1954.      ^
  1955. unsupported.c: In function ‘sw_corby_orb_register_bidirectional_object’:
  1956. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1957.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1958.                                                                                   ^
  1959. unsupported.c:468:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1960.      AVAHI_WARN_UNSUPPORTED;
  1961.      ^
  1962. unsupported.c: In function ‘sw_corby_orb_register_channel’:
  1963. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1964.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1965.                                                                                   ^
  1966. unsupported.c:475:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1967.      AVAHI_WARN_UNSUPPORTED;
  1968.      ^
  1969. unsupported.c: In function ‘sw_corby_orb_get_delegate’:
  1970. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1971.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1972.                                                                                   ^
  1973. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1974.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  1975.                                            ^
  1976. unsupported.c:481:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  1977.      AVAHI_WARN_UNSUPPORTED_ABORT;
  1978.      ^
  1979. unsupported.c: In function ‘sw_corby_orb_set_delegate’:
  1980. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1981.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1982.                                                                                   ^
  1983. unsupported.c:487:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1984.      AVAHI_WARN_UNSUPPORTED;
  1985.      ^
  1986. unsupported.c: In function ‘sw_corby_orb_set_observer’:
  1987. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1988.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1989.                                                                                   ^
  1990. unsupported.c:496:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1991.      AVAHI_WARN_UNSUPPORTED;
  1992.      ^
  1993. unsupported.c: In function ‘sw_corby_orb_protocol_to_address’:
  1994. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  1995.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  1996.                                                                                   ^
  1997. unsupported.c:505:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  1998.      AVAHI_WARN_UNSUPPORTED;
  1999.      ^
  2000. unsupported.c: In function ‘sw_corby_orb_protocol_to_url’:
  2001. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2002.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2003.                                                                                   ^
  2004. unsupported.c:515:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2005.      AVAHI_WARN_UNSUPPORTED;
  2006.      ^
  2007. unsupported.c: In function ‘sw_corby_orb_read_channel’:
  2008. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2009.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2010.                                                                                   ^
  2011. unsupported.c:522:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2012.      AVAHI_WARN_UNSUPPORTED;
  2013.      ^
  2014. unsupported.c: In function ‘sw_corby_orb_dispatch_message’:
  2015. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2016.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2017.                                                                                   ^
  2018. unsupported.c:532:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2019.      AVAHI_WARN_UNSUPPORTED;
  2020.      ^
  2021. unsupported.c: In function ‘sw_corby_message_init’:
  2022. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2023.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2024.                                                                                   ^
  2025. unsupported.c:537:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2026.      AVAHI_WARN_UNSUPPORTED;
  2027.      ^
  2028. unsupported.c: In function ‘sw_corby_message_fina’:
  2029. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2030.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2031.                                                                                   ^
  2032. unsupported.c:542:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2033.      AVAHI_WARN_UNSUPPORTED;
  2034.      ^
  2035. unsupported.c: In function ‘sw_corby_buffer_init’:
  2036. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2037.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2038.                                                                                   ^
  2039. unsupported.c:547:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2040.      AVAHI_WARN_UNSUPPORTED;
  2041.      ^
  2042. unsupported.c: In function ‘sw_corby_buffer_init_with_size’:
  2043. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2044.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2045.                                                                                   ^
  2046. unsupported.c:554:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2047.      AVAHI_WARN_UNSUPPORTED;
  2048.      ^
  2049. unsupported.c: In function ‘sw_corby_buffer_init_with_delegate’:
  2050. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2051.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2052.                                                                                   ^
  2053. unsupported.c:564:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2054.      AVAHI_WARN_UNSUPPORTED;
  2055.      ^
  2056. unsupported.c: In function ‘sw_corby_buffer_init_with_size_and_delegate’:
  2057. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2058.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2059.                                                                                   ^
  2060. unsupported.c:575:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2061.      AVAHI_WARN_UNSUPPORTED;
  2062.      ^
  2063. unsupported.c: In function ‘sw_corby_buffer_fina’:
  2064. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2065.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2066.                                                                                   ^
  2067. unsupported.c:580:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2068.      AVAHI_WARN_UNSUPPORTED;
  2069.      ^
  2070. unsupported.c: In function ‘sw_corby_buffer_reset’:
  2071. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2072.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2073.                                                                                   ^
  2074. unsupported.c:585:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2075.      AVAHI_WARN_UNSUPPORTED;
  2076.      ^
  2077. unsupported.c: In function ‘sw_corby_buffer_set_octets’:
  2078. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2079.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2080.                                                                                   ^
  2081. unsupported.c:592:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2082.      AVAHI_WARN_UNSUPPORTED;
  2083.      ^
  2084. unsupported.c: In function ‘sw_corby_buffer_octets’:
  2085. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2086.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2087.                                                                                   ^
  2088. unsupported.c:597:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2089.      AVAHI_WARN_UNSUPPORTED;
  2090.      ^
  2091. unsupported.c: In function ‘sw_corby_buffer_bytes_used’:
  2092. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2093.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2094.                                                                                   ^
  2095. unsupported.c:602:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2096.      AVAHI_WARN_UNSUPPORTED;
  2097.      ^
  2098. unsupported.c: In function ‘sw_corby_buffer_size’:
  2099. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2100.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2101.                                                                                   ^
  2102. unsupported.c:607:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2103.      AVAHI_WARN_UNSUPPORTED;
  2104.      ^
  2105. unsupported.c: In function ‘sw_corby_buffer_put_int8’:
  2106. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2107.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2108.                                                                                   ^
  2109. unsupported.c:614:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2110.      AVAHI_WARN_UNSUPPORTED;
  2111.      ^
  2112. unsupported.c: In function ‘sw_corby_buffer_put_uint8’:
  2113. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2114.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2115.                                                                                   ^
  2116. unsupported.c:621:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2117.      AVAHI_WARN_UNSUPPORTED;
  2118.      ^
  2119. unsupported.c: In function ‘sw_corby_buffer_put_int16’:
  2120. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2121.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2122.                                                                                   ^
  2123. unsupported.c:628:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2124.      AVAHI_WARN_UNSUPPORTED;
  2125.      ^
  2126. unsupported.c: In function ‘sw_corby_buffer_put_uint16’:
  2127. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2128.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2129.                                                                                   ^
  2130. unsupported.c:635:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2131.      AVAHI_WARN_UNSUPPORTED;
  2132.      ^
  2133. unsupported.c: In function ‘sw_corby_buffer_put_int32’:
  2134. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2135.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2136.                                                                                   ^
  2137. unsupported.c:642:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2138.      AVAHI_WARN_UNSUPPORTED;
  2139.      ^
  2140. unsupported.c: In function ‘sw_corby_buffer_put_uint32’:
  2141. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2142.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2143.                                                                                   ^
  2144. unsupported.c:649:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2145.      AVAHI_WARN_UNSUPPORTED;
  2146.      ^
  2147. unsupported.c: In function ‘sw_corby_buffer_put_octets’:
  2148. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2149.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2150.                                                                                   ^
  2151. unsupported.c:657:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2152.      AVAHI_WARN_UNSUPPORTED;
  2153.      ^
  2154. unsupported.c: In function ‘sw_corby_buffer_put_sized_octets’:
  2155. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2156.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2157.                                                                                   ^
  2158. unsupported.c:665:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2159.      AVAHI_WARN_UNSUPPORTED;
  2160.      ^
  2161. unsupported.c: In function ‘sw_corby_buffer_put_cstring’:
  2162. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2163.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2164.                                                                                   ^
  2165. unsupported.c:672:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2166.      AVAHI_WARN_UNSUPPORTED;
  2167.      ^
  2168. unsupported.c: In function ‘sw_corby_buffer_put_object’:
  2169. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2170.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2171.                                                                                   ^
  2172. unsupported.c:679:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2173.      AVAHI_WARN_UNSUPPORTED;
  2174.      ^
  2175. unsupported.c: In function ‘sw_corby_buffer_put_pad’:
  2176. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2177.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2178.                                                                                   ^
  2179. unsupported.c:686:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2180.      AVAHI_WARN_UNSUPPORTED;
  2181.      ^
  2182. unsupported.c: In function ‘sw_corby_buffer_get_int8’:
  2183. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2184.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2185.                                                                                   ^
  2186. unsupported.c:693:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2187.      AVAHI_WARN_UNSUPPORTED;
  2188.      ^
  2189. unsupported.c: In function ‘sw_corby_buffer_get_uint8’:
  2190. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2191.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2192.                                                                                   ^
  2193. unsupported.c:700:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2194.      AVAHI_WARN_UNSUPPORTED;
  2195.      ^
  2196. unsupported.c: In function ‘sw_corby_buffer_get_int16’:
  2197. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2198.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2199.                                                                                   ^
  2200. unsupported.c:708:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2201.      AVAHI_WARN_UNSUPPORTED;
  2202.      ^
  2203. unsupported.c: In function ‘sw_corby_buffer_get_uint16’:
  2204. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2205.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2206.                                                                                   ^
  2207. unsupported.c:716:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2208.      AVAHI_WARN_UNSUPPORTED;
  2209.      ^
  2210. unsupported.c: In function ‘sw_corby_buffer_get_int32’:
  2211. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2212.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2213.                                                                                   ^
  2214. unsupported.c:724:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2215.      AVAHI_WARN_UNSUPPORTED;
  2216.      ^
  2217. unsupported.c: In function ‘sw_corby_buffer_get_uint32’:
  2218. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2219.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2220.                                                                                   ^
  2221. unsupported.c:732:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2222.      AVAHI_WARN_UNSUPPORTED;
  2223.      ^
  2224. unsupported.c: In function ‘sw_corby_buffer_get_octets’:
  2225. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2226.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2227.                                                                                   ^
  2228. unsupported.c:740:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2229.      AVAHI_WARN_UNSUPPORTED;
  2230.      ^
  2231. unsupported.c: In function ‘sw_corby_buffer_allocate_and_get_sized_octets’:
  2232. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2233.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2234.                                                                                   ^
  2235. unsupported.c:749:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2236.      AVAHI_WARN_UNSUPPORTED;
  2237.      ^
  2238. unsupported.c: In function ‘sw_corby_buffer_get_zerocopy_sized_octets’:
  2239. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2240.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2241.                                                                                   ^
  2242. unsupported.c:758:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2243.      AVAHI_WARN_UNSUPPORTED;
  2244.      ^
  2245. unsupported.c: In function ‘sw_corby_buffer_get_sized_octets’:
  2246. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2247.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2248.                                                                                   ^
  2249. unsupported.c:767:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2250.      AVAHI_WARN_UNSUPPORTED;
  2251.      ^
  2252. unsupported.c: In function ‘sw_corby_buffer_allocate_and_get_cstring’:
  2253. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2254.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2255.                                                                                   ^
  2256. unsupported.c:776:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2257.      AVAHI_WARN_UNSUPPORTED;
  2258.      ^
  2259. unsupported.c: In function ‘sw_corby_buffer_get_zerocopy_cstring’:
  2260. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2261.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2262.                                                                                   ^
  2263. unsupported.c:785:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2264.      AVAHI_WARN_UNSUPPORTED;
  2265.      ^
  2266. unsupported.c: In function ‘sw_corby_buffer_get_cstring’:
  2267. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2268.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2269.                                                                                   ^
  2270. unsupported.c:794:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2271.      AVAHI_WARN_UNSUPPORTED;
  2272.      ^
  2273. unsupported.c: In function ‘sw_corby_buffer_get_object’:
  2274. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2275.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2276.                                                                                   ^
  2277. unsupported.c:802:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2278.      AVAHI_WARN_UNSUPPORTED;
  2279.      ^
  2280. unsupported.c: In function ‘sw_corby_channel_start_request’:
  2281. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2282.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2283.                                                                                   ^
  2284. unsupported.c:813:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2285.      AVAHI_WARN_UNSUPPORTED;
  2286.      ^
  2287. unsupported.c: In function ‘sw_corby_channel_start_reply’:
  2288. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2289.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2290.                                                                                   ^
  2291. unsupported.c:822:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2292.      AVAHI_WARN_UNSUPPORTED;
  2293.      ^
  2294. unsupported.c: In function ‘sw_corby_channel_send’:
  2295. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2296.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2297.                                                                                   ^
  2298. unsupported.c:832:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2299.      AVAHI_WARN_UNSUPPORTED;
  2300.      ^
  2301. unsupported.c: In function ‘sw_corby_channel_recv’:
  2302. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2303.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2304.                                                                                   ^
  2305. unsupported.c:846:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2306.      AVAHI_WARN_UNSUPPORTED;
  2307.      ^
  2308. unsupported.c: In function ‘sw_corby_channel_last_recv_from’:
  2309. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2310.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2311.                                                                                   ^
  2312. unsupported.c:854:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2313.      AVAHI_WARN_UNSUPPORTED;
  2314.      ^
  2315. unsupported.c: In function ‘sw_corby_channel_ff’:
  2316. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2317.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2318.                                                                                   ^
  2319. unsupported.c:861:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2320.      AVAHI_WARN_UNSUPPORTED;
  2321.      ^
  2322. unsupported.c: In function ‘sw_corby_channel_socket’:
  2323. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2324.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2325.                                                                                   ^
  2326. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2327.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  2328.                                            ^
  2329. unsupported.c:867:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  2330.      AVAHI_WARN_UNSUPPORTED_ABORT;
  2331.      ^
  2332. unsupported.c: In function ‘sw_corby_channel_retain’:
  2333. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2334.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2335.                                                                                   ^
  2336. unsupported.c:871:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2337.      AVAHI_WARN_UNSUPPORTED;
  2338.      ^
  2339. unsupported.c: In function ‘sw_corby_channel_set_delegate’:
  2340. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2341.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2342.                                                                                   ^
  2343. unsupported.c:878:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2344.      AVAHI_WARN_UNSUPPORTED;
  2345.      ^
  2346. unsupported.c: In function ‘sw_corby_channel_get_delegate’:
  2347. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2348.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2349.                                                                                   ^
  2350. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2351.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  2352.                                            ^
  2353. unsupported.c:885:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  2354.      AVAHI_WARN_UNSUPPORTED_ABORT;
  2355.      ^
  2356. unsupported.c: In function ‘sw_corby_channel_set_app_data’:
  2357. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2358.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2359.                                                                                   ^
  2360. unsupported.c:891:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2361.      AVAHI_WARN_UNSUPPORTED;
  2362.      ^
  2363. unsupported.c: In function ‘sw_corby_channel_get_app_data’:
  2364. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2365.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2366.                                                                                   ^
  2367. ../avahi-compat-libdns_sd/warn.h:34:43: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2368.  #define AVAHI_WARN_UNSUPPORTED_ABORT do { AVAHI_WARN_UNSUPPORTED; abort(); } while(0)
  2369.                                            ^
  2370. unsupported.c:896:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED_ABORT’
  2371.      AVAHI_WARN_UNSUPPORTED_ABORT;
  2372.      ^
  2373. unsupported.c: In function ‘sw_corby_channel_fina’:
  2374. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2375.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2376.                                                                                   ^
  2377. unsupported.c:900:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2378.      AVAHI_WARN_UNSUPPORTED;
  2379.      ^
  2380. unsupported.c: In function ‘sw_corby_object_init_from_url’:
  2381. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2382.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2383.                                                                                   ^
  2384. unsupported.c:910:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2385.      AVAHI_WARN_UNSUPPORTED;
  2386.      ^
  2387. unsupported.c: In function ‘sw_corby_object_fina’:
  2388. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2389.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2390.                                                                                   ^
  2391. unsupported.c:916:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2392.      AVAHI_WARN_UNSUPPORTED;
  2393.      ^
  2394. unsupported.c: In function ‘sw_corby_object_start_request’:
  2395. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2396.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2397.                                                                                   ^
  2398. unsupported.c:926:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2399.      AVAHI_WARN_UNSUPPORTED;
  2400.      ^
  2401. unsupported.c: In function ‘sw_corby_object_send’:
  2402. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2403.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2404.                                                                                   ^
  2405. unsupported.c:936:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2406.      AVAHI_WARN_UNSUPPORTED;
  2407.      ^
  2408. unsupported.c: In function ‘sw_corby_object_recv’:
  2409. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2410.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2411.                                                                                   ^
  2412. unsupported.c:946:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2413.      AVAHI_WARN_UNSUPPORTED;
  2414.      ^
  2415. unsupported.c: In function ‘sw_corby_object_channel’:
  2416. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2417.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2418.                                                                                   ^
  2419. unsupported.c:953:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2420.      AVAHI_WARN_UNSUPPORTED;
  2421.      ^
  2422. unsupported.c: In function ‘sw_corby_object_set_channel’:
  2423. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2424.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2425.                                                                                   ^
  2426. unsupported.c:960:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2427.      AVAHI_WARN_UNSUPPORTED;
  2428.      ^
  2429. unsupported.c: In function ‘sw_discovery_publish_host’:
  2430. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2431.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2432.                                                                                   ^
  2433. unsupported.c:973:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2434.      AVAHI_WARN_UNSUPPORTED;
  2435.      ^
  2436. unsupported.c: In function ‘sw_discovery_publish_update’:
  2437. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2438.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2439.                                                                                   ^
  2440. unsupported.c:982:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2441.      AVAHI_WARN_UNSUPPORTED;
  2442.      ^
  2443. unsupported.c: In function ‘sw_discovery_query_record’:
  2444. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2445.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2446.                                                                                   ^
  2447. unsupported.c:996:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2448.      AVAHI_WARN_UNSUPPORTED;
  2449.      ^
  2450. unsupported.c: In function ‘sw_text_record_string_iterator_init’:
  2451. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2452.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2453.                                                                                   ^
  2454. unsupported.c:1003:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2455.      AVAHI_WARN_UNSUPPORTED;
  2456.      ^
  2457. unsupported.c: In function ‘sw_text_record_string_iterator_fina’:
  2458. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2459.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2460.                                                                                   ^
  2461. unsupported.c:1009:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2462.      AVAHI_WARN_UNSUPPORTED;
  2463.      ^
  2464. unsupported.c: In function ‘sw_text_record_string_iterator_next’:
  2465. ../avahi-compat-libdns_sd/warn.h:33:82: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  2466.  #define AVAHI_WARN_UNSUPPORTED do { avahi_warn_linkage(); avahi_warn_unsupported(__FUNCTION__); } while(0)
  2467.                                                                                   ^
  2468. unsupported.c:1017:5: note: in expansion of macro ‘AVAHI_WARN_UNSUPPORTED’
  2469.      AVAHI_WARN_UNSUPPORTED;
  2470.      ^
  2471.   CC       libhowl_la-address.lo
  2472. In file included from ./include/salt/salt.h:32:0,
  2473.                  from ./include/howl.h:32,
  2474.                  from address.c:34:
  2475. ./include/salt/platform.h:411:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2476.  sw_strerror();
  2477.  ^
  2478.   CC       libhowl_la-text.lo
  2479. In file included from ./include/salt/salt.h:32:0,
  2480.                  from ./include/howl.h:32,
  2481.                  from text.c:30:
  2482. ./include/salt/platform.h:411:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2483.  sw_strerror();
  2484.  ^
  2485.   CC       libhowl_la-compat.lo
  2486. In file included from ./include/salt/salt.h:32:0,
  2487.                  from ./include/howl.h:32,
  2488.                  from compat.c:39:
  2489. ./include/salt/platform.h:411:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2490.  sw_strerror();
  2491.  ^
  2492.   CCLD     libhowl.la
  2493. ar: `u' modifier ignored since `D' is the default (see `U')
  2494. make[3]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-compat-howl'
  2495. Making all in samples
  2496. make[3]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-compat-howl/samples'
  2497. make[3]: Nothing to be done for 'all'.
  2498. make[3]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-compat-howl/samples'
  2499. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-compat-howl'
  2500. Making all in avahi-autoipd
  2501. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-autoipd'
  2502.  CC       avahi_autoipd-main.o
  2503. main.c: In function ‘main’:
  2504. main.c:1658:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  2505.         chdir("/");
  2506.         ^
  2507. main.c: In function ‘init_rand_seed’:
  2508. main.c:189:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  2509.         read(fd, &seed, sizeof(seed));
  2510.         ^
  2511. main.c: In function ‘drop_privs’:
  2512. main.c:967:9: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result [-Wunused-result]
  2513.         chown(AVAHI_IPDATA_DIR, pw->pw_uid, gr->gr_gid);
  2514.         ^
  2515. main.c:989:9: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  2516.         chdir("/");
  2517.         ^
  2518.  CC       avahi_autoipd-setproctitle.o
  2519.  CC       avahi_autoipd-malloc.o
  2520.  CC       avahi_autoipd-timeval.o
  2521.  CC       avahi_autoipd-iface-linux.o
  2522.  CCLD     avahi-autoipd
  2523.  GEN      avahi-autoipd.action
  2524. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-autoipd'
  2525. Making all in avahi-ui
  2526. make[2]: Entering directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-ui'
  2527.  CC       libavahi_ui_la-avahi-ui.lo
  2528. In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
  2529.                 from avahi-ui.c:30:
  2530. /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2531. typedef void (*GtkItemFactoryCallback)  ();
  2532. ^
  2533. In file included from /usr/include/glib-2.0/glib/gthread.h:32:0,
  2534.                 from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
  2535.                 from /usr/include/glib-2.0/glib.h:32,
  2536.                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
  2537.                 from /usr/include/glib-2.0/glib-object.h:23,
  2538.                 from /usr/include/glib-2.0/gio/gioenums.h:28,
  2539.                 from /usr/include/glib-2.0/gio/giotypes.h:28,
  2540.                 from /usr/include/glib-2.0/gio/gio.h:26,
  2541.                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  2542.                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
  2543.                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
  2544.                 from avahi-ui.c:30:
  2545. avahi-ui.c: In function ‘aui_service_dialog_get_type’:
  2546. /usr/include/glib-2.0/glib/gatomic.h:122:5: warning: cast from function call of type ‘unsigned int’ to non-matching type ‘void *’ [-Wbad-function-cast]
  2547.     (gpointer) __atomic_load_4 ((atomic), __ATOMIC_SEQ_CST);                 \
  2548.     ^
  2549. /usr/include/glib-2.0/glib/gthread.h:251:7: note: in expansion of macro ‘g_atomic_pointer_get’
  2550.     (!g_atomic_pointer_get (location) &&                             \
  2551.       ^
  2552. /usr/include/glib-2.0/gobject/gtype.h:1958:7: note: in expansion of macro ‘g_once_init_enter’
  2553.   if (g_once_init_enter (&g_define_type_id__volatile))  \
  2554.       ^
  2555. /usr/include/glib-2.0/gobject/gtype.h:1729:60: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
  2556. #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_)     _G_DEFINE_TYPE_EXTENDED_BEGIN (TN, t_n, T_P, _f_) {_C_;} _G_D
  2557.                                                            ^
  2558. /usr/include/glib-2.0/gobject/gtype.h:1587:43: note: in expansion of macro ‘G_DEFINE_TYPE_EXTENDED’
  2559. #define G_DEFINE_TYPE(TN, t_n, T_P)       G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {})
  2560.                                           ^
  2561. avahi-ui.c:169:1: note: in expansion of macro ‘G_DEFINE_TYPE’
  2562. G_DEFINE_TYPE(AuiServiceDialog, aui_service_dialog, GTK_TYPE_DIALOG)
  2563. ^
  2564.  CC       libavahi_ui_la-stdb.lo
  2565.  CCLD     libavahi-ui.la
  2566. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../libgtk-x11-2.0.so when searching for -lgtk-x11-2.0
  2567. /usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0
  2568. /usr/bin/ld: cannot find -lgtk-x11-2.0
  2569. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../libgdk-x11-2.0.so when searching for -lgdk-x11-2.0
  2570. /usr/bin/ld: skipping incompatible /usr/lib/libgdk-x11-2.0.so when searching for -lgdk-x11-2.0
  2571. /usr/bin/ld: cannot find -lgdk-x11-2.0
  2572. collect2: error: ld returned 1 exit status
  2573. Makefile:681: recipe for target 'libavahi-ui.la' failed
  2574. make[2]: *** [libavahi-ui.la] Error 1
  2575. make[2]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi/avahi-ui'
  2576. Makefile:809: recipe for target 'all-recursive' failed
  2577. make[1]: *** [all-recursive] Error 1
  2578. make[1]: Leaving directory '/tmp/yaourt-tmp-kirk/aur-lib32-avahi/src/avahi'
  2579. Makefile:719: recipe for target 'all' failed
  2580. make: *** [all] Error 2
  2581. ==> ERROR: A failure occurred in build().
  2582.    Aborting...
  2583. ==> ERROR: Makepkg was unable to build lib32-avahi.
  2584. ==> Restart building lib32-avahi ? [y/N]
  2585. ==> ------------------------------------
  2586. ==>
  2587. ==> ERROR: unable to update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement