Advertisement
Guest User

Untitled

a guest
May 8th, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 497.83 KB | None | 0 0
  1. [samuel@philo ~]$ tar -xzf ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f.tar.gz
  2. [samuel@philo ~]$ cd ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/
  3. [samuel@philo ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f]$ ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  4. Copying file ABOUT-NLS
  5. Copying file config.rpath
  6. Copying file m4/codeset.m4
  7. Copying file m4/gettext.m4
  8. Copying file m4/glibc2.m4
  9. Copying file m4/glibc21.m4
  10. Copying file m4/iconv.m4
  11. Copying file m4/intdiv0.m4
  12. Copying file m4/intl.m4
  13. Copying file m4/intldir.m4
  14. Copying file m4/intlmacosx.m4
  15. Copying file m4/intmax.m4
  16. Copying file m4/inttypes-pri.m4
  17. Copying file m4/inttypes_h.m4
  18. Copying file m4/lcmessage.m4
  19. Copying file m4/lib-ld.m4
  20. Copying file m4/lib-link.m4
  21. Copying file m4/lib-prefix.m4
  22. Copying file m4/lock.m4
  23. Copying file m4/longlong.m4
  24. Copying file m4/nls.m4
  25. Copying file m4/po.m4
  26. Copying file m4/printf-posix.m4
  27. Copying file m4/progtest.m4
  28. Copying file m4/size_max.m4
  29. Copying file m4/stdint_h.m4
  30. Copying file m4/uintmax_t.m4
  31. Copying file m4/visibility.m4
  32. Copying file m4/wchar_t.m4
  33. Copying file m4/wint_t.m4
  34. Copying file m4/xsize.m4
  35. Copying file po/Makefile.in.in
  36. Copying file po/Makevars.template
  37. Copying file po/Rules-quot
  38. Copying file po/boldquot.sed
  39. Copying file po/en@boldquot.header
  40. Copying file po/en@quot.header
  41. Copying file po/insert-header.sin
  42. Copying file po/quot.sed
  43. Copying file po/remove-potcdate.sin
  44. autoreconf: Entering directory `.'
  45. autoreconf: running: intltoolize --automake --copy --force
  46. autoreconf: running: aclocal --force -I m4
  47. autoreconf: configure.ac: tracing
  48. autoreconf: running: libtoolize --copy --force
  49. libtoolize: putting auxiliary files in `.'.
  50. libtoolize: copying file `./ltmain.sh'
  51. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  52. libtoolize: copying file `m4/libtool.m4'
  53. libtoolize: copying file `m4/ltoptions.m4'
  54. libtoolize: copying file `m4/ltsugar.m4'
  55. libtoolize: copying file `m4/ltversion.m4'
  56. libtoolize: copying file `m4/lt~obsolete.m4'
  57. autoreconf: running: /usr/bin/autoconf --force
  58. autoreconf: running: /usr/bin/autoheader --force
  59. autoreconf: running: automake --add-missing --copy --force-missing
  60. configure.ac:17: installing './compile'
  61. configure.ac:22: installing './config.guess'
  62. configure.ac:22: installing './config.sub'
  63. configure.ac:4: installing './install-sh'
  64. configure.ac:4: installing './missing'
  65. Makefile.am: installing './INSTALL'
  66. cli/Makefile.am: installing './depcomp'
  67. autoreconf: Leaving directory `.'
  68. checking for a BSD-compatible install... /usr/bin/install -c
  69. checking whether build environment is sane... yes
  70. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  71. checking for gawk... gawk
  72. checking whether make sets $(MAKE)... yes
  73. checking how to create a ustar tar archive... gnutar
  74. checking whether make supports nested variables... yes
  75. checking whether to enable maintainer-specific portions of Makefiles... yes
  76. checking for style of include used by make... GNU
  77. checking for gcc... gcc
  78. checking whether the C compiler works... yes
  79. checking for C compiler default output file name... a.out
  80. checking for suffix of executables...
  81. checking whether we are cross compiling... no
  82. checking for suffix of object files... o
  83. checking whether we are using the GNU C compiler... yes
  84. checking whether gcc accepts -g... yes
  85. checking for gcc option to accept ISO C89... none needed
  86. checking dependency style of gcc... gcc3
  87. checking how to run the C preprocessor... gcc -E
  88. checking for grep that handles long lines and -e... /usr/bin/grep
  89. checking for egrep... /usr/bin/grep -E
  90. checking for ANSI C header files... yes
  91. checking for sys/types.h... yes
  92. checking for sys/stat.h... yes
  93. checking for stdlib.h... yes
  94. checking for string.h... yes
  95. checking for memory.h... yes
  96. checking for strings.h... yes
  97. checking for inttypes.h... yes
  98. checking for stdint.h... yes
  99. checking for unistd.h... yes
  100. checking minix/config.h usability... no
  101. checking minix/config.h presence... no
  102. checking for minix/config.h... no
  103. checking whether it is safe to define __EXTENSIONS__... yes
  104. checking for gcc... (cached) gcc
  105. checking whether we are using the GNU C compiler... (cached) yes
  106. checking whether gcc accepts -g... (cached) yes
  107. checking for gcc option to accept ISO C89... (cached) none needed
  108. checking dependency style of gcc... (cached) gcc3
  109. checking whether gcc and cc understand -c and -o together... yes
  110. checking build system type... x86_64-unknown-linux-gnu
  111. checking host system type... x86_64-unknown-linux-gnu
  112. checking how to print strings... printf
  113. checking for a sed that does not truncate output... /usr/bin/sed
  114. checking for fgrep... /usr/bin/grep -F
  115. checking for ld used by gcc... /usr/bin/ld
  116. checking if the linker (/usr/bin/ld) is GNU ld... yes
  117. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  118. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  119. checking whether ln -s works... yes
  120. checking the maximum length of command line arguments... 1572864
  121. checking whether the shell understands some XSI constructs... yes
  122. checking whether the shell understands "+="... yes
  123. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  124. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  125. checking for /usr/bin/ld option to reload object files... -r
  126. checking for objdump... objdump
  127. checking how to recognize dependent libraries... pass_all
  128. checking for dlltool... no
  129. checking how to associate runtime and link libraries... printf %s\n
  130. checking for ar... ar
  131. checking for archiver @FILE support... @
  132. checking for strip... strip
  133. checking for ranlib... ranlib
  134. checking command to parse /usr/bin/nm -B output from gcc object... ok
  135. checking for sysroot... no
  136. checking for mt... no
  137. checking if : is a manifest tool... no
  138. checking for dlfcn.h... yes
  139. checking for objdir... .libs
  140. checking if gcc supports -fno-rtti -fno-exceptions... no
  141. checking for gcc option to produce PIC... -fPIC -DPIC
  142. checking if gcc PIC flag -fPIC -DPIC works... yes
  143. checking if gcc static flag -static works... no
  144. checking if gcc supports -c -o file.o... yes
  145. checking if gcc supports -c -o file.o... (cached) yes
  146. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  147. checking whether -lc should be explicitly linked in... no
  148. checking dynamic linker characteristics... GNU/Linux ld.so
  149. checking how to hardcode library paths into programs... immediate
  150. checking whether stripping libraries is possible... yes
  151. checking if libtool supports shared libraries... yes
  152. checking whether to build shared libraries... yes
  153. checking whether to build static libraries... yes
  154. checking for pkg-config... /usr/bin/pkg-config
  155. checking pkg-config is at least version 0.9.0... yes
  156. checking for gtkdoc-check... /usr/bin/gtkdoc-check
  157. checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
  158. checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
  159. checking whether to build gtk-doc documentation... no
  160. checking whether NLS is requested... yes
  161. checking for intltool >= 0.40.0... 0.50.2 found
  162. checking for intltool-update... /usr/bin/intltool-update
  163. checking for intltool-merge... /usr/bin/intltool-merge
  164. checking for intltool-extract... /usr/bin/intltool-extract
  165. checking for xgettext... /usr/bin/xgettext
  166. checking for msgmerge... /usr/bin/msgmerge
  167. checking for msgfmt... /usr/bin/msgfmt
  168. checking for gmsgfmt... /usr/bin/msgfmt
  169. checking for perl... /usr/bin/perl
  170. checking for perl >= 5.8.1... 5.16.3
  171. checking for XML::Parser... ok
  172. checking for msgfmt... (cached) /usr/bin/msgfmt
  173. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  174. checking for xgettext... (cached) /usr/bin/xgettext
  175. checking for msgmerge... (cached) /usr/bin/msgmerge
  176. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  177. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  178. checking for shared library run path origin... done
  179. checking for CFPreferencesCopyAppValue... no
  180. checking for CFLocaleCopyCurrent... no
  181. checking for GNU gettext in libc... yes
  182. checking whether to use NLS... yes
  183. checking where the gettext function comes from... libc
  184. checking for MM... yes
  185. checking for LIBMM_GLIB... yes
  186. checking for MMCLI... yes
  187. checking for GUDEV... yes
  188. checking pppd/pppd.h usability... yes
  189. checking pppd/pppd.h presence... yes
  190. checking for pppd/pppd.h... yes
  191. checking for MBIM... no
  192. checking for QMI... yes
  193. checking for more warnings... yes
  194. checking whether gcc understands -Wmissing-declarations... yes
  195. checking whether gcc understands -Wmissing-prototypes... yes
  196. checking whether gcc understands -Wdeclaration-after-statement... yes
  197. checking whether gcc understands -Wstrict-prototypes... no
  198. checking whether gcc understands -Wno-unused-parameter... yes
  199. checking whether gcc understands -Wno-sign-compare... yes
  200. checking whether gcc understands -fno-strict-aliasing... yes
  201. checking whether gcc understands -Wno-deprecated-declarations... yes
  202. checking whether gcc understands -Wno-unused-but-set-variable... yes
  203. checking that generated files are newer than configure... done
  204. configure: creating ./config.status
  205. config.status: creating Makefile
  206. config.status: creating data/Makefile
  207. config.status: creating data/ModemManager.pc
  208. config.status: creating data/mm-glib.pc
  209. config.status: creating data/org.freedesktop.ModemManager1.policy
  210. config.status: creating include/Makefile
  211. config.status: creating build-aux/Makefile
  212. config.status: creating libqcdm/Makefile
  213. config.status: creating libqcdm/src/Makefile
  214. config.status: creating libqcdm/tests/Makefile
  215. config.status: creating libwmc/Makefile
  216. config.status: creating libwmc/src/Makefile
  217. config.status: creating libwmc/tests/Makefile
  218. config.status: creating src/Makefile
  219. config.status: creating src/tests/Makefile
  220. config.status: creating plugins/Makefile
  221. config.status: creating uml290/Makefile
  222. config.status: creating test/Makefile
  223. config.status: creating introspection/Makefile
  224. config.status: creating po/Makefile.in
  225. config.status: creating docs/Makefile
  226. config.status: creating docs/man/Makefile
  227. config.status: creating docs/reference/Makefile
  228. config.status: creating docs/reference/api/Makefile
  229. config.status: creating docs/reference/api/version.xml
  230. config.status: creating docs/reference/libmm-glib/Makefile
  231. config.status: creating docs/reference/libmm-glib/version.xml
  232. config.status: creating libmm-glib/Makefile
  233. config.status: creating libmm-glib/generated/Makefile
  234. config.status: creating libmm-glib/tests/Makefile
  235. config.status: creating cli/Makefile
  236. config.status: creating config.h
  237. config.status: executing depfiles commands
  238. config.status: executing libtool commands
  239. config.status: executing po-directories commands
  240. config.status: creating po/POTFILES
  241. config.status: creating po/Makefile
  242. config.status: executing po/stamp-it commands
  243.  
  244. ModemManager 0.7.990
  245. ==============================================
  246.  
  247. compiler: gcc
  248. cflags: -Wall -Werror -std=gnu89 -g -O2 -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-deprecated-declarations -Wno-unused-but-set-variable
  249. Maintainer mode: yes
  250.  
  251. D-Bus system directory: /etc/dbus-1/system.d
  252. udev base directory: /lib/udev
  253. systemd unit directory: /usr/lib/systemd/system
  254.  
  255. PPP-enabled tests: yes
  256. PolicyKit support: no
  257. Documentation: no
  258. MBIM support: no
  259. QMI support: yes
  260. Newest QMI commands: no
  261.  
  262. [samuel@philo ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f]$ make
  263. make all-recursive
  264. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f'
  265. Making all in .
  266. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f'
  267. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f'
  268. Making all in build-aux
  269. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/build-aux'
  270. make[2]: Nothing to be done for `all'.
  271. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/build-aux'
  272. Making all in data
  273. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/data'
  274. cp -f ../data/org.freedesktop.ModemManager1.conf.nopolkit org.freedesktop.ModemManager1.conf
  275. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/data'
  276. Making all in include
  277. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/include'
  278. GEN ModemManager-names.h
  279. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/include'
  280. Making all in libqcdm
  281. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm'
  282. Making all in src
  283. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/src'
  284. CC libqcdm_la-com.lo
  285. CC libqcdm_la-commands.lo
  286. CC libqcdm_la-errors.lo
  287. CC libqcdm_la-result.lo
  288. CC libqcdm_la-utils.lo
  289. CCLD libqcdm.la
  290. CC libqcdm_test_la-utils.lo
  291. CCLD libqcdm-test.la
  292. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/src'
  293. Making all in tests
  294. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/tests'
  295. make[3]: Nothing to be done for `all'.
  296. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/tests'
  297. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm'
  298. make[3]: Nothing to be done for `all-am'.
  299. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm'
  300. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm'
  301. Making all in libwmc
  302. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc'
  303. Making all in src
  304. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/src'
  305. CC libwmc_la-errors.lo
  306. CC libwmc_la-utils.lo
  307. CC libwmc_la-result.lo
  308. CC libwmc_la-com.lo
  309. CC libwmc_la-commands.lo
  310. CCLD libwmc.la
  311. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/src'
  312. Making all in tests
  313. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/tests'
  314. make[3]: Nothing to be done for `all'.
  315. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/tests'
  316. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc'
  317. make[3]: Nothing to be done for `all-am'.
  318. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc'
  319. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc'
  320. Making all in libmm-glib
  321. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib'
  322. Making all in generated
  323. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/generated'
  324. GEN mm-enums-types.h
  325. GEN mm-errors-types.h
  326. GEN mm-gdbus-manager.h
  327. GEN mm-gdbus-sim.h
  328. GEN mm-gdbus-sms.h
  329. GEN mm-gdbus-bearer.h
  330. GEN mm-gdbus-modem.h
  331. GEN mm-enums-types.c
  332. GEN mm-errors-types.c
  333. GEN mm-errors-quarks.c
  334. make all-am
  335. make[4]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/generated'
  336. CC libmm_generated_la-mm-enums-types.lo
  337. CC libmm_generated_la-mm-errors-types.lo
  338. CC libmm_generated_la-mm-errors-quarks.lo
  339. CC libmm_generated_la-mm-gdbus-manager.lo
  340. CC libmm_generated_la-mm-gdbus-sim.lo
  341. CC libmm_generated_la-mm-gdbus-sms.lo
  342. CC libmm_generated_la-mm-gdbus-bearer.lo
  343. CC libmm_generated_la-mm-gdbus-modem.lo
  344. CCLD libmm-generated.la
  345. make[4]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/generated'
  346. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/generated'
  347. Making all in .
  348. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib'
  349. CC libmm_glib_la-mm-manager.lo
  350. CC libmm_glib_la-mm-object.lo
  351. CC libmm_glib_la-mm-modem.lo
  352. CC libmm_glib_la-mm-modem-3gpp.lo
  353. CC libmm_glib_la-mm-modem-3gpp-ussd.lo
  354. CC libmm_glib_la-mm-modem-cdma.lo
  355. CC libmm_glib_la-mm-modem-simple.lo
  356. CC libmm_glib_la-mm-modem-location.lo
  357. CC libmm_glib_la-mm-modem-time.lo
  358. CC libmm_glib_la-mm-modem-firmware.lo
  359. CC libmm_glib_la-mm-sim.lo
  360. CC libmm_glib_la-mm-sms.lo
  361. CC libmm_glib_la-mm-modem-messaging.lo
  362. CC libmm_glib_la-mm-bearer.lo
  363. CC libmm_glib_la-mm-common-helpers.lo
  364. CC libmm_glib_la-mm-simple-status.lo
  365. CC libmm_glib_la-mm-simple-connect-properties.lo
  366. CC libmm_glib_la-mm-bearer-properties.lo
  367. CC libmm_glib_la-mm-sms-properties.lo
  368. CC libmm_glib_la-mm-bearer-ip-config.lo
  369. CC libmm_glib_la-mm-location-3gpp.lo
  370. CC libmm_glib_la-mm-location-gps-raw.lo
  371. CC libmm_glib_la-mm-location-gps-nmea.lo
  372. CC libmm_glib_la-mm-location-cdma-bs.lo
  373. CC libmm_glib_la-mm-unlock-retries.lo
  374. CC libmm_glib_la-mm-network-timezone.lo
  375. CC libmm_glib_la-mm-firmware-properties.lo
  376. CCLD libmm-glib.la
  377. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib'
  378. Making all in tests
  379. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/tests'
  380. CC test_common_helpers-test-common-helpers.o
  381. CCLD test-common-helpers
  382. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/tests'
  383. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib'
  384. Making all in src
  385. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src'
  386. Making all in .
  387. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src'
  388. CC libmodem_helpers_la-mm-error-helpers.lo
  389. CC libmodem_helpers_la-mm-modem-helpers.lo
  390. CC libmodem_helpers_la-mm-charsets.lo
  391. CC libmodem_helpers_la-mm-sms-part.lo
  392. CC libmodem_helpers_la-mm-modem-helpers-qmi.lo
  393. CCLD libmodem-helpers.la
  394. CC libserial_la-mm-port.lo
  395. CC libserial_la-mm-serial-port.lo
  396. CC libserial_la-mm-at-serial-port.lo
  397. CC libserial_la-mm-qcdm-serial-port.lo
  398. CC libserial_la-mm-gps-serial-port.lo
  399. CC libserial_la-mm-qmi-port.lo
  400. GEN mm-serial-enums-types.h
  401. GEN mm-serial-enums-types.c
  402. CC libserial_la-mm-serial-enums-types.lo
  403. CCLD libserial.la
  404. CC ModemManager-main.o
  405. CC ModemManager-mm-context.o
  406. CC ModemManager-mm-log.o
  407. CC ModemManager-mm-private-boxed-types.o
  408. CC ModemManager-mm-auth.o
  409. CC ModemManager-mm-auth-provider.o
  410. CC ModemManager-mm-manager.o
  411. CC ModemManager-mm-device.o
  412. CC ModemManager-mm-plugin-manager.o
  413. GEN mm-marshal.h
  414. CC ModemManager-mm-sim.o
  415. GEN mm-daemon-enums-types.h
  416. CC ModemManager-mm-bearer.o
  417. CC ModemManager-mm-broadband-bearer.o
  418. CC ModemManager-mm-bearer-list.o
  419. CC ModemManager-mm-base-modem-at.o
  420. CC ModemManager-mm-base-modem.o
  421. CC ModemManager-mm-sms-part.o
  422. CC ModemManager-mm-sms.o
  423. CC ModemManager-mm-sms-list.o
  424. CC ModemManager-mm-iface-modem.o
  425. CC ModemManager-mm-iface-modem-3gpp.o
  426. CC ModemManager-mm-iface-modem-3gpp-ussd.o
  427. CC ModemManager-mm-iface-modem-cdma.o
  428. CC ModemManager-mm-iface-modem-simple.o
  429. CC ModemManager-mm-iface-modem-location.o
  430. CC ModemManager-mm-iface-modem-messaging.o
  431. CC ModemManager-mm-iface-modem-time.o
  432. CC ModemManager-mm-iface-modem-firmware.o
  433. CC ModemManager-mm-broadband-modem.o
  434. CC ModemManager-mm-serial-parsers.o
  435. CC ModemManager-mm-port-probe.o
  436. CC ModemManager-mm-port-probe-at.o
  437. CC ModemManager-mm-plugin.o
  438. CC ModemManager-mm-sms-qmi.o
  439. CC ModemManager-mm-sim-qmi.o
  440. CC ModemManager-mm-bearer-qmi.o
  441. CC ModemManager-mm-broadband-modem-qmi.o
  442. GEN mm-marshal.c
  443. CC ModemManager-mm-marshal.o
  444. GEN mm-daemon-enums-types.c
  445. CC ModemManager-mm-daemon-enums-types.o
  446. CCLD ModemManager
  447. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src'
  448. Making all in tests
  449. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src/tests'
  450. CC test_modem_helpers-test-modem-helpers.o
  451. CCLD test-modem-helpers
  452. CC test_charsets-test-charsets.o
  453. CCLD test-charsets
  454. CC test_qcdm_serial_port-test-qcdm-serial-port.o
  455. CCLD test-qcdm-serial-port
  456. CC test_at_serial_port-test-at-serial-port.o
  457. CCLD test-at-serial-port
  458. CC test_sms_part-test-sms-part.o
  459. CCLD test-sms-part
  460. CC test_modem_helpers_qmi-test-modem-helpers-qmi.o
  461. CCLD test-modem-helpers-qmi
  462. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src/tests'
  463. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src'
  464. Making all in plugins
  465. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/plugins'
  466. CC icera/libmm_utils_icera_la-mm-broadband-modem-icera.lo
  467. CC icera/libmm_utils_icera_la-mm-broadband-bearer-icera.lo
  468. CCLD libmm-utils-icera.la
  469. CC generic/libmm_plugin_generic_la-mm-plugin-generic.lo
  470. CCLD libmm-plugin-generic.la
  471. CC nokia/libmm_plugin_nokia_la-mm-plugin-nokia.lo
  472. CC nokia/libmm_plugin_nokia_la-mm-sim-nokia.lo
  473. CC nokia/libmm_plugin_nokia_la-mm-broadband-modem-nokia.lo
  474. CCLD libmm-plugin-nokia.la
  475. CC nokia/libmm_plugin_nokia_icera_la-mm-plugin-nokia-icera.lo
  476. CCLD libmm-plugin-nokia-icera.la
  477. CC cinterion/libmm_plugin_cinterion_la-mm-plugin-cinterion.lo
  478. CC cinterion/libmm_plugin_cinterion_la-mm-broadband-modem-cinterion.lo
  479. CCLD libmm-plugin-cinterion.la
  480. CC iridium/libmm_plugin_iridium_la-mm-plugin-iridium.lo
  481. CC iridium/libmm_plugin_iridium_la-mm-broadband-modem-iridium.lo
  482. CC iridium/libmm_plugin_iridium_la-mm-bearer-iridium.lo
  483. CC iridium/libmm_plugin_iridium_la-mm-sim-iridium.lo
  484. CCLD libmm-plugin-iridium.la
  485. CC gobi/libmm_plugin_gobi_la-mm-plugin-gobi.lo
  486. CC gobi/libmm_plugin_gobi_la-mm-broadband-modem-gobi.lo
  487. CCLD libmm-plugin-gobi.la
  488. CC motorola/libmm_plugin_motorola_la-mm-plugin-motorola.lo
  489. CC motorola/libmm_plugin_motorola_la-mm-broadband-modem-motorola.lo
  490. CCLD libmm-plugin-motorola.la
  491. CC novatel/libmm_plugin_novatel_la-mm-plugin-novatel.lo
  492. CC novatel/libmm_plugin_novatel_la-mm-broadband-modem-novatel.lo
  493. CCLD libmm-plugin-novatel.la
  494. CC novatel/libmm_plugin_novatel_lte_la-mm-plugin-novatel-lte.lo
  495. CC novatel/libmm_plugin_novatel_lte_la-mm-broadband-modem-novatel-lte.lo
  496. CC novatel/libmm_plugin_novatel_lte_la-mm-broadband-bearer-novatel-lte.lo
  497. CC novatel/libmm_plugin_novatel_lte_la-mm-sim-novatel-lte.lo
  498. CCLD libmm-plugin-novatel-lte.la
  499. CC altair/libmm_plugin_altair_lte_la-mm-plugin-altair-lte.lo
  500. CC altair/libmm_plugin_altair_lte_la-mm-broadband-modem-altair-lte.lo
  501. CC altair/libmm_plugin_altair_lte_la-mm-broadband-bearer-altair-lte.lo
  502. CCLD libmm-plugin-altair-lte.la
  503. CC samsung/libmm_plugin_samsung_la-mm-plugin-samsung.lo
  504. CC samsung/libmm_plugin_samsung_la-mm-broadband-modem-samsung.lo
  505. CCLD libmm-plugin-samsung.la
  506. CC option/libmm_plugin_option_la-mm-plugin-option.lo
  507. CC option/libmm_plugin_option_la-mm-broadband-modem-option.lo
  508. CCLD libmm-plugin-option.la
  509. CC option/libmm_plugin_hso_la-mm-plugin-hso.lo
  510. CC option/libmm_plugin_hso_la-mm-broadband-modem-option.lo
  511. CC option/libmm_plugin_hso_la-mm-broadband-bearer-hso.lo
  512. CC option/libmm_plugin_hso_la-mm-broadband-modem-hso.lo
  513. CCLD libmm-plugin-hso.la
  514. CC anydata/libmm_plugin_anydata_la-mm-plugin-anydata.lo
  515. CC anydata/libmm_plugin_anydata_la-mm-broadband-modem-anydata.lo
  516. CCLD libmm-plugin-anydata.la
  517. CC linktop/libmm_plugin_linktop_la-mm-plugin-linktop.lo
  518. CC linktop/libmm_plugin_linktop_la-mm-broadband-modem-linktop.lo
  519. CCLD libmm-plugin-linktop.la
  520. CC simtech/libmm_plugin_simtech_la-mm-plugin-simtech.lo
  521. CC simtech/libmm_plugin_simtech_la-mm-broadband-modem-simtech.lo
  522. CCLD libmm-plugin-simtech.la
  523. CC wavecom/libmm_plugin_wavecom_la-mm-plugin-wavecom.lo
  524. CC wavecom/libmm_plugin_wavecom_la-mm-broadband-modem-wavecom.lo
  525. CCLD libmm-plugin-wavecom.la
  526. CC huawei/libmm_plugin_huawei_la-mm-plugin-huawei.lo
  527. CC huawei/libmm_plugin_huawei_la-mm-broadband-modem-huawei.lo
  528. CC huawei/libmm_plugin_huawei_la-mm-broadband-bearer-huawei.lo
  529. CCLD libmm-plugin-huawei.la
  530. CC longcheer/libmm_plugin_longcheer_la-mm-plugin-longcheer.lo
  531. CC longcheer/libmm_plugin_longcheer_la-mm-broadband-modem-longcheer.lo
  532. CCLD libmm-plugin-longcheer.la
  533. CC x22x/libmm_plugin_x22x_la-mm-plugin-x22x.lo
  534. CC x22x/libmm_plugin_x22x_la-mm-broadband-modem-x22x.lo
  535. CCLD libmm-plugin-x22x.la
  536. CC pantech/libmm_plugin_pantech_la-mm-plugin-pantech.lo
  537. CC pantech/libmm_plugin_pantech_la-mm-sim-pantech.lo
  538. CC pantech/libmm_plugin_pantech_la-mm-broadband-modem-pantech.lo
  539. CCLD libmm-plugin-pantech.la
  540. CC zte/libmm_plugin_zte_la-mm-plugin-zte.lo
  541. CC zte/libmm_plugin_zte_la-mm-common-zte.lo
  542. CC zte/libmm_plugin_zte_la-mm-broadband-modem-zte.lo
  543. CC zte/libmm_plugin_zte_la-mm-broadband-modem-zte-icera.lo
  544. CCLD libmm-plugin-zte.la
  545. CC sierra/libmm_plugin_sierra_la-mm-plugin-sierra.lo
  546. CC sierra/libmm_plugin_sierra_la-mm-common-sierra.lo
  547. CC sierra/libmm_plugin_sierra_la-mm-sim-sierra.lo
  548. CC sierra/libmm_plugin_sierra_la-mm-broadband-bearer-sierra.lo
  549. CC sierra/libmm_plugin_sierra_la-mm-broadband-modem-sierra.lo
  550. CC sierra/libmm_plugin_sierra_la-mm-broadband-modem-sierra-icera.lo
  551. CCLD libmm-plugin-sierra.la
  552. CC mbm/libmm_plugin_mbm_la-mm-plugin-mbm.lo
  553. CC mbm/libmm_plugin_mbm_la-mm-broadband-modem-mbm.lo
  554. CC mbm/libmm_plugin_mbm_la-mm-broadband-bearer-mbm.lo
  555. CC mbm/libmm_plugin_mbm_la-mm-sim-mbm.lo
  556. CCLD libmm-plugin-mbm.la
  557. CC via/libmm_plugin_via_la-mm-plugin-via.lo
  558. CC via/libmm_plugin_via_la-mm-broadband-modem-via.lo
  559. CCLD libmm-plugin-via.la
  560. CC telit/libmm_plugin_telit_la-mm-plugin-telit.lo
  561. CC telit/libmm_plugin_telit_la-mm-broadband-modem-telit.lo
  562. CCLD libmm-plugin-telit.la
  563. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/plugins'
  564. Making all in cli
  565. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/cli'
  566. CC mmcli-mmcli.o
  567. CC mmcli-mmcli-common.o
  568. CC mmcli-mmcli-manager.o
  569. CC mmcli-mmcli-modem.o
  570. CC mmcli-mmcli-modem-3gpp.o
  571. CC mmcli-mmcli-modem-cdma.o
  572. CC mmcli-mmcli-modem-simple.o
  573. CC mmcli-mmcli-modem-location.o
  574. CC mmcli-mmcli-modem-messaging.o
  575. CC mmcli-mmcli-modem-time.o
  576. CC mmcli-mmcli-modem-firmware.o
  577. CC mmcli-mmcli-bearer.o
  578. CC mmcli-mmcli-sim.o
  579. CC mmcli-mmcli-sms.o
  580. CCLD mmcli
  581. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/cli'
  582. Making all in introspection
  583. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/introspection'
  584. make[2]: Nothing to be done for `all'.
  585. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/introspection'
  586. Making all in uml290
  587. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/uml290'
  588. CC uml290mode-uml290mode.o
  589. CCLD uml290mode
  590. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/uml290'
  591. Making all in po
  592. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/po'
  593. make[2]: Nothing to be done for `all'.
  594. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/po'
  595. Making all in test
  596. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/test'
  597. CC mm_test_pppd_plugin_la-mm-test-pppd-plugin.lo
  598. CCLD mm-test-pppd-plugin.la
  599. CC lsudev-lsudev.o
  600. CCLD lsudev
  601. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/test'
  602. Making all in docs
  603. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs'
  604. Making all in reference
  605. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference'
  606. Making all in api
  607. make[4]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/api'
  608. make[4]: Nothing to be done for `all'.
  609. make[4]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/api'
  610. Making all in libmm-glib
  611. make[4]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/libmm-glib'
  612. make[4]: Nothing to be done for `all'.
  613. make[4]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/libmm-glib'
  614. make[4]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference'
  615. make[4]: Nothing to be done for `all-am'.
  616. make[4]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference'
  617. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference'
  618. Making all in man
  619. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/man'
  620. make[3]: Nothing to be done for `all'.
  621. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/man'
  622. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs'
  623. make[3]: Nothing to be done for `all-am'.
  624. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs'
  625. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs'
  626. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f'
  627. [samuel@philo ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f]$ sudo make install
  628. [sudo] password for samuel:
  629. Making install in .
  630. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f'
  631. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f'
  632. make[2]: Nothing to be done for `install-exec-am'.
  633. make[2]: Nothing to be done for `install-data-am'.
  634. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f'
  635. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f'
  636. Making install in build-aux
  637. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/build-aux'
  638. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/build-aux'
  639. make[2]: Nothing to be done for `install-exec-am'.
  640. make[2]: Nothing to be done for `install-data-am'.
  641. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/build-aux'
  642. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/build-aux'
  643. Making install in data
  644. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/data'
  645. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/data'
  646. make[2]: Nothing to be done for `install-exec-am'.
  647. /usr/bin/mkdir -p '/usr/share/dbus-1/system-services'
  648. /usr/bin/install -c -m 644 org.freedesktop.ModemManager1.service '/usr/share/dbus-1/system-services'
  649. /usr/bin/mkdir -p '/etc/dbus-1/system.d'
  650. /usr/bin/install -c -m 644 org.freedesktop.ModemManager1.conf '/etc/dbus-1/system.d'
  651. /usr/bin/mkdir -p '/usr/share/icons/hicolor/22x22/apps'
  652. /usr/bin/install -c -m 644 ModemManager.png '/usr/share/icons/hicolor/22x22/apps'
  653. /usr/bin/mkdir -p '/usr/lib/pkgconfig'
  654. /usr/bin/install -c -m 644 ModemManager.pc mm-glib.pc '/usr/lib/pkgconfig'
  655. /usr/bin/mkdir -p '/usr/lib/systemd/system'
  656. /usr/bin/install -c -m 644 ModemManager.service '/usr/lib/systemd/system'
  657. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/data'
  658. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/data'
  659. Making install in include
  660. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/include'
  661. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/include'
  662. make[2]: Nothing to be done for `install-exec-am'.
  663. /usr/bin/mkdir -p '/usr/include/ModemManager'
  664. /usr/bin/install -c -m 644 ModemManager-names.h ModemManager-enums.h ModemManager-errors.h ModemManager.h '/usr/include/ModemManager'
  665. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/include'
  666. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/include'
  667. Making install in libqcdm
  668. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm'
  669. Making install in src
  670. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/src'
  671. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/src'
  672. make[3]: Nothing to be done for `install-exec-am'.
  673. make[3]: Nothing to be done for `install-data-am'.
  674. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/src'
  675. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/src'
  676. Making install in tests
  677. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/tests'
  678. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/tests'
  679. make[3]: Nothing to be done for `install-exec-am'.
  680. make[3]: Nothing to be done for `install-data-am'.
  681. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/tests'
  682. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm/tests'
  683. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm'
  684. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm'
  685. make[3]: Nothing to be done for `install-exec-am'.
  686. make[3]: Nothing to be done for `install-data-am'.
  687. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm'
  688. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm'
  689. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libqcdm'
  690. Making install in libwmc
  691. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc'
  692. Making install in src
  693. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/src'
  694. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/src'
  695. make[3]: Nothing to be done for `install-exec-am'.
  696. make[3]: Nothing to be done for `install-data-am'.
  697. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/src'
  698. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/src'
  699. Making install in tests
  700. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/tests'
  701. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/tests'
  702. make[3]: Nothing to be done for `install-exec-am'.
  703. make[3]: Nothing to be done for `install-data-am'.
  704. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/tests'
  705. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc/tests'
  706. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc'
  707. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc'
  708. make[3]: Nothing to be done for `install-exec-am'.
  709. make[3]: Nothing to be done for `install-data-am'.
  710. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc'
  711. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc'
  712. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libwmc'
  713. Making install in libmm-glib
  714. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib'
  715. Making install in generated
  716. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/generated'
  717. make install-am
  718. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/generated'
  719. make[4]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/generated'
  720. make[4]: Nothing to be done for `install-exec-am'.
  721. /usr/bin/mkdir -p '/usr/include/libmm-glib'
  722. /usr/bin/install -c -m 644 mm-enums-types.h mm-errors-types.h mm-gdbus-manager.h mm-gdbus-sim.h mm-gdbus-sms.h mm-gdbus-bearer.h mm-gdbus-modem.h '/usr/include/libmm-glib'
  723. make[4]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/generated'
  724. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/generated'
  725. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/generated'
  726. Making install in .
  727. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib'
  728. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib'
  729. /usr/bin/mkdir -p '/usr/lib'
  730. /bin/sh ../libtool --mode=install /usr/bin/install -c libmm-glib.la '/usr/lib'
  731. libtool: install: /usr/bin/install -c .libs/libmm-glib.so.0.0.0 /usr/lib/libmm-glib.so.0.0.0
  732. libtool: install: (cd /usr/lib && { ln -s -f libmm-glib.so.0.0.0 libmm-glib.so.0 || { rm -f libmm-glib.so.0 && ln -s libmm-glib.so.0.0.0 libmm-glib.so.0; }; })
  733. libtool: install: (cd /usr/lib && { ln -s -f libmm-glib.so.0.0.0 libmm-glib.so || { rm -f libmm-glib.so && ln -s libmm-glib.so.0.0.0 libmm-glib.so; }; })
  734. libtool: install: /usr/bin/install -c .libs/libmm-glib.lai /usr/lib/libmm-glib.la
  735. libtool: install: /usr/bin/install -c .libs/libmm-glib.a /usr/lib/libmm-glib.a
  736. libtool: install: chmod 644 /usr/lib/libmm-glib.a
  737. libtool: install: ranlib /usr/lib/libmm-glib.a
  738. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/lib
  739. ----------------------------------------------------------------------
  740. Libraries have been installed in:
  741. /usr/lib
  742.  
  743. If you ever happen to want to link against installed libraries
  744. in a given directory, LIBDIR, you must either use libtool, and
  745. specify the full pathname of the library, or use the `-LLIBDIR'
  746. flag during linking and do at least one of the following:
  747. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  748. during execution
  749. - add LIBDIR to the `LD_RUN_PATH' environment variable
  750. during linking
  751. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  752. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  753.  
  754. See any operating system documentation about shared libraries for
  755. more information, such as the ld(1) and ld.so(8) manual pages.
  756. ----------------------------------------------------------------------
  757. /usr/bin/mkdir -p '/usr/include/libmm-glib'
  758. /usr/bin/install -c -m 644 libmm-glib.h mm-manager.h mm-object.h mm-modem.h mm-modem-3gpp.h mm-modem-3gpp-ussd.h mm-modem-cdma.h mm-modem-messaging.h mm-modem-location.h mm-modem-time.h mm-modem-firmware.h mm-modem-simple.h mm-sim.h mm-sms.h mm-bearer.h mm-simple-status.h mm-simple-connect-properties.h mm-bearer-properties.h mm-sms-properties.h mm-bearer-ip-config.h mm-location-common.h mm-location-3gpp.h mm-location-gps-nmea.h mm-location-gps-raw.h mm-location-cdma-bs.h mm-unlock-retries.h mm-network-timezone.h mm-firmware-properties.h '/usr/include/libmm-glib'
  759. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib'
  760. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib'
  761. Making install in tests
  762. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/tests'
  763. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/tests'
  764. make[3]: Nothing to be done for `install-exec-am'.
  765. make[3]: Nothing to be done for `install-data-am'.
  766. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/tests'
  767. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib/tests'
  768. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/libmm-glib'
  769. Making install in src
  770. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src'
  771. Making install in .
  772. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src'
  773. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src'
  774. /usr/bin/mkdir -p '/usr/sbin'
  775. /bin/sh ../libtool --mode=install /usr/bin/install -c ModemManager '/usr/sbin'
  776. libtool: install: /usr/bin/install -c .libs/ModemManager /usr/sbin/ModemManager
  777. /usr/bin/mkdir -p '/lib/udev/rules.d'
  778. /usr/bin/install -c -m 644 77-mm-usb-device-blacklist.rules 77-mm-pcmcia-device-blacklist.rules 77-mm-platform-serial-whitelist.rules 77-mm-usb-serial-adapters-greylist.rules 80-mm-candidate.rules '/lib/udev/rules.d'
  779. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src'
  780. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src'
  781. Making install in tests
  782. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src/tests'
  783. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src/tests'
  784. make[3]: Nothing to be done for `install-exec-am'.
  785. make[3]: Nothing to be done for `install-data-am'.
  786. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src/tests'
  787. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src/tests'
  788. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/src'
  789. Making install in plugins
  790. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/plugins'
  791. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/plugins'
  792. /usr/bin/mkdir -p '/usr/lib/ModemManager'
  793. /bin/sh ../libtool --mode=install /usr/bin/install -c libmm-plugin-generic.la libmm-plugin-nokia.la libmm-plugin-nokia-icera.la libmm-plugin-cinterion.la libmm-plugin-iridium.la libmm-plugin-gobi.la libmm-plugin-motorola.la libmm-plugin-novatel.la libmm-plugin-novatel-lte.la libmm-plugin-altair-lte.la libmm-plugin-samsung.la libmm-plugin-option.la libmm-plugin-hso.la libmm-plugin-anydata.la libmm-plugin-linktop.la libmm-plugin-simtech.la libmm-plugin-wavecom.la libmm-plugin-huawei.la libmm-plugin-longcheer.la libmm-plugin-x22x.la libmm-plugin-pantech.la libmm-plugin-zte.la libmm-plugin-sierra.la libmm-plugin-mbm.la libmm-plugin-via.la libmm-plugin-telit.la '/usr/lib/ModemManager'
  794. libtool: install: /usr/bin/install -c .libs/libmm-plugin-generic.so /usr/lib/ModemManager/libmm-plugin-generic.so
  795. libtool: install: /usr/bin/install -c .libs/libmm-plugin-generic.lai /usr/lib/ModemManager/libmm-plugin-generic.la
  796. libtool: install: /usr/bin/install -c .libs/libmm-plugin-nokia.so /usr/lib/ModemManager/libmm-plugin-nokia.so
  797. libtool: install: /usr/bin/install -c .libs/libmm-plugin-nokia.lai /usr/lib/ModemManager/libmm-plugin-nokia.la
  798. libtool: install: /usr/bin/install -c .libs/libmm-plugin-nokia-icera.so /usr/lib/ModemManager/libmm-plugin-nokia-icera.so
  799. libtool: install: /usr/bin/install -c .libs/libmm-plugin-nokia-icera.lai /usr/lib/ModemManager/libmm-plugin-nokia-icera.la
  800. libtool: install: /usr/bin/install -c .libs/libmm-plugin-cinterion.so /usr/lib/ModemManager/libmm-plugin-cinterion.so
  801. libtool: install: /usr/bin/install -c .libs/libmm-plugin-cinterion.lai /usr/lib/ModemManager/libmm-plugin-cinterion.la
  802. libtool: install: /usr/bin/install -c .libs/libmm-plugin-iridium.so /usr/lib/ModemManager/libmm-plugin-iridium.so
  803. libtool: install: /usr/bin/install -c .libs/libmm-plugin-iridium.lai /usr/lib/ModemManager/libmm-plugin-iridium.la
  804. libtool: install: /usr/bin/install -c .libs/libmm-plugin-gobi.so /usr/lib/ModemManager/libmm-plugin-gobi.so
  805. libtool: install: /usr/bin/install -c .libs/libmm-plugin-gobi.lai /usr/lib/ModemManager/libmm-plugin-gobi.la
  806. libtool: install: /usr/bin/install -c .libs/libmm-plugin-motorola.so /usr/lib/ModemManager/libmm-plugin-motorola.so
  807. libtool: install: /usr/bin/install -c .libs/libmm-plugin-motorola.lai /usr/lib/ModemManager/libmm-plugin-motorola.la
  808. libtool: install: /usr/bin/install -c .libs/libmm-plugin-novatel.so /usr/lib/ModemManager/libmm-plugin-novatel.so
  809. libtool: install: /usr/bin/install -c .libs/libmm-plugin-novatel.lai /usr/lib/ModemManager/libmm-plugin-novatel.la
  810. libtool: install: /usr/bin/install -c .libs/libmm-plugin-novatel-lte.so /usr/lib/ModemManager/libmm-plugin-novatel-lte.so
  811. libtool: install: /usr/bin/install -c .libs/libmm-plugin-novatel-lte.lai /usr/lib/ModemManager/libmm-plugin-novatel-lte.la
  812. libtool: install: /usr/bin/install -c .libs/libmm-plugin-altair-lte.so /usr/lib/ModemManager/libmm-plugin-altair-lte.so
  813. libtool: install: /usr/bin/install -c .libs/libmm-plugin-altair-lte.lai /usr/lib/ModemManager/libmm-plugin-altair-lte.la
  814. libtool: install: /usr/bin/install -c .libs/libmm-plugin-samsung.so /usr/lib/ModemManager/libmm-plugin-samsung.so
  815. libtool: install: /usr/bin/install -c .libs/libmm-plugin-samsung.lai /usr/lib/ModemManager/libmm-plugin-samsung.la
  816. libtool: install: /usr/bin/install -c .libs/libmm-plugin-option.so /usr/lib/ModemManager/libmm-plugin-option.so
  817. libtool: install: /usr/bin/install -c .libs/libmm-plugin-option.lai /usr/lib/ModemManager/libmm-plugin-option.la
  818. libtool: install: /usr/bin/install -c .libs/libmm-plugin-hso.so /usr/lib/ModemManager/libmm-plugin-hso.so
  819. libtool: install: /usr/bin/install -c .libs/libmm-plugin-hso.lai /usr/lib/ModemManager/libmm-plugin-hso.la
  820. libtool: install: /usr/bin/install -c .libs/libmm-plugin-anydata.so /usr/lib/ModemManager/libmm-plugin-anydata.so
  821. libtool: install: /usr/bin/install -c .libs/libmm-plugin-anydata.lai /usr/lib/ModemManager/libmm-plugin-anydata.la
  822. libtool: install: /usr/bin/install -c .libs/libmm-plugin-linktop.so /usr/lib/ModemManager/libmm-plugin-linktop.so
  823. libtool: install: /usr/bin/install -c .libs/libmm-plugin-linktop.lai /usr/lib/ModemManager/libmm-plugin-linktop.la
  824. libtool: install: /usr/bin/install -c .libs/libmm-plugin-simtech.so /usr/lib/ModemManager/libmm-plugin-simtech.so
  825. libtool: install: /usr/bin/install -c .libs/libmm-plugin-simtech.lai /usr/lib/ModemManager/libmm-plugin-simtech.la
  826. libtool: install: /usr/bin/install -c .libs/libmm-plugin-wavecom.so /usr/lib/ModemManager/libmm-plugin-wavecom.so
  827. libtool: install: /usr/bin/install -c .libs/libmm-plugin-wavecom.lai /usr/lib/ModemManager/libmm-plugin-wavecom.la
  828. libtool: install: /usr/bin/install -c .libs/libmm-plugin-huawei.so /usr/lib/ModemManager/libmm-plugin-huawei.so
  829. libtool: install: /usr/bin/install -c .libs/libmm-plugin-huawei.lai /usr/lib/ModemManager/libmm-plugin-huawei.la
  830. libtool: install: /usr/bin/install -c .libs/libmm-plugin-longcheer.so /usr/lib/ModemManager/libmm-plugin-longcheer.so
  831. libtool: install: /usr/bin/install -c .libs/libmm-plugin-longcheer.lai /usr/lib/ModemManager/libmm-plugin-longcheer.la
  832. libtool: install: /usr/bin/install -c .libs/libmm-plugin-x22x.so /usr/lib/ModemManager/libmm-plugin-x22x.so
  833. libtool: install: /usr/bin/install -c .libs/libmm-plugin-x22x.lai /usr/lib/ModemManager/libmm-plugin-x22x.la
  834. libtool: install: /usr/bin/install -c .libs/libmm-plugin-pantech.so /usr/lib/ModemManager/libmm-plugin-pantech.so
  835. libtool: install: /usr/bin/install -c .libs/libmm-plugin-pantech.lai /usr/lib/ModemManager/libmm-plugin-pantech.la
  836. libtool: install: /usr/bin/install -c .libs/libmm-plugin-zte.so /usr/lib/ModemManager/libmm-plugin-zte.so
  837. libtool: install: /usr/bin/install -c .libs/libmm-plugin-zte.lai /usr/lib/ModemManager/libmm-plugin-zte.la
  838. libtool: install: /usr/bin/install -c .libs/libmm-plugin-sierra.so /usr/lib/ModemManager/libmm-plugin-sierra.so
  839. libtool: install: /usr/bin/install -c .libs/libmm-plugin-sierra.lai /usr/lib/ModemManager/libmm-plugin-sierra.la
  840. libtool: install: /usr/bin/install -c .libs/libmm-plugin-mbm.so /usr/lib/ModemManager/libmm-plugin-mbm.so
  841. libtool: install: /usr/bin/install -c .libs/libmm-plugin-mbm.lai /usr/lib/ModemManager/libmm-plugin-mbm.la
  842. libtool: install: /usr/bin/install -c .libs/libmm-plugin-via.so /usr/lib/ModemManager/libmm-plugin-via.so
  843. libtool: install: /usr/bin/install -c .libs/libmm-plugin-via.lai /usr/lib/ModemManager/libmm-plugin-via.la
  844. libtool: install: /usr/bin/install -c .libs/libmm-plugin-telit.so /usr/lib/ModemManager/libmm-plugin-telit.so
  845. libtool: install: /usr/bin/install -c .libs/libmm-plugin-telit.lai /usr/lib/ModemManager/libmm-plugin-telit.la
  846. libtool: install: /usr/bin/install -c .libs/libmm-plugin-generic.a /usr/lib/ModemManager/libmm-plugin-generic.a
  847. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-generic.a
  848. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-generic.a
  849. libtool: install: /usr/bin/install -c .libs/libmm-plugin-nokia.a /usr/lib/ModemManager/libmm-plugin-nokia.a
  850. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-nokia.a
  851. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-nokia.a
  852. libtool: install: /usr/bin/install -c .libs/libmm-plugin-nokia-icera.a /usr/lib/ModemManager/libmm-plugin-nokia-icera.a
  853. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-nokia-icera.a
  854. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-nokia-icera.a
  855. libtool: install: /usr/bin/install -c .libs/libmm-plugin-cinterion.a /usr/lib/ModemManager/libmm-plugin-cinterion.a
  856. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-cinterion.a
  857. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-cinterion.a
  858. libtool: install: /usr/bin/install -c .libs/libmm-plugin-iridium.a /usr/lib/ModemManager/libmm-plugin-iridium.a
  859. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-iridium.a
  860. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-iridium.a
  861. libtool: install: /usr/bin/install -c .libs/libmm-plugin-gobi.a /usr/lib/ModemManager/libmm-plugin-gobi.a
  862. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-gobi.a
  863. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-gobi.a
  864. libtool: install: /usr/bin/install -c .libs/libmm-plugin-motorola.a /usr/lib/ModemManager/libmm-plugin-motorola.a
  865. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-motorola.a
  866. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-motorola.a
  867. libtool: install: /usr/bin/install -c .libs/libmm-plugin-novatel.a /usr/lib/ModemManager/libmm-plugin-novatel.a
  868. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-novatel.a
  869. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-novatel.a
  870. libtool: install: /usr/bin/install -c .libs/libmm-plugin-novatel-lte.a /usr/lib/ModemManager/libmm-plugin-novatel-lte.a
  871. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-novatel-lte.a
  872. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-novatel-lte.a
  873. libtool: install: /usr/bin/install -c .libs/libmm-plugin-altair-lte.a /usr/lib/ModemManager/libmm-plugin-altair-lte.a
  874. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-altair-lte.a
  875. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-altair-lte.a
  876. libtool: install: /usr/bin/install -c .libs/libmm-plugin-samsung.a /usr/lib/ModemManager/libmm-plugin-samsung.a
  877. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-samsung.a
  878. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-samsung.a
  879. libtool: install: /usr/bin/install -c .libs/libmm-plugin-option.a /usr/lib/ModemManager/libmm-plugin-option.a
  880. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-option.a
  881. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-option.a
  882. libtool: install: /usr/bin/install -c .libs/libmm-plugin-hso.a /usr/lib/ModemManager/libmm-plugin-hso.a
  883. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-hso.a
  884. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-hso.a
  885. libtool: install: /usr/bin/install -c .libs/libmm-plugin-anydata.a /usr/lib/ModemManager/libmm-plugin-anydata.a
  886. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-anydata.a
  887. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-anydata.a
  888. libtool: install: /usr/bin/install -c .libs/libmm-plugin-linktop.a /usr/lib/ModemManager/libmm-plugin-linktop.a
  889. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-linktop.a
  890. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-linktop.a
  891. libtool: install: /usr/bin/install -c .libs/libmm-plugin-simtech.a /usr/lib/ModemManager/libmm-plugin-simtech.a
  892. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-simtech.a
  893. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-simtech.a
  894. libtool: install: /usr/bin/install -c .libs/libmm-plugin-wavecom.a /usr/lib/ModemManager/libmm-plugin-wavecom.a
  895. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-wavecom.a
  896. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-wavecom.a
  897. libtool: install: /usr/bin/install -c .libs/libmm-plugin-huawei.a /usr/lib/ModemManager/libmm-plugin-huawei.a
  898. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-huawei.a
  899. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-huawei.a
  900. libtool: install: /usr/bin/install -c .libs/libmm-plugin-longcheer.a /usr/lib/ModemManager/libmm-plugin-longcheer.a
  901. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-longcheer.a
  902. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-longcheer.a
  903. libtool: install: /usr/bin/install -c .libs/libmm-plugin-x22x.a /usr/lib/ModemManager/libmm-plugin-x22x.a
  904. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-x22x.a
  905. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-x22x.a
  906. libtool: install: /usr/bin/install -c .libs/libmm-plugin-pantech.a /usr/lib/ModemManager/libmm-plugin-pantech.a
  907. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-pantech.a
  908. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-pantech.a
  909. libtool: install: /usr/bin/install -c .libs/libmm-plugin-zte.a /usr/lib/ModemManager/libmm-plugin-zte.a
  910. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-zte.a
  911. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-zte.a
  912. libtool: install: /usr/bin/install -c .libs/libmm-plugin-sierra.a /usr/lib/ModemManager/libmm-plugin-sierra.a
  913. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-sierra.a
  914. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-sierra.a
  915. libtool: install: /usr/bin/install -c .libs/libmm-plugin-mbm.a /usr/lib/ModemManager/libmm-plugin-mbm.a
  916. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-mbm.a
  917. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-mbm.a
  918. libtool: install: /usr/bin/install -c .libs/libmm-plugin-via.a /usr/lib/ModemManager/libmm-plugin-via.a
  919. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-via.a
  920. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-via.a
  921. libtool: install: /usr/bin/install -c .libs/libmm-plugin-telit.a /usr/lib/ModemManager/libmm-plugin-telit.a
  922. libtool: install: chmod 644 /usr/lib/ModemManager/libmm-plugin-telit.a
  923. libtool: install: ranlib /usr/lib/ModemManager/libmm-plugin-telit.a
  924. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/lib/ModemManager
  925. ----------------------------------------------------------------------
  926. Libraries have been installed in:
  927. /usr/lib/ModemManager
  928.  
  929. If you ever happen to want to link against installed libraries
  930. in a given directory, LIBDIR, you must either use libtool, and
  931. specify the full pathname of the library, or use the `-LLIBDIR'
  932. flag during linking and do at least one of the following:
  933. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  934. during execution
  935. - add LIBDIR to the `LD_RUN_PATH' environment variable
  936. during linking
  937. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  938. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  939.  
  940. See any operating system documentation about shared libraries for
  941. more information, such as the ld(1) and ld.so(8) manual pages.
  942. ----------------------------------------------------------------------
  943. /usr/bin/mkdir -p '/lib/udev/rules.d'
  944. /usr/bin/install -c -m 644 huawei/77-mm-huawei-net-port-types.rules mbm/77-mm-ericsson-mbm.rules nokia/77-mm-nokia-port-types.rules zte/77-mm-zte-port-types.rules longcheer/77-mm-longcheer-port-types.rules simtech/77-mm-simtech-port-types.rules x22x/77-mm-x22x-port-types.rules '/lib/udev/rules.d'
  945. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/plugins'
  946. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/plugins'
  947. Making install in cli
  948. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/cli'
  949. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/cli'
  950. /usr/bin/mkdir -p '/usr/bin'
  951. /bin/sh ../libtool --mode=install /usr/bin/install -c mmcli '/usr/bin'
  952. libtool: install: /usr/bin/install -c .libs/mmcli /usr/bin/mmcli
  953. make[2]: Nothing to be done for `install-data-am'.
  954. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/cli'
  955. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/cli'
  956. Making install in introspection
  957. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/introspection'
  958. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/introspection'
  959. make[2]: Nothing to be done for `install-exec-am'.
  960. /usr/bin/mkdir -p '/usr/share/dbus-1/interfaces'
  961. /usr/bin/install -c -m 644 org.freedesktop.ModemManager1.Modem.Contacts.xml org.freedesktop.ModemManager1.Sim.xml org.freedesktop.ModemManager1.Sms.xml org.freedesktop.ModemManager1.Modem.Time.xml org.freedesktop.ModemManager1.Modem.ModemCdma.xml org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml org.freedesktop.ModemManager1.Modem.Simple.xml org.freedesktop.ModemManager1.xml org.freedesktop.ModemManager1.Modem.Firmware.xml org.freedesktop.ModemManager1.Modem.Location.xml org.freedesktop.ModemManager1.Modem.Messaging.xml org.freedesktop.ModemManager1.Modem.xml org.freedesktop.ModemManager1.Modem.Modem3gpp.xml org.freedesktop.ModemManager1.Bearer.xml '/usr/share/dbus-1/interfaces'
  962. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/introspection'
  963. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/introspection'
  964. Making install in uml290
  965. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/uml290'
  966. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/uml290'
  967. make[2]: Nothing to be done for `install-exec-am'.
  968. make[2]: Nothing to be done for `install-data-am'.
  969. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/uml290'
  970. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/uml290'
  971. Making install in po
  972. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/po'
  973. linguas=""; \
  974. for lang in $linguas; do \
  975. dir=/usr/share/locale/$lang/LC_MESSAGES; \
  976. /bin/sh /home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/install-sh -d $dir; \
  977. if test -r $lang.gmo; then \
  978. /usr/bin/install -c -m 644 $lang.gmo $dir/ModemManager.mo; \
  979. echo "installing $lang.gmo as $dir/ModemManager.mo"; \
  980. else \
  981. /usr/bin/install -c -m 644 ./$lang.gmo $dir/ModemManager.mo; \
  982. echo "installing ./$lang.gmo as" \
  983. "$dir/ModemManager.mo"; \
  984. fi; \
  985. if test -r $lang.gmo.m; then \
  986. /usr/bin/install -c -m 644 $lang.gmo.m $dir/ModemManager.mo.m; \
  987. echo "installing $lang.gmo.m as $dir/ModemManager.mo.m"; \
  988. else \
  989. if test -r ./$lang.gmo.m ; then \
  990. /usr/bin/install -c -m 644 ./$lang.gmo.m \
  991. $dir/ModemManager.mo.m; \
  992. echo "installing ./$lang.gmo.m as" \
  993. "$dir/ModemManager.mo.m"; \
  994. else \
  995. true; \
  996. fi; \
  997. fi; \
  998. done
  999. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/po'
  1000. Making install in test
  1001. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/test'
  1002. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/test'
  1003. make[2]: Nothing to be done for `install-exec-am'.
  1004. /usr/bin/mkdir -p '/usr/lib/pppd/2.4.5'
  1005. /bin/sh ../libtool --mode=install /usr/bin/install -c mm-test-pppd-plugin.la '/usr/lib/pppd/2.4.5'
  1006. libtool: install: /usr/bin/install -c .libs/mm-test-pppd-plugin.so /usr/lib/pppd/2.4.5/mm-test-pppd-plugin.so
  1007. libtool: install: /usr/bin/install -c .libs/mm-test-pppd-plugin.lai /usr/lib/pppd/2.4.5/mm-test-pppd-plugin.la
  1008. libtool: install: /usr/bin/install -c .libs/mm-test-pppd-plugin.a /usr/lib/pppd/2.4.5/mm-test-pppd-plugin.a
  1009. libtool: install: chmod 644 /usr/lib/pppd/2.4.5/mm-test-pppd-plugin.a
  1010. libtool: install: ranlib /usr/lib/pppd/2.4.5/mm-test-pppd-plugin.a
  1011. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/lib/pppd/2.4.5
  1012. ----------------------------------------------------------------------
  1013. Libraries have been installed in:
  1014. /usr/lib/pppd/2.4.5
  1015.  
  1016. If you ever happen to want to link against installed libraries
  1017. in a given directory, LIBDIR, you must either use libtool, and
  1018. specify the full pathname of the library, or use the `-LLIBDIR'
  1019. flag during linking and do at least one of the following:
  1020. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1021. during execution
  1022. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1023. during linking
  1024. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1025. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1026.  
  1027. See any operating system documentation about shared libraries for
  1028. more information, such as the ld(1) and ld.so(8) manual pages.
  1029. ----------------------------------------------------------------------
  1030. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/test'
  1031. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/test'
  1032. Making install in docs
  1033. make[1]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs'
  1034. Making install in reference
  1035. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference'
  1036. Making install in api
  1037. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/api'
  1038. make[4]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/api'
  1039. make[4]: Nothing to be done for `install-exec-am'.
  1040. make[4]: Nothing to be done for `install-data-am'.
  1041. make[4]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/api'
  1042. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/api'
  1043. Making install in libmm-glib
  1044. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/libmm-glib'
  1045. make[4]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/libmm-glib'
  1046. make[4]: Nothing to be done for `install-exec-am'.
  1047. make[4]: Nothing to be done for `install-data-am'.
  1048. make[4]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/libmm-glib'
  1049. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference/libmm-glib'
  1050. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference'
  1051. make[4]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference'
  1052. make[4]: Nothing to be done for `install-exec-am'.
  1053. make[4]: Nothing to be done for `install-data-am'.
  1054. make[4]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference'
  1055. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference'
  1056. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/reference'
  1057. Making install in man
  1058. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/man'
  1059. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/man'
  1060. make[3]: Nothing to be done for `install-exec-am'.
  1061. /usr/bin/mkdir -p '/usr/share/man/man8'
  1062. /usr/bin/install -c -m 644 ModemManager.8 mmcli.8 '/usr/share/man/man8'
  1063. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/man'
  1064. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs/man'
  1065. make[2]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs'
  1066. make[3]: Entering directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs'
  1067. make[3]: Nothing to be done for `install-exec-am'.
  1068. make[3]: Nothing to be done for `install-data-am'.
  1069. make[3]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs'
  1070. make[2]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs'
  1071. make[1]: Leaving directory `/home/samuel/ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f/docs'
  1072. [samuel@philo ModemManager-d169c99dc960f02233f65b2fcfb702b76814594f]$ cd ../NetworkManager/
  1073. [samuel@philo NetworkManager]$ ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  1074. Copying file ABOUT-NLS
  1075. Creating directory build-aux
  1076. Copying file build-aux/config.rpath
  1077. Copying file m4/codeset.m4
  1078. Copying file m4/gettext.m4
  1079. Copying file m4/glibc2.m4
  1080. Copying file m4/glibc21.m4
  1081. Copying file m4/iconv.m4
  1082. Copying file m4/intdiv0.m4
  1083. Copying file m4/intl.m4
  1084. Copying file m4/intldir.m4
  1085. Copying file m4/intlmacosx.m4
  1086. Copying file m4/intmax.m4
  1087. Copying file m4/inttypes-pri.m4
  1088. Copying file m4/inttypes_h.m4
  1089. Copying file m4/lcmessage.m4
  1090. Copying file m4/lib-ld.m4
  1091. Copying file m4/lib-link.m4
  1092. Copying file m4/lib-prefix.m4
  1093. Copying file m4/lock.m4
  1094. Copying file m4/longlong.m4
  1095. Copying file m4/nls.m4
  1096. Copying file m4/po.m4
  1097. Copying file m4/printf-posix.m4
  1098. Copying file m4/progtest.m4
  1099. Copying file m4/size_max.m4
  1100. Copying file m4/stdint_h.m4
  1101. Copying file m4/uintmax_t.m4
  1102. Copying file m4/visibility.m4
  1103. Copying file m4/wchar_t.m4
  1104. Copying file m4/wint_t.m4
  1105. Copying file m4/xsize.m4
  1106. Copying file po/Makefile.in.in
  1107. Copying file po/Makevars.template
  1108. Copying file po/Rules-quot
  1109. Copying file po/boldquot.sed
  1110. Copying file po/en@boldquot.header
  1111. Copying file po/en@quot.header
  1112. Copying file po/insert-header.sin
  1113. Copying file po/quot.sed
  1114. Copying file po/remove-potcdate.sin
  1115. autoreconf: Entering directory `.'
  1116. autoreconf: running: intltoolize --automake --copy --force
  1117. autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
  1118. autoreconf: configure.ac: tracing
  1119. autoreconf: running: libtoolize --copy --force
  1120. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
  1121. libtoolize: copying file `build-aux/ltmain.sh'
  1122. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  1123. libtoolize: copying file `m4/libtool.m4'
  1124. libtoolize: copying file `m4/ltoptions.m4'
  1125. libtoolize: copying file `m4/ltsugar.m4'
  1126. libtoolize: copying file `m4/ltversion.m4'
  1127. libtoolize: copying file `m4/lt~obsolete.m4'
  1128. autoreconf: running: /usr/bin/autoconf --force
  1129. autoreconf: running: /usr/bin/autoheader --force
  1130. autoreconf: running: automake --add-missing --copy --force-missing
  1131. configure.ac:30: installing 'build-aux/compile'
  1132. configure.ac:38: installing 'build-aux/config.guess'
  1133. configure.ac:38: installing 'build-aux/config.sub'
  1134. configure.ac:19: installing 'build-aux/install-sh'
  1135. configure.ac:19: installing 'build-aux/missing'
  1136. Makefile.am: installing './INSTALL'
  1137. callouts/Makefile.am: installing 'build-aux/depcomp'
  1138. autoreconf: Leaving directory `.'
  1139. checking for a BSD-compatible install... /usr/bin/install -c
  1140. checking whether build environment is sane... yes
  1141. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  1142. checking for gawk... gawk
  1143. checking whether make sets $(MAKE)... yes
  1144. checking how to create a ustar tar archive... gnutar
  1145. checking whether to enable maintainer-specific portions of Makefiles... yes
  1146. checking whether make supports nested variables... yes
  1147. checking for style of include used by make... GNU
  1148. checking for gcc... gcc
  1149. checking whether the C compiler works... yes
  1150. checking for C compiler default output file name... a.out
  1151. checking for suffix of executables...
  1152. checking whether we are cross compiling... no
  1153. checking for suffix of object files... o
  1154. checking whether we are using the GNU C compiler... yes
  1155. checking whether gcc accepts -g... yes
  1156. checking for gcc option to accept ISO C89... none needed
  1157. checking dependency style of gcc... gcc3
  1158. checking how to run the C preprocessor... gcc -E
  1159. checking for grep that handles long lines and -e... /usr/bin/grep
  1160. checking for egrep... /usr/bin/grep -E
  1161. checking for ANSI C header files... yes
  1162. checking for sys/types.h... yes
  1163. checking for sys/stat.h... yes
  1164. checking for stdlib.h... yes
  1165. checking for string.h... yes
  1166. checking for memory.h... yes
  1167. checking for strings.h... yes
  1168. checking for inttypes.h... yes
  1169. checking for stdint.h... yes
  1170. checking for unistd.h... yes
  1171. checking minix/config.h usability... no
  1172. checking minix/config.h presence... no
  1173. checking for minix/config.h... no
  1174. checking whether it is safe to define __EXTENSIONS__... yes
  1175. checking for gcc... (cached) gcc
  1176. checking whether we are using the GNU C compiler... (cached) yes
  1177. checking whether gcc accepts -g... (cached) yes
  1178. checking for gcc option to accept ISO C89... (cached) none needed
  1179. checking dependency style of gcc... (cached) gcc3
  1180. checking whether gcc and cc understand -c and -o together... yes
  1181. checking for g++... no
  1182. checking for c++... no
  1183. checking for gpp... no
  1184. checking for aCC... no
  1185. checking for CC... no
  1186. checking for cxx... no
  1187. checking for cc++... no
  1188. checking for cl.exe... no
  1189. checking for FCC... no
  1190. checking for KCC... no
  1191. checking for RCC... no
  1192. checking for xlC_r... no
  1193. checking for xlC... no
  1194. checking whether we are using the GNU C++ compiler... no
  1195. checking whether g++ accepts -g... no
  1196. checking dependency style of g++... none
  1197. checking build system type... x86_64-unknown-linux-gnu
  1198. checking host system type... x86_64-unknown-linux-gnu
  1199. checking how to print strings... printf
  1200. checking for a sed that does not truncate output... /usr/bin/sed
  1201. checking for fgrep... /usr/bin/grep -F
  1202. checking for ld used by gcc... /usr/bin/ld
  1203. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1204. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1205. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1206. checking whether ln -s works... yes
  1207. checking the maximum length of command line arguments... 1572864
  1208. checking whether the shell understands some XSI constructs... yes
  1209. checking whether the shell understands "+="... yes
  1210. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  1211. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  1212. checking for /usr/bin/ld option to reload object files... -r
  1213. checking for objdump... objdump
  1214. checking how to recognize dependent libraries... pass_all
  1215. checking for dlltool... no
  1216. checking how to associate runtime and link libraries... printf %s\n
  1217. checking for ar... ar
  1218. checking for archiver @FILE support... @
  1219. checking for strip... strip
  1220. checking for ranlib... ranlib
  1221. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1222. checking for sysroot... no
  1223. checking for mt... no
  1224. checking if : is a manifest tool... no
  1225. checking for dlfcn.h... yes
  1226. checking for objdir... .libs
  1227. checking if gcc supports -fno-rtti -fno-exceptions... no
  1228. checking for gcc option to produce PIC... -fPIC -DPIC
  1229. checking if gcc PIC flag -fPIC -DPIC works... yes
  1230. checking if gcc static flag -static works... no
  1231. checking if gcc supports -c -o file.o... yes
  1232. checking if gcc supports -c -o file.o... (cached) yes
  1233. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1234. checking whether -lc should be explicitly linked in... no
  1235. checking dynamic linker characteristics... GNU/Linux ld.so
  1236. checking how to hardcode library paths into programs... immediate
  1237. checking whether stripping libraries is possible... yes
  1238. checking if libtool supports shared libraries... yes
  1239. checking whether to build shared libraries... yes
  1240. checking whether to build static libraries... no
  1241. checking for ANSI C header files... (cached) yes
  1242. checking fcntl.h usability... yes
  1243. checking fcntl.h presence... yes
  1244. checking for fcntl.h... yes
  1245. checking paths.h usability... yes
  1246. checking paths.h presence... yes
  1247. checking for paths.h... yes
  1248. checking sys/ioctl.h usability... yes
  1249. checking sys/ioctl.h presence... yes
  1250. checking for sys/ioctl.h... yes
  1251. checking sys/time.h usability... yes
  1252. checking sys/time.h presence... yes
  1253. checking for sys/time.h... yes
  1254. checking syslog.h usability... yes
  1255. checking syslog.h presence... yes
  1256. checking for syslog.h... yes
  1257. checking for unistd.h... (cached) yes
  1258. checking for mode_t... yes
  1259. checking for pid_t... yes
  1260. checking whether time.h and sys/time.h may both be included... yes
  1261. checking whether gcc needs -traditional... no
  1262. checking for working memcmp... yes
  1263. checking for select... yes
  1264. checking for socket... yes
  1265. checking for uname... yes
  1266. checking whether NLS is requested... yes
  1267. checking for intltool >= 0.40.0... 0.50.2 found
  1268. checking for intltool-update... /usr/bin/intltool-update
  1269. checking for intltool-merge... /usr/bin/intltool-merge
  1270. checking for intltool-extract... /usr/bin/intltool-extract
  1271. checking for xgettext... /usr/bin/xgettext
  1272. checking for msgmerge... /usr/bin/msgmerge
  1273. checking for msgfmt... /usr/bin/msgfmt
  1274. checking for gmsgfmt... /usr/bin/msgfmt
  1275. checking for perl... /usr/bin/perl
  1276. checking for perl >= 5.8.1... 5.16.3
  1277. checking for XML::Parser... ok
  1278. checking for msgfmt... (cached) /usr/bin/msgfmt
  1279. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  1280. checking for xgettext... (cached) /usr/bin/xgettext
  1281. checking for msgmerge... (cached) /usr/bin/msgmerge
  1282. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  1283. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  1284. checking for shared library run path origin... done
  1285. checking for CFPreferencesCopyAppValue... no
  1286. checking for CFLocaleCopyCurrent... no
  1287. checking for GNU gettext in libc... yes
  1288. checking whether to use NLS... yes
  1289. checking where the gettext function comes from... libc
  1290. checking whether byte ordering is bigendian... no
  1291. checking for /etc/redhat-release... yes
  1292. checking for /etc/SuSE-release... no
  1293. checking for /etc/debian_version... no
  1294. checking for /etc/gentoo-release... no
  1295. checking whether to build with code coverage support... no
  1296. checking Linux kernel WEXT headers... yes
  1297. checking Linux kernel nl80211 headers... yes
  1298. checking Linux kernel VLAN_FLAG_LOOSE_BINDING enum value... yes
  1299. checking for cos in -lm... yes
  1300. checking for dladdr in -ldl... yes
  1301. checking for pkg-config... /usr/bin/pkg-config
  1302. checking pkg-config is at least version 0.9.0... yes
  1303. checking for DBUS... yes
  1304. checking for dbus_g_method_invocation_get_g_connection in -ldbus-glib-1... no
  1305. checking for DBUS_GLIB_100... yes
  1306. checking for GLIB... yes
  1307. checking for GUDEV... yes
  1308. checking for gobject-introspection... yes
  1309. checking for QT... no
  1310. checking Session tracking support... consolekit
  1311. checking for SYSTEMD_INHIBIT... yes
  1312. checking for LIBNL... yes
  1313. checking for UUID... yes
  1314. checking for IWMX_SDK... yes
  1315. checking for POLKIT... yes
  1316. checking for NSS... yes
  1317. checking pppd/pppd.h usability... yes
  1318. checking pppd/pppd.h presence... yes
  1319. checking for pppd/pppd.h... yes
  1320. checking for MM_GLIB... no
  1321. checking for dhclient... /sbin/dhclient
  1322. checking for dhcpcd... no
  1323. checking for /etc/SuSE-release... (cached) no
  1324. checking for iptables... /usr/sbin/iptables
  1325. checking for LIBSOUP... no
  1326. checking for more warnings... yes
  1327. checking whether gcc understands -Wshadow... yes
  1328. checking whether gcc understands -Wmissing-declarations... yes
  1329. checking whether gcc understands -Wmissing-prototypes... yes
  1330. checking whether gcc understands -Wdeclaration-after-statement... yes
  1331. checking whether gcc understands -Wfloat-equal... yes
  1332. checking whether gcc understands -Wno-unused-parameter... yes
  1333. checking whether gcc understands -Wno-sign-compare... yes
  1334. checking whether gcc understands -fno-strict-aliasing... yes
  1335. checking whether gcc understands -Wno-unused-but-set-variable... yes
  1336. checking whether gcc understands -Wundef... yes
  1337. checking whether gcc understands -Wimplicit-function-declaration... yes
  1338. checking whether gcc understands -Wpointer-arith... yes
  1339. checking whether gcc understands -Winit-self... yes
  1340. checking whether gcc understands -Wmissing-include-dirs... yes
  1341. checking whether gcc understands -Waggregate-return... yes
  1342. checking for pkg-config... (cached) /usr/bin/pkg-config
  1343. checking pkg-config is at least version 0.9.0... yes
  1344. checking for valgrind... no
  1345. checking for gtkdoc-check... /usr/bin/gtkdoc-check
  1346. checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
  1347. checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
  1348. checking whether to build gtk-doc documentation... no
  1349. checking that generated files are newer than configure... done
  1350. configure: creating ./config.status
  1351. config.status: creating Makefile
  1352. config.status: creating include/Makefile
  1353. config.status: creating include/nm-version.h
  1354. config.status: creating src/Makefile
  1355. config.status: creating src/tests/Makefile
  1356. config.status: creating src/generated/Makefile
  1357. config.status: creating src/logging/Makefile
  1358. config.status: creating src/config/Makefile
  1359. config.status: creating src/config/tests/Makefile
  1360. config.status: creating src/posix-signals/Makefile
  1361. config.status: creating src/dns-manager/Makefile
  1362. config.status: creating src/vpn-manager/Makefile
  1363. config.status: creating src/dhcp-manager/Makefile
  1364. config.status: creating src/dhcp-manager/tests/Makefile
  1365. config.status: creating src/ip6-manager/Makefile
  1366. config.status: creating src/supplicant-manager/Makefile
  1367. config.status: creating src/supplicant-manager/tests/Makefile
  1368. config.status: creating src/ppp-manager/Makefile
  1369. config.status: creating src/dnsmasq-manager/Makefile
  1370. config.status: creating src/modem-manager/Makefile
  1371. config.status: creating src/bluez-manager/Makefile
  1372. config.status: creating src/wifi/Makefile
  1373. config.status: creating src/firewall-manager/Makefile
  1374. config.status: creating src/settings/Makefile
  1375. config.status: creating src/settings/plugins/Makefile
  1376. config.status: creating src/settings/plugins/ifupdown/Makefile
  1377. config.status: creating src/settings/plugins/ifupdown/tests/Makefile
  1378. config.status: creating src/settings/plugins/ifnet/Makefile
  1379. config.status: creating src/settings/plugins/ifnet/tests/Makefile
  1380. config.status: creating src/settings/plugins/ifcfg-rh/Makefile
  1381. config.status: creating src/settings/plugins/ifcfg-rh/tests/Makefile
  1382. config.status: creating src/settings/plugins/ifcfg-rh/tests/network-scripts/Makefile
  1383. config.status: creating src/settings/plugins/ifcfg-suse/Makefile
  1384. config.status: creating src/settings/plugins/keyfile/Makefile
  1385. config.status: creating src/settings/plugins/keyfile/tests/Makefile
  1386. config.status: creating src/settings/plugins/keyfile/tests/keyfiles/Makefile
  1387. config.status: creating src/settings/plugins/example/Makefile
  1388. config.status: creating src/settings/tests/Makefile
  1389. config.status: creating src/platform/Makefile
  1390. config.status: creating src/platform/tests/Makefile
  1391. config.status: creating src/wimax/Makefile
  1392. config.status: creating libnm-util/libnm-util.pc
  1393. config.status: creating libnm-util/Makefile
  1394. config.status: creating libnm-util/tests/Makefile
  1395. config.status: creating libnm-util/tests/certs/Makefile
  1396. config.status: creating libnm-glib/libnm-glib.pc
  1397. config.status: creating libnm-glib/libnm-glib-vpn.pc
  1398. config.status: creating libnm-glib/Makefile
  1399. config.status: creating libnm-glib/tests/Makefile
  1400. config.status: creating callouts/Makefile
  1401. config.status: creating callouts/tests/Makefile
  1402. config.status: creating tools/Makefile
  1403. config.status: creating cli/Makefile
  1404. config.status: creating cli/src/Makefile
  1405. config.status: creating cli/completion/Makefile
  1406. config.status: creating test/Makefile
  1407. config.status: creating initscript/RedHat/NetworkManager
  1408. config.status: creating initscript/Debian/NetworkManager
  1409. config.status: creating initscript/Slackware/rc.networkmanager
  1410. config.status: creating initscript/SUSE/networkmanager
  1411. config.status: creating initscript/Arch/networkmanager
  1412. config.status: creating initscript/Mandriva/networkmanager
  1413. config.status: creating initscript/linexa/networkmanager
  1414. config.status: creating introspection/Makefile
  1415. config.status: creating introspection/all.xml
  1416. config.status: creating man/Makefile
  1417. config.status: creating man/nm-system-settings.conf.5
  1418. config.status: creating man/nm-online.1
  1419. config.status: creating man/nmcli.1
  1420. config.status: creating po/Makefile.in
  1421. config.status: creating policy/Makefile
  1422. config.status: creating policy/org.freedesktop.NetworkManager.policy.in
  1423. config.status: creating data/Makefile
  1424. config.status: creating docs/Makefile
  1425. config.status: creating docs/api/Makefile
  1426. config.status: creating docs/api/version.xml
  1427. config.status: creating docs/libnm-glib/Makefile
  1428. config.status: creating docs/libnm-glib/version.xml
  1429. config.status: creating docs/libnm-util/Makefile
  1430. config.status: creating docs/libnm-util/version.xml
  1431. config.status: creating NetworkManager.pc
  1432. config.status: creating examples/Makefile
  1433. config.status: creating examples/shell/Makefile
  1434. config.status: creating examples/python/Makefile
  1435. config.status: creating examples/ruby/Makefile
  1436. config.status: creating examples/C/Makefile
  1437. config.status: creating examples/C/glib/Makefile
  1438. config.status: creating examples/C/qt/Makefile
  1439. config.status: creating examples/dispatcher/Makefile
  1440. config.status: creating vapi/Makefile
  1441. config.status: creating config.h
  1442. config.status: executing depfiles commands
  1443. config.status: executing libtool commands
  1444. config.status: executing po-directories commands
  1445. config.status: creating po/POTFILES
  1446. config.status: creating po/Makefile
  1447. config.status: executing po/stamp-it commands
  1448.  
  1449. System paths:
  1450. prefix: /usr
  1451. exec_prefix: ${prefix}
  1452. systemdunitdir: $(prefix)/lib/systemd/system
  1453. nmbinary: ${exec_prefix}/sbin/NetworkManager
  1454. nmconfdir: /etc/NetworkManager
  1455. nmdatadir: ${datarootdir}/NetworkManager
  1456. nmstatedir: /var/lib/NetworkManager
  1457. nmrundir: /var/run/NetworkManager
  1458.  
  1459. Platform:
  1460. session tracking: consolekit
  1461. suspend/resume: systemd
  1462. policykit: yes (restrictive modify.system)
  1463.  
  1464. Features:
  1465. wext: yes
  1466. wimax: yes
  1467. ppp: yes
  1468. modemmanager-1: auto
  1469. concheck: no
  1470.  
  1471. Configuration plugins
  1472. ifcfg-rh: yes
  1473. ifcfg-suse: no
  1474. ifupdown: no
  1475. ifnet: no
  1476.  
  1477. Handlers for /etc/resolv.conf:
  1478. resolvconf: no
  1479. netconfig: no
  1480.  
  1481. DHCP clients:
  1482. dhclient: /sbin/dhclient
  1483. dhcpcd: no
  1484.  
  1485. Miscellaneous:
  1486. documentation: no
  1487. tests: yes
  1488. valgrind: no
  1489. code coverage: no
  1490.  
  1491. [samuel@philo NetworkManager]$ make
  1492. make all-recursive
  1493. make[1]: Entering directory `/home/samuel/NetworkManager'
  1494. Making all in include
  1495. make[2]: Entering directory `/home/samuel/NetworkManager/include'
  1496. make[2]: Nothing to be done for `all'.
  1497. make[2]: Leaving directory `/home/samuel/NetworkManager/include'
  1498. Making all in libnm-util
  1499. make[2]: Entering directory `/home/samuel/NetworkManager/libnm-util'
  1500. GEN nm-utils-enum-types.h
  1501. GEN nm-utils-enum-types.c
  1502. make all-recursive
  1503. make[3]: Entering directory `/home/samuel/NetworkManager/libnm-util'
  1504. Making all in .
  1505. make[4]: Entering directory `/home/samuel/NetworkManager/libnm-util'
  1506. CC libnm_util_la-crypto.lo
  1507. CC libnm_util_la-nm-connection.lo
  1508. CC libnm_util_la-nm-param-spec-specialized.lo
  1509. CC libnm_util_la-nm-setting.lo
  1510. CC libnm_util_la-nm-setting-8021x.lo
  1511. CC libnm_util_la-nm-setting-adsl.lo
  1512. CC libnm_util_la-nm-setting-bluetooth.lo
  1513. CC libnm_util_la-nm-setting-bond.lo
  1514. CC libnm_util_la-nm-setting-bridge.lo
  1515. CC libnm_util_la-nm-setting-bridge-port.lo
  1516. CC libnm_util_la-nm-setting-connection.lo
  1517. CC libnm_util_la-nm-setting-infiniband.lo
  1518. CC libnm_util_la-nm-setting-ip4-config.lo
  1519. CC libnm_util_la-nm-setting-vlan.lo
  1520. CC libnm_util_la-nm-setting-ip6-config.lo
  1521. CC libnm_util_la-nm-setting-ppp.lo
  1522. CC libnm_util_la-nm-setting-pppoe.lo
  1523. CC libnm_util_la-nm-setting-serial.lo
  1524. CC libnm_util_la-nm-setting-generic.lo
  1525. CC libnm_util_la-nm-setting-gsm.lo
  1526. CC libnm_util_la-nm-setting-cdma.lo
  1527. CC libnm_util_la-nm-setting-olpc-mesh.lo
  1528. CC libnm_util_la-nm-setting-wimax.lo
  1529. CC libnm_util_la-nm-setting-wired.lo
  1530. CC libnm_util_la-nm-setting-wireless.lo
  1531. CC libnm_util_la-nm-setting-wireless-security.lo
  1532. CC libnm_util_la-nm-setting-vpn.lo
  1533. CC libnm_util_la-nm-utils-enum-types.lo
  1534. CC libnm_util_la-nm-utils.lo
  1535. CC libnm_util_la-nm-value-transforms.lo
  1536. CC libnm_util_la-crypto_nss.lo
  1537. CCLD libnm-util.la
  1538. CC libtest_crypto_la-crypto.lo
  1539. CC libtest_crypto_la-crypto_nss.lo
  1540. CCLD libtest-crypto.la
  1541. GISCAN NetworkManager-1.0.gir
  1542. GICOMP NetworkManager-1.0.gir
  1543. make[4]: Leaving directory `/home/samuel/NetworkManager/libnm-util'
  1544. Making all in tests
  1545. make[4]: Entering directory `/home/samuel/NetworkManager/libnm-util/tests'
  1546. Making all in certs
  1547. make[5]: Entering directory `/home/samuel/NetworkManager/libnm-util/tests/certs'
  1548. make[5]: Nothing to be done for `all'.
  1549. make[5]: Leaving directory `/home/samuel/NetworkManager/libnm-util/tests/certs'
  1550. make[5]: Entering directory `/home/samuel/NetworkManager/libnm-util/tests'
  1551. CC test_settings_defaults-test-settings-defaults.o
  1552. CCLD test-settings-defaults
  1553. CC test_crypto-test-crypto.o
  1554. CCLD test-crypto
  1555. CC test_secrets-test-secrets.o
  1556. CCLD test-secrets
  1557. CC test_general-test-general.o
  1558. CCLD test-general
  1559. CC test_setting_8021x-test-setting-8021x.o
  1560. CCLD test-setting-8021x
  1561. make[5]: Leaving directory `/home/samuel/NetworkManager/libnm-util/tests'
  1562. make[4]: Leaving directory `/home/samuel/NetworkManager/libnm-util/tests'
  1563. make[3]: Leaving directory `/home/samuel/NetworkManager/libnm-util'
  1564. make[2]: Leaving directory `/home/samuel/NetworkManager/libnm-util'
  1565. Making all in libnm-glib
  1566. make[2]: Entering directory `/home/samuel/NetworkManager/libnm-glib'
  1567. GEN nm-vpn-plugin-glue.h
  1568. GEN nm-secret-agent-glue.h
  1569. GEN nm-glib-enum-types.h
  1570. GEN nm-glib-enum-types.c
  1571. GEN nm-glib-marshal.list
  1572. GEN nm-glib-marshal.h
  1573. GEN nm-glib-marshal.c
  1574. GEN nm-vpn-enum-types.h
  1575. /usr/bin/glib-mkenums: nm-vpn-plugin-ui-interface.h:89: Failed to parse ` /*< private >*/ '
  1576. /usr/bin/glib-mkenums: nm-vpn-plugin-ui-interface.h:92: Failed to parse ` /*< public >*/ '
  1577. GEN nm-vpn-enum-types.c
  1578. /usr/bin/glib-mkenums: nm-vpn-plugin-ui-interface.h:89: Failed to parse ` /*< private >*/ '
  1579. /usr/bin/glib-mkenums: nm-vpn-plugin-ui-interface.h:92: Failed to parse ` /*< public >*/ '
  1580. make all-recursive
  1581. make[3]: Entering directory `/home/samuel/NetworkManager/libnm-glib'
  1582. Making all in .
  1583. make[4]: Entering directory `/home/samuel/NetworkManager/libnm-glib'
  1584. CC libnm_glib_la-nm-object.lo
  1585. CC libnm_glib_la-nm-dbus-helpers.lo
  1586. CC libnm_glib_la-nm-client.lo
  1587. CC libnm_glib_la-nm-device.lo
  1588. CC libnm_glib_la-nm-device-ethernet.lo
  1589. CC libnm_glib_la-nm-device-infiniband.lo
  1590. CC libnm_glib_la-nm-device-adsl.lo
  1591. CC libnm_glib_la-nm-device-wifi.lo
  1592. CC libnm_glib_la-nm-device-bt.lo
  1593. CC libnm_glib_la-nm-device-olpc-mesh.lo
  1594. CC libnm_glib_la-nm-device-bond.lo
  1595. CC libnm_glib_la-nm-device-bridge.lo
  1596. CC libnm_glib_la-nm-device-vlan.lo
  1597. CC libnm_glib_la-nm-device-generic.lo
  1598. CC libnm_glib_la-nm-access-point.lo
  1599. CC libnm_glib_la-nm-ip4-config.lo
  1600. CC libnm_glib_la-nm-device-modem.lo
  1601. CC libnm_glib_la-nm-vpn-connection.lo
  1602. CC libnm_glib_la-nm-types.lo
  1603. CC libnm_glib_la-nm-object-cache.lo
  1604. CC libnm_glib_la-nm-active-connection.lo
  1605. CC libnm_glib_la-nm-dhcp4-config.lo
  1606. CC libnm_glib_la-nm-ip6-config.lo
  1607. CC libnm_glib_la-nm-dhcp6-config.lo
  1608. CC libnm_glib_la-nm-remote-connection.lo
  1609. CC libnm_glib_la-nm-remote-settings.lo
  1610. CC libnm_glib_la-nm-secret-agent.lo
  1611. CC libnm_glib_la-nm-device-wimax.lo
  1612. CC libnm_glib_la-nm-wimax-nsp.lo
  1613. CC libnm_glib_la-nm-glib-enum-types.lo
  1614. CC libnm_glib_la-nm-glib-marshal.lo
  1615. CC libdeprecated_nm_glib_la-libnm_glib.lo
  1616. CCLD libdeprecated-nm-glib.la
  1617. CCLD libnm-glib.la
  1618. CC libnm_glib_vpn_la-nm-vpn-plugin.lo
  1619. CC libnm_glib_vpn_la-nm-vpn-plugin-ui-interface.lo
  1620. CC libnm_glib_vpn_la-nm-vpn-plugin-utils.lo
  1621. CC libnm_glib_vpn_la-nm-vpn-enum-types.lo
  1622. CCLD libnm-glib-vpn.la
  1623. CC libnm_glib_test_la-nm-object.lo
  1624. CC libnm_glib_test_la-nm-dbus-helpers.lo
  1625. CC libnm_glib_test_la-nm-client.lo
  1626. CC libnm_glib_test_la-nm-device.lo
  1627. CC libnm_glib_test_la-nm-device-ethernet.lo
  1628. CC libnm_glib_test_la-nm-device-infiniband.lo
  1629. CC libnm_glib_test_la-nm-device-adsl.lo
  1630. CC libnm_glib_test_la-nm-device-wifi.lo
  1631. CC libnm_glib_test_la-nm-device-bt.lo
  1632. CC libnm_glib_test_la-nm-device-olpc-mesh.lo
  1633. CC libnm_glib_test_la-nm-device-bond.lo
  1634. CC libnm_glib_test_la-nm-device-bridge.lo
  1635. CC libnm_glib_test_la-nm-device-vlan.lo
  1636. CC libnm_glib_test_la-nm-device-generic.lo
  1637. CC libnm_glib_test_la-nm-access-point.lo
  1638. CC libnm_glib_test_la-nm-ip4-config.lo
  1639. CC libnm_glib_test_la-nm-device-modem.lo
  1640. CC libnm_glib_test_la-nm-vpn-connection.lo
  1641. CC libnm_glib_test_la-nm-types.lo
  1642. CC libnm_glib_test_la-nm-object-cache.lo
  1643. CC libnm_glib_test_la-nm-active-connection.lo
  1644. CC libnm_glib_test_la-nm-dhcp4-config.lo
  1645. CC libnm_glib_test_la-nm-ip6-config.lo
  1646. CC libnm_glib_test_la-nm-dhcp6-config.lo
  1647. CC libnm_glib_test_la-nm-remote-connection.lo
  1648. CC libnm_glib_test_la-nm-remote-settings.lo
  1649. CC libnm_glib_test_la-nm-secret-agent.lo
  1650. CC libnm_glib_test_la-nm-device-wimax.lo
  1651. CC libnm_glib_test_la-nm-wimax-nsp.lo
  1652. CC libnm_glib_test_la-nm-glib-enum-types.lo
  1653. CC libnm_glib_test_la-nm-glib-marshal.lo
  1654. CCLD libnm-glib-test.la
  1655. CC libnm_glib_test-libnm-glib-test.o
  1656. CCLD libnm-glib-test
  1657. GISCAN NMClient-1.0.gir
  1658. GICOMP NMClient-1.0.gir
  1659. make[4]: Leaving directory `/home/samuel/NetworkManager/libnm-glib'
  1660. Making all in tests
  1661. make[4]: Entering directory `/home/samuel/NetworkManager/libnm-glib/tests'
  1662. CC test_remote_settings_client-test-remote-settings-client.o
  1663. CCLD test-remote-settings-client
  1664. make[4]: Leaving directory `/home/samuel/NetworkManager/libnm-glib/tests'
  1665. make[3]: Leaving directory `/home/samuel/NetworkManager/libnm-glib'
  1666. make[2]: Leaving directory `/home/samuel/NetworkManager/libnm-glib'
  1667. Making all in introspection
  1668. make[2]: Entering directory `/home/samuel/NetworkManager/introspection'
  1669. make[2]: Nothing to be done for `all'.
  1670. make[2]: Leaving directory `/home/samuel/NetworkManager/introspection'
  1671. Making all in src
  1672. make[2]: Entering directory `/home/samuel/NetworkManager/src'
  1673. GEN nm-access-point-glue.h
  1674. GEN nm-manager-glue.h
  1675. GEN nm-device-interface-glue.h
  1676. GEN nm-device-ethernet-glue.h
  1677. GEN nm-device-infiniband-glue.h
  1678. GEN nm-device-bond-glue.h
  1679. GEN nm-device-bridge-glue.h
  1680. GEN nm-device-vlan-glue.h
  1681. GEN nm-device-adsl-glue.h
  1682. GEN nm-device-wifi-glue.h
  1683. GEN nm-device-olpc-mesh-glue.h
  1684. GEN nm-device-bt-glue.h
  1685. GEN nm-device-modem-glue.h
  1686. GEN nm-device-generic-glue.h
  1687. GEN nm-ip4-config-glue.h
  1688. GEN nm-ip6-config-glue.h
  1689. GEN nm-active-connection-glue.h
  1690. GEN nm-dhcp4-config-glue.h
  1691. GEN nm-dhcp6-config-glue.h
  1692. make all-recursive
  1693. make[3]: Entering directory `/home/samuel/NetworkManager/src'
  1694. Making all in generated
  1695. make[4]: Entering directory `/home/samuel/NetworkManager/src/generated'
  1696. GEN nm-enum-types.h
  1697. GEN nm-enum-types.c
  1698. GEN nm-marshal.list
  1699. GEN nm-marshal.h
  1700. GEN nm-marshal.c
  1701. make all-am
  1702. make[5]: Entering directory `/home/samuel/NetworkManager/src/generated'
  1703. CC libnm_generated_la-nm-enum-types.lo
  1704. CC libnm_generated_la-nm-marshal.lo
  1705. CCLD libnm-generated.la
  1706. make[5]: Leaving directory `/home/samuel/NetworkManager/src/generated'
  1707. make[4]: Leaving directory `/home/samuel/NetworkManager/src/generated'
  1708. Making all in logging
  1709. make[4]: Entering directory `/home/samuel/NetworkManager/src/logging'
  1710. CC libnm_logging_la-nm-logging.lo
  1711. CCLD libnm-logging.la
  1712. make[4]: Leaving directory `/home/samuel/NetworkManager/src/logging'
  1713. Making all in config
  1714. make[4]: Entering directory `/home/samuel/NetworkManager/src/config'
  1715. Making all in .
  1716. make[5]: Entering directory `/home/samuel/NetworkManager/src/config'
  1717. CC libnm_config_la-nm-config.lo
  1718. CC libnm_config_la-nm-config-device.lo
  1719. CCLD libnm-config.la
  1720. make[5]: Leaving directory `/home/samuel/NetworkManager/src/config'
  1721. Making all in tests
  1722. make[5]: Entering directory `/home/samuel/NetworkManager/src/config/tests'
  1723. CC test_config-nm-test-device.o
  1724. CC test_config-test-config.o
  1725. CCLD test-config
  1726. make[5]: Leaving directory `/home/samuel/NetworkManager/src/config/tests'
  1727. make[4]: Leaving directory `/home/samuel/NetworkManager/src/config'
  1728. Making all in posix-signals
  1729. make[4]: Entering directory `/home/samuel/NetworkManager/src/posix-signals'
  1730. CC libnm_posix_signals_la-nm-posix-signals.lo
  1731. CCLD libnm-posix-signals.la
  1732. make[4]: Leaving directory `/home/samuel/NetworkManager/src/posix-signals'
  1733. Making all in platform
  1734. make[4]: Entering directory `/home/samuel/NetworkManager/src/platform'
  1735. Making all in .
  1736. make[5]: Entering directory `/home/samuel/NetworkManager/src/platform'
  1737. CC libnm_platform_la-nm-platform.lo
  1738. CC libnm_platform_la-nm-fake-platform.lo
  1739. CC libnm_platform_la-nm-linux-platform.lo
  1740. CCLD libnm-platform.la
  1741. make[5]: Leaving directory `/home/samuel/NetworkManager/src/platform'
  1742. Making all in tests
  1743. make[5]: Entering directory `/home/samuel/NetworkManager/src/platform/tests'
  1744. CC dump-dump.o
  1745. CCLD dump
  1746. CC monitor-monitor.o
  1747. CCLD monitor
  1748. CC platform-platform.o
  1749. CCLD platform
  1750. CC test_link_fake-test-link.o
  1751. CC test_link_fake-test-common.o
  1752. CC test_link_fake-nm-platform.o
  1753. CC test_link_fake-nm-fake-platform.o
  1754. CCLD test-link-fake
  1755. CC test_link_linux-test-link.o
  1756. CC test_link_linux-test-common.o
  1757. CC test_link_linux-nm-platform.o
  1758. CC test_link_linux-nm-linux-platform.o
  1759. CCLD test-link-linux
  1760. CC test_address_fake-test-address.o
  1761. CC test_address_fake-test-common.o
  1762. CC test_address_fake-nm-platform.o
  1763. CC test_address_fake-nm-fake-platform.o
  1764. CCLD test-address-fake
  1765. CC test_address_linux-test-address.o
  1766. CC test_address_linux-test-common.o
  1767. CC test_address_linux-nm-platform.o
  1768. CC test_address_linux-nm-linux-platform.o
  1769. CCLD test-address-linux
  1770. CC test_route_fake-test-route.o
  1771. CC test_route_fake-test-common.o
  1772. CC test_route_fake-nm-platform.o
  1773. CC test_route_fake-nm-fake-platform.o
  1774. CCLD test-route-fake
  1775. CC test_route_linux-test-route.o
  1776. CC test_route_linux-test-common.o
  1777. CC test_route_linux-nm-platform.o
  1778. CC test_route_linux-nm-linux-platform.o
  1779. CCLD test-route-linux
  1780. make[5]: Leaving directory `/home/samuel/NetworkManager/src/platform/tests'
  1781. make[4]: Leaving directory `/home/samuel/NetworkManager/src/platform'
  1782. Making all in dns-manager
  1783. make[4]: Entering directory `/home/samuel/NetworkManager/src/dns-manager'
  1784. CC libdns_manager_la-nm-dns-manager.lo
  1785. CC libdns_manager_la-nm-dns-plugin.lo
  1786. CC libdns_manager_la-nm-dns-dnsmasq.lo
  1787. CC libdns_manager_la-nm-dns-utils.lo
  1788. CCLD libdns-manager.la
  1789. make[4]: Leaving directory `/home/samuel/NetworkManager/src/dns-manager'
  1790. Making all in vpn-manager
  1791. make[4]: Entering directory `/home/samuel/NetworkManager/src/vpn-manager'
  1792. GEN nm-vpn-connection-glue.h
  1793. GEN nm-vpn-plugin-bindings.h
  1794. make all-am
  1795. make[5]: Entering directory `/home/samuel/NetworkManager/src/vpn-manager'
  1796. CC libvpn_manager_la-nm-vpn-manager.lo
  1797. CC libvpn_manager_la-nm-vpn-service.lo
  1798. CC libvpn_manager_la-nm-vpn-connection.lo
  1799. CCLD libvpn-manager.la
  1800. make[5]: Leaving directory `/home/samuel/NetworkManager/src/vpn-manager'
  1801. make[4]: Leaving directory `/home/samuel/NetworkManager/src/vpn-manager'
  1802. Making all in dhcp-manager
  1803. make[4]: Entering directory `/home/samuel/NetworkManager/src/dhcp-manager'
  1804. Making all in .
  1805. make[5]: Entering directory `/home/samuel/NetworkManager/src/dhcp-manager'
  1806. CC libdhcp_manager_la-nm-dhcp-client.lo
  1807. CC libdhcp_manager_la-nm-dhcp-manager.lo
  1808. CC libdhcp_manager_la-nm-dhcp-dhcpcd.lo
  1809. CC libdhcp_dhclient_la-nm-dhcp-dhclient-utils.lo
  1810. CC libdhcp_dhclient_la-nm-dhcp-dhclient.lo
  1811. CCLD libdhcp-dhclient.la
  1812. CCLD libdhcp-manager.la
  1813. copying selected object files to avoid basename conflicts...
  1814. CC nm_dhcp_helper-nm-dhcp-helper.o
  1815. CCLD nm-dhcp-helper
  1816. make[5]: Leaving directory `/home/samuel/NetworkManager/src/dhcp-manager'
  1817. Making all in tests
  1818. make[5]: Entering directory `/home/samuel/NetworkManager/src/dhcp-manager/tests'
  1819. CC test_dhcp_dhclient-test-dhcp-dhclient.o
  1820. CCLD test-dhcp-dhclient
  1821. make[5]: Leaving directory `/home/samuel/NetworkManager/src/dhcp-manager/tests'
  1822. make[4]: Leaving directory `/home/samuel/NetworkManager/src/dhcp-manager'
  1823. Making all in ip6-manager
  1824. make[4]: Entering directory `/home/samuel/NetworkManager/src/ip6-manager'
  1825. CC libip6_manager_la-nm-ip6-manager.lo
  1826. CCLD libip6-manager.la
  1827. make[4]: Leaving directory `/home/samuel/NetworkManager/src/ip6-manager'
  1828. Making all in supplicant-manager
  1829. make[4]: Entering directory `/home/samuel/NetworkManager/src/supplicant-manager'
  1830. Making all in .
  1831. make[5]: Entering directory `/home/samuel/NetworkManager/src/supplicant-manager'
  1832. CC libsupplicant_manager_la-nm-supplicant-manager.lo
  1833. CC libsupplicant_manager_la-nm-supplicant-config.lo
  1834. CC libsupplicant_manager_la-nm-supplicant-interface.lo
  1835. CC libsupplicant_manager_la-nm-supplicant-settings-verify.lo
  1836. CCLD libsupplicant-manager.la
  1837. make[5]: Leaving directory `/home/samuel/NetworkManager/src/supplicant-manager'
  1838. Making all in tests
  1839. make[5]: Entering directory `/home/samuel/NetworkManager/src/supplicant-manager/tests'
  1840. CC test_supplicant_config-test-supplicant-config.o
  1841. CCLD test-supplicant-config
  1842. make[5]: Leaving directory `/home/samuel/NetworkManager/src/supplicant-manager/tests'
  1843. make[4]: Leaving directory `/home/samuel/NetworkManager/src/supplicant-manager'
  1844. Making all in ppp-manager
  1845. make[4]: Entering directory `/home/samuel/NetworkManager/src/ppp-manager'
  1846. GEN nm-ppp-manager-glue.h
  1847. make all-am
  1848. make[5]: Entering directory `/home/samuel/NetworkManager/src/ppp-manager'
  1849. CC libppp_manager_la-nm-ppp-manager.lo
  1850. CCLD libppp-manager.la
  1851. CC nm_pppd_plugin_la-nm-pppd-plugin.lo
  1852. CCLD nm-pppd-plugin.la
  1853. make[5]: Leaving directory `/home/samuel/NetworkManager/src/ppp-manager'
  1854. make[4]: Leaving directory `/home/samuel/NetworkManager/src/ppp-manager'
  1855. Making all in dnsmasq-manager
  1856. make[4]: Entering directory `/home/samuel/NetworkManager/src/dnsmasq-manager'
  1857. CC libdnsmasq_manager_la-nm-dnsmasq-manager.lo
  1858. CCLD libdnsmasq-manager.la
  1859. make[4]: Leaving directory `/home/samuel/NetworkManager/src/dnsmasq-manager'
  1860. Making all in modem-manager
  1861. make[4]: Entering directory `/home/samuel/NetworkManager/src/modem-manager'
  1862. CC libmodem_manager_la-nm-modem.lo
  1863. CC libmodem_manager_la-nm-modem-generic.lo
  1864. CC libmodem_manager_la-nm-modem-cdma.lo
  1865. CC libmodem_manager_la-nm-modem-gsm.lo
  1866. CC libmodem_manager_la-nm-modem-manager.lo
  1867. CCLD libmodem-manager.la
  1868. make[4]: Leaving directory `/home/samuel/NetworkManager/src/modem-manager'
  1869. Making all in bluez-manager
  1870. make[4]: Entering directory `/home/samuel/NetworkManager/src/bluez-manager'
  1871. CC libbluez_manager_la-nm-bluez-manager.lo
  1872. CC libbluez_manager_la-nm-bluez-adapter.lo
  1873. CC libbluez_manager_la-nm-bluez-device.lo
  1874. CCLD libbluez-manager.la
  1875. make[4]: Leaving directory `/home/samuel/NetworkManager/src/bluez-manager'
  1876. Making all in firewall-manager
  1877. make[4]: Entering directory `/home/samuel/NetworkManager/src/firewall-manager'
  1878. CC libfirewall_manager_la-nm-firewall-manager.lo
  1879. CCLD libfirewall-manager.la
  1880. make[4]: Leaving directory `/home/samuel/NetworkManager/src/firewall-manager'
  1881. Making all in wifi
  1882. make[4]: Entering directory `/home/samuel/NetworkManager/src/wifi'
  1883. CC libwifi_utils_la-wifi-utils.lo
  1884. CC libwifi_utils_la-wifi-utils-nl80211.lo
  1885. CC libwifi_utils_la-wifi-utils-wext.lo
  1886. CCLD libwifi-utils.la
  1887. make[4]: Leaving directory `/home/samuel/NetworkManager/src/wifi'
  1888. Making all in settings
  1889. make[4]: Entering directory `/home/samuel/NetworkManager/src/settings'
  1890. GEN nm-settings-glue.h
  1891. GEN nm-settings-connection-glue.h
  1892. GEN nm-agent-manager-glue.h
  1893. make all-recursive
  1894. make[5]: Entering directory `/home/samuel/NetworkManager/src/settings'
  1895. Making all in plugins
  1896. make[6]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins'
  1897. Making all in keyfile
  1898. make[7]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  1899. Making all in .
  1900. make[8]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  1901. CC libkeyfile_io_la-reader.lo
  1902. CC libkeyfile_io_la-writer.lo
  1903. CC libkeyfile_io_la-errors.lo
  1904. CC libkeyfile_io_la-utils.lo
  1905. CCLD libkeyfile-io.la
  1906. CC libnm_settings_plugin_keyfile_la-nm-keyfile-connection.lo
  1907. CC libnm_settings_plugin_keyfile_la-plugin.lo
  1908. CCLD libnm-settings-plugin-keyfile.la
  1909. make[8]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  1910. Making all in tests
  1911. make[8]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests'
  1912. Making all in keyfiles
  1913. make[9]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests/keyfiles'
  1914. make[9]: Nothing to be done for `all'.
  1915. make[9]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests/keyfiles'
  1916. make[9]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests'
  1917. CC test_keyfile-test-keyfile.o
  1918. CC test_keyfile-reader.o
  1919. CC test_keyfile-writer.o
  1920. CC test_keyfile-errors.o
  1921. CC test_keyfile-utils.o
  1922. CCLD test-keyfile
  1923. make[9]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests'
  1924. make[8]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests'
  1925. make[7]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  1926. Making all in example
  1927. make[7]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/example'
  1928. CC libnm_settings_plugin_example_la-nm-example-connection.lo
  1929. CC libnm_settings_plugin_example_la-plugin.lo
  1930. CC libnm_settings_plugin_example_la-errors.lo
  1931. CC libnm_settings_plugin_example_la-reader.lo
  1932. CC libnm_settings_plugin_example_la-writer.lo
  1933. CCLD libnm-settings-plugin-example.la
  1934. make[7]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/example'
  1935. Making all in ifcfg-rh
  1936. make[7]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  1937. GEN nm-ifcfg-rh-glue.h
  1938. make all-recursive
  1939. make[8]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  1940. Making all in .
  1941. make[9]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  1942. CC libifcfg_rh_io_la-shvar.lo
  1943. CC libifcfg_rh_io_la-reader.lo
  1944. CC libifcfg_rh_io_la-writer.lo
  1945. CC libifcfg_rh_io_la-errors.lo
  1946. CC libifcfg_rh_io_la-utils.lo
  1947. CCLD libifcfg-rh-io.la
  1948. CC libnm_settings_plugin_ifcfg_rh_la-plugin.lo
  1949. CC libnm_settings_plugin_ifcfg_rh_la-nm-ifcfg-connection.lo
  1950. CCLD libnm-settings-plugin-ifcfg-rh.la
  1951. make[9]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  1952. Making all in tests
  1953. make[9]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests'
  1954. Making all in network-scripts
  1955. make[10]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests/network-scripts'
  1956. make[10]: Nothing to be done for `all'.
  1957. make[10]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests/network-scripts'
  1958. make[10]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests'
  1959. CC test_ifcfg_rh-test-ifcfg-rh.o
  1960. CC test_ifcfg_rh-errors.o
  1961. CC test_ifcfg_rh-reader.o
  1962. CC test_ifcfg_rh-shvar.o
  1963. CC test_ifcfg_rh-utils.o
  1964. CC test_ifcfg_rh-writer.o
  1965. CCLD test-ifcfg-rh
  1966. CC test-ifcfg-rh-utils.o
  1967. CC utils.o
  1968. CC shvar.o
  1969. CCLD test-ifcfg-rh-utils
  1970. make[10]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests'
  1971. make[9]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests'
  1972. make[8]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  1973. make[7]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  1974. make[7]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins'
  1975. make[7]: Nothing to be done for `all-am'.
  1976. make[7]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins'
  1977. make[6]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins'
  1978. Making all in .
  1979. make[6]: Entering directory `/home/samuel/NetworkManager/src/settings'
  1980. CC libsettings_la-nm-settings.lo
  1981. CC libsettings_la-nm-inotify-helper.lo
  1982. CC libsettings_la-nm-settings-error.lo
  1983. CC libsettings_la-nm-system-config-interface.lo
  1984. CC libsettings_la-nm-settings-connection.lo
  1985. CC libsettings_la-nm-default-wired-connection.lo
  1986. CC libsettings_la-nm-agent-manager.lo
  1987. CC libsettings_la-nm-secret-agent.lo
  1988. CC libsettings_la-nm-settings-utils.lo
  1989. CCLD libsettings.la
  1990. CC libtest_settings_utils_la-nm-settings-utils.lo
  1991. CCLD libtest-settings-utils.la
  1992. make[6]: Leaving directory `/home/samuel/NetworkManager/src/settings'
  1993. Making all in tests
  1994. make[6]: Entering directory `/home/samuel/NetworkManager/src/settings/tests'
  1995. CC test_wired_defname-test-wired-defname.o
  1996. CCLD test-wired-defname
  1997. make[6]: Leaving directory `/home/samuel/NetworkManager/src/settings/tests'
  1998. make[5]: Leaving directory `/home/samuel/NetworkManager/src/settings'
  1999. make[4]: Leaving directory `/home/samuel/NetworkManager/src/settings'
  2000. Making all in wimax
  2001. make[4]: Entering directory `/home/samuel/NetworkManager/src/wimax'
  2002. dbus-binding-tool --prefix=nm_wimax_nsp --mode=glib-server --output=nm-wimax-nsp-glue.h ../../introspection/nm-wimax-nsp.xml
  2003. dbus-binding-tool --prefix=nm_device_wimax --mode=glib-server --output=nm-device-wimax-glue.h ../../introspection/nm-device-wimax.xml
  2004. make all-am
  2005. make[5]: Entering directory `/home/samuel/NetworkManager/src/wimax'
  2006. CC libnm_device_plugin_wimax_la-nm-wimax-factory.lo
  2007. CC libnm_device_plugin_wimax_la-nm-device-wimax.lo
  2008. CC libnm_device_plugin_wimax_la-nm-wimax-nsp.lo
  2009. CC libnm_device_plugin_wimax_la-nm-wimax-util.lo
  2010. CC libnm_device_plugin_wimax_la-iwmxsdk.lo
  2011. CCLD libnm-device-plugin-wimax.la
  2012. make[5]: Leaving directory `/home/samuel/NetworkManager/src/wimax'
  2013. make[4]: Leaving directory `/home/samuel/NetworkManager/src/wimax'
  2014. Making all in .
  2015. make[4]: Entering directory `/home/samuel/NetworkManager/src'
  2016. CC libtest_dhcp_la-nm-ip4-config.lo
  2017. CC libtest_dhcp_la-nm-ip6-config.lo
  2018. CC libtest_dhcp_la-nm-hostname-provider.lo
  2019. CC libtest_dhcp_la-nm-dbus-manager.lo
  2020. CCLD libtest-dhcp.la
  2021. CC libtest_policy_hosts_la-nm-policy-hosts.lo
  2022. CCLD libtest-policy-hosts.la
  2023. CC libtest_wifi_ap_utils_la-nm-wifi-ap-utils.lo
  2024. CCLD libtest-wifi-ap-utils.la
  2025. CC NetworkManager-nm-call-store.o
  2026. CC NetworkManager-nm-device.o
  2027. CC NetworkManager-nm-device-ethernet.o
  2028. CC NetworkManager-nm-device-adsl.o
  2029. CC NetworkManager-nm-device-wifi.o
  2030. CC NetworkManager-nm-device-wired.o
  2031. CC NetworkManager-nm-device-olpc-mesh.o
  2032. CC NetworkManager-nm-device-bt.o
  2033. CC NetworkManager-nm-device-modem.o
  2034. CC NetworkManager-nm-device-infiniband.o
  2035. CC NetworkManager-nm-device-bond.o
  2036. CC NetworkManager-nm-device-bridge.o
  2037. CC NetworkManager-nm-device-vlan.o
  2038. CC NetworkManager-nm-device-generic.o
  2039. CC NetworkManager-nm-wifi-ap.o
  2040. CC NetworkManager-nm-wifi-ap-utils.o
  2041. CC NetworkManager-nm-dbus-manager.o
  2042. CC NetworkManager-nm-udev-manager.o
  2043. CC NetworkManager-nm-hostname-provider.o
  2044. CC NetworkManager-nm-ip4-config.o
  2045. CC NetworkManager-nm-ip6-config.o
  2046. CC NetworkManager-nm-active-connection.o
  2047. CC NetworkManager-main.o
  2048. CC NetworkManager-nm-policy.o
  2049. CC NetworkManager-nm-policy-hosts.o
  2050. CC NetworkManager-NetworkManagerUtils.o
  2051. CC NetworkManager-nm-system.o
  2052. CC NetworkManager-nm-manager.o
  2053. CC NetworkManager-nm-manager-auth.o
  2054. CC NetworkManager-nm-netlink-monitor.o
  2055. CC NetworkManager-nm-netlink-utils.o
  2056. CC NetworkManager-nm-activation-request.o
  2057. CC NetworkManager-nm-properties-changed-signal.o
  2058. CC NetworkManager-nm-dhcp4-config.o
  2059. CC NetworkManager-nm-dhcp6-config.o
  2060. CC NetworkManager-nm-session-utils.o
  2061. CC NetworkManager-nm-connection-provider.o
  2062. CC NetworkManager-nm-dispatcher.o
  2063. CC NetworkManager-nm-session-monitor-ck.o
  2064. CC NetworkManager-nm-sleep-monitor-systemd.o
  2065. CCLD NetworkManager
  2066. make[4]: Leaving directory `/home/samuel/NetworkManager/src'
  2067. Making all in tests
  2068. make[4]: Entering directory `/home/samuel/NetworkManager/src/tests'
  2069. CC test_dhcp_options-test-dhcp-options.o
  2070. CCLD test-dhcp-options
  2071. CC test_policy_hosts-test-policy-hosts.o
  2072. CCLD test-policy-hosts
  2073. CC test_wifi_ap_utils-test-wifi-ap-utils.o
  2074. CCLD test-wifi-ap-utils
  2075. make[4]: Leaving directory `/home/samuel/NetworkManager/src/tests'
  2076. make[3]: Leaving directory `/home/samuel/NetworkManager/src'
  2077. make[2]: Leaving directory `/home/samuel/NetworkManager/src'
  2078. Making all in callouts
  2079. make[2]: Entering directory `/home/samuel/NetworkManager/callouts'
  2080. GEN nm-dispatcher-glue.h
  2081. make all-recursive
  2082. make[3]: Entering directory `/home/samuel/NetworkManager/callouts'
  2083. Making all in .
  2084. make[4]: Entering directory `/home/samuel/NetworkManager/callouts'
  2085. CC libtest_dispatcher_envp_la-nm-dispatcher-utils.lo
  2086. CCLD libtest-dispatcher-envp.la
  2087. CC nm_dispatcher_action-nm-dispatcher-action.o
  2088. CC nm_dispatcher_action-nm-dispatcher-utils.o
  2089. CCLD nm-dispatcher.action
  2090. CC nm_avahi_autoipd_action-nm-avahi-autoipd-action.o
  2091. CCLD nm-avahi-autoipd.action
  2092. make[4]: Leaving directory `/home/samuel/NetworkManager/callouts'
  2093. Making all in tests
  2094. make[4]: Entering directory `/home/samuel/NetworkManager/callouts/tests'
  2095. CC test_dispatcher_envp-test-dispatcher-envp.o
  2096. CCLD test-dispatcher-envp
  2097. make[4]: Leaving directory `/home/samuel/NetworkManager/callouts/tests'
  2098. make[3]: Leaving directory `/home/samuel/NetworkManager/callouts'
  2099. make[2]: Leaving directory `/home/samuel/NetworkManager/callouts'
  2100. Making all in cli
  2101. make[2]: Entering directory `/home/samuel/NetworkManager/cli'
  2102. Making all in src
  2103. make[3]: Entering directory `/home/samuel/NetworkManager/cli/src'
  2104. CC nmcli-common.o
  2105. CC nmcli-connections.o
  2106. CC nmcli-devices.o
  2107. CC nmcli-network-manager.o
  2108. CC nmcli-settings.o
  2109. CC nmcli-nmcli.o
  2110. CC nmcli-utils.o
  2111. CCLD nmcli
  2112. make[3]: Leaving directory `/home/samuel/NetworkManager/cli/src'
  2113. Making all in completion
  2114. make[3]: Entering directory `/home/samuel/NetworkManager/cli/completion'
  2115. make[3]: Nothing to be done for `all'.
  2116. make[3]: Leaving directory `/home/samuel/NetworkManager/cli/completion'
  2117. make[3]: Entering directory `/home/samuel/NetworkManager/cli'
  2118. make[3]: Nothing to be done for `all-am'.
  2119. make[3]: Leaving directory `/home/samuel/NetworkManager/cli'
  2120. make[2]: Leaving directory `/home/samuel/NetworkManager/cli'
  2121. Making all in tools
  2122. make[2]: Entering directory `/home/samuel/NetworkManager/tools'
  2123. CC generate_settings_spec-generate-settings-spec.o
  2124. CCLD generate-settings-spec
  2125. make[2]: Leaving directory `/home/samuel/NetworkManager/tools'
  2126. Making all in policy
  2127. make[2]: Entering directory `/home/samuel/NetworkManager/policy'
  2128. ITMRG org.freedesktop.NetworkManager.policy
  2129. make[2]: Leaving directory `/home/samuel/NetworkManager/policy'
  2130. Making all in data
  2131. make[2]: Entering directory `/home/samuel/NetworkManager/data'
  2132. sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sbindir[@]|/usr/sbin|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@localstatedir[@]|/var|g' server.conf.in >server.conf
  2133. sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sbindir[@]|/usr/sbin|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@localstatedir[@]|/var|g' org.freedesktop.NetworkManager.service.in >org.freedesktop.NetworkManager.service
  2134. sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sbindir[@]|/usr/sbin|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@localstatedir[@]|/var|g' NetworkManager.service.in >NetworkManager.service
  2135. sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sbindir[@]|/usr/sbin|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|@localstatedir[@]|/var|g' NetworkManager-wait-online.service.in >NetworkManager-wait-online.service
  2136. make[2]: Leaving directory `/home/samuel/NetworkManager/data'
  2137. Making all in test
  2138. make[2]: Entering directory `/home/samuel/NetworkManager/test'
  2139. CC nm-online.o
  2140. CCLD nm-online
  2141. CC libnm_glib_test-libnm-glib-test.o
  2142. CCLD libnm-glib-test
  2143. make[2]: Leaving directory `/home/samuel/NetworkManager/test'
  2144. Making all in po
  2145. make[2]: Entering directory `/home/samuel/NetworkManager/po'
  2146. MSGFMT ar.gmo
  2147. MSGFMT as.gmo
  2148. MSGFMT be@latin.gmo
  2149. MSGFMT bg.gmo
  2150. MSGFMT bn_IN.gmo
  2151. MSGFMT bs.gmo
  2152. MSGFMT ca.gmo
  2153. MSGFMT cs.gmo
  2154. MSGFMT da.gmo
  2155. MSGFMT de.gmo
  2156. MSGFMT dz.gmo
  2157. MSGFMT el.gmo
  2158. MSGFMT en_CA.gmo
  2159. MSGFMT en_GB.gmo
  2160. MSGFMT eo.gmo
  2161. MSGFMT es.gmo
  2162. MSGFMT et.gmo
  2163. MSGFMT eu.gmo
  2164. MSGFMT fi.gmo
  2165. MSGFMT fr.gmo
  2166. MSGFMT gl.gmo
  2167. MSGFMT gu.gmo
  2168. MSGFMT he.gmo
  2169. MSGFMT hi.gmo
  2170. MSGFMT hr.gmo
  2171. MSGFMT hu.gmo
  2172. MSGFMT id.gmo
  2173. MSGFMT it.gmo
  2174. MSGFMT ja.gmo
  2175. MSGFMT ka.gmo
  2176. MSGFMT kn.gmo
  2177. MSGFMT ko.gmo
  2178. MSGFMT ku.gmo
  2179. MSGFMT lt.gmo
  2180. MSGFMT lv.gmo
  2181. MSGFMT mk.gmo
  2182. MSGFMT ml.gmo
  2183. MSGFMT mr.gmo
  2184. MSGFMT nb.gmo
  2185. MSGFMT ne.gmo
  2186. MSGFMT nl.gmo
  2187. MSGFMT oc.gmo
  2188. MSGFMT or.gmo
  2189. MSGFMT pa.gmo
  2190. MSGFMT pl.gmo
  2191. MSGFMT pt.gmo
  2192. MSGFMT pt_BR.gmo
  2193. MSGFMT ru.gmo
  2194. MSGFMT rw.gmo
  2195. MSGFMT sk.gmo
  2196. MSGFMT sl.gmo
  2197. MSGFMT sq.gmo
  2198. MSGFMT sr.gmo
  2199. MSGFMT sr@latin.gmo
  2200. MSGFMT sv.gmo
  2201. MSGFMT ta.gmo
  2202. MSGFMT te.gmo
  2203. MSGFMT th.gmo
  2204. MSGFMT tr.gmo
  2205. MSGFMT uk.gmo
  2206. MSGFMT vi.gmo
  2207. MSGFMT wa.gmo
  2208. MSGFMT zh_CN.gmo
  2209. MSGFMT zh_HK.gmo
  2210. MSGFMT zh_TW.gmo
  2211. make[2]: Leaving directory `/home/samuel/NetworkManager/po'
  2212. Making all in man
  2213. make[2]: Entering directory `/home/samuel/NetworkManager/man'
  2214. make[2]: Nothing to be done for `all'.
  2215. make[2]: Leaving directory `/home/samuel/NetworkManager/man'
  2216. Making all in docs
  2217. make[2]: Entering directory `/home/samuel/NetworkManager/docs'
  2218. make[3]: Entering directory `/home/samuel/NetworkManager/docs'
  2219. make[3]: Nothing to be done for `all-am'.
  2220. make[3]: Leaving directory `/home/samuel/NetworkManager/docs'
  2221. make[2]: Leaving directory `/home/samuel/NetworkManager/docs'
  2222. Making all in examples
  2223. make[2]: Entering directory `/home/samuel/NetworkManager/examples'
  2224. Making all in shell
  2225. make[3]: Entering directory `/home/samuel/NetworkManager/examples/shell'
  2226. make[3]: Nothing to be done for `all'.
  2227. make[3]: Leaving directory `/home/samuel/NetworkManager/examples/shell'
  2228. Making all in python
  2229. make[3]: Entering directory `/home/samuel/NetworkManager/examples/python'
  2230. make[3]: Nothing to be done for `all'.
  2231. make[3]: Leaving directory `/home/samuel/NetworkManager/examples/python'
  2232. Making all in ruby
  2233. make[3]: Entering directory `/home/samuel/NetworkManager/examples/ruby'
  2234. make[3]: Nothing to be done for `all'.
  2235. make[3]: Leaving directory `/home/samuel/NetworkManager/examples/ruby'
  2236. Making all in C
  2237. make[3]: Entering directory `/home/samuel/NetworkManager/examples/C'
  2238. Making all in glib
  2239. make[4]: Entering directory `/home/samuel/NetworkManager/examples/C/glib'
  2240. CC add-connection-dbus-glib.o
  2241. CCLD add-connection-dbus-glib
  2242. CC add-connection-libnm-glib.o
  2243. CCLD add-connection-libnm-glib
  2244. CC get-active-connections-dbus-glib.o
  2245. CCLD get-active-connections-dbus-glib
  2246. CC list-connections-dbus-glib.o
  2247. CCLD list-connections-dbus-glib
  2248. CC list-connections-libnm-glib.o
  2249. CCLD list-connections-libnm-glib
  2250. CC get-ap-info-libnm-glib.o
  2251. CCLD get-ap-info-libnm-glib
  2252. CC monitor-nm-running-dbus-glib.o
  2253. CCLD monitor-nm-running-dbus-glib
  2254. CC monitor-nm-running-GDBus.o
  2255. CCLD monitor-nm-running-GDBus
  2256. CC monitor-nm-state-GDBus.o
  2257. CCLD monitor-nm-state-GDBus
  2258. make[4]: Leaving directory `/home/samuel/NetworkManager/examples/C/glib'
  2259. make[4]: Entering directory `/home/samuel/NetworkManager/examples/C'
  2260. make[4]: Nothing to be done for `all-am'.
  2261. make[4]: Leaving directory `/home/samuel/NetworkManager/examples/C'
  2262. make[3]: Leaving directory `/home/samuel/NetworkManager/examples/C'
  2263. Making all in dispatcher
  2264. make[3]: Entering directory `/home/samuel/NetworkManager/examples/dispatcher'
  2265. make[3]: Nothing to be done for `all'.
  2266. make[3]: Leaving directory `/home/samuel/NetworkManager/examples/dispatcher'
  2267. make[3]: Entering directory `/home/samuel/NetworkManager/examples'
  2268. make[3]: Nothing to be done for `all-am'.
  2269. make[3]: Leaving directory `/home/samuel/NetworkManager/examples'
  2270. make[2]: Leaving directory `/home/samuel/NetworkManager/examples'
  2271. Making all in vapi
  2272. make[2]: Entering directory `/home/samuel/NetworkManager/vapi'
  2273. VAPIGEN libnm-util.vapi
  2274. VAPIGEN libnm-glib.vapi
  2275. make[2]: Leaving directory `/home/samuel/NetworkManager/vapi'
  2276. make[2]: Entering directory `/home/samuel/NetworkManager'
  2277. make[2]: Leaving directory `/home/samuel/NetworkManager'
  2278. make[1]: Leaving directory `/home/samuel/NetworkManager'
  2279. [samuel@philo NetworkManager]$ sudo make install
  2280. Making install in include
  2281. make[1]: Entering directory `/home/samuel/NetworkManager/include'
  2282. make[2]: Entering directory `/home/samuel/NetworkManager/include'
  2283. make[2]: Nothing to be done for `install-exec-am'.
  2284. /usr/bin/mkdir -p '/usr/include/NetworkManager'
  2285. /usr/bin/install -c -m 644 NetworkManager.h NetworkManagerVPN.h nm-version.h '/usr/include/NetworkManager'
  2286. make[2]: Leaving directory `/home/samuel/NetworkManager/include'
  2287. make[1]: Leaving directory `/home/samuel/NetworkManager/include'
  2288. Making install in libnm-util
  2289. make[1]: Entering directory `/home/samuel/NetworkManager/libnm-util'
  2290. make install-recursive
  2291. make[2]: Entering directory `/home/samuel/NetworkManager/libnm-util'
  2292. Making install in .
  2293. make[3]: Entering directory `/home/samuel/NetworkManager/libnm-util'
  2294. make[4]: Entering directory `/home/samuel/NetworkManager/libnm-util'
  2295. /usr/bin/mkdir -p '/usr/lib'
  2296. /bin/sh ../libtool --mode=install /usr/bin/install -c libnm-util.la '/usr/lib'
  2297. libtool: install: /usr/bin/install -c .libs/libnm-util.so.2.4.0 /usr/lib/libnm-util.so.2.4.0
  2298. libtool: install: (cd /usr/lib && { ln -s -f libnm-util.so.2.4.0 libnm-util.so.2 || { rm -f libnm-util.so.2 && ln -s libnm-util.so.2.4.0 libnm-util.so.2; }; })
  2299. libtool: install: (cd /usr/lib && { ln -s -f libnm-util.so.2.4.0 libnm-util.so || { rm -f libnm-util.so && ln -s libnm-util.so.2.4.0 libnm-util.so; }; })
  2300. libtool: install: /usr/bin/install -c .libs/libnm-util.lai /usr/lib/libnm-util.la
  2301. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/lib
  2302. ----------------------------------------------------------------------
  2303. Libraries have been installed in:
  2304. /usr/lib
  2305.  
  2306. If you ever happen to want to link against installed libraries
  2307. in a given directory, LIBDIR, you must either use libtool, and
  2308. specify the full pathname of the library, or use the `-LLIBDIR'
  2309. flag during linking and do at least one of the following:
  2310. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2311. during execution
  2312. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2313. during linking
  2314. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  2315. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2316.  
  2317. See any operating system documentation about shared libraries for
  2318. more information, such as the ld(1) and ld.so(8) manual pages.
  2319. ----------------------------------------------------------------------
  2320. /usr/bin/mkdir -p '/usr/share/gir-1.0'
  2321. /usr/bin/install -c -m 644 NetworkManager-1.0.gir '/usr/share/gir-1.0'
  2322. /usr/bin/mkdir -p '/usr/include/NetworkManager'
  2323. /usr/bin/install -c -m 644 nm-connection.h nm-setting.h nm-setting-8021x.h nm-setting-adsl.h nm-setting-bluetooth.h nm-setting-bond.h nm-setting-bridge.h nm-setting-bridge-port.h nm-setting-connection.h nm-setting-infiniband.h nm-setting-ip4-config.h nm-setting-vlan.h nm-setting-ip6-config.h nm-setting-ppp.h nm-setting-pppoe.h nm-setting-serial.h nm-setting-generic.h nm-setting-gsm.h nm-setting-cdma.h nm-setting-olpc-mesh.h nm-setting-wimax.h nm-setting-wired.h nm-setting-wireless.h nm-setting-wireless-security.h nm-setting-vpn.h nm-utils-enum-types.h nm-utils.h '/usr/include/NetworkManager'
  2324. /usr/bin/mkdir -p '/usr/lib/pkgconfig'
  2325. /usr/bin/install -c -m 644 libnm-util.pc '/usr/lib/pkgconfig'
  2326. /usr/bin/mkdir -p '/usr/lib/girepository-1.0'
  2327. /usr/bin/install -c -m 644 NetworkManager-1.0.typelib '/usr/lib/girepository-1.0'
  2328. make[4]: Leaving directory `/home/samuel/NetworkManager/libnm-util'
  2329. make[3]: Leaving directory `/home/samuel/NetworkManager/libnm-util'
  2330. Making install in tests
  2331. make[3]: Entering directory `/home/samuel/NetworkManager/libnm-util/tests'
  2332. Making install in certs
  2333. make[4]: Entering directory `/home/samuel/NetworkManager/libnm-util/tests/certs'
  2334. make[5]: Entering directory `/home/samuel/NetworkManager/libnm-util/tests/certs'
  2335. make[5]: Nothing to be done for `install-exec-am'.
  2336. make[5]: Nothing to be done for `install-data-am'.
  2337. make[5]: Leaving directory `/home/samuel/NetworkManager/libnm-util/tests/certs'
  2338. make[4]: Leaving directory `/home/samuel/NetworkManager/libnm-util/tests/certs'
  2339. make[4]: Entering directory `/home/samuel/NetworkManager/libnm-util/tests'
  2340. make[5]: Entering directory `/home/samuel/NetworkManager/libnm-util/tests'
  2341. make[5]: Nothing to be done for `install-exec-am'.
  2342. make[5]: Nothing to be done for `install-data-am'.
  2343. make[5]: Leaving directory `/home/samuel/NetworkManager/libnm-util/tests'
  2344. make[4]: Leaving directory `/home/samuel/NetworkManager/libnm-util/tests'
  2345. make[3]: Leaving directory `/home/samuel/NetworkManager/libnm-util/tests'
  2346. make[2]: Leaving directory `/home/samuel/NetworkManager/libnm-util'
  2347. make[1]: Leaving directory `/home/samuel/NetworkManager/libnm-util'
  2348. Making install in libnm-glib
  2349. make[1]: Entering directory `/home/samuel/NetworkManager/libnm-glib'
  2350. make install-recursive
  2351. make[2]: Entering directory `/home/samuel/NetworkManager/libnm-glib'
  2352. Making install in .
  2353. make[3]: Entering directory `/home/samuel/NetworkManager/libnm-glib'
  2354. make[4]: Entering directory `/home/samuel/NetworkManager/libnm-glib'
  2355. /usr/bin/mkdir -p '/usr/lib'
  2356. /bin/sh ../libtool --mode=install /usr/bin/install -c libnm-glib.la libnm-glib-vpn.la '/usr/lib'
  2357. libtool: install: warning: relinking `libnm-glib.la'
  2358. libtool: install: (cd /home/samuel/NetworkManager/libnm-glib; /bin/sh /home/samuel/NetworkManager/libtool --silent --tag CC --mode=relink gcc -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,34)" -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DNMRUNDIR=\"/var/run/NetworkManager\" -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Wundef -Wimplicit-function-declaration -Wpointer-arith -Winit-self -Wmissing-include-dirs -Waggregate-return -Werror -Wl,--version-script=./libnm-glib.ver -version-info 9:0:5 -o libnm-glib.la -rpath /usr/lib libnm_glib_la-nm-object.lo libnm_glib_la-nm-dbus-helpers.lo libnm_glib_la-nm-client.lo libnm_glib_la-nm-device.lo libnm_glib_la-nm-device-ethernet.lo libnm_glib_la-nm-device-infiniband.lo libnm_glib_la-nm-device-adsl.lo libnm_glib_la-nm-device-wifi.lo libnm_glib_la-nm-device-bt.lo libnm_glib_la-nm-device-olpc-mesh.lo libnm_glib_la-nm-device-bond.lo libnm_glib_la-nm-device-bridge.lo libnm_glib_la-nm-device-vlan.lo libnm_glib_la-nm-device-generic.lo libnm_glib_la-nm-access-point.lo libnm_glib_la-nm-ip4-config.lo libnm_glib_la-nm-device-modem.lo libnm_glib_la-nm-vpn-connection.lo libnm_glib_la-nm-types.lo libnm_glib_la-nm-object-cache.lo libnm_glib_la-nm-active-connection.lo libnm_glib_la-nm-dhcp4-config.lo libnm_glib_la-nm-ip6-config.lo libnm_glib_la-nm-dhcp6-config.lo libnm_glib_la-nm-remote-connection.lo libnm_glib_la-nm-remote-settings.lo libnm_glib_la-nm-secret-agent.lo libnm_glib_la-nm-device-wimax.lo libnm_glib_la-nm-wimax-nsp.lo libnm_glib_la-nm-glib-enum-types.lo libnm_glib_la-nm-glib-marshal.lo ../libnm-util/libnm-util.la ./libdeprecated-nm-glib.la -Wl,--export-dynamic -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -L/lib64 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lgudev-1.0 -lgobject-2.0 -lglib-2.0 )
  2359. libtool: install: /usr/bin/install -c .libs/libnm-glib.so.4.5.0T /usr/lib/libnm-glib.so.4.5.0
  2360. libtool: install: (cd /usr/lib && { ln -s -f libnm-glib.so.4.5.0 libnm-glib.so.4 || { rm -f libnm-glib.so.4 && ln -s libnm-glib.so.4.5.0 libnm-glib.so.4; }; })
  2361. libtool: install: (cd /usr/lib && { ln -s -f libnm-glib.so.4.5.0 libnm-glib.so || { rm -f libnm-glib.so && ln -s libnm-glib.so.4.5.0 libnm-glib.so; }; })
  2362. libtool: install: /usr/bin/install -c .libs/libnm-glib.lai /usr/lib/libnm-glib.la
  2363. libtool: install: warning: relinking `libnm-glib-vpn.la'
  2364. libtool: install: (cd /home/samuel/NetworkManager/libnm-glib; /bin/sh /home/samuel/NetworkManager/libtool --silent --tag CC --mode=relink gcc -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32 "-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,34)" -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Wundef -Wimplicit-function-declaration -Wpointer-arith -Winit-self -Wmissing-include-dirs -Waggregate-return -Werror -Wl,--version-script=./libnm-glib-vpn.ver -version-info 2:0:1 -o libnm-glib-vpn.la -rpath /usr/lib libnm_glib_vpn_la-nm-vpn-plugin.lo libnm_glib_vpn_la-nm-vpn-plugin-ui-interface.lo libnm_glib_vpn_la-nm-vpn-plugin-utils.lo libnm_glib_vpn_la-nm-vpn-enum-types.lo ../libnm-util/libnm-util.la -Wl,--export-dynamic -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -L/lib64 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 )
  2365. libtool: install: /usr/bin/install -c .libs/libnm-glib-vpn.so.1.1.0T /usr/lib/libnm-glib-vpn.so.1.1.0
  2366. libtool: install: (cd /usr/lib && { ln -s -f libnm-glib-vpn.so.1.1.0 libnm-glib-vpn.so.1 || { rm -f libnm-glib-vpn.so.1 && ln -s libnm-glib-vpn.so.1.1.0 libnm-glib-vpn.so.1; }; })
  2367. libtool: install: (cd /usr/lib && { ln -s -f libnm-glib-vpn.so.1.1.0 libnm-glib-vpn.so || { rm -f libnm-glib-vpn.so && ln -s libnm-glib-vpn.so.1.1.0 libnm-glib-vpn.so; }; })
  2368. libtool: install: /usr/bin/install -c .libs/libnm-glib-vpn.lai /usr/lib/libnm-glib-vpn.la
  2369. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/lib
  2370. ----------------------------------------------------------------------
  2371. Libraries have been installed in:
  2372. /usr/lib
  2373.  
  2374. If you ever happen to want to link against installed libraries
  2375. in a given directory, LIBDIR, you must either use libtool, and
  2376. specify the full pathname of the library, or use the `-LLIBDIR'
  2377. flag during linking and do at least one of the following:
  2378. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2379. during execution
  2380. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2381. during linking
  2382. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  2383. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2384.  
  2385. See any operating system documentation about shared libraries for
  2386. more information, such as the ld(1) and ld.so(8) manual pages.
  2387. ----------------------------------------------------------------------
  2388. /usr/bin/mkdir -p '/usr/share/gir-1.0'
  2389. /usr/bin/install -c -m 644 NMClient-1.0.gir '/usr/share/gir-1.0'
  2390. /usr/bin/mkdir -p '/usr/include/libnm-glib'
  2391. /usr/bin/install -c -m 644 libnm_glib.h '/usr/include/libnm-glib'
  2392. /usr/bin/mkdir -p '/usr/include/libnm-glib'
  2393. /usr/bin/install -c -m 644 nm-object.h nm-client.h nm-device.h nm-device-ethernet.h nm-device-infiniband.h nm-device-adsl.h nm-device-wifi.h nm-device-bt.h nm-device-olpc-mesh.h nm-device-bond.h nm-device-bridge.h nm-device-vlan.h nm-device-generic.h nm-access-point.h nm-ip4-config.h nm-device-modem.h nm-vpn-connection.h nm-types.h nm-active-connection.h nm-dhcp4-config.h nm-ip6-config.h nm-dhcp6-config.h nm-remote-connection.h nm-remote-settings.h nm-secret-agent.h nm-device-wimax.h nm-wimax-nsp.h nm-glib-enum-types.h '/usr/include/libnm-glib'
  2394. /usr/bin/mkdir -p '/usr/include/libnm-glib'
  2395. /usr/bin/install -c -m 644 nm-vpn-plugin.h nm-vpn-plugin-ui-interface.h nm-vpn-plugin-utils.h nm-vpn-enum-types.h '/usr/include/libnm-glib'
  2396. /usr/bin/mkdir -p '/usr/lib/pkgconfig'
  2397. /usr/bin/install -c -m 644 libnm-glib.pc libnm-glib-vpn.pc '/usr/lib/pkgconfig'
  2398. /usr/bin/mkdir -p '/usr/lib/girepository-1.0'
  2399. /usr/bin/install -c -m 644 NMClient-1.0.typelib '/usr/lib/girepository-1.0'
  2400. make[4]: Leaving directory `/home/samuel/NetworkManager/libnm-glib'
  2401. make[3]: Leaving directory `/home/samuel/NetworkManager/libnm-glib'
  2402. Making install in tests
  2403. make[3]: Entering directory `/home/samuel/NetworkManager/libnm-glib/tests'
  2404. make[4]: Entering directory `/home/samuel/NetworkManager/libnm-glib/tests'
  2405. make[4]: Nothing to be done for `install-exec-am'.
  2406. make[4]: Nothing to be done for `install-data-am'.
  2407. make[4]: Leaving directory `/home/samuel/NetworkManager/libnm-glib/tests'
  2408. make[3]: Leaving directory `/home/samuel/NetworkManager/libnm-glib/tests'
  2409. make[2]: Leaving directory `/home/samuel/NetworkManager/libnm-glib'
  2410. make[1]: Leaving directory `/home/samuel/NetworkManager/libnm-glib'
  2411. Making install in introspection
  2412. make[1]: Entering directory `/home/samuel/NetworkManager/introspection'
  2413. make[2]: Entering directory `/home/samuel/NetworkManager/introspection'
  2414. make[2]: Nothing to be done for `install-exec-am'.
  2415. make[2]: Nothing to be done for `install-data-am'.
  2416. make[2]: Leaving directory `/home/samuel/NetworkManager/introspection'
  2417. make[1]: Leaving directory `/home/samuel/NetworkManager/introspection'
  2418. Making install in src
  2419. make[1]: Entering directory `/home/samuel/NetworkManager/src'
  2420. make install-recursive
  2421. make[2]: Entering directory `/home/samuel/NetworkManager/src'
  2422. Making install in generated
  2423. make[3]: Entering directory `/home/samuel/NetworkManager/src/generated'
  2424. make install-am
  2425. make[4]: Entering directory `/home/samuel/NetworkManager/src/generated'
  2426. make[5]: Entering directory `/home/samuel/NetworkManager/src/generated'
  2427. make[5]: Nothing to be done for `install-exec-am'.
  2428. make[5]: Nothing to be done for `install-data-am'.
  2429. make[5]: Leaving directory `/home/samuel/NetworkManager/src/generated'
  2430. make[4]: Leaving directory `/home/samuel/NetworkManager/src/generated'
  2431. make[3]: Leaving directory `/home/samuel/NetworkManager/src/generated'
  2432. Making install in logging
  2433. make[3]: Entering directory `/home/samuel/NetworkManager/src/logging'
  2434. make[4]: Entering directory `/home/samuel/NetworkManager/src/logging'
  2435. make[4]: Nothing to be done for `install-exec-am'.
  2436. make[4]: Nothing to be done for `install-data-am'.
  2437. make[4]: Leaving directory `/home/samuel/NetworkManager/src/logging'
  2438. make[3]: Leaving directory `/home/samuel/NetworkManager/src/logging'
  2439. Making install in config
  2440. make[3]: Entering directory `/home/samuel/NetworkManager/src/config'
  2441. Making install in .
  2442. make[4]: Entering directory `/home/samuel/NetworkManager/src/config'
  2443. make[5]: Entering directory `/home/samuel/NetworkManager/src/config'
  2444. make[5]: Nothing to be done for `install-exec-am'.
  2445. make[5]: Nothing to be done for `install-data-am'.
  2446. make[5]: Leaving directory `/home/samuel/NetworkManager/src/config'
  2447. make[4]: Leaving directory `/home/samuel/NetworkManager/src/config'
  2448. Making install in tests
  2449. make[4]: Entering directory `/home/samuel/NetworkManager/src/config/tests'
  2450. make[5]: Entering directory `/home/samuel/NetworkManager/src/config/tests'
  2451. make[5]: Nothing to be done for `install-exec-am'.
  2452. make[5]: Nothing to be done for `install-data-am'.
  2453. make[5]: Leaving directory `/home/samuel/NetworkManager/src/config/tests'
  2454. make[4]: Leaving directory `/home/samuel/NetworkManager/src/config/tests'
  2455. make[3]: Leaving directory `/home/samuel/NetworkManager/src/config'
  2456. Making install in posix-signals
  2457. make[3]: Entering directory `/home/samuel/NetworkManager/src/posix-signals'
  2458. make[4]: Entering directory `/home/samuel/NetworkManager/src/posix-signals'
  2459. make[4]: Nothing to be done for `install-exec-am'.
  2460. make[4]: Nothing to be done for `install-data-am'.
  2461. make[4]: Leaving directory `/home/samuel/NetworkManager/src/posix-signals'
  2462. make[3]: Leaving directory `/home/samuel/NetworkManager/src/posix-signals'
  2463. Making install in platform
  2464. make[3]: Entering directory `/home/samuel/NetworkManager/src/platform'
  2465. Making install in .
  2466. make[4]: Entering directory `/home/samuel/NetworkManager/src/platform'
  2467. make[5]: Entering directory `/home/samuel/NetworkManager/src/platform'
  2468. make[5]: Nothing to be done for `install-exec-am'.
  2469. make[5]: Nothing to be done for `install-data-am'.
  2470. make[5]: Leaving directory `/home/samuel/NetworkManager/src/platform'
  2471. make[4]: Leaving directory `/home/samuel/NetworkManager/src/platform'
  2472. Making install in tests
  2473. make[4]: Entering directory `/home/samuel/NetworkManager/src/platform/tests'
  2474. make[5]: Entering directory `/home/samuel/NetworkManager/src/platform/tests'
  2475. make[5]: Nothing to be done for `install-exec-am'.
  2476. make[5]: Nothing to be done for `install-data-am'.
  2477. make[5]: Leaving directory `/home/samuel/NetworkManager/src/platform/tests'
  2478. make[4]: Leaving directory `/home/samuel/NetworkManager/src/platform/tests'
  2479. make[3]: Leaving directory `/home/samuel/NetworkManager/src/platform'
  2480. Making install in dns-manager
  2481. make[3]: Entering directory `/home/samuel/NetworkManager/src/dns-manager'
  2482. make[4]: Entering directory `/home/samuel/NetworkManager/src/dns-manager'
  2483. make[4]: Nothing to be done for `install-exec-am'.
  2484. make[4]: Nothing to be done for `install-data-am'.
  2485. make[4]: Leaving directory `/home/samuel/NetworkManager/src/dns-manager'
  2486. make[3]: Leaving directory `/home/samuel/NetworkManager/src/dns-manager'
  2487. Making install in vpn-manager
  2488. make[3]: Entering directory `/home/samuel/NetworkManager/src/vpn-manager'
  2489. make install-am
  2490. make[4]: Entering directory `/home/samuel/NetworkManager/src/vpn-manager'
  2491. make[5]: Entering directory `/home/samuel/NetworkManager/src/vpn-manager'
  2492. make[5]: Nothing to be done for `install-exec-am'.
  2493. make[5]: Nothing to be done for `install-data-am'.
  2494. make[5]: Leaving directory `/home/samuel/NetworkManager/src/vpn-manager'
  2495. make[4]: Leaving directory `/home/samuel/NetworkManager/src/vpn-manager'
  2496. make[3]: Leaving directory `/home/samuel/NetworkManager/src/vpn-manager'
  2497. Making install in dhcp-manager
  2498. make[3]: Entering directory `/home/samuel/NetworkManager/src/dhcp-manager'
  2499. Making install in .
  2500. make[4]: Entering directory `/home/samuel/NetworkManager/src/dhcp-manager'
  2501. make[5]: Entering directory `/home/samuel/NetworkManager/src/dhcp-manager'
  2502. /usr/bin/mkdir -p '/usr/libexec'
  2503. /bin/sh ../../libtool --mode=install /usr/bin/install -c nm-dhcp-helper '/usr/libexec'
  2504. libtool: install: /usr/bin/install -c nm-dhcp-helper /usr/libexec/nm-dhcp-helper
  2505. /usr/bin/mkdir -p '/etc/dbus-1/system.d'
  2506. /usr/bin/install -c -m 644 nm-dhcp-helper.conf '/etc/dbus-1/system.d'
  2507. make[5]: Leaving directory `/home/samuel/NetworkManager/src/dhcp-manager'
  2508. make[4]: Leaving directory `/home/samuel/NetworkManager/src/dhcp-manager'
  2509. Making install in tests
  2510. make[4]: Entering directory `/home/samuel/NetworkManager/src/dhcp-manager/tests'
  2511. make[5]: Entering directory `/home/samuel/NetworkManager/src/dhcp-manager/tests'
  2512. make[5]: Nothing to be done for `install-exec-am'.
  2513. make[5]: Nothing to be done for `install-data-am'.
  2514. make[5]: Leaving directory `/home/samuel/NetworkManager/src/dhcp-manager/tests'
  2515. make[4]: Leaving directory `/home/samuel/NetworkManager/src/dhcp-manager/tests'
  2516. make[3]: Leaving directory `/home/samuel/NetworkManager/src/dhcp-manager'
  2517. Making install in ip6-manager
  2518. make[3]: Entering directory `/home/samuel/NetworkManager/src/ip6-manager'
  2519. make[4]: Entering directory `/home/samuel/NetworkManager/src/ip6-manager'
  2520. make[4]: Nothing to be done for `install-exec-am'.
  2521. make[4]: Nothing to be done for `install-data-am'.
  2522. make[4]: Leaving directory `/home/samuel/NetworkManager/src/ip6-manager'
  2523. make[3]: Leaving directory `/home/samuel/NetworkManager/src/ip6-manager'
  2524. Making install in supplicant-manager
  2525. make[3]: Entering directory `/home/samuel/NetworkManager/src/supplicant-manager'
  2526. Making install in .
  2527. make[4]: Entering directory `/home/samuel/NetworkManager/src/supplicant-manager'
  2528. make[5]: Entering directory `/home/samuel/NetworkManager/src/supplicant-manager'
  2529. make[5]: Nothing to be done for `install-exec-am'.
  2530. make[5]: Nothing to be done for `install-data-am'.
  2531. make[5]: Leaving directory `/home/samuel/NetworkManager/src/supplicant-manager'
  2532. make[4]: Leaving directory `/home/samuel/NetworkManager/src/supplicant-manager'
  2533. Making install in tests
  2534. make[4]: Entering directory `/home/samuel/NetworkManager/src/supplicant-manager/tests'
  2535. make[5]: Entering directory `/home/samuel/NetworkManager/src/supplicant-manager/tests'
  2536. make[5]: Nothing to be done for `install-exec-am'.
  2537. make[5]: Nothing to be done for `install-data-am'.
  2538. make[5]: Leaving directory `/home/samuel/NetworkManager/src/supplicant-manager/tests'
  2539. make[4]: Leaving directory `/home/samuel/NetworkManager/src/supplicant-manager/tests'
  2540. make[3]: Leaving directory `/home/samuel/NetworkManager/src/supplicant-manager'
  2541. Making install in ppp-manager
  2542. make[3]: Entering directory `/home/samuel/NetworkManager/src/ppp-manager'
  2543. make install-am
  2544. make[4]: Entering directory `/home/samuel/NetworkManager/src/ppp-manager'
  2545. make[5]: Entering directory `/home/samuel/NetworkManager/src/ppp-manager'
  2546. make[5]: Nothing to be done for `install-exec-am'.
  2547. /usr/bin/mkdir -p '/usr/lib/pppd/2.4.5'
  2548. /bin/sh ../../libtool --mode=install /usr/bin/install -c nm-pppd-plugin.la '/usr/lib/pppd/2.4.5'
  2549. libtool: install: warning: relinking `nm-pppd-plugin.la'
  2550. libtool: install: (cd /home/samuel/NetworkManager/src/ppp-manager; /bin/sh /home/samuel/NetworkManager/libtool --silent --tag CC --mode=relink gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Wundef -Wimplicit-function-declaration -Wpointer-arith -Winit-self -Wmissing-include-dirs -Waggregate-return -Werror -module -avoid-version -o nm-pppd-plugin.la -rpath /usr/lib/pppd/2.4.5 nm_pppd_plugin_la-nm-pppd-plugin.lo ../../libnm-util/libnm-util.la -L/lib64 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 )
  2551. libtool: install: /usr/bin/install -c .libs/nm-pppd-plugin.soT /usr/lib/pppd/2.4.5/nm-pppd-plugin.so
  2552. libtool: install: /usr/bin/install -c .libs/nm-pppd-plugin.lai /usr/lib/pppd/2.4.5/nm-pppd-plugin.la
  2553. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/lib/pppd/2.4.5
  2554. ----------------------------------------------------------------------
  2555. Libraries have been installed in:
  2556. /usr/lib/pppd/2.4.5
  2557.  
  2558. If you ever happen to want to link against installed libraries
  2559. in a given directory, LIBDIR, you must either use libtool, and
  2560. specify the full pathname of the library, or use the `-LLIBDIR'
  2561. flag during linking and do at least one of the following:
  2562. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2563. during execution
  2564. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2565. during linking
  2566. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  2567. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2568.  
  2569. See any operating system documentation about shared libraries for
  2570. more information, such as the ld(1) and ld.so(8) manual pages.
  2571. ----------------------------------------------------------------------
  2572. make[5]: Leaving directory `/home/samuel/NetworkManager/src/ppp-manager'
  2573. make[4]: Leaving directory `/home/samuel/NetworkManager/src/ppp-manager'
  2574. make[3]: Leaving directory `/home/samuel/NetworkManager/src/ppp-manager'
  2575. Making install in dnsmasq-manager
  2576. make[3]: Entering directory `/home/samuel/NetworkManager/src/dnsmasq-manager'
  2577. make[4]: Entering directory `/home/samuel/NetworkManager/src/dnsmasq-manager'
  2578. make[4]: Nothing to be done for `install-exec-am'.
  2579. make[4]: Nothing to be done for `install-data-am'.
  2580. make[4]: Leaving directory `/home/samuel/NetworkManager/src/dnsmasq-manager'
  2581. make[3]: Leaving directory `/home/samuel/NetworkManager/src/dnsmasq-manager'
  2582. Making install in modem-manager
  2583. make[3]: Entering directory `/home/samuel/NetworkManager/src/modem-manager'
  2584. make[4]: Entering directory `/home/samuel/NetworkManager/src/modem-manager'
  2585. make[4]: Nothing to be done for `install-exec-am'.
  2586. make[4]: Nothing to be done for `install-data-am'.
  2587. make[4]: Leaving directory `/home/samuel/NetworkManager/src/modem-manager'
  2588. make[3]: Leaving directory `/home/samuel/NetworkManager/src/modem-manager'
  2589. Making install in bluez-manager
  2590. make[3]: Entering directory `/home/samuel/NetworkManager/src/bluez-manager'
  2591. make[4]: Entering directory `/home/samuel/NetworkManager/src/bluez-manager'
  2592. make[4]: Nothing to be done for `install-exec-am'.
  2593. make[4]: Nothing to be done for `install-data-am'.
  2594. make[4]: Leaving directory `/home/samuel/NetworkManager/src/bluez-manager'
  2595. make[3]: Leaving directory `/home/samuel/NetworkManager/src/bluez-manager'
  2596. Making install in firewall-manager
  2597. make[3]: Entering directory `/home/samuel/NetworkManager/src/firewall-manager'
  2598. make[4]: Entering directory `/home/samuel/NetworkManager/src/firewall-manager'
  2599. make[4]: Nothing to be done for `install-exec-am'.
  2600. make[4]: Nothing to be done for `install-data-am'.
  2601. make[4]: Leaving directory `/home/samuel/NetworkManager/src/firewall-manager'
  2602. make[3]: Leaving directory `/home/samuel/NetworkManager/src/firewall-manager'
  2603. Making install in wifi
  2604. make[3]: Entering directory `/home/samuel/NetworkManager/src/wifi'
  2605. make[4]: Entering directory `/home/samuel/NetworkManager/src/wifi'
  2606. make[4]: Nothing to be done for `install-exec-am'.
  2607. make[4]: Nothing to be done for `install-data-am'.
  2608. make[4]: Leaving directory `/home/samuel/NetworkManager/src/wifi'
  2609. make[3]: Leaving directory `/home/samuel/NetworkManager/src/wifi'
  2610. Making install in settings
  2611. make[3]: Entering directory `/home/samuel/NetworkManager/src/settings'
  2612. make install-recursive
  2613. make[4]: Entering directory `/home/samuel/NetworkManager/src/settings'
  2614. Making install in plugins
  2615. make[5]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins'
  2616. Making install in keyfile
  2617. make[6]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  2618. Making install in .
  2619. make[7]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  2620. make[8]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  2621. make[8]: Nothing to be done for `install-exec-am'.
  2622. make install-data-hook
  2623. make[9]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  2624. /bin/sh /home/samuel/NetworkManager/build-aux/install-sh -d -m 0755 /etc/NetworkManager/system-connections
  2625. make[9]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  2626. make[8]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  2627. make[7]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  2628. Making install in tests
  2629. make[7]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests'
  2630. Making install in keyfiles
  2631. make[8]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests/keyfiles'
  2632. make[9]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests/keyfiles'
  2633. make[9]: Nothing to be done for `install-exec-am'.
  2634. make[9]: Nothing to be done for `install-data-am'.
  2635. make[9]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests/keyfiles'
  2636. make[8]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests/keyfiles'
  2637. make[8]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests'
  2638. make[9]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests'
  2639. make[9]: Nothing to be done for `install-exec-am'.
  2640. make[9]: Nothing to be done for `install-data-am'.
  2641. make[9]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests'
  2642. make[8]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests'
  2643. make[7]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile/tests'
  2644. make[6]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/keyfile'
  2645. Making install in example
  2646. make[6]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/example'
  2647. make[7]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/example'
  2648. make[7]: Nothing to be done for `install-exec-am'.
  2649. make[7]: Nothing to be done for `install-data-am'.
  2650. make[7]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/example'
  2651. make[6]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/example'
  2652. Making install in ifcfg-rh
  2653. make[6]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  2654. make install-recursive
  2655. make[7]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  2656. Making install in .
  2657. make[8]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  2658. make[9]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  2659. /usr/bin/mkdir -p '/usr/lib/NetworkManager'
  2660. /bin/sh ../../../../libtool --mode=install /usr/bin/install -c libnm-settings-plugin-ifcfg-rh.la '/usr/lib/NetworkManager'
  2661. libtool: install: warning: relinking `libnm-settings-plugin-ifcfg-rh.la'
  2662. libtool: install: (cd /home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh; /bin/sh /home/samuel/NetworkManager/libtool --silent --tag CC --mode=relink gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Wundef -Wimplicit-function-declaration -Wpointer-arith -Winit-self -Wmissing-include-dirs -Waggregate-return -Werror -module -avoid-version -o libnm-settings-plugin-ifcfg-rh.la -rpath /usr/lib/NetworkManager libnm_settings_plugin_ifcfg_rh_la-plugin.lo libnm_settings_plugin_ifcfg_rh_la-nm-ifcfg-connection.lo ../../../../libnm-util/libnm-util.la ../../../../libnm-glib/libnm-glib.la libifcfg-rh-io.la -Wl,--export-dynamic -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 )
  2663. libtool: install: /usr/bin/install -c .libs/libnm-settings-plugin-ifcfg-rh.soT /usr/lib/NetworkManager/libnm-settings-plugin-ifcfg-rh.so
  2664. libtool: install: /usr/bin/install -c .libs/libnm-settings-plugin-ifcfg-rh.lai /usr/lib/NetworkManager/libnm-settings-plugin-ifcfg-rh.la
  2665. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/lib/NetworkManager
  2666. ----------------------------------------------------------------------
  2667. Libraries have been installed in:
  2668. /usr/lib/NetworkManager
  2669.  
  2670. If you ever happen to want to link against installed libraries
  2671. in a given directory, LIBDIR, you must either use libtool, and
  2672. specify the full pathname of the library, or use the `-LLIBDIR'
  2673. flag during linking and do at least one of the following:
  2674. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2675. during execution
  2676. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2677. during linking
  2678. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  2679. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2680.  
  2681. See any operating system documentation about shared libraries for
  2682. more information, such as the ld(1) and ld.so(8) manual pages.
  2683. ----------------------------------------------------------------------
  2684. /usr/bin/mkdir -p '/etc/dbus-1/system.d'
  2685. /usr/bin/install -c -m 644 nm-ifcfg-rh.conf '/etc/dbus-1/system.d'
  2686. make[9]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  2687. make[8]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  2688. Making install in tests
  2689. make[8]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests'
  2690. Making install in network-scripts
  2691. make[9]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests/network-scripts'
  2692. make[10]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests/network-scripts'
  2693. make[10]: Nothing to be done for `install-exec-am'.
  2694. make[10]: Nothing to be done for `install-data-am'.
  2695. make[10]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests/network-scripts'
  2696. make[9]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests/network-scripts'
  2697. make[9]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests'
  2698. make[10]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests'
  2699. make[10]: Nothing to be done for `install-exec-am'.
  2700. make[10]: Nothing to be done for `install-data-am'.
  2701. make[10]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests'
  2702. make[9]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests'
  2703. make[8]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh/tests'
  2704. make[7]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  2705. make[6]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins/ifcfg-rh'
  2706. make[6]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins'
  2707. make[7]: Entering directory `/home/samuel/NetworkManager/src/settings/plugins'
  2708. make[7]: Nothing to be done for `install-exec-am'.
  2709. make[7]: Nothing to be done for `install-data-am'.
  2710. make[7]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins'
  2711. make[6]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins'
  2712. make[5]: Leaving directory `/home/samuel/NetworkManager/src/settings/plugins'
  2713. Making install in .
  2714. make[5]: Entering directory `/home/samuel/NetworkManager/src/settings'
  2715. make[6]: Entering directory `/home/samuel/NetworkManager/src/settings'
  2716. make[6]: Nothing to be done for `install-exec-am'.
  2717. make[6]: Nothing to be done for `install-data-am'.
  2718. make[6]: Leaving directory `/home/samuel/NetworkManager/src/settings'
  2719. make[5]: Leaving directory `/home/samuel/NetworkManager/src/settings'
  2720. Making install in tests
  2721. make[5]: Entering directory `/home/samuel/NetworkManager/src/settings/tests'
  2722. make[6]: Entering directory `/home/samuel/NetworkManager/src/settings/tests'
  2723. make[6]: Nothing to be done for `install-exec-am'.
  2724. make[6]: Nothing to be done for `install-data-am'.
  2725. make[6]: Leaving directory `/home/samuel/NetworkManager/src/settings/tests'
  2726. make[5]: Leaving directory `/home/samuel/NetworkManager/src/settings/tests'
  2727. make[4]: Leaving directory `/home/samuel/NetworkManager/src/settings'
  2728. make[3]: Leaving directory `/home/samuel/NetworkManager/src/settings'
  2729. Making install in wimax
  2730. make[3]: Entering directory `/home/samuel/NetworkManager/src/wimax'
  2731. make install-am
  2732. make[4]: Entering directory `/home/samuel/NetworkManager/src/wimax'
  2733. make[5]: Entering directory `/home/samuel/NetworkManager/src/wimax'
  2734. /usr/bin/mkdir -p '/usr/lib/NetworkManager'
  2735. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnm-device-plugin-wimax.la '/usr/lib/NetworkManager'
  2736. libtool: install: /usr/bin/install -c .libs/libnm-device-plugin-wimax.so /usr/lib/NetworkManager/libnm-device-plugin-wimax.so
  2737. libtool: install: /usr/bin/install -c .libs/libnm-device-plugin-wimax.lai /usr/lib/NetworkManager/libnm-device-plugin-wimax.la
  2738. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/lib/NetworkManager
  2739. ----------------------------------------------------------------------
  2740. Libraries have been installed in:
  2741. /usr/lib/NetworkManager
  2742.  
  2743. If you ever happen to want to link against installed libraries
  2744. in a given directory, LIBDIR, you must either use libtool, and
  2745. specify the full pathname of the library, or use the `-LLIBDIR'
  2746. flag during linking and do at least one of the following:
  2747. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2748. during execution
  2749. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2750. during linking
  2751. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  2752. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2753.  
  2754. See any operating system documentation about shared libraries for
  2755. more information, such as the ld(1) and ld.so(8) manual pages.
  2756. ----------------------------------------------------------------------
  2757. make[5]: Nothing to be done for `install-data-am'.
  2758. make[5]: Leaving directory `/home/samuel/NetworkManager/src/wimax'
  2759. make[4]: Leaving directory `/home/samuel/NetworkManager/src/wimax'
  2760. make[3]: Leaving directory `/home/samuel/NetworkManager/src/wimax'
  2761. Making install in .
  2762. make[3]: Entering directory `/home/samuel/NetworkManager/src'
  2763. make[4]: Entering directory `/home/samuel/NetworkManager/src'
  2764. /usr/bin/mkdir -p '/usr/sbin'
  2765. /bin/sh ../libtool --mode=install /usr/bin/install -c NetworkManager '/usr/sbin'
  2766. libtool: install: /usr/bin/install -c .libs/NetworkManager /usr/sbin/NetworkManager
  2767. /usr/bin/mkdir -p '/etc/dbus-1/system.d'
  2768. /usr/bin/install -c -m 644 org.freedesktop.NetworkManager.conf '/etc/dbus-1/system.d'
  2769. make install-data-hook
  2770. make[5]: Entering directory `/home/samuel/NetworkManager/src'
  2771. /bin/sh /home/samuel/NetworkManager/build-aux/install-sh -d -m 0700 /var/run/NetworkManager
  2772. /bin/sh /home/samuel/NetworkManager/build-aux/install-sh -d -m 0700 /var/lib/NetworkManager
  2773. /bin/sh /home/samuel/NetworkManager/build-aux/install-sh -d -m 0755 /usr/lib/NetworkManager
  2774. make[5]: Leaving directory `/home/samuel/NetworkManager/src'
  2775. make[4]: Leaving directory `/home/samuel/NetworkManager/src'
  2776. make[3]: Leaving directory `/home/samuel/NetworkManager/src'
  2777. Making install in tests
  2778. make[3]: Entering directory `/home/samuel/NetworkManager/src/tests'
  2779. make[4]: Entering directory `/home/samuel/NetworkManager/src/tests'
  2780. make[4]: Nothing to be done for `install-exec-am'.
  2781. make[4]: Nothing to be done for `install-data-am'.
  2782. make[4]: Leaving directory `/home/samuel/NetworkManager/src/tests'
  2783. make[3]: Leaving directory `/home/samuel/NetworkManager/src/tests'
  2784. make[2]: Leaving directory `/home/samuel/NetworkManager/src'
  2785. make[1]: Leaving directory `/home/samuel/NetworkManager/src'
  2786. Making install in callouts
  2787. make[1]: Entering directory `/home/samuel/NetworkManager/callouts'
  2788. make install-recursive
  2789. make[2]: Entering directory `/home/samuel/NetworkManager/callouts'
  2790. Making install in .
  2791. make[3]: Entering directory `/home/samuel/NetworkManager/callouts'
  2792. make[4]: Entering directory `/home/samuel/NetworkManager/callouts'
  2793. /usr/bin/mkdir -p '/usr/libexec'
  2794. /bin/sh ../libtool --mode=install /usr/bin/install -c nm-dispatcher.action nm-avahi-autoipd.action '/usr/libexec'
  2795. libtool: install: /usr/bin/install -c .libs/nm-dispatcher.action /usr/libexec/nm-dispatcher.action
  2796. libtool: install: /usr/bin/install -c nm-avahi-autoipd.action /usr/libexec/nm-avahi-autoipd.action
  2797. /usr/bin/mkdir -p '/usr/share/dbus-1/system-services'
  2798. /usr/bin/install -c -m 644 org.freedesktop.nm_dispatcher.service '/usr/share/dbus-1/system-services'
  2799. /usr/bin/mkdir -p '/etc/dbus-1/system.d'
  2800. /usr/bin/install -c -m 644 nm-dispatcher.conf nm-avahi-autoipd.conf '/etc/dbus-1/system.d'
  2801. /usr/bin/mkdir -p '/lib/udev/rules.d'
  2802. /usr/bin/install -c -m 644 77-nm-olpc-mesh.rules '/lib/udev/rules.d'
  2803. make install-data-hook
  2804. make[5]: Entering directory `/home/samuel/NetworkManager/callouts'
  2805. /bin/sh /home/samuel/NetworkManager/build-aux/install-sh -d -m 0755 /etc/NetworkManager/dispatcher.d
  2806. make[5]: Leaving directory `/home/samuel/NetworkManager/callouts'
  2807. make[4]: Leaving directory `/home/samuel/NetworkManager/callouts'
  2808. make[3]: Leaving directory `/home/samuel/NetworkManager/callouts'
  2809. Making install in tests
  2810. make[3]: Entering directory `/home/samuel/NetworkManager/callouts/tests'
  2811. make[4]: Entering directory `/home/samuel/NetworkManager/callouts/tests'
  2812. make[4]: Nothing to be done for `install-exec-am'.
  2813. make[4]: Nothing to be done for `install-data-am'.
  2814. make[4]: Leaving directory `/home/samuel/NetworkManager/callouts/tests'
  2815. make[3]: Leaving directory `/home/samuel/NetworkManager/callouts/tests'
  2816. make[2]: Leaving directory `/home/samuel/NetworkManager/callouts'
  2817. make[1]: Leaving directory `/home/samuel/NetworkManager/callouts'
  2818. Making install in cli
  2819. make[1]: Entering directory `/home/samuel/NetworkManager/cli'
  2820. Making install in src
  2821. make[2]: Entering directory `/home/samuel/NetworkManager/cli/src'
  2822. make[3]: Entering directory `/home/samuel/NetworkManager/cli/src'
  2823. /usr/bin/mkdir -p '/usr/bin'
  2824. /bin/sh ../../libtool --mode=install /usr/bin/install -c nmcli '/usr/bin'
  2825. libtool: install: /usr/bin/install -c .libs/nmcli /usr/bin/nmcli
  2826. make[3]: Nothing to be done for `install-data-am'.
  2827. make[3]: Leaving directory `/home/samuel/NetworkManager/cli/src'
  2828. make[2]: Leaving directory `/home/samuel/NetworkManager/cli/src'
  2829. Making install in completion
  2830. make[2]: Entering directory `/home/samuel/NetworkManager/cli/completion'
  2831. make[3]: Entering directory `/home/samuel/NetworkManager/cli/completion'
  2832. make[3]: Nothing to be done for `install-exec-am'.
  2833. /usr/bin/mkdir -p '/usr/share/bash-completion/completions'
  2834. /usr/bin/install -c -m 644 nmcli '/usr/share/bash-completion/completions'
  2835. make[3]: Leaving directory `/home/samuel/NetworkManager/cli/completion'
  2836. make[2]: Leaving directory `/home/samuel/NetworkManager/cli/completion'
  2837. make[2]: Entering directory `/home/samuel/NetworkManager/cli'
  2838. make[3]: Entering directory `/home/samuel/NetworkManager/cli'
  2839. make[3]: Nothing to be done for `install-exec-am'.
  2840. make[3]: Nothing to be done for `install-data-am'.
  2841. make[3]: Leaving directory `/home/samuel/NetworkManager/cli'
  2842. make[2]: Leaving directory `/home/samuel/NetworkManager/cli'
  2843. make[1]: Leaving directory `/home/samuel/NetworkManager/cli'
  2844. Making install in tools
  2845. make[1]: Entering directory `/home/samuel/NetworkManager/tools'
  2846. make[2]: Entering directory `/home/samuel/NetworkManager/tools'
  2847. make[2]: Nothing to be done for `install-exec-am'.
  2848. make[2]: Nothing to be done for `install-data-am'.
  2849. make[2]: Leaving directory `/home/samuel/NetworkManager/tools'
  2850. make[1]: Leaving directory `/home/samuel/NetworkManager/tools'
  2851. Making install in policy
  2852. make[1]: Entering directory `/home/samuel/NetworkManager/policy'
  2853. make[2]: Entering directory `/home/samuel/NetworkManager/policy'
  2854. make[2]: Nothing to be done for `install-exec-am'.
  2855. /usr/bin/mkdir -p '/usr/share/polkit-1/actions'
  2856. /usr/bin/install -c -m 644 org.freedesktop.NetworkManager.policy '/usr/share/polkit-1/actions'
  2857. make[2]: Leaving directory `/home/samuel/NetworkManager/policy'
  2858. make[1]: Leaving directory `/home/samuel/NetworkManager/policy'
  2859. Making install in data
  2860. make[1]: Entering directory `/home/samuel/NetworkManager/data'
  2861. make[2]: Entering directory `/home/samuel/NetworkManager/data'
  2862. make[2]: Nothing to be done for `install-exec-am'.
  2863. /usr/bin/mkdir -p '/usr/share/doc/NetworkManager/examples'
  2864. /usr/bin/install -c -m 644 server.conf '/usr/share/doc/NetworkManager/examples'
  2865. /usr/bin/mkdir -p '/usr/share/dbus-1/system-services'
  2866. /usr/bin/install -c -m 644 org.freedesktop.NetworkManager.service '/usr/share/dbus-1/system-services'
  2867. /usr/bin/mkdir -p '/usr/lib/systemd/system'
  2868. /usr/bin/install -c -m 644 NetworkManager.service NetworkManager-wait-online.service '/usr/lib/systemd/system'
  2869. make[2]: Leaving directory `/home/samuel/NetworkManager/data'
  2870. make[1]: Leaving directory `/home/samuel/NetworkManager/data'
  2871. Making install in test
  2872. make[1]: Entering directory `/home/samuel/NetworkManager/test'
  2873. make[2]: Entering directory `/home/samuel/NetworkManager/test'
  2874. /usr/bin/mkdir -p '/usr/bin'
  2875. /bin/sh ../libtool --mode=install /usr/bin/install -c nm-online '/usr/bin'
  2876. libtool: install: /usr/bin/install -c .libs/nm-online /usr/bin/nm-online
  2877. make[2]: Nothing to be done for `install-data-am'.
  2878. make[2]: Leaving directory `/home/samuel/NetworkManager/test'
  2879. make[1]: Leaving directory `/home/samuel/NetworkManager/test'
  2880. Making install in po
  2881. make[1]: Entering directory `/home/samuel/NetworkManager/po'
  2882. linguas="ar as be@latin bg bn_IN bs ca cs da de dz el en_CA en_GB eo es et eu fi fr gl gu he hi hr hu id it ja ka kn ko ku lt lv mk ml mr nb ne nl oc or pa pl pt pt_BR ru rw sk sl sq sr sr@latin sv ta te th tr uk vi wa zh_CN zh_HK zh_TW "; \
  2883. for lang in $linguas; do \
  2884. dir=/usr/share/locale/$lang/LC_MESSAGES; \
  2885. /bin/sh /home/samuel/NetworkManager/build-aux/install-sh -d $dir; \
  2886. if test -r $lang.gmo; then \
  2887. /usr/bin/install -c -m 644 $lang.gmo $dir/NetworkManager.mo; \
  2888. echo "installing $lang.gmo as $dir/NetworkManager.mo"; \
  2889. else \
  2890. /usr/bin/install -c -m 644 ./$lang.gmo $dir/NetworkManager.mo; \
  2891. echo "installing ./$lang.gmo as" \
  2892. "$dir/NetworkManager.mo"; \
  2893. fi; \
  2894. if test -r $lang.gmo.m; then \
  2895. /usr/bin/install -c -m 644 $lang.gmo.m $dir/NetworkManager.mo.m; \
  2896. echo "installing $lang.gmo.m as $dir/NetworkManager.mo.m"; \
  2897. else \
  2898. if test -r ./$lang.gmo.m ; then \
  2899. /usr/bin/install -c -m 644 ./$lang.gmo.m \
  2900. $dir/NetworkManager.mo.m; \
  2901. echo "installing ./$lang.gmo.m as" \
  2902. "$dir/NetworkManager.mo.m"; \
  2903. else \
  2904. true; \
  2905. fi; \
  2906. fi; \
  2907. done
  2908. installing ar.gmo as /usr/share/locale/ar/LC_MESSAGES/NetworkManager.mo
  2909. installing as.gmo as /usr/share/locale/as/LC_MESSAGES/NetworkManager.mo
  2910. installing be@latin.gmo as /usr/share/locale/be@latin/LC_MESSAGES/NetworkManager.mo
  2911. installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/NetworkManager.mo
  2912. installing bn_IN.gmo as /usr/share/locale/bn_IN/LC_MESSAGES/NetworkManager.mo
  2913. installing bs.gmo as /usr/share/locale/bs/LC_MESSAGES/NetworkManager.mo
  2914. installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/NetworkManager.mo
  2915. installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/NetworkManager.mo
  2916. installing da.gmo as /usr/share/locale/da/LC_MESSAGES/NetworkManager.mo
  2917. installing de.gmo as /usr/share/locale/de/LC_MESSAGES/NetworkManager.mo
  2918. installing dz.gmo as /usr/share/locale/dz/LC_MESSAGES/NetworkManager.mo
  2919. installing el.gmo as /usr/share/locale/el/LC_MESSAGES/NetworkManager.mo
  2920. installing en_CA.gmo as /usr/share/locale/en_CA/LC_MESSAGES/NetworkManager.mo
  2921. installing en_GB.gmo as /usr/share/locale/en_GB/LC_MESSAGES/NetworkManager.mo
  2922. installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/NetworkManager.mo
  2923. installing es.gmo as /usr/share/locale/es/LC_MESSAGES/NetworkManager.mo
  2924. installing et.gmo as /usr/share/locale/et/LC_MESSAGES/NetworkManager.mo
  2925. installing eu.gmo as /usr/share/locale/eu/LC_MESSAGES/NetworkManager.mo
  2926. installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/NetworkManager.mo
  2927. installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/NetworkManager.mo
  2928. installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/NetworkManager.mo
  2929. installing gu.gmo as /usr/share/locale/gu/LC_MESSAGES/NetworkManager.mo
  2930. installing he.gmo as /usr/share/locale/he/LC_MESSAGES/NetworkManager.mo
  2931. installing hi.gmo as /usr/share/locale/hi/LC_MESSAGES/NetworkManager.mo
  2932. installing hr.gmo as /usr/share/locale/hr/LC_MESSAGES/NetworkManager.mo
  2933. installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/NetworkManager.mo
  2934. installing id.gmo as /usr/share/locale/id/LC_MESSAGES/NetworkManager.mo
  2935. installing it.gmo as /usr/share/locale/it/LC_MESSAGES/NetworkManager.mo
  2936. installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/NetworkManager.mo
  2937. installing ka.gmo as /usr/share/locale/ka/LC_MESSAGES/NetworkManager.mo
  2938. installing kn.gmo as /usr/share/locale/kn/LC_MESSAGES/NetworkManager.mo
  2939. installing ko.gmo as /usr/share/locale/ko/LC_MESSAGES/NetworkManager.mo
  2940. installing ku.gmo as /usr/share/locale/ku/LC_MESSAGES/NetworkManager.mo
  2941. installing lt.gmo as /usr/share/locale/lt/LC_MESSAGES/NetworkManager.mo
  2942. installing lv.gmo as /usr/share/locale/lv/LC_MESSAGES/NetworkManager.mo
  2943. installing mk.gmo as /usr/share/locale/mk/LC_MESSAGES/NetworkManager.mo
  2944. installing ml.gmo as /usr/share/locale/ml/LC_MESSAGES/NetworkManager.mo
  2945. installing mr.gmo as /usr/share/locale/mr/LC_MESSAGES/NetworkManager.mo
  2946. installing nb.gmo as /usr/share/locale/nb/LC_MESSAGES/NetworkManager.mo
  2947. installing ne.gmo as /usr/share/locale/ne/LC_MESSAGES/NetworkManager.mo
  2948. installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/NetworkManager.mo
  2949. installing oc.gmo as /usr/share/locale/oc/LC_MESSAGES/NetworkManager.mo
  2950. installing or.gmo as /usr/share/locale/or/LC_MESSAGES/NetworkManager.mo
  2951. installing pa.gmo as /usr/share/locale/pa/LC_MESSAGES/NetworkManager.mo
  2952. installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/NetworkManager.mo
  2953. installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/NetworkManager.mo
  2954. installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/NetworkManager.mo
  2955. installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/NetworkManager.mo
  2956. installing rw.gmo as /usr/share/locale/rw/LC_MESSAGES/NetworkManager.mo
  2957. installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/NetworkManager.mo
  2958. installing sl.gmo as /usr/share/locale/sl/LC_MESSAGES/NetworkManager.mo
  2959. installing sq.gmo as /usr/share/locale/sq/LC_MESSAGES/NetworkManager.mo
  2960. installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/NetworkManager.mo
  2961. installing sr@latin.gmo as /usr/share/locale/sr@latin/LC_MESSAGES/NetworkManager.mo
  2962. installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/NetworkManager.mo
  2963. installing ta.gmo as /usr/share/locale/ta/LC_MESSAGES/NetworkManager.mo
  2964. installing te.gmo as /usr/share/locale/te/LC_MESSAGES/NetworkManager.mo
  2965. installing th.gmo as /usr/share/locale/th/LC_MESSAGES/NetworkManager.mo
  2966. installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/NetworkManager.mo
  2967. installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/NetworkManager.mo
  2968. installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/NetworkManager.mo
  2969. installing wa.gmo as /usr/share/locale/wa/LC_MESSAGES/NetworkManager.mo
  2970. installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/NetworkManager.mo
  2971. installing zh_HK.gmo as /usr/share/locale/zh_HK/LC_MESSAGES/NetworkManager.mo
  2972. installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/NetworkManager.mo
  2973. make[1]: Leaving directory `/home/samuel/NetworkManager/po'
  2974. Making install in man
  2975. make[1]: Entering directory `/home/samuel/NetworkManager/man'
  2976. make[2]: Entering directory `/home/samuel/NetworkManager/man'
  2977. make[2]: Nothing to be done for `install-exec-am'.
  2978. make[2]: Leaving directory `/home/samuel/NetworkManager/man'
  2979. make[1]: Leaving directory `/home/samuel/NetworkManager/man'
  2980. Making install in docs
  2981. make[1]: Entering directory `/home/samuel/NetworkManager/docs'
  2982. make[2]: Entering directory `/home/samuel/NetworkManager/docs'
  2983. make[3]: Entering directory `/home/samuel/NetworkManager/docs'
  2984. make[3]: Nothing to be done for `install-exec-am'.
  2985. make[3]: Nothing to be done for `install-data-am'.
  2986. make[3]: Leaving directory `/home/samuel/NetworkManager/docs'
  2987. make[2]: Leaving directory `/home/samuel/NetworkManager/docs'
  2988. make[1]: Leaving directory `/home/samuel/NetworkManager/docs'
  2989. Making install in examples
  2990. make[1]: Entering directory `/home/samuel/NetworkManager/examples'
  2991. Making install in shell
  2992. make[2]: Entering directory `/home/samuel/NetworkManager/examples/shell'
  2993. make[3]: Entering directory `/home/samuel/NetworkManager/examples/shell'
  2994. make[3]: Nothing to be done for `install-exec-am'.
  2995. make[3]: Nothing to be done for `install-data-am'.
  2996. make[3]: Leaving directory `/home/samuel/NetworkManager/examples/shell'
  2997. make[2]: Leaving directory `/home/samuel/NetworkManager/examples/shell'
  2998. Making install in python
  2999. make[2]: Entering directory `/home/samuel/NetworkManager/examples/python'
  3000. make[3]: Entering directory `/home/samuel/NetworkManager/examples/python'
  3001. make[3]: Nothing to be done for `install-exec-am'.
  3002. make[3]: Nothing to be done for `install-data-am'.
  3003. make[3]: Leaving directory `/home/samuel/NetworkManager/examples/python'
  3004. make[2]: Leaving directory `/home/samuel/NetworkManager/examples/python'
  3005. Making install in ruby
  3006. make[2]: Entering directory `/home/samuel/NetworkManager/examples/ruby'
  3007. make[3]: Entering directory `/home/samuel/NetworkManager/examples/ruby'
  3008. make[3]: Nothing to be done for `install-exec-am'.
  3009. make[3]: Nothing to be done for `install-data-am'.
  3010. make[3]: Leaving directory `/home/samuel/NetworkManager/examples/ruby'
  3011. make[2]: Leaving directory `/home/samuel/NetworkManager/examples/ruby'
  3012. Making install in C
  3013. make[2]: Entering directory `/home/samuel/NetworkManager/examples/C'
  3014. Making install in glib
  3015. make[3]: Entering directory `/home/samuel/NetworkManager/examples/C/glib'
  3016. make[4]: Entering directory `/home/samuel/NetworkManager/examples/C/glib'
  3017. make[4]: Nothing to be done for `install-exec-am'.
  3018. make[4]: Nothing to be done for `install-data-am'.
  3019. make[4]: Leaving directory `/home/samuel/NetworkManager/examples/C/glib'
  3020. make[3]: Leaving directory `/home/samuel/NetworkManager/examples/C/glib'
  3021. make[3]: Entering directory `/home/samuel/NetworkManager/examples/C'
  3022. make[4]: Entering directory `/home/samuel/NetworkManager/examples/C'
  3023. make[4]: Nothing to be done for `install-exec-am'.
  3024. make[4]: Nothing to be done for `install-data-am'.
  3025. make[4]: Leaving directory `/home/samuel/NetworkManager/examples/C'
  3026. make[3]: Leaving directory `/home/samuel/NetworkManager/examples/C'
  3027. make[2]: Leaving directory `/home/samuel/NetworkManager/examples/C'
  3028. Making install in dispatcher
  3029. make[2]: Entering directory `/home/samuel/NetworkManager/examples/dispatcher'
  3030. make[3]: Entering directory `/home/samuel/NetworkManager/examples/dispatcher'
  3031. make[3]: Nothing to be done for `install-exec-am'.
  3032. make[3]: Nothing to be done for `install-data-am'.
  3033. make[3]: Leaving directory `/home/samuel/NetworkManager/examples/dispatcher'
  3034. make[2]: Leaving directory `/home/samuel/NetworkManager/examples/dispatcher'
  3035. make[2]: Entering directory `/home/samuel/NetworkManager/examples'
  3036. make[3]: Entering directory `/home/samuel/NetworkManager/examples'
  3037. make[3]: Nothing to be done for `install-exec-am'.
  3038. make[3]: Nothing to be done for `install-data-am'.
  3039. make[3]: Leaving directory `/home/samuel/NetworkManager/examples'
  3040. make[2]: Leaving directory `/home/samuel/NetworkManager/examples'
  3041. make[1]: Leaving directory `/home/samuel/NetworkManager/examples'
  3042. Making install in vapi
  3043. make[1]: Entering directory `/home/samuel/NetworkManager/vapi'
  3044. make[2]: Entering directory `/home/samuel/NetworkManager/vapi'
  3045. make[2]: Nothing to be done for `install-exec-am'.
  3046. /usr/bin/mkdir -p '/usr/share/vala/vapi'
  3047. /usr/bin/install -c -m 644 libnm-util.vapi libnm-glib.vapi libnm-util.deps libnm-glib.deps '/usr/share/vala/vapi'
  3048. make[2]: Leaving directory `/home/samuel/NetworkManager/vapi'
  3049. make[1]: Leaving directory `/home/samuel/NetworkManager/vapi'
  3050. make[1]: Entering directory `/home/samuel/NetworkManager'
  3051. make[2]: Entering directory `/home/samuel/NetworkManager'
  3052. make[2]: Nothing to be done for `install-exec-am'.
  3053. /usr/bin/mkdir -p '/usr/lib/pkgconfig'
  3054. /usr/bin/install -c -m 644 NetworkManager.pc '/usr/lib/pkgconfig'
  3055. make[2]: Leaving directory `/home/samuel/NetworkManager'
  3056. make[1]: Leaving directory `/home/samuel/NetworkManager'
  3057. [samuel@philo NetworkManager]$ cd ../network-manager-applet/
  3058. [samuel@philo network-manager-applet]$ ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  3059. libtoolize: putting auxiliary files in `.'.
  3060. libtoolize: linking file `./ltmain.sh'
  3061. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  3062. libtoolize: linking file `m4/libtool.m4'
  3063. libtoolize: linking file `m4/ltoptions.m4'
  3064. libtoolize: linking file `m4/ltsugar.m4'
  3065. libtoolize: linking file `m4/ltversion.m4'
  3066. libtoolize: linking file `m4/lt~obsolete.m4'
  3067. configure.ac:22: installing './compile'
  3068. configure.ac:31: installing './config.guess'
  3069. configure.ac:31: installing './config.sub'
  3070. configure.ac:10: installing './install-sh'
  3071. configure.ac:10: installing './missing'
  3072. src/Makefile.am: installing './depcomp'
  3073. checking for a BSD-compatible install... /usr/bin/install -c
  3074. checking whether build environment is sane... yes
  3075. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  3076. checking for gawk... gawk
  3077. checking whether make sets $(MAKE)... yes
  3078. checking whether to enable maintainer-specific portions of Makefiles... yes
  3079. checking whether make supports nested variables... yes
  3080. checking for gcc... gcc
  3081. checking whether the C compiler works... yes
  3082. checking for C compiler default output file name... a.out
  3083. checking for suffix of executables...
  3084. checking whether we are cross compiling... no
  3085. checking for suffix of object files... o
  3086. checking whether we are using the GNU C compiler... yes
  3087. checking whether gcc accepts -g... yes
  3088. checking for gcc option to accept ISO C89... none needed
  3089. checking for style of include used by make... GNU
  3090. checking dependency style of gcc... gcc3
  3091. checking whether gcc and cc understand -c and -o together... yes
  3092. checking for pkg-config... /usr/bin/pkg-config
  3093. checking pkg-config is at least version 0.9.0... yes
  3094. checking how to run the C preprocessor... gcc -E
  3095. checking for grep that handles long lines and -e... /usr/bin/grep
  3096. checking for egrep... /usr/bin/grep -E
  3097. checking for ANSI C header files... yes
  3098. checking for sys/types.h... yes
  3099. checking for sys/stat.h... yes
  3100. checking for stdlib.h... yes
  3101. checking for string.h... yes
  3102. checking for memory.h... yes
  3103. checking for strings.h... yes
  3104. checking for inttypes.h... yes
  3105. checking for stdint.h... yes
  3106. checking for unistd.h... yes
  3107. checking minix/config.h usability... no
  3108. checking minix/config.h presence... no
  3109. checking for minix/config.h... no
  3110. checking whether it is safe to define __EXTENSIONS__... yes
  3111. checking build system type... x86_64-unknown-linux-gnu
  3112. checking host system type... x86_64-unknown-linux-gnu
  3113. checking how to print strings... printf
  3114. checking for a sed that does not truncate output... /usr/bin/sed
  3115. checking for fgrep... /usr/bin/grep -F
  3116. checking for ld used by gcc... /usr/bin/ld
  3117. checking if the linker (/usr/bin/ld) is GNU ld... yes
  3118. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  3119. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  3120. checking whether ln -s works... yes
  3121. checking the maximum length of command line arguments... 1572864
  3122. checking whether the shell understands some XSI constructs... yes
  3123. checking whether the shell understands "+="... yes
  3124. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  3125. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  3126. checking for /usr/bin/ld option to reload object files... -r
  3127. checking for objdump... objdump
  3128. checking how to recognize dependent libraries... pass_all
  3129. checking for dlltool... no
  3130. checking how to associate runtime and link libraries... printf %s\n
  3131. checking for ar... ar
  3132. checking for archiver @FILE support... @
  3133. checking for strip... strip
  3134. checking for ranlib... ranlib
  3135. checking command to parse /usr/bin/nm -B output from gcc object... ok
  3136. checking for sysroot... no
  3137. checking for mt... no
  3138. checking if : is a manifest tool... no
  3139. checking for dlfcn.h... yes
  3140. checking for objdir... .libs
  3141. checking if gcc supports -fno-rtti -fno-exceptions... no
  3142. checking for gcc option to produce PIC... -fPIC -DPIC
  3143. checking if gcc PIC flag -fPIC -DPIC works... yes
  3144. checking if gcc static flag -static works... no
  3145. checking if gcc supports -c -o file.o... yes
  3146. checking if gcc supports -c -o file.o... (cached) yes
  3147. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  3148. checking whether -lc should be explicitly linked in... no
  3149. checking dynamic linker characteristics... GNU/Linux ld.so
  3150. checking how to hardcode library paths into programs... immediate
  3151. checking whether stripping libraries is possible... yes
  3152. checking if libtool supports shared libraries... yes
  3153. checking whether to build shared libraries... yes
  3154. checking whether to build static libraries... yes
  3155. checking fcntl.h usability... yes
  3156. checking fcntl.h presence... yes
  3157. checking for fcntl.h... yes
  3158. checking paths.h usability... yes
  3159. checking paths.h presence... yes
  3160. checking for paths.h... yes
  3161. checking sys/ioctl.h usability... yes
  3162. checking sys/ioctl.h presence... yes
  3163. checking for sys/ioctl.h... yes
  3164. checking sys/time.h usability... yes
  3165. checking sys/time.h presence... yes
  3166. checking for sys/time.h... yes
  3167. checking syslog.h usability... yes
  3168. checking syslog.h presence... yes
  3169. checking for syslog.h... yes
  3170. checking for unistd.h... (cached) yes
  3171. checking for mode_t... yes
  3172. checking for pid_t... yes
  3173. checking whether time.h and sys/time.h may both be included... yes
  3174. checking whether gcc needs -traditional... no
  3175. checking for working memcmp... yes
  3176. checking for select... yes
  3177. checking for socket... yes
  3178. checking for uname... yes
  3179. checking whether NLS is requested... yes
  3180. checking for intltool >= 0.40.0... 0.50.2 found
  3181. checking for intltool-update... /usr/bin/intltool-update
  3182. checking for intltool-merge... /usr/bin/intltool-merge
  3183. checking for intltool-extract... /usr/bin/intltool-extract
  3184. checking for xgettext... /usr/bin/xgettext
  3185. checking for msgmerge... /usr/bin/msgmerge
  3186. checking for msgfmt... /usr/bin/msgfmt
  3187. checking for gmsgfmt... /usr/bin/msgfmt
  3188. checking for perl... /usr/bin/perl
  3189. checking for perl >= 5.8.1... 5.16.3
  3190. checking for XML::Parser... ok
  3191. checking locale.h usability... yes
  3192. checking locale.h presence... yes
  3193. checking for locale.h... yes
  3194. checking for LC_MESSAGES... yes
  3195. checking libintl.h usability... yes
  3196. checking libintl.h presence... yes
  3197. checking for libintl.h... yes
  3198. checking for ngettext in libc... yes
  3199. checking for dgettext in libc... yes
  3200. checking for bind_textdomain_codeset... yes
  3201. checking for msgfmt... (cached) /usr/bin/msgfmt
  3202. checking for dcgettext... yes
  3203. checking if msgfmt accepts -c... yes
  3204. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  3205. checking for xgettext... (cached) /usr/bin/xgettext
  3206. checking whether to disable iso-codes at build-time... no
  3207. checking whether iso-codes has iso_3166 domain... yes
  3208. checking for ISO_CODES... yes
  3209. checking whether byte ordering is bigendian... no
  3210. checking for GOBJECT... yes
  3211. checking for NMA... yes
  3212. checking whether to build nm-applet-migration-tool... yes
  3213. checking for GCONF... yes
  3214. checking for GNOME_KEYRING... yes
  3215. checking for LIBNOTIFY_07... yes
  3216. checking for NOTIFY... yes
  3217. checking for GTK... yes
  3218. checking for DBUS_126... yes
  3219. checking for gnome-bluetooth... checking for GNOME_BLUETOOTH... yes
  3220. checking for MM_GLIB... no
  3221. checking for GUDEV... yes
  3222. checking for gobject-introspection... yes
  3223. checking for GLIB... yes
  3224. checking for pkg-config... (cached) /usr/bin/pkg-config
  3225. checking pkg-config is at least version 0.16... yes
  3226. checking for more warnings... yes
  3227. checking whether gcc understands -Wshadow... yes
  3228. checking whether gcc understands -Wmissing-declarations... yes
  3229. checking whether gcc understands -Wmissing-prototypes... yes
  3230. checking whether gcc understands -Wdeclaration-after-statement... yes
  3231. checking whether gcc understands -Wstrict-prototypes... yes
  3232. checking whether gcc understands -Wfloat-equal... yes
  3233. checking whether gcc understands -Wno-unused-parameter... yes
  3234. checking whether gcc understands -Wno-sign-compare... yes
  3235. checking whether gcc understands -fno-strict-aliasing... yes
  3236. checking whether gcc understands -Wno-unused-but-set-variable... yes
  3237. checking that generated files are newer than configure... done
  3238. configure: creating ./config.status
  3239. config.status: creating Makefile
  3240. config.status: creating src/Makefile
  3241. config.status: creating src/libnm-gtk/Makefile
  3242. config.status: creating src/libnm-gtk/tests/Makefile
  3243. config.status: creating src/libnm-gtk/examples/Makefile
  3244. config.status: creating src/libnm-gtk/libnm-gtk.pc
  3245. config.status: creating src/marshallers/Makefile
  3246. config.status: creating src/utils/Makefile
  3247. config.status: creating src/utils/tests/Makefile
  3248. config.status: creating src/gconf-helpers/Makefile
  3249. config.status: creating src/gconf-helpers/tests/Makefile
  3250. config.status: creating src/wireless-security/Makefile
  3251. config.status: creating src/connection-editor/Makefile
  3252. config.status: creating src/gnome-bluetooth/Makefile
  3253. config.status: creating icons/Makefile
  3254. config.status: creating icons/16/Makefile
  3255. config.status: creating icons/22/Makefile
  3256. config.status: creating icons/32/Makefile
  3257. config.status: creating icons/48/Makefile
  3258. config.status: creating icons/scalable/Makefile
  3259. config.status: creating po/Makefile.in
  3260. config.status: creating config.h
  3261. config.status: executing depfiles commands
  3262. config.status: executing libtool commands
  3263. config.status: executing default-1 commands
  3264. config.status: executing po/stamp-it commands
  3265. [samuel@philo network-manager-applet]$ make
  3266. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/samuel/network-manager-applet/missing --run autoheader)
  3267. rm -f stamp-h1
  3268. touch config.h.in
  3269. cd . && /bin/sh ./config.status config.h
  3270. config.status: creating config.h
  3271. config.status: config.h is unchanged
  3272. make all-recursive
  3273. make[1]: Entering directory `/home/samuel/network-manager-applet'
  3274. Making all in src
  3275. make[2]: Entering directory `/home/samuel/network-manager-applet/src'
  3276. dbus-binding-tool --mode=glib-server --prefix=nma --output=applet-dbus-bindings.h nm-applet-introspection.xml
  3277. make all-recursive
  3278. make[3]: Entering directory `/home/samuel/network-manager-applet/src'
  3279. Making all in marshallers
  3280. make[4]: Entering directory `/home/samuel/network-manager-applet/src/marshallers'
  3281. LC_ALL=C sed -ne 's/.*_nma_marshal_\([_A-Z]*\).*/\1/p' ../../src/mb-menu-item.c ../../src/applet-device-gsm.c ../../src/applet.c ../../src/applet-device-wifi.c ../../src/ethernet-dialog.c ../../src/applet-dialogs.c ../../src/applet-device-ethernet.c ../../src/main.c ../../src/ap-menu-item.c ../../src/mobile-helpers.c ../../src/applet-device-cdma.c ../../src/migration-tool.c ../../src/applet-agent.c ../../src/applet-device-bt.c ../../src/applet-device-broadband.c ../../src/applet-device-wimax.c ../../src/shell-watcher.c ../../src/applet-vpn-request.c ../../src/gnome-bluetooth/nma-bt-device.c ../../src/gnome-bluetooth/bt-widget.c ../../src/connection-editor/page-ip6.c ../../src/connection-editor/ce-polkit-button.c ../../src/connection-editor/page-ip4.c ../../src/connection-editor/page-wimax.c ../../src/connection-editor/page-ppp.c ../../src/connection-editor/page-infiniband.c ../../src/connection-editor/vpn-helpers.c ../../src/connection-editor/page-dsl.c ../../src/connection-editor/page-wifi.c ../../src/connection-editor/page-mobile.c ../../src/connection-editor/ip4-routes-dialog.c ../../src/connection-editor/nm-connection-list.c ../../src/connection-editor/page-bridge-port.c ../../src/connection-editor/page-general.c ../../src/connection-editor/page-bridge.c ../../src/connection-editor/page-master.c ../../src/connection-editor/page-bond.c ../../src/connection-editor/main.c ../../src/connection-editor/page-ethernet.c ../../src/connection-editor/page-8021x-security.c ../../src/connection-editor/ce-page.c ../../src/connection-editor/ppp-auth-methods-dialog.c ../../src/connection-editor/page-vlan.c ../../src/connection-editor/new-connection.c ../../src/connection-editor/nm-connection-editor.c ../../src/connection-editor/ip6-routes-dialog.c ../../src/connection-editor/page-wifi-security.c ../../src/connection-editor/page-vpn.c | sort -u | sed -e 's/__/:/' -e 's/_/,/g' > nma-marshal.list.tmp && (cmp -s nma-marshal.list.tmp nma-marshal.list || cp nma-marshal.list.tmp nma-marshal.list) && rm -f nma-marshal.list.tmp && echo timestamp > nma-marshal.list.stamp
  3282. glib-genmarshal --prefix=_nma_marshal --header nma-marshal.list > nma-marshal.h.tmp && mv nma-marshal.h.tmp nma-marshal.h
  3283. (echo "#include \"nma-marshal.h\""; glib-genmarshal --prefix=_nma_marshal --body nma-marshal.list ) > nma-marshal.c.tmp && mv nma-marshal.c.tmp nma-marshal.c
  3284. make all-am
  3285. make[5]: Entering directory `/home/samuel/network-manager-applet/src/marshallers'
  3286. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_DISABLE_DEPRECATED -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libmarshallers_la-nma-marshal.lo -MD -MP -MF .deps/libmarshallers_la-nma-marshal.Tpo -c -o libmarshallers_la-nma-marshal.lo `test -f 'nma-marshal.c' || echo './'`nma-marshal.c
  3287. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_DISABLE_DEPRECATED -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libmarshallers_la-nma-marshal.lo -MD -MP -MF .deps/libmarshallers_la-nma-marshal.Tpo -c nma-marshal.c -fPIC -DPIC -o .libs/libmarshallers_la-nma-marshal.o
  3288. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_DISABLE_DEPRECATED -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libmarshallers_la-nma-marshal.lo -MD -MP -MF .deps/libmarshallers_la-nma-marshal.Tpo -c nma-marshal.c -o libmarshallers_la-nma-marshal.o >/dev/null 2>&1
  3289. mv -f .deps/libmarshallers_la-nma-marshal.Tpo .deps/libmarshallers_la-nma-marshal.Plo
  3290. /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o libmarshallers.la libmarshallers_la-nma-marshal.lo -lgobject-2.0 -lglib-2.0
  3291. libtool: link: ar cru .libs/libmarshallers.a .libs/libmarshallers_la-nma-marshal.o
  3292. libtool: link: ranlib .libs/libmarshallers.a
  3293. libtool: link: ( cd ".libs" && rm -f "libmarshallers.la" && ln -s "../libmarshallers.la" "libmarshallers.la" )
  3294. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/marshallers'
  3295. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/marshallers'
  3296. Making all in utils
  3297. make[4]: Entering directory `/home/samuel/network-manager-applet/src/utils'
  3298. Making all in .
  3299. make[5]: Entering directory `/home/samuel/network-manager-applet/src/utils'
  3300. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libutils_la-utils.lo -MD -MP -MF .deps/libutils_la-utils.Tpo -c -o libutils_la-utils.lo `test -f 'utils.c' || echo './'`utils.c
  3301. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libutils_la-utils.lo -MD -MP -MF .deps/libutils_la-utils.Tpo -c utils.c -fPIC -DPIC -o .libs/libutils_la-utils.o
  3302. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libutils_la-utils.lo -MD -MP -MF .deps/libutils_la-utils.Tpo -c utils.c -o libutils_la-utils.o >/dev/null 2>&1
  3303. mv -f .deps/libutils_la-utils.Tpo .deps/libutils_la-utils.Plo
  3304. /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o libutils.la libutils_la-utils.lo -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -pthread -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0
  3305. libtool: link: ar cru .libs/libutils.a .libs/libutils_la-utils.o
  3306. libtool: link: ranlib .libs/libutils.a
  3307. libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" )
  3308. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/utils'
  3309. Making all in tests
  3310. make[5]: Entering directory `/home/samuel/network-manager-applet/src/utils/tests'
  3311. gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT test_utils-test-utils.o -MD -MP -MF .deps/test_utils-test-utils.Tpo -c -o test_utils-test-utils.o `test -f 'test-utils.c' || echo './'`test-utils.c
  3312. mv -f .deps/test_utils-test-utils.Tpo .deps/test_utils-test-utils.Po
  3313. /bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o test-utils test_utils-test-utils.o ../../../src/utils/libutils.la -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -pthread -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -lgnome-keyring -lglib-2.0
  3314. libtool: link: gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o test-utils test_utils-test-utils.o -Wl,--export-dynamic -pthread ../../../src/utils/.libs/libutils.a -L/lib64 -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lgnome-keyring -lglib-2.0 -pthread
  3315. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/utils/tests'
  3316. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/utils'
  3317. Making all in wireless-security
  3318. make[4]: Entering directory `/home/samuel/network-manager-applet/src/wireless-security'
  3319. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-wireless-security.lo -MD -MP -MF .deps/libwireless_security_la-wireless-security.Tpo -c -o libwireless_security_la-wireless-security.lo `test -f 'wireless-security.c' || echo './'`wireless-security.c
  3320. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-wireless-security.lo -MD -MP -MF .deps/libwireless_security_la-wireless-security.Tpo -c wireless-security.c -fPIC -DPIC -o .libs/libwireless_security_la-wireless-security.o
  3321. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-wireless-security.lo -MD -MP -MF .deps/libwireless_security_la-wireless-security.Tpo -c wireless-security.c -o libwireless_security_la-wireless-security.o >/dev/null 2>&1
  3322. mv -f .deps/libwireless_security_la-wireless-security.Tpo .deps/libwireless_security_la-wireless-security.Plo
  3323. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-wep-key.lo -MD -MP -MF .deps/libwireless_security_la-ws-wep-key.Tpo -c -o libwireless_security_la-ws-wep-key.lo `test -f 'ws-wep-key.c' || echo './'`ws-wep-key.c
  3324. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-wep-key.lo -MD -MP -MF .deps/libwireless_security_la-ws-wep-key.Tpo -c ws-wep-key.c -fPIC -DPIC -o .libs/libwireless_security_la-ws-wep-key.o
  3325. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-wep-key.lo -MD -MP -MF .deps/libwireless_security_la-ws-wep-key.Tpo -c ws-wep-key.c -o libwireless_security_la-ws-wep-key.o >/dev/null 2>&1
  3326. mv -f .deps/libwireless_security_la-ws-wep-key.Tpo .deps/libwireless_security_la-ws-wep-key.Plo
  3327. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-wpa-psk.lo -MD -MP -MF .deps/libwireless_security_la-ws-wpa-psk.Tpo -c -o libwireless_security_la-ws-wpa-psk.lo `test -f 'ws-wpa-psk.c' || echo './'`ws-wpa-psk.c
  3328. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-wpa-psk.lo -MD -MP -MF .deps/libwireless_security_la-ws-wpa-psk.Tpo -c ws-wpa-psk.c -fPIC -DPIC -o .libs/libwireless_security_la-ws-wpa-psk.o
  3329. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-wpa-psk.lo -MD -MP -MF .deps/libwireless_security_la-ws-wpa-psk.Tpo -c ws-wpa-psk.c -o libwireless_security_la-ws-wpa-psk.o >/dev/null 2>&1
  3330. mv -f .deps/libwireless_security_la-ws-wpa-psk.Tpo .deps/libwireless_security_la-ws-wpa-psk.Plo
  3331. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-leap.lo -MD -MP -MF .deps/libwireless_security_la-ws-leap.Tpo -c -o libwireless_security_la-ws-leap.lo `test -f 'ws-leap.c' || echo './'`ws-leap.c
  3332. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-leap.lo -MD -MP -MF .deps/libwireless_security_la-ws-leap.Tpo -c ws-leap.c -fPIC -DPIC -o .libs/libwireless_security_la-ws-leap.o
  3333. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-leap.lo -MD -MP -MF .deps/libwireless_security_la-ws-leap.Tpo -c ws-leap.c -o libwireless_security_la-ws-leap.o >/dev/null 2>&1
  3334. mv -f .deps/libwireless_security_la-ws-leap.Tpo .deps/libwireless_security_la-ws-leap.Plo
  3335. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-wpa-eap.lo -MD -MP -MF .deps/libwireless_security_la-ws-wpa-eap.Tpo -c -o libwireless_security_la-ws-wpa-eap.lo `test -f 'ws-wpa-eap.c' || echo './'`ws-wpa-eap.c
  3336. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-wpa-eap.lo -MD -MP -MF .deps/libwireless_security_la-ws-wpa-eap.Tpo -c ws-wpa-eap.c -fPIC -DPIC -o .libs/libwireless_security_la-ws-wpa-eap.o
  3337. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-wpa-eap.lo -MD -MP -MF .deps/libwireless_security_la-ws-wpa-eap.Tpo -c ws-wpa-eap.c -o libwireless_security_la-ws-wpa-eap.o >/dev/null 2>&1
  3338. mv -f .deps/libwireless_security_la-ws-wpa-eap.Tpo .deps/libwireless_security_la-ws-wpa-eap.Plo
  3339. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-dynamic-wep.lo -MD -MP -MF .deps/libwireless_security_la-ws-dynamic-wep.Tpo -c -o libwireless_security_la-ws-dynamic-wep.lo `test -f 'ws-dynamic-wep.c' || echo './'`ws-dynamic-wep.c
  3340. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-dynamic-wep.lo -MD -MP -MF .deps/libwireless_security_la-ws-dynamic-wep.Tpo -c ws-dynamic-wep.c -fPIC -DPIC -o .libs/libwireless_security_la-ws-dynamic-wep.o
  3341. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-ws-dynamic-wep.lo -MD -MP -MF .deps/libwireless_security_la-ws-dynamic-wep.Tpo -c ws-dynamic-wep.c -o libwireless_security_la-ws-dynamic-wep.o >/dev/null 2>&1
  3342. mv -f .deps/libwireless_security_la-ws-dynamic-wep.Tpo .deps/libwireless_security_la-ws-dynamic-wep.Plo
  3343. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method.lo -MD -MP -MF .deps/libwireless_security_la-eap-method.Tpo -c -o libwireless_security_la-eap-method.lo `test -f 'eap-method.c' || echo './'`eap-method.c
  3344. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method.lo -MD -MP -MF .deps/libwireless_security_la-eap-method.Tpo -c eap-method.c -fPIC -DPIC -o .libs/libwireless_security_la-eap-method.o
  3345. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method.lo -MD -MP -MF .deps/libwireless_security_la-eap-method.Tpo -c eap-method.c -o libwireless_security_la-eap-method.o >/dev/null 2>&1
  3346. mv -f .deps/libwireless_security_la-eap-method.Tpo .deps/libwireless_security_la-eap-method.Plo
  3347. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-tls.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-tls.Tpo -c -o libwireless_security_la-eap-method-tls.lo `test -f 'eap-method-tls.c' || echo './'`eap-method-tls.c
  3348. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-tls.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-tls.Tpo -c eap-method-tls.c -fPIC -DPIC -o .libs/libwireless_security_la-eap-method-tls.o
  3349. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-tls.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-tls.Tpo -c eap-method-tls.c -o libwireless_security_la-eap-method-tls.o >/dev/null 2>&1
  3350. mv -f .deps/libwireless_security_la-eap-method-tls.Tpo .deps/libwireless_security_la-eap-method-tls.Plo
  3351. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-leap.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-leap.Tpo -c -o libwireless_security_la-eap-method-leap.lo `test -f 'eap-method-leap.c' || echo './'`eap-method-leap.c
  3352. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-leap.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-leap.Tpo -c eap-method-leap.c -fPIC -DPIC -o .libs/libwireless_security_la-eap-method-leap.o
  3353. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-leap.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-leap.Tpo -c eap-method-leap.c -o libwireless_security_la-eap-method-leap.o >/dev/null 2>&1
  3354. mv -f .deps/libwireless_security_la-eap-method-leap.Tpo .deps/libwireless_security_la-eap-method-leap.Plo
  3355. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-fast.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-fast.Tpo -c -o libwireless_security_la-eap-method-fast.lo `test -f 'eap-method-fast.c' || echo './'`eap-method-fast.c
  3356. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-fast.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-fast.Tpo -c eap-method-fast.c -fPIC -DPIC -o .libs/libwireless_security_la-eap-method-fast.o
  3357. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-fast.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-fast.Tpo -c eap-method-fast.c -o libwireless_security_la-eap-method-fast.o >/dev/null 2>&1
  3358. mv -f .deps/libwireless_security_la-eap-method-fast.Tpo .deps/libwireless_security_la-eap-method-fast.Plo
  3359. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-ttls.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-ttls.Tpo -c -o libwireless_security_la-eap-method-ttls.lo `test -f 'eap-method-ttls.c' || echo './'`eap-method-ttls.c
  3360. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-ttls.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-ttls.Tpo -c eap-method-ttls.c -fPIC -DPIC -o .libs/libwireless_security_la-eap-method-ttls.o
  3361. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-ttls.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-ttls.Tpo -c eap-method-ttls.c -o libwireless_security_la-eap-method-ttls.o >/dev/null 2>&1
  3362. mv -f .deps/libwireless_security_la-eap-method-ttls.Tpo .deps/libwireless_security_la-eap-method-ttls.Plo
  3363. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-peap.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-peap.Tpo -c -o libwireless_security_la-eap-method-peap.lo `test -f 'eap-method-peap.c' || echo './'`eap-method-peap.c
  3364. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-peap.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-peap.Tpo -c eap-method-peap.c -fPIC -DPIC -o .libs/libwireless_security_la-eap-method-peap.o
  3365. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-peap.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-peap.Tpo -c eap-method-peap.c -o libwireless_security_la-eap-method-peap.o >/dev/null 2>&1
  3366. mv -f .deps/libwireless_security_la-eap-method-peap.Tpo .deps/libwireless_security_la-eap-method-peap.Plo
  3367. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-simple.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-simple.Tpo -c -o libwireless_security_la-eap-method-simple.lo `test -f 'eap-method-simple.c' || echo './'`eap-method-simple.c
  3368. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-simple.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-simple.Tpo -c eap-method-simple.c -fPIC -DPIC -o .libs/libwireless_security_la-eap-method-simple.o
  3369. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-eap-method-simple.lo -MD -MP -MF .deps/libwireless_security_la-eap-method-simple.Tpo -c eap-method-simple.c -o libwireless_security_la-eap-method-simple.o >/dev/null 2>&1
  3370. mv -f .deps/libwireless_security_la-eap-method-simple.Tpo .deps/libwireless_security_la-eap-method-simple.Plo
  3371. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\""/usr/share/nm-applet"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-helpers.lo -MD -MP -MF .deps/libwireless_security_la-helpers.Tpo -c -o libwireless_security_la-helpers.lo `test -f 'helpers.c' || echo './'`helpers.c
  3372. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-helpers.lo -MD -MP -MF .deps/libwireless_security_la-helpers.Tpo -c helpers.c -fPIC -DPIC -o .libs/libwireless_security_la-helpers.o
  3373. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -DUIDIR=\"/usr/share/nm-applet\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libwireless_security_la-helpers.lo -MD -MP -MF .deps/libwireless_security_la-helpers.Tpo -c helpers.c -o libwireless_security_la-helpers.o >/dev/null 2>&1
  3374. mv -f .deps/libwireless_security_la-helpers.Tpo .deps/libwireless_security_la-helpers.Plo
  3375. /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o libwireless-security.la libwireless_security_la-wireless-security.lo libwireless_security_la-ws-wep-key.lo libwireless_security_la-ws-wpa-psk.lo libwireless_security_la-ws-leap.lo libwireless_security_la-ws-wpa-eap.lo libwireless_security_la-ws-dynamic-wep.lo libwireless_security_la-eap-method.lo libwireless_security_la-eap-method-tls.lo libwireless_security_la-eap-method-leap.lo libwireless_security_la-eap-method-fast.lo libwireless_security_la-eap-method-ttls.lo libwireless_security_la-eap-method-peap.lo libwireless_security_la-eap-method-simple.lo libwireless_security_la-helpers.lo -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -pthread -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 ../../src/utils/libutils.la
  3376. libtool: link: (cd .libs/libwireless-security.lax/libutils.a && ar x "/home/samuel/network-manager-applet/src/wireless-security/../../src/utils/.libs/libutils.a")
  3377. libtool: link: ar cru .libs/libwireless-security.a .libs/libwireless_security_la-wireless-security.o .libs/libwireless_security_la-ws-wep-key.o .libs/libwireless_security_la-ws-wpa-psk.o .libs/libwireless_security_la-ws-leap.o .libs/libwireless_security_la-ws-wpa-eap.o .libs/libwireless_security_la-ws-dynamic-wep.o .libs/libwireless_security_la-eap-method.o .libs/libwireless_security_la-eap-method-tls.o .libs/libwireless_security_la-eap-method-leap.o .libs/libwireless_security_la-eap-method-fast.o .libs/libwireless_security_la-eap-method-ttls.o .libs/libwireless_security_la-eap-method-peap.o .libs/libwireless_security_la-eap-method-simple.o .libs/libwireless_security_la-helpers.o .libs/libwireless-security.lax/libutils.a/libutils_la-utils.o
  3378. libtool: link: ranlib .libs/libwireless-security.a
  3379. libtool: link: rm -fr .libs/libwireless-security.lax
  3380. libtool: link: ( cd ".libs" && rm -f "libwireless-security.la" && ln -s "../libwireless-security.la" "libwireless-security.la" )
  3381. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/wireless-security'
  3382. Making all in libnm-gtk
  3383. make[4]: Entering directory `/home/samuel/network-manager-applet/src/libnm-gtk'
  3384. Making all in .
  3385. make[5]: Entering directory `/home/samuel/network-manager-applet/src/libnm-gtk'
  3386. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/libnm-gtk"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-wifi-dialog.lo -MD -MP -MF .deps/libnm_gtk_la-nm-wifi-dialog.Tpo -c -o libnm_gtk_la-nm-wifi-dialog.lo `test -f 'nm-wifi-dialog.c' || echo './'`nm-wifi-dialog.c
  3387. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\"/usr/share/icons\" -DUIDIR=\"/usr/share/libnm-gtk\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DAUTOSTARTDIR=\"/etc/xdg/autostart\" -DVPN_NAME_FILES_DIR=\"/etc/NetworkManager/VPN\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-wifi-dialog.lo -MD -MP -MF .deps/libnm_gtk_la-nm-wifi-dialog.Tpo -c nm-wifi-dialog.c -fPIC -DPIC -o .libs/libnm_gtk_la-nm-wifi-dialog.o
  3388. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\"/usr/share/icons\" -DUIDIR=\"/usr/share/libnm-gtk\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DAUTOSTARTDIR=\"/etc/xdg/autostart\" -DVPN_NAME_FILES_DIR=\"/etc/NetworkManager/VPN\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-wifi-dialog.lo -MD -MP -MF .deps/libnm_gtk_la-nm-wifi-dialog.Tpo -c nm-wifi-dialog.c -o libnm_gtk_la-nm-wifi-dialog.o >/dev/null 2>&1
  3389. mv -f .deps/libnm_gtk_la-nm-wifi-dialog.Tpo .deps/libnm_gtk_la-nm-wifi-dialog.Plo
  3390. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/libnm-gtk"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-wireless-dialog.lo -MD -MP -MF .deps/libnm_gtk_la-nm-wireless-dialog.Tpo -c -o libnm_gtk_la-nm-wireless-dialog.lo `test -f 'nm-wireless-dialog.c' || echo './'`nm-wireless-dialog.c
  3391. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\"/usr/share/icons\" -DUIDIR=\"/usr/share/libnm-gtk\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DAUTOSTARTDIR=\"/etc/xdg/autostart\" -DVPN_NAME_FILES_DIR=\"/etc/NetworkManager/VPN\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-wireless-dialog.lo -MD -MP -MF .deps/libnm_gtk_la-nm-wireless-dialog.Tpo -c nm-wireless-dialog.c -fPIC -DPIC -o .libs/libnm_gtk_la-nm-wireless-dialog.o
  3392. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\"/usr/share/icons\" -DUIDIR=\"/usr/share/libnm-gtk\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DAUTOSTARTDIR=\"/etc/xdg/autostart\" -DVPN_NAME_FILES_DIR=\"/etc/NetworkManager/VPN\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-wireless-dialog.lo -MD -MP -MF .deps/libnm_gtk_la-nm-wireless-dialog.Tpo -c nm-wireless-dialog.c -o libnm_gtk_la-nm-wireless-dialog.o >/dev/null 2>&1
  3393. mv -f .deps/libnm_gtk_la-nm-wireless-dialog.Tpo .deps/libnm_gtk_la-nm-wireless-dialog.Plo
  3394. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/libnm-gtk"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-mobile-wizard.lo -MD -MP -MF .deps/libnm_gtk_la-nm-mobile-wizard.Tpo -c -o libnm_gtk_la-nm-mobile-wizard.lo `test -f 'nm-mobile-wizard.c' || echo './'`nm-mobile-wizard.c
  3395. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\"/usr/share/icons\" -DUIDIR=\"/usr/share/libnm-gtk\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DAUTOSTARTDIR=\"/etc/xdg/autostart\" -DVPN_NAME_FILES_DIR=\"/etc/NetworkManager/VPN\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-mobile-wizard.lo -MD -MP -MF .deps/libnm_gtk_la-nm-mobile-wizard.Tpo -c nm-mobile-wizard.c -fPIC -DPIC -o .libs/libnm_gtk_la-nm-mobile-wizard.o
  3396. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\"/usr/share/icons\" -DUIDIR=\"/usr/share/libnm-gtk\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DAUTOSTARTDIR=\"/etc/xdg/autostart\" -DVPN_NAME_FILES_DIR=\"/etc/NetworkManager/VPN\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-mobile-wizard.lo -MD -MP -MF .deps/libnm_gtk_la-nm-mobile-wizard.Tpo -c nm-mobile-wizard.c -o libnm_gtk_la-nm-mobile-wizard.o >/dev/null 2>&1
  3397. mv -f .deps/libnm_gtk_la-nm-mobile-wizard.Tpo .deps/libnm_gtk_la-nm-mobile-wizard.Plo
  3398. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/libnm-gtk"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-ui-utils.lo -MD -MP -MF .deps/libnm_gtk_la-nm-ui-utils.Tpo -c -o libnm_gtk_la-nm-ui-utils.lo `test -f 'nm-ui-utils.c' || echo './'`nm-ui-utils.c
  3399. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\"/usr/share/icons\" -DUIDIR=\"/usr/share/libnm-gtk\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DAUTOSTARTDIR=\"/etc/xdg/autostart\" -DVPN_NAME_FILES_DIR=\"/etc/NetworkManager/VPN\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-ui-utils.lo -MD -MP -MF .deps/libnm_gtk_la-nm-ui-utils.Tpo -c nm-ui-utils.c -fPIC -DPIC -o .libs/libnm_gtk_la-nm-ui-utils.o
  3400. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\"/usr/share/icons\" -DUIDIR=\"/usr/share/libnm-gtk\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DAUTOSTARTDIR=\"/etc/xdg/autostart\" -DVPN_NAME_FILES_DIR=\"/etc/NetworkManager/VPN\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-ui-utils.lo -MD -MP -MF .deps/libnm_gtk_la-nm-ui-utils.Tpo -c nm-ui-utils.c -o libnm_gtk_la-nm-ui-utils.o >/dev/null 2>&1
  3401. mv -f .deps/libnm_gtk_la-nm-ui-utils.Tpo .deps/libnm_gtk_la-nm-ui-utils.Plo
  3402. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/libnm-gtk"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-mobile-providers.lo -MD -MP -MF .deps/libnm_gtk_la-nm-mobile-providers.Tpo -c -o libnm_gtk_la-nm-mobile-providers.lo `test -f 'nm-mobile-providers.c' || echo './'`nm-mobile-providers.c
  3403. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\"/usr/share/icons\" -DUIDIR=\"/usr/share/libnm-gtk\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DAUTOSTARTDIR=\"/etc/xdg/autostart\" -DVPN_NAME_FILES_DIR=\"/etc/NetworkManager/VPN\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-mobile-providers.lo -MD -MP -MF .deps/libnm_gtk_la-nm-mobile-providers.Tpo -c nm-mobile-providers.c -fPIC -DPIC -o .libs/libnm_gtk_la-nm-mobile-providers.o
  3404. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\"/usr/share/icons\" -DUIDIR=\"/usr/share/libnm-gtk\" -DBINDIR=\"/usr/bin\" -DSYSCONFDIR=\"/etc\" -DLIBEXECDIR=\"/usr/libexec\" -DDATADIR=\"/usr/share\" -DAUTOSTARTDIR=\"/etc/xdg/autostart\" -DVPN_NAME_FILES_DIR=\"/etc/NetworkManager/VPN\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnm_gtk_la-nm-mobile-providers.lo -MD -MP -MF .deps/libnm_gtk_la-nm-mobile-providers.Tpo -c nm-mobile-providers.c -o libnm_gtk_la-nm-mobile-providers.o >/dev/null 2>&1
  3405. mv -f .deps/libnm_gtk_la-nm-mobile-providers.Tpo .deps/libnm_gtk_la-nm-mobile-providers.Plo
  3406. /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/libnm-gtk"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -Wl,-no-undefined -export-symbols-regex '^nma_.*' -o libnm-gtk.la -rpath /usr/lib libnm_gtk_la-nm-wifi-dialog.lo libnm_gtk_la-nm-wireless-dialog.lo libnm_gtk_la-nm-mobile-wizard.lo libnm_gtk_la-nm-ui-utils.lo libnm_gtk_la-nm-mobile-providers.lo -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -pthread -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -lgnome-keyring -lglib-2.0 -lgudev-1.0 -lgobject-2.0 -lglib-2.0 ../../src/marshallers/libmarshallers.la ../../src/wireless-security/libwireless-security.la
  3407. libtool: link: /usr/bin/nm -B .libs/libnm_gtk_la-nm-wifi-dialog.o .libs/libnm_gtk_la-nm-wireless-dialog.o .libs/libnm_gtk_la-nm-mobile-wizard.o .libs/libnm_gtk_la-nm-ui-utils.o .libs/libnm_gtk_la-nm-mobile-providers.o ../../src/marshallers/.libs/libmarshallers.a ../../src/wireless-security/.libs/libwireless-security.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libnm-gtk.exp
  3408. libtool: link: /usr/bin/grep -E -e "^nma_.*" ".libs/libnm-gtk.exp" > ".libs/libnm-gtk.expT"
  3409. libtool: link: mv -f ".libs/libnm-gtk.expT" ".libs/libnm-gtk.exp"
  3410. libtool: link: echo "{ global:" > .libs/libnm-gtk.ver
  3411. libtool: link: cat .libs/libnm-gtk.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libnm-gtk.ver
  3412. libtool: link: echo "local: *; };" >> .libs/libnm-gtk.ver
  3413. libtool: link: gcc -shared -fPIC -DPIC .libs/libnm_gtk_la-nm-wifi-dialog.o .libs/libnm_gtk_la-nm-wireless-dialog.o .libs/libnm_gtk_la-nm-mobile-wizard.o .libs/libnm_gtk_la-nm-ui-utils.o .libs/libnm_gtk_la-nm-mobile-providers.o -Wl,--whole-archive ../../src/marshallers/.libs/libmarshallers.a ../../src/wireless-security/.libs/libwireless-security.a -Wl,--no-whole-archive -L/lib64 -lgnome-keyring -lgudev-1.0 -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -pthread -pthread -O2 -Wl,-no-undefined -Wl,--export-dynamic -pthread -pthread -Wl,-soname -Wl,libnm-gtk.so.0 -Wl,-version-script -Wl,.libs/libnm-gtk.ver -o .libs/libnm-gtk.so.0.0.0
  3414. libtool: link: (cd ".libs" && rm -f "libnm-gtk.so.0" && ln -s "libnm-gtk.so.0.0.0" "libnm-gtk.so.0")
  3415. libtool: link: (cd ".libs" && rm -f "libnm-gtk.so" && ln -s "libnm-gtk.so.0.0.0" "libnm-gtk.so")
  3416. libtool: link: (cd .libs/libnm-gtk.lax/libmarshallers.a && ar x "/home/samuel/network-manager-applet/src/libnm-gtk/../../src/marshallers/.libs/libmarshallers.a")
  3417. libtool: link: (cd .libs/libnm-gtk.lax/libwireless-security.a && ar x "/home/samuel/network-manager-applet/src/libnm-gtk/../../src/wireless-security/.libs/libwireless-security.a")
  3418. libtool: link: ar cru .libs/libnm-gtk.a libnm_gtk_la-nm-wifi-dialog.o libnm_gtk_la-nm-wireless-dialog.o libnm_gtk_la-nm-mobile-wizard.o libnm_gtk_la-nm-ui-utils.o libnm_gtk_la-nm-mobile-providers.o .libs/libnm-gtk.lax/libmarshallers.a/libmarshallers_la-nma-marshal.o .libs/libnm-gtk.lax/libwireless-security.a/libutils_la-utils.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-eap-method-fast.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-eap-method-leap.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-eap-method-peap.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-eap-method-simple.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-eap-method-tls.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-eap-method-ttls.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-eap-method.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-helpers.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-wireless-security.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-ws-dynamic-wep.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-ws-leap.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-ws-wep-key.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-ws-wpa-eap.o .libs/libnm-gtk.lax/libwireless-security.a/libwireless_security_la-ws-wpa-psk.o
  3419. libtool: link: ranlib .libs/libnm-gtk.a
  3420. libtool: link: rm -fr .libs/libnm-gtk.lax
  3421. libtool: link: ( cd ".libs" && rm -f "libnm-gtk.la" && ln -s "../libnm-gtk.la" "libnm-gtk.la" )
  3422. /usr/bin/g-ir-scanner --namespace=NMGtk --nsversion=1.0 --libtool="/bin/sh ../../libtool" --include=NMClient-1.0 --include=NetworkManager-1.0 --include=Gtk-3.0 --pkg-export=libnm-gtk --library=libnm-gtk.la --warn-all --identifier-prefix=NMA --symbol-prefix=nma -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/libnm-gtk"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DDATADIR=\""/usr/share"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/marshallers -I../../src/utils -I../../src/wireless-security nm-wifi-dialog.h nm-mobile-wizard.h nm-ui-utils.h nm-mobile-providers.h nm-wifi-dialog.c nm-mobile-wizard.c nm-ui-utils.c nm-mobile-providers.c libnm-gtk.la --output NMGtk-1.0.gir
  3423. g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gudev-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src/marshallers -I../../src/utils -I../../src/wireless-security -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng15 -I/usr/include/atk-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libdrm -c -o /home/samuel/network-manager-applet/src/libnm-gtk/tmp-introspectsn_8Gb/NMGtk-1.0.o /home/samuel/network-manager-applet/src/libnm-gtk/tmp-introspectsn_8Gb/NMGtk-1.0.c
  3424. g-ir-scanner: link: /bin/sh ../../libtool --mode=link --tag=CC gcc -o /home/samuel/network-manager-applet/src/libnm-gtk/tmp-introspectsn_8Gb/NMGtk-1.0 -export-dynamic /home/samuel/network-manager-applet/src/libnm-gtk/tmp-introspectsn_8Gb/NMGtk-1.0.o -L. libnm-gtk.la -Wl,--export-dynamic -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0
  3425. libtool: link: gcc -o /home/samuel/network-manager-applet/src/libnm-gtk/tmp-introspectsn_8Gb/.libs/NMGtk-1.0 /home/samuel/network-manager-applet/src/libnm-gtk/tmp-introspectsn_8Gb/NMGtk-1.0.o -Wl,--export-dynamic -pthread -Wl,--export-dynamic -L. ./.libs/libnm-gtk.so -L/lib64 -lgnome-keyring -lgudev-1.0 -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -pthread
  3426. /usr/bin/g-ir-compiler --includedir=. NMGtk-1.0.gir -o NMGtk-1.0.typelib
  3427. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/libnm-gtk'
  3428. Making all in tests
  3429. make[5]: Entering directory `/home/samuel/network-manager-applet/src/libnm-gtk/tests'
  3430. gcc -DHAVE_CONFIG_H -I. -I../../.. -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I../../.. -I../../../src/libnm-gtk -DTEST_DATA_DIR=\""/home/samuel/network-manager-applet/src/libnm-gtk/tests"\" -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT test_mobile_providers-test-mobile-providers.o -MD -MP -MF .deps/test_mobile_providers-test-mobile-providers.Tpo -c -o test_mobile_providers-test-mobile-providers.o `test -f 'test-mobile-providers.c' || echo './'`test-mobile-providers.c
  3431. mv -f .deps/test_mobile_providers-test-mobile-providers.Tpo .deps/test_mobile_providers-test-mobile-providers.Po
  3432. /bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o test-mobile-providers test_mobile_providers-test-mobile-providers.o ../../../src/libnm-gtk/libnm-gtk.la -Wl,--export-dynamic -pthread -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0
  3433. libtool: link: gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o .libs/test-mobile-providers test_mobile_providers-test-mobile-providers.o -Wl,--export-dynamic -pthread ../../../src/libnm-gtk/.libs/libnm-gtk.so -L/lib64 -lgnome-keyring -lgudev-1.0 -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -pthread
  3434. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/libnm-gtk/tests'
  3435. Making all in examples
  3436. make[5]: Entering directory `/home/samuel/network-manager-applet/src/libnm-gtk/examples'
  3437. make[5]: Nothing to be done for `all'.
  3438. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/libnm-gtk/examples'
  3439. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/libnm-gtk'
  3440. Making all in connection-editor
  3441. make[4]: Entering directory `/home/samuel/network-manager-applet/src/connection-editor'
  3442. dbus-binding-tool --prefix=nm_connection_editor_service --mode=glib-server --output=nm-connection-editor-service-glue.h ../../src/connection-editor/nm-connection-editor-service.xml
  3443. make all-am
  3444. make[5]: Entering directory `/home/samuel/network-manager-applet/src/connection-editor'
  3445. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-nm-connection-editor.o -MD -MP -MF .deps/nm_connection_editor-nm-connection-editor.Tpo -c -o nm_connection_editor-nm-connection-editor.o `test -f 'nm-connection-editor.c' || echo './'`nm-connection-editor.c
  3446. mv -f .deps/nm_connection_editor-nm-connection-editor.Tpo .deps/nm_connection_editor-nm-connection-editor.Po
  3447. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-nm-connection-list.o -MD -MP -MF .deps/nm_connection_editor-nm-connection-list.Tpo -c -o nm_connection_editor-nm-connection-list.o `test -f 'nm-connection-list.c' || echo './'`nm-connection-list.c
  3448. mv -f .deps/nm_connection_editor-nm-connection-list.Tpo .deps/nm_connection_editor-nm-connection-list.Po
  3449. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-main.o -MD -MP -MF .deps/nm_connection_editor-main.Tpo -c -o nm_connection_editor-main.o `test -f 'main.c' || echo './'`main.c
  3450. mv -f .deps/nm_connection_editor-main.Tpo .deps/nm_connection_editor-main.Po
  3451. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-ce-page.o -MD -MP -MF .deps/nm_connection_editor-ce-page.Tpo -c -o nm_connection_editor-ce-page.o `test -f 'ce-page.c' || echo './'`ce-page.c
  3452. mv -f .deps/nm_connection_editor-ce-page.Tpo .deps/nm_connection_editor-ce-page.Po
  3453. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-general.o -MD -MP -MF .deps/nm_connection_editor-page-general.Tpo -c -o nm_connection_editor-page-general.o `test -f 'page-general.c' || echo './'`page-general.c
  3454. mv -f .deps/nm_connection_editor-page-general.Tpo .deps/nm_connection_editor-page-general.Po
  3455. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-ethernet.o -MD -MP -MF .deps/nm_connection_editor-page-ethernet.Tpo -c -o nm_connection_editor-page-ethernet.o `test -f 'page-ethernet.c' || echo './'`page-ethernet.c
  3456. mv -f .deps/nm_connection_editor-page-ethernet.Tpo .deps/nm_connection_editor-page-ethernet.Po
  3457. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-8021x-security.o -MD -MP -MF .deps/nm_connection_editor-page-8021x-security.Tpo -c -o nm_connection_editor-page-8021x-security.o `test -f 'page-8021x-security.c' || echo './'`page-8021x-security.c
  3458. mv -f .deps/nm_connection_editor-page-8021x-security.Tpo .deps/nm_connection_editor-page-8021x-security.Po
  3459. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-wifi.o -MD -MP -MF .deps/nm_connection_editor-page-wifi.Tpo -c -o nm_connection_editor-page-wifi.o `test -f 'page-wifi.c' || echo './'`page-wifi.c
  3460. mv -f .deps/nm_connection_editor-page-wifi.Tpo .deps/nm_connection_editor-page-wifi.Po
  3461. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-wifi-security.o -MD -MP -MF .deps/nm_connection_editor-page-wifi-security.Tpo -c -o nm_connection_editor-page-wifi-security.o `test -f 'page-wifi-security.c' || echo './'`page-wifi-security.c
  3462. mv -f .deps/nm_connection_editor-page-wifi-security.Tpo .deps/nm_connection_editor-page-wifi-security.Po
  3463. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-wimax.o -MD -MP -MF .deps/nm_connection_editor-page-wimax.Tpo -c -o nm_connection_editor-page-wimax.o `test -f 'page-wimax.c' || echo './'`page-wimax.c
  3464. mv -f .deps/nm_connection_editor-page-wimax.Tpo .deps/nm_connection_editor-page-wimax.Po
  3465. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-infiniband.o -MD -MP -MF .deps/nm_connection_editor-page-infiniband.Tpo -c -o nm_connection_editor-page-infiniband.o `test -f 'page-infiniband.c' || echo './'`page-infiniband.c
  3466. mv -f .deps/nm_connection_editor-page-infiniband.Tpo .deps/nm_connection_editor-page-infiniband.Po
  3467. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-ip4.o -MD -MP -MF .deps/nm_connection_editor-page-ip4.Tpo -c -o nm_connection_editor-page-ip4.o `test -f 'page-ip4.c' || echo './'`page-ip4.c
  3468. mv -f .deps/nm_connection_editor-page-ip4.Tpo .deps/nm_connection_editor-page-ip4.Po
  3469. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-ip6.o -MD -MP -MF .deps/nm_connection_editor-page-ip6.Tpo -c -o nm_connection_editor-page-ip6.o `test -f 'page-ip6.c' || echo './'`page-ip6.c
  3470. mv -f .deps/nm_connection_editor-page-ip6.Tpo .deps/nm_connection_editor-page-ip6.Po
  3471. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-dsl.o -MD -MP -MF .deps/nm_connection_editor-page-dsl.Tpo -c -o nm_connection_editor-page-dsl.o `test -f 'page-dsl.c' || echo './'`page-dsl.c
  3472. mv -f .deps/nm_connection_editor-page-dsl.Tpo .deps/nm_connection_editor-page-dsl.Po
  3473. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-mobile.o -MD -MP -MF .deps/nm_connection_editor-page-mobile.Tpo -c -o nm_connection_editor-page-mobile.o `test -f 'page-mobile.c' || echo './'`page-mobile.c
  3474. mv -f .deps/nm_connection_editor-page-mobile.Tpo .deps/nm_connection_editor-page-mobile.Po
  3475. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-ppp.o -MD -MP -MF .deps/nm_connection_editor-page-ppp.Tpo -c -o nm_connection_editor-page-ppp.o `test -f 'page-ppp.c' || echo './'`page-ppp.c
  3476. mv -f .deps/nm_connection_editor-page-ppp.Tpo .deps/nm_connection_editor-page-ppp.Po
  3477. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-vpn.o -MD -MP -MF .deps/nm_connection_editor-page-vpn.Tpo -c -o nm_connection_editor-page-vpn.o `test -f 'page-vpn.c' || echo './'`page-vpn.c
  3478. mv -f .deps/nm_connection_editor-page-vpn.Tpo .deps/nm_connection_editor-page-vpn.Po
  3479. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-master.o -MD -MP -MF .deps/nm_connection_editor-page-master.Tpo -c -o nm_connection_editor-page-master.o `test -f 'page-master.c' || echo './'`page-master.c
  3480. mv -f .deps/nm_connection_editor-page-master.Tpo .deps/nm_connection_editor-page-master.Po
  3481. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-bond.o -MD -MP -MF .deps/nm_connection_editor-page-bond.Tpo -c -o nm_connection_editor-page-bond.o `test -f 'page-bond.c' || echo './'`page-bond.c
  3482. mv -f .deps/nm_connection_editor-page-bond.Tpo .deps/nm_connection_editor-page-bond.Po
  3483. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-bridge.o -MD -MP -MF .deps/nm_connection_editor-page-bridge.Tpo -c -o nm_connection_editor-page-bridge.o `test -f 'page-bridge.c' || echo './'`page-bridge.c
  3484. mv -f .deps/nm_connection_editor-page-bridge.Tpo .deps/nm_connection_editor-page-bridge.Po
  3485. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-bridge-port.o -MD -MP -MF .deps/nm_connection_editor-page-bridge-port.Tpo -c -o nm_connection_editor-page-bridge-port.o `test -f 'page-bridge-port.c' || echo './'`page-bridge-port.c
  3486. mv -f .deps/nm_connection_editor-page-bridge-port.Tpo .deps/nm_connection_editor-page-bridge-port.Po
  3487. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-page-vlan.o -MD -MP -MF .deps/nm_connection_editor-page-vlan.Tpo -c -o nm_connection_editor-page-vlan.o `test -f 'page-vlan.c' || echo './'`page-vlan.c
  3488. mv -f .deps/nm_connection_editor-page-vlan.Tpo .deps/nm_connection_editor-page-vlan.Po
  3489. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-vpn-helpers.o -MD -MP -MF .deps/nm_connection_editor-vpn-helpers.Tpo -c -o nm_connection_editor-vpn-helpers.o `test -f 'vpn-helpers.c' || echo './'`vpn-helpers.c
  3490. mv -f .deps/nm_connection_editor-vpn-helpers.Tpo .deps/nm_connection_editor-vpn-helpers.Po
  3491. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-ip4-routes-dialog.o -MD -MP -MF .deps/nm_connection_editor-ip4-routes-dialog.Tpo -c -o nm_connection_editor-ip4-routes-dialog.o `test -f 'ip4-routes-dialog.c' || echo './'`ip4-routes-dialog.c
  3492. mv -f .deps/nm_connection_editor-ip4-routes-dialog.Tpo .deps/nm_connection_editor-ip4-routes-dialog.Po
  3493. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-ip6-routes-dialog.o -MD -MP -MF .deps/nm_connection_editor-ip6-routes-dialog.Tpo -c -o nm_connection_editor-ip6-routes-dialog.o `test -f 'ip6-routes-dialog.c' || echo './'`ip6-routes-dialog.c
  3494. mv -f .deps/nm_connection_editor-ip6-routes-dialog.Tpo .deps/nm_connection_editor-ip6-routes-dialog.Po
  3495. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-ppp-auth-methods-dialog.o -MD -MP -MF .deps/nm_connection_editor-ppp-auth-methods-dialog.Tpo -c -o nm_connection_editor-ppp-auth-methods-dialog.o `test -f 'ppp-auth-methods-dialog.c' || echo './'`ppp-auth-methods-dialog.c
  3496. mv -f .deps/nm_connection_editor-ppp-auth-methods-dialog.Tpo .deps/nm_connection_editor-ppp-auth-methods-dialog.Po
  3497. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-ce-polkit-button.o -MD -MP -MF .deps/nm_connection_editor-ce-polkit-button.Tpo -c -o nm_connection_editor-ce-polkit-button.o `test -f 'ce-polkit-button.c' || echo './'`ce-polkit-button.c
  3498. mv -f .deps/nm_connection_editor-ce-polkit-button.Tpo .deps/nm_connection_editor-ce-polkit-button.Po
  3499. gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../../src/utils -I../../src/wireless-security -I../../src/libnm-gtk -I../../src/marshallers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_connection_editor-new-connection.o -MD -MP -MF .deps/nm_connection_editor-new-connection.Tpo -c -o nm_connection_editor-new-connection.o `test -f 'new-connection.c' || echo './'`new-connection.c
  3500. mv -f .deps/nm_connection_editor-new-connection.Tpo .deps/nm_connection_editor-new-connection.Po
  3501. /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o nm-connection-editor nm_connection_editor-nm-connection-editor.o nm_connection_editor-nm-connection-list.o nm_connection_editor-main.o nm_connection_editor-ce-page.o nm_connection_editor-page-general.o nm_connection_editor-page-ethernet.o nm_connection_editor-page-8021x-security.o nm_connection_editor-page-wifi.o nm_connection_editor-page-wifi-security.o nm_connection_editor-page-wimax.o nm_connection_editor-page-infiniband.o nm_connection_editor-page-ip4.o nm_connection_editor-page-ip6.o nm_connection_editor-page-dsl.o nm_connection_editor-page-mobile.o nm_connection_editor-page-ppp.o nm_connection_editor-page-vpn.o nm_connection_editor-page-master.o nm_connection_editor-page-bond.o nm_connection_editor-page-bridge.o nm_connection_editor-page-bridge-port.o nm_connection_editor-page-vlan.o nm_connection_editor-vpn-helpers.o nm_connection_editor-ip4-routes-dialog.o nm_connection_editor-ip6-routes-dialog.o nm_connection_editor-ppp-auth-methods-dialog.o nm_connection_editor-ce-polkit-button.o nm_connection_editor-new-connection.o ../../src/wireless-security/libwireless-security.la ../../src/utils/libutils.la ../../src/marshallers/libmarshallers.la ../../src/libnm-gtk/libnm-gtk.la -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -pthread -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -lm
  3502. libtool: link: gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o .libs/nm-connection-editor nm_connection_editor-nm-connection-editor.o nm_connection_editor-nm-connection-list.o nm_connection_editor-main.o nm_connection_editor-ce-page.o nm_connection_editor-page-general.o nm_connection_editor-page-ethernet.o nm_connection_editor-page-8021x-security.o nm_connection_editor-page-wifi.o nm_connection_editor-page-wifi-security.o nm_connection_editor-page-wimax.o nm_connection_editor-page-infiniband.o nm_connection_editor-page-ip4.o nm_connection_editor-page-ip6.o nm_connection_editor-page-dsl.o nm_connection_editor-page-mobile.o nm_connection_editor-page-ppp.o nm_connection_editor-page-vpn.o nm_connection_editor-page-master.o nm_connection_editor-page-bond.o nm_connection_editor-page-bridge.o nm_connection_editor-page-bridge-port.o nm_connection_editor-page-vlan.o nm_connection_editor-vpn-helpers.o nm_connection_editor-ip4-routes-dialog.o nm_connection_editor-ip6-routes-dialog.o nm_connection_editor-ppp-auth-methods-dialog.o nm_connection_editor-ce-polkit-button.o nm_connection_editor-new-connection.o -Wl,--export-dynamic -pthread ../../src/wireless-security/.libs/libwireless-security.a -L/lib64 ../../src/utils/.libs/libutils.a ../../src/marshallers/.libs/libmarshallers.a ../../src/libnm-gtk/.libs/libnm-gtk.so -lgnome-keyring -lgudev-1.0 -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -lm -pthread
  3503. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/connection-editor'
  3504. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/connection-editor'
  3505. Making all in gnome-bluetooth
  3506. make[4]: Entering directory `/home/samuel/network-manager-applet/src/gnome-bluetooth'
  3507. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DDATADIR=\"/usr/share\" -DICONDIR=\"\" -DLOCALEDIR="\"/usr/share/locale\"" -I../.. -I../../src/marshallers -I../../src/utils -I../../src/libnm-gtk -pthread -I/usr/include/gnome-bluetooth -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/NetworkManager -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnm-glib -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnma_la-bt-widget.lo -MD -MP -MF .deps/libnma_la-bt-widget.Tpo -c -o libnma_la-bt-widget.lo `test -f 'bt-widget.c' || echo './'`bt-widget.c
  3508. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DDATADIR=\"/usr/share\" -DICONDIR=\"\" -DLOCALEDIR=\"/usr/share/locale\" -I../.. -I../../src/marshallers -I../../src/utils -I../../src/libnm-gtk -pthread -I/usr/include/gnome-bluetooth -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/NetworkManager -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnm-glib -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnma_la-bt-widget.lo -MD -MP -MF .deps/libnma_la-bt-widget.Tpo -c bt-widget.c -fPIC -DPIC -o .libs/libnma_la-bt-widget.o
  3509. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DDATADIR=\"/usr/share\" -DICONDIR=\"\" -DLOCALEDIR=\"/usr/share/locale\" -I../.. -I../../src/marshallers -I../../src/utils -I../../src/libnm-gtk -pthread -I/usr/include/gnome-bluetooth -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/NetworkManager -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnm-glib -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnma_la-bt-widget.lo -MD -MP -MF .deps/libnma_la-bt-widget.Tpo -c bt-widget.c -o libnma_la-bt-widget.o >/dev/null 2>&1
  3510. mv -f .deps/libnma_la-bt-widget.Tpo .deps/libnma_la-bt-widget.Plo
  3511. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DDATADIR=\"/usr/share\" -DICONDIR=\"\" -DLOCALEDIR="\"/usr/share/locale\"" -I../.. -I../../src/marshallers -I../../src/utils -I../../src/libnm-gtk -pthread -I/usr/include/gnome-bluetooth -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/NetworkManager -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnm-glib -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnma_la-nma-bt-device.lo -MD -MP -MF .deps/libnma_la-nma-bt-device.Tpo -c -o libnma_la-nma-bt-device.lo `test -f 'nma-bt-device.c' || echo './'`nma-bt-device.c
  3512. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DDATADIR=\"/usr/share\" -DICONDIR=\"\" -DLOCALEDIR=\"/usr/share/locale\" -I../.. -I../../src/marshallers -I../../src/utils -I../../src/libnm-gtk -pthread -I/usr/include/gnome-bluetooth -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/NetworkManager -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnm-glib -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnma_la-nma-bt-device.lo -MD -MP -MF .deps/libnma_la-nma-bt-device.Tpo -c nma-bt-device.c -fPIC -DPIC -o .libs/libnma_la-nma-bt-device.o
  3513. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DDATADIR=\"/usr/share\" -DICONDIR=\"\" -DLOCALEDIR=\"/usr/share/locale\" -I../.. -I../../src/marshallers -I../../src/utils -I../../src/libnm-gtk -pthread -I/usr/include/gnome-bluetooth -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/NetworkManager -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnm-glib -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libnma_la-nma-bt-device.lo -MD -MP -MF .deps/libnma_la-nma-bt-device.Tpo -c nma-bt-device.c -o libnma_la-nma-bt-device.o >/dev/null 2>&1
  3514. mv -f .deps/libnma_la-nma-bt-device.Tpo .deps/libnma_la-nma-bt-device.Plo
  3515. /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -module -avoid-version -o libnma.la -rpath /usr/lib/gnome-bluetooth/plugins libnma_la-bt-widget.lo libnma_la-nma-bt-device.lo ../../src/marshallers/libmarshallers.la ../../src/utils/libutils.la ../../src/libnm-gtk/libnm-gtk.la -L/lib64 -lgnome-bluetooth -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lnm-util -lnm-glib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
  3516. libtool: link: gcc -shared -fPIC -DPIC .libs/libnma_la-bt-widget.o .libs/libnma_la-nma-bt-device.o -Wl,--whole-archive ../../src/marshallers/.libs/libmarshallers.a ../../src/utils/.libs/libutils.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/samuel/network-manager-applet/src/libnm-gtk/.libs -L/lib64 ../../src/libnm-gtk/.libs/libnm-gtk.so -lgnome-keyring -lgudev-1.0 -lnm-glib-vpn /usr/lib64/libgnome-bluetooth.so -lgmodule-2.0 -lrt -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lnm-util -lnm-glib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -O2 -pthread -Wl,-soname -Wl,libnma.so -o .libs/libnma.so
  3517. libtool: link: (cd .libs/libnma.lax/libmarshallers.a && ar x "/home/samuel/network-manager-applet/src/gnome-bluetooth/../../src/marshallers/.libs/libmarshallers.a")
  3518. libtool: link: (cd .libs/libnma.lax/libutils.a && ar x "/home/samuel/network-manager-applet/src/gnome-bluetooth/../../src/utils/.libs/libutils.a")
  3519. libtool: link: ar cru .libs/libnma.a libnma_la-bt-widget.o libnma_la-nma-bt-device.o .libs/libnma.lax/libmarshallers.a/libmarshallers_la-nma-marshal.o .libs/libnma.lax/libutils.a/libutils_la-utils.o
  3520. libtool: link: ranlib .libs/libnma.a
  3521. libtool: link: rm -fr .libs/libnma.lax
  3522. libtool: link: ( cd ".libs" && rm -f "libnma.la" && ln -s "../libnma.la" "libnma.la" )
  3523. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/gnome-bluetooth'
  3524. Making all in gconf-helpers
  3525. make[4]: Entering directory `/home/samuel/network-manager-applet/src/gconf-helpers'
  3526. Making all in .
  3527. make[5]: Entering directory `/home/samuel/network-manager-applet/src/gconf-helpers'
  3528. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_la-gconf-helpers.lo -MD -MP -MF .deps/libgconf_helpers_la-gconf-helpers.Tpo -c -o libgconf_helpers_la-gconf-helpers.lo `test -f 'gconf-helpers.c' || echo './'`gconf-helpers.c
  3529. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_la-gconf-helpers.lo -MD -MP -MF .deps/libgconf_helpers_la-gconf-helpers.Tpo -c gconf-helpers.c -fPIC -DPIC -o .libs/libgconf_helpers_la-gconf-helpers.o
  3530. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_la-gconf-helpers.lo -MD -MP -MF .deps/libgconf_helpers_la-gconf-helpers.Tpo -c gconf-helpers.c -o libgconf_helpers_la-gconf-helpers.o >/dev/null 2>&1
  3531. mv -f .deps/libgconf_helpers_la-gconf-helpers.Tpo .deps/libgconf_helpers_la-gconf-helpers.Plo
  3532. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_la-gconf-upgrade.lo -MD -MP -MF .deps/libgconf_helpers_la-gconf-upgrade.Tpo -c -o libgconf_helpers_la-gconf-upgrade.lo `test -f 'gconf-upgrade.c' || echo './'`gconf-upgrade.c
  3533. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_la-gconf-upgrade.lo -MD -MP -MF .deps/libgconf_helpers_la-gconf-upgrade.Tpo -c gconf-upgrade.c -fPIC -DPIC -o .libs/libgconf_helpers_la-gconf-upgrade.o
  3534. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_la-gconf-upgrade.lo -MD -MP -MF .deps/libgconf_helpers_la-gconf-upgrade.Tpo -c gconf-upgrade.c -o libgconf_helpers_la-gconf-upgrade.o >/dev/null 2>&1
  3535. mv -f .deps/libgconf_helpers_la-gconf-upgrade.Tpo .deps/libgconf_helpers_la-gconf-upgrade.Plo
  3536. /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o libgconf-helpers.la libgconf_helpers_la-gconf-helpers.lo libgconf_helpers_la-gconf-upgrade.lo -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -pthread -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -lgconf-2 -lglib-2.0 -lgnome-keyring -lglib-2.0
  3537. libtool: link: ar cru .libs/libgconf-helpers.a .libs/libgconf_helpers_la-gconf-helpers.o .libs/libgconf_helpers_la-gconf-upgrade.o
  3538. libtool: link: ranlib .libs/libgconf-helpers.a
  3539. libtool: link: ( cd ".libs" && rm -f "libgconf-helpers.la" && ln -s "../libgconf-helpers.la" "libgconf-helpers.la" )
  3540. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_test_la-gconf-helpers.lo -MD -MP -MF .deps/libgconf_helpers_test_la-gconf-helpers.Tpo -c -o libgconf_helpers_test_la-gconf-helpers.lo `test -f 'gconf-helpers.c' || echo './'`gconf-helpers.c
  3541. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_test_la-gconf-helpers.lo -MD -MP -MF .deps/libgconf_helpers_test_la-gconf-helpers.Tpo -c gconf-helpers.c -fPIC -DPIC -o .libs/libgconf_helpers_test_la-gconf-helpers.o
  3542. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_test_la-gconf-helpers.lo -MD -MP -MF .deps/libgconf_helpers_test_la-gconf-helpers.Tpo -c gconf-helpers.c -o libgconf_helpers_test_la-gconf-helpers.o >/dev/null 2>&1
  3543. mv -f .deps/libgconf_helpers_test_la-gconf-helpers.Tpo .deps/libgconf_helpers_test_la-gconf-helpers.Plo
  3544. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_test_la-gconf-upgrade.lo -MD -MP -MF .deps/libgconf_helpers_test_la-gconf-upgrade.Tpo -c -o libgconf_helpers_test_la-gconf-upgrade.lo `test -f 'gconf-upgrade.c' || echo './'`gconf-upgrade.c
  3545. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_test_la-gconf-upgrade.lo -MD -MP -MF .deps/libgconf_helpers_test_la-gconf-upgrade.Tpo -c gconf-upgrade.c -fPIC -DPIC -o .libs/libgconf_helpers_test_la-gconf-upgrade.o
  3546. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/utils -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT libgconf_helpers_test_la-gconf-upgrade.lo -MD -MP -MF .deps/libgconf_helpers_test_la-gconf-upgrade.Tpo -c gconf-upgrade.c -o libgconf_helpers_test_la-gconf-upgrade.o >/dev/null 2>&1
  3547. mv -f .deps/libgconf_helpers_test_la-gconf-upgrade.Tpo .deps/libgconf_helpers_test_la-gconf-upgrade.Plo
  3548. /bin/sh ../../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o libgconf-helpers-test.la libgconf_helpers_test_la-gconf-helpers.lo libgconf_helpers_test_la-gconf-upgrade.lo -Wl,--export-dynamic -pthread -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0
  3549. libtool: link: ar cru .libs/libgconf-helpers-test.a .libs/libgconf_helpers_test_la-gconf-helpers.o .libs/libgconf_helpers_test_la-gconf-upgrade.o
  3550. libtool: link: ranlib .libs/libgconf-helpers-test.a
  3551. libtool: link: ( cd ".libs" && rm -f "libgconf-helpers-test.la" && ln -s "../libgconf-helpers-test.la" "libgconf-helpers-test.la" )
  3552. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/gconf-helpers'
  3553. Making all in tests
  3554. make[5]: Entering directory `/home/samuel/network-manager-applet/src/gconf-helpers/tests'
  3555. gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/utils -I ./../ -DTESTDIR=\".\" -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT test_upgrade-test-upgrade.o -MD -MP -MF .deps/test_upgrade-test-upgrade.Tpo -c -o test_upgrade-test-upgrade.o `test -f 'test-upgrade.c' || echo './'`test-upgrade.c
  3556. mv -f .deps/test_upgrade-test-upgrade.Tpo .deps/test_upgrade-test-upgrade.Po
  3557. gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/utils -I ./../ -DTESTDIR=\".\" -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT test_upgrade-fake-keyring.o -MD -MP -MF .deps/test_upgrade-fake-keyring.Tpo -c -o test_upgrade-fake-keyring.o `test -f 'fake-keyring.c' || echo './'`fake-keyring.c
  3558. mv -f .deps/test_upgrade-fake-keyring.Tpo .deps/test_upgrade-fake-keyring.Po
  3559. gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/utils -I ./../ -DTESTDIR=\".\" -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT test_upgrade-fake-gconf.o -MD -MP -MF .deps/test_upgrade-fake-gconf.Tpo -c -o test_upgrade-fake-gconf.o `test -f 'fake-gconf.c' || echo './'`fake-gconf.c
  3560. mv -f .deps/test_upgrade-fake-gconf.Tpo .deps/test_upgrade-fake-gconf.Po
  3561. /bin/sh ../../../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o test-upgrade test_upgrade-test-upgrade.o test_upgrade-fake-keyring.o test_upgrade-fake-gconf.o ./../libgconf-helpers-test.la -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -Wl,--export-dynamic -pthread -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -lgnome-keyring -lglib-2.0
  3562. libtool: link: gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o test-upgrade test_upgrade-test-upgrade.o test_upgrade-fake-keyring.o test_upgrade-fake-gconf.o -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -Wl,--export-dynamic -pthread ./../.libs/libgconf-helpers-test.a -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lgnome-keyring -lglib-2.0 -pthread
  3563. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/gconf-helpers/tests'
  3564. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/gconf-helpers'
  3565. make[4]: Entering directory `/home/samuel/network-manager-applet/src'
  3566. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-main.o -MD -MP -MF .deps/nm_applet-main.Tpo -c -o nm_applet-main.o `test -f 'main.c' || echo './'`main.c
  3567. mv -f .deps/nm_applet-main.Tpo .deps/nm_applet-main.Po
  3568. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-applet.o -MD -MP -MF .deps/nm_applet-applet.Tpo -c -o nm_applet-applet.o `test -f 'applet.c' || echo './'`applet.c
  3569. mv -f .deps/nm_applet-applet.Tpo .deps/nm_applet-applet.Po
  3570. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-applet-agent.o -MD -MP -MF .deps/nm_applet-applet-agent.Tpo -c -o nm_applet-applet-agent.o `test -f 'applet-agent.c' || echo './'`applet-agent.c
  3571. mv -f .deps/nm_applet-applet-agent.Tpo .deps/nm_applet-applet-agent.Po
  3572. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-applet-vpn-request.o -MD -MP -MF .deps/nm_applet-applet-vpn-request.Tpo -c -o nm_applet-applet-vpn-request.o `test -f 'applet-vpn-request.c' || echo './'`applet-vpn-request.c
  3573. mv -f .deps/nm_applet-applet-vpn-request.Tpo .deps/nm_applet-applet-vpn-request.Po
  3574. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-ethernet-dialog.o -MD -MP -MF .deps/nm_applet-ethernet-dialog.Tpo -c -o nm_applet-ethernet-dialog.o `test -f 'ethernet-dialog.c' || echo './'`ethernet-dialog.c
  3575. mv -f .deps/nm_applet-ethernet-dialog.Tpo .deps/nm_applet-ethernet-dialog.Po
  3576. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-applet-dialogs.o -MD -MP -MF .deps/nm_applet-applet-dialogs.Tpo -c -o nm_applet-applet-dialogs.o `test -f 'applet-dialogs.c' || echo './'`applet-dialogs.c
  3577. mv -f .deps/nm_applet-applet-dialogs.Tpo .deps/nm_applet-applet-dialogs.Po
  3578. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-applet-device-ethernet.o -MD -MP -MF .deps/nm_applet-applet-device-ethernet.Tpo -c -o nm_applet-applet-device-ethernet.o `test -f 'applet-device-ethernet.c' || echo './'`applet-device-ethernet.c
  3579. mv -f .deps/nm_applet-applet-device-ethernet.Tpo .deps/nm_applet-applet-device-ethernet.Po
  3580. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-applet-device-wifi.o -MD -MP -MF .deps/nm_applet-applet-device-wifi.Tpo -c -o nm_applet-applet-device-wifi.o `test -f 'applet-device-wifi.c' || echo './'`applet-device-wifi.c
  3581. mv -f .deps/nm_applet-applet-device-wifi.Tpo .deps/nm_applet-applet-device-wifi.Po
  3582. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-ap-menu-item.o -MD -MP -MF .deps/nm_applet-ap-menu-item.Tpo -c -o nm_applet-ap-menu-item.o `test -f 'ap-menu-item.c' || echo './'`ap-menu-item.c
  3583. mv -f .deps/nm_applet-ap-menu-item.Tpo .deps/nm_applet-ap-menu-item.Po
  3584. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-mb-menu-item.o -MD -MP -MF .deps/nm_applet-mb-menu-item.Tpo -c -o nm_applet-mb-menu-item.o `test -f 'mb-menu-item.c' || echo './'`mb-menu-item.c
  3585. mv -f .deps/nm_applet-mb-menu-item.Tpo .deps/nm_applet-mb-menu-item.Po
  3586. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-applet-device-gsm.o -MD -MP -MF .deps/nm_applet-applet-device-gsm.Tpo -c -o nm_applet-applet-device-gsm.o `test -f 'applet-device-gsm.c' || echo './'`applet-device-gsm.c
  3587. mv -f .deps/nm_applet-applet-device-gsm.Tpo .deps/nm_applet-applet-device-gsm.Po
  3588. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-applet-device-cdma.o -MD -MP -MF .deps/nm_applet-applet-device-cdma.Tpo -c -o nm_applet-applet-device-cdma.o `test -f 'applet-device-cdma.c' || echo './'`applet-device-cdma.c
  3589. mv -f .deps/nm_applet-applet-device-cdma.Tpo .deps/nm_applet-applet-device-cdma.Po
  3590. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-mobile-helpers.o -MD -MP -MF .deps/nm_applet-mobile-helpers.Tpo -c -o nm_applet-mobile-helpers.o `test -f 'mobile-helpers.c' || echo './'`mobile-helpers.c
  3591. mv -f .deps/nm_applet-mobile-helpers.Tpo .deps/nm_applet-mobile-helpers.Po
  3592. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-applet-device-bt.o -MD -MP -MF .deps/nm_applet-applet-device-bt.Tpo -c -o nm_applet-applet-device-bt.o `test -f 'applet-device-bt.c' || echo './'`applet-device-bt.c
  3593. mv -f .deps/nm_applet-applet-device-bt.Tpo .deps/nm_applet-applet-device-bt.Po
  3594. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-applet-device-wimax.o -MD -MP -MF .deps/nm_applet-applet-device-wimax.Tpo -c -o nm_applet-applet-device-wimax.o `test -f 'applet-device-wimax.c' || echo './'`applet-device-wimax.c
  3595. mv -f .deps/nm_applet-applet-device-wimax.Tpo .deps/nm_applet-applet-device-wimax.Po
  3596. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet-shell-watcher.o -MD -MP -MF .deps/nm_applet-shell-watcher.Tpo -c -o nm_applet-shell-watcher.o `test -f 'shell-watcher.c' || echo './'`shell-watcher.c
  3597. mv -f .deps/nm_applet-shell-watcher.Tpo .deps/nm_applet-shell-watcher.Po
  3598. /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o nm-applet nm_applet-main.o nm_applet-applet.o nm_applet-applet-agent.o nm_applet-applet-vpn-request.o nm_applet-ethernet-dialog.o nm_applet-applet-dialogs.o nm_applet-applet-device-ethernet.o nm_applet-applet-device-wifi.o nm_applet-ap-menu-item.o nm_applet-mb-menu-item.o nm_applet-applet-device-gsm.o nm_applet-applet-device-cdma.o nm_applet-mobile-helpers.o nm_applet-applet-device-bt.o nm_applet-applet-device-wimax.o nm_applet-shell-watcher.o -lm -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -pthread -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -lgnome-keyring -lglib-2.0 -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../src/marshallers/libmarshallers.la ../src/utils/libutils.la ../src/wireless-security/libwireless-security.la ../src/libnm-gtk/libnm-gtk.la
  3599. libtool: link: gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o .libs/nm-applet nm_applet-main.o nm_applet-applet.o nm_applet-applet-agent.o nm_applet-applet-vpn-request.o nm_applet-ethernet-dialog.o nm_applet-applet-dialogs.o nm_applet-applet-device-ethernet.o nm_applet-applet-device-wifi.o nm_applet-ap-menu-item.o nm_applet-mb-menu-item.o nm_applet-applet-device-gsm.o nm_applet-applet-device-cdma.o nm_applet-mobile-helpers.o nm_applet-applet-device-bt.o nm_applet-applet-device-wimax.o nm_applet-shell-watcher.o -Wl,--export-dynamic -pthread -lm -L/lib64 -lnotify ../src/marshallers/.libs/libmarshallers.a ../src/utils/.libs/libutils.a ../src/wireless-security/.libs/libwireless-security.a ../src/libnm-gtk/.libs/libnm-gtk.so -lgnome-keyring -lgudev-1.0 -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -pthread
  3600. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -I/usr/include/libdrm -pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -DICONDIR=\""/usr/share/icons"\" -DUIDIR=\""/usr/share/nm-applet"\" -DBINDIR=\""/usr/bin"\" -DSYSCONFDIR=\""/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" -DAUTOSTARTDIR=\""/etc/xdg/autostart"\" -DVPN_NAME_FILES_DIR=\""/etc/NetworkManager/VPN"\" -DNMALOCALEDIR=\"/usr/share/locale\" -DGCONF_DISABLE_DEPRECATED -DGCONF_DISABLE_SINGLE_INCLUDES -DBONOBO_DISABLE_DEPRECATED -DBONOBO_DISABLE_SINGLE_INCLUDES -DBONOBO_UI_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_SINGLE_INCLUDES -DGNOME_DISABLE_DEPRECATED -DGNOME_DISABLE_SINGLE_INCLUDES -DLIBGLADE_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_SINGLE_INCLUDES -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_SINGLE_INCLUDES -DWNCK_DISABLE_DEPRECATED -DWNCK_DISABLE_SINGLE_INCLUDES -DLIBSOUP_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_SINGLE_INCLUDES -I../src/marshallers -I../src/utils -I../src/wireless-security -I../src/libnm-gtk -pthread -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../src/gconf-helpers -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -MT nm_applet_migration_tool-migration-tool.o -MD -MP -MF .deps/nm_applet_migration_tool-migration-tool.Tpo -c -o nm_applet_migration_tool-migration-tool.o `test -f 'migration-tool.c' || echo './'`migration-tool.c
  3601. mv -f .deps/nm_applet_migration_tool-migration-tool.Tpo .deps/nm_applet_migration_tool-migration-tool.Po
  3602. /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o nm-applet-migration-tool nm_applet_migration_tool-migration-tool.o -lm -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -pthread -L/lib64 -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -lgnome-keyring -lglib-2.0 -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../src/marshallers/libmarshallers.la ../src/utils/libutils.la ../src/wireless-security/libwireless-security.la ../src/libnm-gtk/libnm-gtk.la -lgconf-2 -lglib-2.0 ../src/gconf-helpers/libgconf-helpers.la
  3603. libtool: link: gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -o .libs/nm-applet-migration-tool nm_applet_migration_tool-migration-tool.o -Wl,--export-dynamic -pthread -lm -L/lib64 -lnotify ../src/marshallers/.libs/libmarshallers.a ../src/utils/.libs/libutils.a ../src/wireless-security/.libs/libwireless-security.a ../src/libnm-gtk/.libs/libnm-gtk.so -lgudev-1.0 ../src/gconf-helpers/.libs/libgconf-helpers.a -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgio-2.0 -lnm-glib -lnm-util -lnm-glib-vpn -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgmodule-2.0 -lrt -lgconf-2 -lgnome-keyring -lglib-2.0 -pthread
  3604. make[4]: Leaving directory `/home/samuel/network-manager-applet/src'
  3605. make[3]: Leaving directory `/home/samuel/network-manager-applet/src'
  3606. make[2]: Leaving directory `/home/samuel/network-manager-applet/src'
  3607. Making all in icons
  3608. make[2]: Entering directory `/home/samuel/network-manager-applet/icons'
  3609. Making all in 16
  3610. make[3]: Entering directory `/home/samuel/network-manager-applet/icons/16'
  3611. make[3]: Nothing to be done for `all'.
  3612. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons/16'
  3613. Making all in 22
  3614. make[3]: Entering directory `/home/samuel/network-manager-applet/icons/22'
  3615. make[3]: Nothing to be done for `all'.
  3616. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons/22'
  3617. Making all in 32
  3618. make[3]: Entering directory `/home/samuel/network-manager-applet/icons/32'
  3619. make[3]: Nothing to be done for `all'.
  3620. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons/32'
  3621. Making all in 48
  3622. make[3]: Entering directory `/home/samuel/network-manager-applet/icons/48'
  3623. make[3]: Nothing to be done for `all'.
  3624. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons/48'
  3625. Making all in scalable
  3626. make[3]: Entering directory `/home/samuel/network-manager-applet/icons/scalable'
  3627. make[3]: Nothing to be done for `all'.
  3628. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons/scalable'
  3629. make[3]: Entering directory `/home/samuel/network-manager-applet/icons'
  3630. make[3]: Nothing to be done for `all-am'.
  3631. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons'
  3632. make[2]: Leaving directory `/home/samuel/network-manager-applet/icons'
  3633. Making all in po
  3634. make[2]: Entering directory `/home/samuel/network-manager-applet/po'
  3635. file=`echo af | sed 's,.*/,,'`.gmo \
  3636. && rm -f $file && /usr/bin/msgfmt -o $file af.po
  3637. file=`echo an | sed 's,.*/,,'`.gmo \
  3638. && rm -f $file && /usr/bin/msgfmt -o $file an.po
  3639. file=`echo ar | sed 's,.*/,,'`.gmo \
  3640. && rm -f $file && /usr/bin/msgfmt -o $file ar.po
  3641. file=`echo as | sed 's,.*/,,'`.gmo \
  3642. && rm -f $file && /usr/bin/msgfmt -o $file as.po
  3643. file=`echo ast | sed 's,.*/,,'`.gmo \
  3644. && rm -f $file && /usr/bin/msgfmt -o $file ast.po
  3645. file=`echo be | sed 's,.*/,,'`.gmo \
  3646. && rm -f $file && /usr/bin/msgfmt -o $file be.po
  3647. file=`echo be@latin | sed 's,.*/,,'`.gmo \
  3648. && rm -f $file && /usr/bin/msgfmt -o $file be@latin.po
  3649. file=`echo bg | sed 's,.*/,,'`.gmo \
  3650. && rm -f $file && /usr/bin/msgfmt -o $file bg.po
  3651. file=`echo bn_IN | sed 's,.*/,,'`.gmo \
  3652. && rm -f $file && /usr/bin/msgfmt -o $file bn_IN.po
  3653. file=`echo bs | sed 's,.*/,,'`.gmo \
  3654. && rm -f $file && /usr/bin/msgfmt -o $file bs.po
  3655. file=`echo ca | sed 's,.*/,,'`.gmo \
  3656. && rm -f $file && /usr/bin/msgfmt -o $file ca.po
  3657. file=`echo ca@valencia | sed 's,.*/,,'`.gmo \
  3658. && rm -f $file && /usr/bin/msgfmt -o $file ca@valencia.po
  3659. file=`echo crh | sed 's,.*/,,'`.gmo \
  3660. && rm -f $file && /usr/bin/msgfmt -o $file crh.po
  3661. file=`echo cs | sed 's,.*/,,'`.gmo \
  3662. && rm -f $file && /usr/bin/msgfmt -o $file cs.po
  3663. file=`echo da | sed 's,.*/,,'`.gmo \
  3664. && rm -f $file && /usr/bin/msgfmt -o $file da.po
  3665. file=`echo de | sed 's,.*/,,'`.gmo \
  3666. && rm -f $file && /usr/bin/msgfmt -o $file de.po
  3667. file=`echo dz | sed 's,.*/,,'`.gmo \
  3668. && rm -f $file && /usr/bin/msgfmt -o $file dz.po
  3669. file=`echo el | sed 's,.*/,,'`.gmo \
  3670. && rm -f $file && /usr/bin/msgfmt -o $file el.po
  3671. file=`echo en_CA | sed 's,.*/,,'`.gmo \
  3672. && rm -f $file && /usr/bin/msgfmt -o $file en_CA.po
  3673. file=`echo en_GB | sed 's,.*/,,'`.gmo \
  3674. && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
  3675. file=`echo eo | sed 's,.*/,,'`.gmo \
  3676. && rm -f $file && /usr/bin/msgfmt -o $file eo.po
  3677. file=`echo es | sed 's,.*/,,'`.gmo \
  3678. && rm -f $file && /usr/bin/msgfmt -o $file es.po
  3679. file=`echo et | sed 's,.*/,,'`.gmo \
  3680. && rm -f $file && /usr/bin/msgfmt -o $file et.po
  3681. file=`echo eu | sed 's,.*/,,'`.gmo \
  3682. && rm -f $file && /usr/bin/msgfmt -o $file eu.po
  3683. file=`echo fa | sed 's,.*/,,'`.gmo \
  3684. && rm -f $file && /usr/bin/msgfmt -o $file fa.po
  3685. file=`echo fi | sed 's,.*/,,'`.gmo \
  3686. && rm -f $file && /usr/bin/msgfmt -o $file fi.po
  3687. file=`echo fr | sed 's,.*/,,'`.gmo \
  3688. && rm -f $file && /usr/bin/msgfmt -o $file fr.po
  3689. file=`echo gl | sed 's,.*/,,'`.gmo \
  3690. && rm -f $file && /usr/bin/msgfmt -o $file gl.po
  3691. file=`echo gu | sed 's,.*/,,'`.gmo \
  3692. && rm -f $file && /usr/bin/msgfmt -o $file gu.po
  3693. file=`echo he | sed 's,.*/,,'`.gmo \
  3694. && rm -f $file && /usr/bin/msgfmt -o $file he.po
  3695. file=`echo hi | sed 's,.*/,,'`.gmo \
  3696. && rm -f $file && /usr/bin/msgfmt -o $file hi.po
  3697. file=`echo hr | sed 's,.*/,,'`.gmo \
  3698. && rm -f $file && /usr/bin/msgfmt -o $file hr.po
  3699. file=`echo hu | sed 's,.*/,,'`.gmo \
  3700. && rm -f $file && /usr/bin/msgfmt -o $file hu.po
  3701. file=`echo id | sed 's,.*/,,'`.gmo \
  3702. && rm -f $file && /usr/bin/msgfmt -o $file id.po
  3703. file=`echo it | sed 's,.*/,,'`.gmo \
  3704. && rm -f $file && /usr/bin/msgfmt -o $file it.po
  3705. file=`echo ja | sed 's,.*/,,'`.gmo \
  3706. && rm -f $file && /usr/bin/msgfmt -o $file ja.po
  3707. file=`echo kk | sed 's,.*/,,'`.gmo \
  3708. && rm -f $file && /usr/bin/msgfmt -o $file kk.po
  3709. file=`echo km | sed 's,.*/,,'`.gmo \
  3710. && rm -f $file && /usr/bin/msgfmt -o $file km.po
  3711. file=`echo kn | sed 's,.*/,,'`.gmo \
  3712. && rm -f $file && /usr/bin/msgfmt -o $file kn.po
  3713. file=`echo ko | sed 's,.*/,,'`.gmo \
  3714. && rm -f $file && /usr/bin/msgfmt -o $file ko.po
  3715. file=`echo ku | sed 's,.*/,,'`.gmo \
  3716. && rm -f $file && /usr/bin/msgfmt -o $file ku.po
  3717. file=`echo lt | sed 's,.*/,,'`.gmo \
  3718. && rm -f $file && /usr/bin/msgfmt -o $file lt.po
  3719. file=`echo lv | sed 's,.*/,,'`.gmo \
  3720. && rm -f $file && /usr/bin/msgfmt -o $file lv.po
  3721. file=`echo mk | sed 's,.*/,,'`.gmo \
  3722. && rm -f $file && /usr/bin/msgfmt -o $file mk.po
  3723. file=`echo ml | sed 's,.*/,,'`.gmo \
  3724. && rm -f $file && /usr/bin/msgfmt -o $file ml.po
  3725. file=`echo mr | sed 's,.*/,,'`.gmo \
  3726. && rm -f $file && /usr/bin/msgfmt -o $file mr.po
  3727. file=`echo ms | sed 's,.*/,,'`.gmo \
  3728. && rm -f $file && /usr/bin/msgfmt -o $file ms.po
  3729. file=`echo nb | sed 's,.*/,,'`.gmo \
  3730. && rm -f $file && /usr/bin/msgfmt -o $file nb.po
  3731. file=`echo ne | sed 's,.*/,,'`.gmo \
  3732. && rm -f $file && /usr/bin/msgfmt -o $file ne.po
  3733. file=`echo nl | sed 's,.*/,,'`.gmo \
  3734. && rm -f $file && /usr/bin/msgfmt -o $file nl.po
  3735. file=`echo nn | sed 's,.*/,,'`.gmo \
  3736. && rm -f $file && /usr/bin/msgfmt -o $file nn.po
  3737. file=`echo oc | sed 's,.*/,,'`.gmo \
  3738. && rm -f $file && /usr/bin/msgfmt -o $file oc.po
  3739. file=`echo or | sed 's,.*/,,'`.gmo \
  3740. && rm -f $file && /usr/bin/msgfmt -o $file or.po
  3741. file=`echo pa | sed 's,.*/,,'`.gmo \
  3742. && rm -f $file && /usr/bin/msgfmt -o $file pa.po
  3743. file=`echo pl | sed 's,.*/,,'`.gmo \
  3744. && rm -f $file && /usr/bin/msgfmt -o $file pl.po
  3745. file=`echo pt | sed 's,.*/,,'`.gmo \
  3746. && rm -f $file && /usr/bin/msgfmt -o $file pt.po
  3747. file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  3748. && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
  3749. file=`echo ro | sed 's,.*/,,'`.gmo \
  3750. && rm -f $file && /usr/bin/msgfmt -o $file ro.po
  3751. file=`echo ru | sed 's,.*/,,'`.gmo \
  3752. && rm -f $file && /usr/bin/msgfmt -o $file ru.po
  3753. file=`echo rw | sed 's,.*/,,'`.gmo \
  3754. && rm -f $file && /usr/bin/msgfmt -o $file rw.po
  3755. file=`echo sk | sed 's,.*/,,'`.gmo \
  3756. && rm -f $file && /usr/bin/msgfmt -o $file sk.po
  3757. file=`echo sl | sed 's,.*/,,'`.gmo \
  3758. && rm -f $file && /usr/bin/msgfmt -o $file sl.po
  3759. file=`echo sq | sed 's,.*/,,'`.gmo \
  3760. && rm -f $file && /usr/bin/msgfmt -o $file sq.po
  3761. file=`echo sr | sed 's,.*/,,'`.gmo \
  3762. && rm -f $file && /usr/bin/msgfmt -o $file sr.po
  3763. file=`echo sr@latin | sed 's,.*/,,'`.gmo \
  3764. && rm -f $file && /usr/bin/msgfmt -o $file sr@latin.po
  3765. file=`echo sv | sed 's,.*/,,'`.gmo \
  3766. && rm -f $file && /usr/bin/msgfmt -o $file sv.po
  3767. file=`echo ta | sed 's,.*/,,'`.gmo \
  3768. && rm -f $file && /usr/bin/msgfmt -o $file ta.po
  3769. file=`echo te | sed 's,.*/,,'`.gmo \
  3770. && rm -f $file && /usr/bin/msgfmt -o $file te.po
  3771. file=`echo th | sed 's,.*/,,'`.gmo \
  3772. && rm -f $file && /usr/bin/msgfmt -o $file th.po
  3773. file=`echo tr | sed 's,.*/,,'`.gmo \
  3774. && rm -f $file && /usr/bin/msgfmt -o $file tr.po
  3775. file=`echo ug | sed 's,.*/,,'`.gmo \
  3776. && rm -f $file && /usr/bin/msgfmt -o $file ug.po
  3777. file=`echo uk | sed 's,.*/,,'`.gmo \
  3778. && rm -f $file && /usr/bin/msgfmt -o $file uk.po
  3779. file=`echo ur | sed 's,.*/,,'`.gmo \
  3780. && rm -f $file && /usr/bin/msgfmt -o $file ur.po
  3781. file=`echo vi | sed 's,.*/,,'`.gmo \
  3782. && rm -f $file && /usr/bin/msgfmt -o $file vi.po
  3783. file=`echo wa | sed 's,.*/,,'`.gmo \
  3784. && rm -f $file && /usr/bin/msgfmt -o $file wa.po
  3785. file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  3786. && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
  3787. file=`echo zh_HK | sed 's,.*/,,'`.gmo \
  3788. && rm -f $file && /usr/bin/msgfmt -o $file zh_HK.po
  3789. file=`echo zh_TW | sed 's,.*/,,'`.gmo \
  3790. && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
  3791. make[2]: Leaving directory `/home/samuel/network-manager-applet/po'
  3792. make[2]: Entering directory `/home/samuel/network-manager-applet'
  3793. LC_ALL=C /usr/bin/intltool-merge -d -u -c ./po/.intltool-merge-cache ./po nm-applet.desktop.in nm-applet.desktop
  3794. Generating and caching the translation database
  3795. Merging translations into nm-applet.desktop.
  3796. LC_ALL=C /usr/bin/intltool-merge -d -u -c ./po/.intltool-merge-cache ./po nm-connection-editor.desktop.in nm-connection-editor.desktop
  3797. Found cached translation database
  3798. Merging translations into nm-connection-editor.desktop.
  3799. LC_ALL=C /usr/bin/intltool-merge -x -u --no-translations org.gnome.nm-applet.gschema.xml.in org.gnome.nm-applet.gschema.xml
  3800. Merging translations into org.gnome.nm-applet.gschema.xml.
  3801. CREATED org.gnome.nm-applet.gschema.xml
  3802. glib-compile-schemas --strict --dry-run --schema-file=org.gnome.nm-applet.gschema.xml && touch org.gnome.nm-applet.gschema.valid
  3803. make[2]: Leaving directory `/home/samuel/network-manager-applet'
  3804. make[1]: Leaving directory `/home/samuel/network-manager-applet'
  3805. [samuel@philo network-manager-applet]$ sudo make install
  3806. Making install in src
  3807. make[1]: Entering directory `/home/samuel/network-manager-applet/src'
  3808. make install-recursive
  3809. make[2]: Entering directory `/home/samuel/network-manager-applet/src'
  3810. Making install in marshallers
  3811. make[3]: Entering directory `/home/samuel/network-manager-applet/src/marshallers'
  3812. make install-am
  3813. make[4]: Entering directory `/home/samuel/network-manager-applet/src/marshallers'
  3814. make[5]: Entering directory `/home/samuel/network-manager-applet/src/marshallers'
  3815. make[5]: Nothing to be done for `install-exec-am'.
  3816. make[5]: Nothing to be done for `install-data-am'.
  3817. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/marshallers'
  3818. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/marshallers'
  3819. make[3]: Leaving directory `/home/samuel/network-manager-applet/src/marshallers'
  3820. Making install in utils
  3821. make[3]: Entering directory `/home/samuel/network-manager-applet/src/utils'
  3822. Making install in .
  3823. make[4]: Entering directory `/home/samuel/network-manager-applet/src/utils'
  3824. make[5]: Entering directory `/home/samuel/network-manager-applet/src/utils'
  3825. make[5]: Nothing to be done for `install-exec-am'.
  3826. make[5]: Nothing to be done for `install-data-am'.
  3827. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/utils'
  3828. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/utils'
  3829. Making install in tests
  3830. make[4]: Entering directory `/home/samuel/network-manager-applet/src/utils/tests'
  3831. make[5]: Entering directory `/home/samuel/network-manager-applet/src/utils/tests'
  3832. make[5]: Nothing to be done for `install-exec-am'.
  3833. make[5]: Nothing to be done for `install-data-am'.
  3834. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/utils/tests'
  3835. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/utils/tests'
  3836. make[3]: Leaving directory `/home/samuel/network-manager-applet/src/utils'
  3837. Making install in wireless-security
  3838. make[3]: Entering directory `/home/samuel/network-manager-applet/src/wireless-security'
  3839. make[4]: Entering directory `/home/samuel/network-manager-applet/src/wireless-security'
  3840. make[4]: Nothing to be done for `install-exec-am'.
  3841. /usr/bin/mkdir -p '/usr/share/nm-applet'
  3842. /usr/bin/install -c -m 644 eap-method-leap.ui eap-method-fast.ui eap-method-peap.ui eap-method-simple.ui eap-method-tls.ui eap-method-ttls.ui nag-user-dialog.ui ws-dynamic-wep.ui ws-leap.ui ws-wep-key.ui ws-wpa-eap.ui ws-wpa-psk.ui '/usr/share/nm-applet'
  3843. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/wireless-security'
  3844. make[3]: Leaving directory `/home/samuel/network-manager-applet/src/wireless-security'
  3845. Making install in libnm-gtk
  3846. make[3]: Entering directory `/home/samuel/network-manager-applet/src/libnm-gtk'
  3847. Making install in .
  3848. make[4]: Entering directory `/home/samuel/network-manager-applet/src/libnm-gtk'
  3849. make[5]: Entering directory `/home/samuel/network-manager-applet/src/libnm-gtk'
  3850. /usr/bin/mkdir -p '/usr/lib'
  3851. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnm-gtk.la '/usr/lib'
  3852. libtool: install: /usr/bin/install -c .libs/libnm-gtk.so.0.0.0 /usr/lib/libnm-gtk.so.0.0.0
  3853. libtool: install: (cd /usr/lib && { ln -s -f libnm-gtk.so.0.0.0 libnm-gtk.so.0 || { rm -f libnm-gtk.so.0 && ln -s libnm-gtk.so.0.0.0 libnm-gtk.so.0; }; })
  3854. libtool: install: (cd /usr/lib && { ln -s -f libnm-gtk.so.0.0.0 libnm-gtk.so || { rm -f libnm-gtk.so && ln -s libnm-gtk.so.0.0.0 libnm-gtk.so; }; })
  3855. libtool: install: /usr/bin/install -c .libs/libnm-gtk.lai /usr/lib/libnm-gtk.la
  3856. libtool: install: /usr/bin/install -c .libs/libnm-gtk.a /usr/lib/libnm-gtk.a
  3857. libtool: install: chmod 644 /usr/lib/libnm-gtk.a
  3858. libtool: install: ranlib /usr/lib/libnm-gtk.a
  3859. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/lib
  3860. ----------------------------------------------------------------------
  3861. Libraries have been installed in:
  3862. /usr/lib
  3863.  
  3864. If you ever happen to want to link against installed libraries
  3865. in a given directory, LIBDIR, you must either use libtool, and
  3866. specify the full pathname of the library, or use the `-LLIBDIR'
  3867. flag during linking and do at least one of the following:
  3868. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  3869. during execution
  3870. - add LIBDIR to the `LD_RUN_PATH' environment variable
  3871. during linking
  3872. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  3873. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  3874.  
  3875. See any operating system documentation about shared libraries for
  3876. more information, such as the ld(1) and ld.so(8) manual pages.
  3877. ----------------------------------------------------------------------
  3878. /usr/bin/mkdir -p '/usr/share/gir-1.0'
  3879. /usr/bin/install -c -m 644 NMGtk-1.0.gir '/usr/share/gir-1.0'
  3880. /usr/bin/mkdir -p '/usr/include/libnm-gtk'
  3881. /usr/bin/install -c -m 644 nm-wifi-dialog.h nm-wireless-dialog.h nm-mobile-wizard.h nm-ui-utils.h nm-mobile-providers.h '/usr/include/libnm-gtk'
  3882. /usr/bin/mkdir -p '/usr/lib/pkgconfig'
  3883. /usr/bin/install -c -m 644 libnm-gtk.pc '/usr/lib/pkgconfig'
  3884. /usr/bin/mkdir -p '/usr/lib/girepository-1.0'
  3885. /usr/bin/install -c -m 644 NMGtk-1.0.typelib '/usr/lib/girepository-1.0'
  3886. /usr/bin/mkdir -p '/usr/share/libnm-gtk'
  3887. /usr/bin/install -c -m 644 wifi.ui '/usr/share/libnm-gtk'
  3888. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/libnm-gtk'
  3889. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/libnm-gtk'
  3890. Making install in tests
  3891. make[4]: Entering directory `/home/samuel/network-manager-applet/src/libnm-gtk/tests'
  3892. make[5]: Entering directory `/home/samuel/network-manager-applet/src/libnm-gtk/tests'
  3893. make[5]: Nothing to be done for `install-exec-am'.
  3894. make[5]: Nothing to be done for `install-data-am'.
  3895. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/libnm-gtk/tests'
  3896. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/libnm-gtk/tests'
  3897. Making install in examples
  3898. make[4]: Entering directory `/home/samuel/network-manager-applet/src/libnm-gtk/examples'
  3899. make[5]: Entering directory `/home/samuel/network-manager-applet/src/libnm-gtk/examples'
  3900. make[5]: Nothing to be done for `install-exec-am'.
  3901. make[5]: Nothing to be done for `install-data-am'.
  3902. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/libnm-gtk/examples'
  3903. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/libnm-gtk/examples'
  3904. make[3]: Leaving directory `/home/samuel/network-manager-applet/src/libnm-gtk'
  3905. Making install in connection-editor
  3906. make[3]: Entering directory `/home/samuel/network-manager-applet/src/connection-editor'
  3907. make install-am
  3908. make[4]: Entering directory `/home/samuel/network-manager-applet/src/connection-editor'
  3909. make[5]: Entering directory `/home/samuel/network-manager-applet/src/connection-editor'
  3910. /usr/bin/mkdir -p '/usr/bin'
  3911. /bin/sh ../../libtool --mode=install /usr/bin/install -c nm-connection-editor '/usr/bin'
  3912. libtool: install: /usr/bin/install -c .libs/nm-connection-editor /usr/bin/nm-connection-editor
  3913. /usr/bin/mkdir -p '/usr/share/nm-applet'
  3914. /usr/bin/install -c -m 644 nm-connection-editor.ui ce-new-connection.ui ce-page-general.ui ce-page-ethernet.ui ce-page-wifi.ui ce-page-wifi-security.ui ce-page-wimax.ui ce-page-infiniband.ui ce-page-bond.ui ce-page-bridge.ui ce-page-bridge-port.ui ce-page-ip4.ui ce-ip4-routes.ui ce-page-ip6.ui ce-ip6-routes.ui ce-page-dsl.ui ce-page-mobile.ui ce-page-ppp.ui ce-ppp-auth-methods.ui ce-page-vlan.ui '/usr/share/nm-applet'
  3915. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/connection-editor'
  3916. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/connection-editor'
  3917. make[3]: Leaving directory `/home/samuel/network-manager-applet/src/connection-editor'
  3918. Making install in gnome-bluetooth
  3919. make[3]: Entering directory `/home/samuel/network-manager-applet/src/gnome-bluetooth'
  3920. make[4]: Entering directory `/home/samuel/network-manager-applet/src/gnome-bluetooth'
  3921. make[4]: Nothing to be done for `install-exec-am'.
  3922. /usr/bin/mkdir -p '/usr/lib/gnome-bluetooth/plugins'
  3923. /bin/sh ../../libtool --mode=install /usr/bin/install -c libnma.la '/usr/lib/gnome-bluetooth/plugins'
  3924. libtool: install: warning: relinking `libnma.la'
  3925. libtool: install: (cd /home/samuel/network-manager-applet/src/gnome-bluetooth; /bin/sh /home/samuel/network-manager-applet/libtool --tag CC --mode=relink gcc -Wall -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -fno-strict-aliasing -Wno-unused-but-set-variable -Werror -module -avoid-version -o libnma.la -rpath /usr/lib/gnome-bluetooth/plugins libnma_la-bt-widget.lo libnma_la-nma-bt-device.lo ../../src/marshallers/libmarshallers.la ../../src/utils/libutils.la ../../src/libnm-gtk/libnm-gtk.la -L/lib64 -lgnome-bluetooth -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lnm-util -lnm-glib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 )
  3926. libtool: relink: gcc -shared -fPIC -DPIC .libs/libnma_la-bt-widget.o .libs/libnma_la-nma-bt-device.o -Wl,--whole-archive ../../src/marshallers/.libs/libmarshallers.a ../../src/utils/.libs/libutils.a -Wl,--no-whole-archive -L/lib64 -L/usr/lib -lnm-gtk -lgnome-keyring -lgudev-1.0 -lnm-glib-vpn -L/usr/lib64 -lgnome-bluetooth -lgmodule-2.0 -lrt -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lnm-util -lnm-glib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -O2 -pthread -Wl,-soname -Wl,libnma.so -o .libs/libnma.so
  3927. libtool: install: /usr/bin/install -c .libs/libnma.soT /usr/lib/gnome-bluetooth/plugins/libnma.so
  3928. libtool: install: /usr/bin/install -c .libs/libnma.lai /usr/lib/gnome-bluetooth/plugins/libnma.la
  3929. libtool: install: /usr/bin/install -c .libs/libnma.a /usr/lib/gnome-bluetooth/plugins/libnma.a
  3930. libtool: install: chmod 644 /usr/lib/gnome-bluetooth/plugins/libnma.a
  3931. libtool: install: ranlib /usr/lib/gnome-bluetooth/plugins/libnma.a
  3932. libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/lib/gnome-bluetooth/plugins
  3933. ----------------------------------------------------------------------
  3934. Libraries have been installed in:
  3935. /usr/lib/gnome-bluetooth/plugins
  3936.  
  3937. If you ever happen to want to link against installed libraries
  3938. in a given directory, LIBDIR, you must either use libtool, and
  3939. specify the full pathname of the library, or use the `-LLIBDIR'
  3940. flag during linking and do at least one of the following:
  3941. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  3942. during execution
  3943. - add LIBDIR to the `LD_RUN_PATH' environment variable
  3944. during linking
  3945. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  3946. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  3947.  
  3948. See any operating system documentation about shared libraries for
  3949. more information, such as the ld(1) and ld.so(8) manual pages.
  3950. ----------------------------------------------------------------------
  3951. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/gnome-bluetooth'
  3952. make[3]: Leaving directory `/home/samuel/network-manager-applet/src/gnome-bluetooth'
  3953. Making install in gconf-helpers
  3954. make[3]: Entering directory `/home/samuel/network-manager-applet/src/gconf-helpers'
  3955. Making install in .
  3956. make[4]: Entering directory `/home/samuel/network-manager-applet/src/gconf-helpers'
  3957. make[5]: Entering directory `/home/samuel/network-manager-applet/src/gconf-helpers'
  3958. make[5]: Nothing to be done for `install-exec-am'.
  3959. make[5]: Nothing to be done for `install-data-am'.
  3960. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/gconf-helpers'
  3961. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/gconf-helpers'
  3962. Making install in tests
  3963. make[4]: Entering directory `/home/samuel/network-manager-applet/src/gconf-helpers/tests'
  3964. make[5]: Entering directory `/home/samuel/network-manager-applet/src/gconf-helpers/tests'
  3965. make[5]: Nothing to be done for `install-exec-am'.
  3966. make[5]: Nothing to be done for `install-data-am'.
  3967. make[5]: Leaving directory `/home/samuel/network-manager-applet/src/gconf-helpers/tests'
  3968. make[4]: Leaving directory `/home/samuel/network-manager-applet/src/gconf-helpers/tests'
  3969. make[3]: Leaving directory `/home/samuel/network-manager-applet/src/gconf-helpers'
  3970. make[3]: Entering directory `/home/samuel/network-manager-applet/src'
  3971. make[4]: Entering directory `/home/samuel/network-manager-applet/src'
  3972. /usr/bin/mkdir -p '/usr/bin'
  3973. /bin/sh ../libtool --mode=install /usr/bin/install -c nm-applet '/usr/bin'
  3974. libtool: install: /usr/bin/install -c .libs/nm-applet /usr/bin/nm-applet
  3975. /usr/bin/mkdir -p '/usr/libexec'
  3976. /bin/sh ../libtool --mode=install /usr/bin/install -c nm-applet-migration-tool '/usr/libexec'
  3977. libtool: install: /usr/bin/install -c .libs/nm-applet-migration-tool /usr/libexec/nm-applet-migration-tool
  3978. /usr/bin/mkdir -p '/usr/share/nm-applet'
  3979. /usr/bin/install -c -m 644 gsm-unlock.ui info.ui 8021x.ui keyring.png '/usr/share/nm-applet'
  3980. make[4]: Leaving directory `/home/samuel/network-manager-applet/src'
  3981. make[3]: Leaving directory `/home/samuel/network-manager-applet/src'
  3982. make[2]: Leaving directory `/home/samuel/network-manager-applet/src'
  3983. make[1]: Leaving directory `/home/samuel/network-manager-applet/src'
  3984. Making install in icons
  3985. make[1]: Entering directory `/home/samuel/network-manager-applet/icons'
  3986. Making install in 16
  3987. make[2]: Entering directory `/home/samuel/network-manager-applet/icons/16'
  3988. make[3]: Entering directory `/home/samuel/network-manager-applet/icons/16'
  3989. make[3]: Nothing to be done for `install-exec-am'.
  3990. /usr/bin/mkdir -p '/usr/share/icons/hicolor/16x16/apps'
  3991. /usr/bin/install -c -m 644 nm-device-wired.png nm-no-connection.png nm-vpn-standalone-lock.png '/usr/share/icons/hicolor/16x16/apps'
  3992. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons/16'
  3993. make[2]: Leaving directory `/home/samuel/network-manager-applet/icons/16'
  3994. Making install in 22
  3995. make[2]: Entering directory `/home/samuel/network-manager-applet/icons/22'
  3996. make[3]: Entering directory `/home/samuel/network-manager-applet/icons/22'
  3997. make[3]: Nothing to be done for `install-exec-am'.
  3998. /usr/bin/mkdir -p '/usr/share/icons/hicolor/22x22/apps'
  3999. /usr/bin/install -c -m 644 nm-no-connection.png nm-device-wired.png nm-device-wwan.png nm-wwan-tower.png nm-adhoc.png nm-stage01-connecting01.png nm-stage01-connecting02.png nm-stage01-connecting03.png nm-stage01-connecting04.png nm-stage01-connecting05.png nm-stage01-connecting06.png nm-stage01-connecting07.png nm-stage01-connecting08.png nm-stage01-connecting09.png nm-stage01-connecting10.png nm-stage01-connecting11.png nm-stage02-connecting01.png nm-stage02-connecting02.png nm-stage02-connecting03.png nm-stage02-connecting04.png nm-stage02-connecting05.png nm-stage02-connecting06.png nm-stage02-connecting07.png nm-stage02-connecting08.png nm-stage02-connecting09.png nm-stage02-connecting10.png nm-stage02-connecting11.png nm-stage03-connecting01.png nm-stage03-connecting02.png nm-stage03-connecting03.png nm-stage03-connecting04.png nm-stage03-connecting05.png nm-stage03-connecting06.png nm-stage03-connecting07.png nm-stage03-connecting08.png nm-stage03-connecting09.png nm-stage03-connecting10.png nm-stage03-connecting11.png nm-signal-00.png nm-signal-25.png '/usr/share/icons/hicolor/22x22/apps'
  4000. /usr/bin/install -c -m 644 nm-signal-50.png nm-signal-75.png nm-signal-100.png nm-vpn-connecting01.png nm-vpn-connecting02.png nm-vpn-connecting03.png nm-vpn-connecting04.png nm-vpn-connecting05.png nm-vpn-connecting06.png nm-vpn-connecting07.png nm-vpn-connecting08.png nm-vpn-connecting09.png nm-vpn-connecting10.png nm-vpn-connecting11.png nm-vpn-connecting12.png nm-vpn-connecting13.png nm-vpn-connecting14.png nm-vpn-active-lock.png nm-secure-lock.png nm-tech-cdma-1x.png nm-tech-evdo.png nm-tech-gprs.png nm-tech-edge.png nm-tech-umts.png nm-tech-hspa.png nm-tech-lte.png nm-mb-roam.png nm-tech-3g.png '/usr/share/icons/hicolor/22x22/apps'
  4001. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons/22'
  4002. make[2]: Leaving directory `/home/samuel/network-manager-applet/icons/22'
  4003. Making install in 32
  4004. make[2]: Entering directory `/home/samuel/network-manager-applet/icons/32'
  4005. make[3]: Entering directory `/home/samuel/network-manager-applet/icons/32'
  4006. make[3]: Nothing to be done for `install-exec-am'.
  4007. /usr/bin/mkdir -p '/usr/share/icons/hicolor/32x32/apps'
  4008. /usr/bin/install -c -m 644 nm-device-wired.png nm-no-connection.png '/usr/share/icons/hicolor/32x32/apps'
  4009. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons/32'
  4010. make[2]: Leaving directory `/home/samuel/network-manager-applet/icons/32'
  4011. Making install in 48
  4012. make[2]: Entering directory `/home/samuel/network-manager-applet/icons/48'
  4013. make[3]: Entering directory `/home/samuel/network-manager-applet/icons/48'
  4014. make[3]: Nothing to be done for `install-exec-am'.
  4015. /usr/bin/mkdir -p '/usr/share/icons/hicolor/48x48/apps'
  4016. /usr/bin/install -c -m 644 nm-device-wireless.png '/usr/share/icons/hicolor/48x48/apps'
  4017. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons/48'
  4018. make[2]: Leaving directory `/home/samuel/network-manager-applet/icons/48'
  4019. Making install in scalable
  4020. make[2]: Entering directory `/home/samuel/network-manager-applet/icons/scalable'
  4021. make[3]: Entering directory `/home/samuel/network-manager-applet/icons/scalable'
  4022. make[3]: Nothing to be done for `install-exec-am'.
  4023. /usr/bin/mkdir -p '/usr/share/icons/hicolor/scalable/apps'
  4024. /usr/bin/install -c -m 644 nm-device-wired.svg nm-no-connection.svg '/usr/share/icons/hicolor/scalable/apps'
  4025. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons/scalable'
  4026. make[2]: Leaving directory `/home/samuel/network-manager-applet/icons/scalable'
  4027. make[2]: Entering directory `/home/samuel/network-manager-applet/icons'
  4028. make[3]: Entering directory `/home/samuel/network-manager-applet/icons'
  4029. make[3]: Nothing to be done for `install-exec-am'.
  4030. make[3]: Nothing to be done for `install-data-am'.
  4031. make[3]: Leaving directory `/home/samuel/network-manager-applet/icons'
  4032. make[2]: Leaving directory `/home/samuel/network-manager-applet/icons'
  4033. make[1]: Leaving directory `/home/samuel/network-manager-applet/icons'
  4034. Making install in po
  4035. make[1]: Entering directory `/home/samuel/network-manager-applet/po'
  4036. linguas="af an ar as ast be be@latin bg bn_IN bs ca ca@valencia crh cs da de dz el en_CA en_GB eo es et eu fa fi fr gl gu he hi hr hu id it ja kk km kn ko ku lt lv mk ml mr ms nb ne nl nn oc or pa pl pt pt_BR ro ru rw sk sl sq sr sr@latin sv ta te th tr ug uk ur vi wa zh_CN zh_HK zh_TW "; \
  4037. for lang in $linguas; do \
  4038. dir=/usr/share/locale/$lang/LC_MESSAGES; \
  4039. /bin/sh /home/samuel/network-manager-applet/install-sh -d $dir; \
  4040. if test -r $lang.gmo; then \
  4041. /usr/bin/install -c -m 644 $lang.gmo $dir/nm-applet.mo; \
  4042. echo "installing $lang.gmo as $dir/nm-applet.mo"; \
  4043. else \
  4044. /usr/bin/install -c -m 644 ./$lang.gmo $dir/nm-applet.mo; \
  4045. echo "installing ./$lang.gmo as" \
  4046. "$dir/nm-applet.mo"; \
  4047. fi; \
  4048. if test -r $lang.gmo.m; then \
  4049. /usr/bin/install -c -m 644 $lang.gmo.m $dir/nm-applet.mo.m; \
  4050. echo "installing $lang.gmo.m as $dir/nm-applet.mo.m"; \
  4051. else \
  4052. if test -r ./$lang.gmo.m ; then \
  4053. /usr/bin/install -c -m 644 ./$lang.gmo.m \
  4054. $dir/nm-applet.mo.m; \
  4055. echo "installing ./$lang.gmo.m as" \
  4056. "$dir/nm-applet.mo.m"; \
  4057. else \
  4058. true; \
  4059. fi; \
  4060. fi; \
  4061. done
  4062. installing af.gmo as /usr/share/locale/af/LC_MESSAGES/nm-applet.mo
  4063. installing an.gmo as /usr/share/locale/an/LC_MESSAGES/nm-applet.mo
  4064. installing ar.gmo as /usr/share/locale/ar/LC_MESSAGES/nm-applet.mo
  4065. installing as.gmo as /usr/share/locale/as/LC_MESSAGES/nm-applet.mo
  4066. installing ast.gmo as /usr/share/locale/ast/LC_MESSAGES/nm-applet.mo
  4067. installing be.gmo as /usr/share/locale/be/LC_MESSAGES/nm-applet.mo
  4068. installing be@latin.gmo as /usr/share/locale/be@latin/LC_MESSAGES/nm-applet.mo
  4069. installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/nm-applet.mo
  4070. installing bn_IN.gmo as /usr/share/locale/bn_IN/LC_MESSAGES/nm-applet.mo
  4071. installing bs.gmo as /usr/share/locale/bs/LC_MESSAGES/nm-applet.mo
  4072. installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/nm-applet.mo
  4073. installing ca@valencia.gmo as /usr/share/locale/ca@valencia/LC_MESSAGES/nm-applet.mo
  4074. installing crh.gmo as /usr/share/locale/crh/LC_MESSAGES/nm-applet.mo
  4075. installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/nm-applet.mo
  4076. installing da.gmo as /usr/share/locale/da/LC_MESSAGES/nm-applet.mo
  4077. installing de.gmo as /usr/share/locale/de/LC_MESSAGES/nm-applet.mo
  4078. installing dz.gmo as /usr/share/locale/dz/LC_MESSAGES/nm-applet.mo
  4079. installing el.gmo as /usr/share/locale/el/LC_MESSAGES/nm-applet.mo
  4080. installing en_CA.gmo as /usr/share/locale/en_CA/LC_MESSAGES/nm-applet.mo
  4081. installing en_GB.gmo as /usr/share/locale/en_GB/LC_MESSAGES/nm-applet.mo
  4082. installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/nm-applet.mo
  4083. installing es.gmo as /usr/share/locale/es/LC_MESSAGES/nm-applet.mo
  4084. installing et.gmo as /usr/share/locale/et/LC_MESSAGES/nm-applet.mo
  4085. installing eu.gmo as /usr/share/locale/eu/LC_MESSAGES/nm-applet.mo
  4086. installing fa.gmo as /usr/share/locale/fa/LC_MESSAGES/nm-applet.mo
  4087. installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/nm-applet.mo
  4088. installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/nm-applet.mo
  4089. installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/nm-applet.mo
  4090. installing gu.gmo as /usr/share/locale/gu/LC_MESSAGES/nm-applet.mo
  4091. installing he.gmo as /usr/share/locale/he/LC_MESSAGES/nm-applet.mo
  4092. installing hi.gmo as /usr/share/locale/hi/LC_MESSAGES/nm-applet.mo
  4093. installing hr.gmo as /usr/share/locale/hr/LC_MESSAGES/nm-applet.mo
  4094. installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/nm-applet.mo
  4095. installing id.gmo as /usr/share/locale/id/LC_MESSAGES/nm-applet.mo
  4096. installing it.gmo as /usr/share/locale/it/LC_MESSAGES/nm-applet.mo
  4097. installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/nm-applet.mo
  4098. installing kk.gmo as /usr/share/locale/kk/LC_MESSAGES/nm-applet.mo
  4099. installing km.gmo as /usr/share/locale/km/LC_MESSAGES/nm-applet.mo
  4100. installing kn.gmo as /usr/share/locale/kn/LC_MESSAGES/nm-applet.mo
  4101. installing ko.gmo as /usr/share/locale/ko/LC_MESSAGES/nm-applet.mo
  4102. installing ku.gmo as /usr/share/locale/ku/LC_MESSAGES/nm-applet.mo
  4103. installing lt.gmo as /usr/share/locale/lt/LC_MESSAGES/nm-applet.mo
  4104. installing lv.gmo as /usr/share/locale/lv/LC_MESSAGES/nm-applet.mo
  4105. installing mk.gmo as /usr/share/locale/mk/LC_MESSAGES/nm-applet.mo
  4106. installing ml.gmo as /usr/share/locale/ml/LC_MESSAGES/nm-applet.mo
  4107. installing mr.gmo as /usr/share/locale/mr/LC_MESSAGES/nm-applet.mo
  4108. installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/nm-applet.mo
  4109. installing nb.gmo as /usr/share/locale/nb/LC_MESSAGES/nm-applet.mo
  4110. installing ne.gmo as /usr/share/locale/ne/LC_MESSAGES/nm-applet.mo
  4111. installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/nm-applet.mo
  4112. installing nn.gmo as /usr/share/locale/nn/LC_MESSAGES/nm-applet.mo
  4113. installing oc.gmo as /usr/share/locale/oc/LC_MESSAGES/nm-applet.mo
  4114. installing or.gmo as /usr/share/locale/or/LC_MESSAGES/nm-applet.mo
  4115. installing pa.gmo as /usr/share/locale/pa/LC_MESSAGES/nm-applet.mo
  4116. installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/nm-applet.mo
  4117. installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/nm-applet.mo
  4118. installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/nm-applet.mo
  4119. installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/nm-applet.mo
  4120. installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/nm-applet.mo
  4121. installing rw.gmo as /usr/share/locale/rw/LC_MESSAGES/nm-applet.mo
  4122. installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/nm-applet.mo
  4123. installing sl.gmo as /usr/share/locale/sl/LC_MESSAGES/nm-applet.mo
  4124. installing sq.gmo as /usr/share/locale/sq/LC_MESSAGES/nm-applet.mo
  4125. installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/nm-applet.mo
  4126. installing sr@latin.gmo as /usr/share/locale/sr@latin/LC_MESSAGES/nm-applet.mo
  4127. installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/nm-applet.mo
  4128. installing ta.gmo as /usr/share/locale/ta/LC_MESSAGES/nm-applet.mo
  4129. installing te.gmo as /usr/share/locale/te/LC_MESSAGES/nm-applet.mo
  4130. installing th.gmo as /usr/share/locale/th/LC_MESSAGES/nm-applet.mo
  4131. installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/nm-applet.mo
  4132. installing ug.gmo as /usr/share/locale/ug/LC_MESSAGES/nm-applet.mo
  4133. installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/nm-applet.mo
  4134. installing ur.gmo as /usr/share/locale/ur/LC_MESSAGES/nm-applet.mo
  4135. installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/nm-applet.mo
  4136. installing wa.gmo as /usr/share/locale/wa/LC_MESSAGES/nm-applet.mo
  4137. installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/nm-applet.mo
  4138. installing zh_HK.gmo as /usr/share/locale/zh_HK/LC_MESSAGES/nm-applet.mo
  4139. installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/nm-applet.mo
  4140. make[1]: Leaving directory `/home/samuel/network-manager-applet/po'
  4141. make[1]: Entering directory `/home/samuel/network-manager-applet'
  4142. make[2]: Entering directory `/home/samuel/network-manager-applet'
  4143. make[2]: Nothing to be done for `install-exec-am'.
  4144. /usr/bin/mkdir -p '/usr/share/applications'
  4145. /usr/bin/install -c -m 644 nm-applet.desktop '/usr/share/applications'
  4146. /usr/bin/mkdir -p '/etc/xdg/autostart'
  4147. /usr/bin/install -c -m 644 nm-applet.desktop '/etc/xdg/autostart'
  4148. /usr/bin/mkdir -p '/usr/share/GConf/gsettings'
  4149. /usr/bin/install -c -m 644 nm-applet.convert '/usr/share/GConf/gsettings'
  4150. /usr/bin/mkdir -p '/usr/share/applications'
  4151. /usr/bin/install -c -m 644 nm-connection-editor.desktop '/usr/share/applications'
  4152. /usr/bin/mkdir -p '/usr/share/glib-2.0/schemas'
  4153. /usr/bin/install -c -m 644 org.gnome.nm-applet.gschema.xml '/usr/share/glib-2.0/schemas'
  4154. glib-compile-schemas /usr/share/glib-2.0/schemas
  4155. warning: Schema 'org.freedesktop.Geoclue' has path '/apps/geoclue/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4156. warning: Schema 'org.freedesktop.gstreamer-0.10.default-elements' has path '/desktop/gstreamer/0.10/default-elements/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4157. warning: Schema 'org.freedesktop.ibus' has path '/desktop/ibus/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4158. warning: Schema 'org.freedesktop.ibus.general' has path '/desktop/ibus/general/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4159. warning: Schema 'org.freedesktop.ibus.general.hotkey' has path '/desktop/ibus/general/hotkey/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4160. warning: Schema 'org.freedesktop.ibus.general.xkblayoutconfig' has path '/desktop/ibus/general/xkblayoutconfig/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4161. warning: Schema 'org.freedesktop.ibus.panel' has path '/desktop/ibus/panel/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4162. warning: Schema 'org.gnome.crypto.cache' has path '/desktop/gnome/crypto/cache/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4163. warning: Schema 'org.gnome.crypto.pgp' has path '/desktop/gnome/crypto/pgp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4164. warning: Schema 'org.gnome.system.locale' has path '/system/locale/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4165. warning: Schema 'org.gnome.system.proxy' has path '/system/proxy/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4166. warning: Schema 'org.gnome.system.proxy.http' has path '/system/proxy/http/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4167. warning: Schema 'org.gnome.system.proxy.https' has path '/system/proxy/https/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4168. warning: Schema 'org.gnome.system.proxy.ftp' has path '/system/proxy/ftp/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4169. warning: Schema 'org.gnome.system.proxy.socks' has path '/system/proxy/socks/'. Paths starting with '/apps/', '/desktop/' or '/system/' are deprecated.
  4170. make[2]: Leaving directory `/home/samuel/network-manager-applet'
  4171. make[1]: Leaving directory `/home/samuel/network-manager-applet'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement