Guest User

Untitled

a guest
Jun 11th, 2018
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 313.40 KB | None | 0 0
  1. amadeu@amadeu:~$ git clone git://github.com/linuxmint/Cinnamon
  2. Cloning into 'Cinnamon'...
  3. remote: Counting objects: 2978, done.
  4. remote: Compressing objects: 100% (926/926), done.
  5. remote: Total 2978 (delta 2012), reused 2944 (delta 1978)
  6. Receiving objects: 100% (2978/2978), 2.87 MiB | 946 KiB/s, done.
  7. Resolving deltas: 100% (2012/2012), done.
  8. amadeu@amadeu:~$ cd Cinnamon
  9. amadeu@amadeu:~/Cinnamon$ sudo ./autogen.sh
  10. [sudo] password for amadeu:
  11. /usr/bin/gnome-autogen.sh
  12. checking for autoconf >= 2.53...
  13. testing autoconf2.50... not found.
  14. testing autoconf... found 2.68
  15. checking for automake >= 1.9...
  16. testing automake-1.11... found 1.11.2
  17. checking for libtool >= 1.5...
  18. testing libtoolize... found 2.4.2
  19. checking for gettext >= 0.12...
  20. testing gettextize... found 0.18.1
  21. checking for intltool >= 0.30...
  22. testing intltoolize... found 0.41.1
  23. checking for pkg-config >= 0.14.0...
  24. testing pkg-config... found 0.26
  25. checking for gnome-common >= 2.3.0...
  26. testing gnome-doc-common... found 2.34.0
  27. Checking for required M4 macros...
  28. Checking for forbidden M4 macros...
  29. **Warning**: I am going to run `configure' with no arguments.
  30. If you wish to pass any to it, please specify them on the
  31. `./autogen.sh' command line.
  32.  
  33. Processing ./configure.ac
  34. Running libtoolize...
  35. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
  36. libtoolize: copying file `config/ltmain.sh'
  37. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  38. libtoolize: copying file `m4/libtool.m4'
  39. libtoolize: copying file `m4/ltoptions.m4'
  40. libtoolize: copying file `m4/ltsugar.m4'
  41. libtoolize: copying file `m4/ltversion.m4'
  42. libtoolize: copying file `m4/lt~obsolete.m4'
  43. Running autopoint...
  44. Copying file ABOUT-NLS
  45. Copying file m4/codeset.m4
  46. Copying file m4/glibc2.m4
  47. Copying file m4/glibc21.m4
  48. Copying file m4/intdiv0.m4
  49. Copying file m4/intl.m4
  50. Copying file m4/intldir.m4
  51. Copying file m4/intmax.m4
  52. Copying file m4/inttypes-pri.m4
  53. Copying file m4/inttypes_h.m4
  54. Copying file m4/lcmessage.m4
  55. Copying file m4/lock.m4
  56. Copying file m4/longlong.m4
  57. Copying file m4/printf-posix.m4
  58. Copying file m4/size_max.m4
  59. Copying file m4/stdint_h.m4
  60. Copying file m4/uintmax_t.m4
  61. Copying file m4/visibility.m4
  62. Copying file m4/wchar_t.m4
  63. Copying file m4/wint_t.m4
  64. Copying file m4/xsize.m4
  65. Copying file po/Makefile.in.in
  66. Copying file po/Makevars.template
  67. Copying file po/Rules-quot
  68. Copying file po/boldquot.sed
  69. Copying file po/en@boldquot.header
  70. Copying file po/en@quot.header
  71. Copying file po/insert-header.sin
  72. Copying file po/quot.sed
  73. Copying file po/remove-potcdate.sin
  74. Running intltoolize...
  75. Running gnome-doc-common...
  76. Running aclocal-1.11...
  77. Running autoconf...
  78. Running autoheader...
  79. Running automake-1.11...
  80. js/Makefile.am:22: whitespace following trailing backslash
  81. js/Makefile.am:23: whitespace following trailing backslash
  82. js/Makefile.am:28: whitespace following trailing backslash
  83. js/Makefile.am:30: whitespace following trailing backslash
  84. js/Makefile.am:54: whitespace following trailing backslash
  85. js/Makefile.am:59: whitespace following trailing backslash
  86. Running ./configure --enable-maintainer-mode ...
  87. checking for a BSD-compatible install... /usr/bin/install -c
  88. checking whether build environment is sane... yes
  89. checking for a thread-safe mkdir -p... /bin/mkdir -p
  90. checking for gawk... gawk
  91. checking whether make sets $(MAKE)... yes
  92. checking how to create a ustar tar archive... gnutar
  93. checking whether to enable maintainer-specific portions of Makefiles... yes
  94. checking for gcc... gcc
  95. checking whether the C compiler works... yes
  96. checking for C compiler default output file name... a.out
  97. checking for suffix of executables...
  98. checking whether we are cross compiling... no
  99. checking for suffix of object files... o
  100. checking whether we are using the GNU C compiler... yes
  101. checking whether gcc accepts -g... yes
  102. checking for gcc option to accept ISO C89... none needed
  103. checking for style of include used by make... GNU
  104. checking dependency style of gcc... gcc3
  105. checking whether gcc and cc understand -c and -o together... yes
  106. checking build system type... x86_64-unknown-linux-gnu
  107. checking host system type... x86_64-unknown-linux-gnu
  108. checking how to print strings... printf
  109. checking for a sed that does not truncate output... /bin/sed
  110. checking for grep that handles long lines and -e... /bin/grep
  111. checking for egrep... /bin/grep -E
  112. checking for fgrep... /bin/grep -F
  113. checking for ld used by gcc... /usr/bin/ld
  114. checking if the linker (/usr/bin/ld) is GNU ld... yes
  115. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  116. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  117. checking whether ln -s works... yes
  118. checking the maximum length of command line arguments... 1572864
  119. checking whether the shell understands some XSI constructs... yes
  120. checking whether the shell understands "+="... yes
  121. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  122. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  123. checking for /usr/bin/ld option to reload object files... -r
  124. checking for objdump... objdump
  125. checking how to recognize dependent libraries... pass_all
  126. checking for dlltool... no
  127. checking how to associate runtime and link libraries... printf %s\n
  128. checking for ar... ar
  129. checking for archiver @FILE support... @
  130. checking for strip... strip
  131. checking for ranlib... ranlib
  132. checking command to parse /usr/bin/nm -B output from gcc object... ok
  133. checking for sysroot... no
  134. checking for mt... mt
  135. checking if mt is a manifest tool... no
  136. checking how to run the C preprocessor... gcc -E
  137. checking for ANSI C header files... yes
  138. checking for sys/types.h... yes
  139. checking for sys/stat.h... yes
  140. checking for stdlib.h... yes
  141. checking for string.h... yes
  142. checking for memory.h... yes
  143. checking for strings.h... yes
  144. checking for inttypes.h... yes
  145. checking for stdint.h... yes
  146. checking for unistd.h... yes
  147. checking for dlfcn.h... yes
  148. checking for objdir... .libs
  149. checking if gcc supports -fno-rtti -fno-exceptions... no
  150. checking for gcc option to produce PIC... -fPIC -DPIC
  151. checking if gcc PIC flag -fPIC -DPIC works... yes
  152. checking if gcc static flag -static works... yes
  153. checking if gcc supports -c -o file.o... yes
  154. checking if gcc supports -c -o file.o... (cached) yes
  155. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  156. checking whether -lc should be explicitly linked in... no
  157. checking dynamic linker characteristics... GNU/Linux ld.so
  158. checking how to hardcode library paths into programs... immediate
  159. checking whether stripping libraries is possible... yes
  160. checking if libtool supports shared libraries... yes
  161. checking whether to build shared libraries... yes
  162. checking whether to build static libraries... no
  163. checking whether NLS is requested... yes
  164. checking for intltool >= 0.40... 0.41.1 found
  165. checking for intltool-update... /usr/bin/intltool-update
  166. checking for intltool-merge... /usr/bin/intltool-merge
  167. checking for intltool-extract... /usr/bin/intltool-extract
  168. checking for xgettext... /usr/bin/xgettext
  169. checking for msgmerge... /usr/bin/msgmerge
  170. checking for msgfmt... /usr/bin/msgfmt
  171. checking for gmsgfmt... /usr/bin/msgfmt
  172. checking for perl... /usr/bin/perl
  173. checking for perl >= 5.8.1... 5.14.2
  174. checking for XML::Parser... ok
  175. checking for msgfmt... (cached) /usr/bin/msgfmt
  176. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  177. checking for xgettext... (cached) /usr/bin/xgettext
  178. checking for msgmerge... (cached) /usr/bin/msgmerge
  179. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  180. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  181. checking for shared library run path origin... done
  182. checking for CFPreferencesCopyAppValue... no
  183. checking for CFLocaleCopyCurrent... no
  184. checking for GNU gettext in libc... yes
  185. checking whether to use NLS... yes
  186. checking where the gettext function comes from... libc
  187. checking for pkg-config... /usr/bin/pkg-config
  188. checking pkg-config is at least version 0.22... yes
  189. checking for gconftool-2... /usr/bin/gconftool-2
  190. Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
  191. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  192. checking for pkg-config... (cached) /usr/bin/pkg-config
  193. checking pkg-config is at least version 0.16... yes
  194. checking for a Python interpreter with version >= 2.5... python
  195. checking for python... /usr/bin/python
  196. checking for python version... 2.7
  197. checking for python platform... linux2
  198. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  199. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  200. checking for GStreamer (needed for recording functionality)... yes
  201. checking for TEST_CINNAMON_RECORDER... yes
  202. checking for CINNAMON... yes
  203. checking for CINNAMON_PERF_HELPER... yes
  204. checking for CINNAMON_HOTPLUG_SNIFFER... yes
  205. checking for BROWSER_PLUGIN... yes
  206. checking for gobject-introspection... yes
  207. checking for JS_NewGlobalObject... yes
  208. checking for XFixesCreatePointerBarrier... yes
  209. checking for ST... yes
  210. checking for GDMUSER... yes
  211. checking for TRAY... yes
  212. checking for GVC... yes
  213. checking for DESKTOP_SCHEMAS... yes
  214. checking for bluetooth support... yes
  215. checking for CALENDAR_SERVER... yes
  216. checking for fdwalk... no
  217. checking for mallinfo... yes
  218. checking sys/resource.h usability... yes
  219. checking sys/resource.h presence... yes
  220. checking for sys/resource.h... yes
  221. checking for _NL_TIME_FIRST_WEEKDAY... yes
  222. checking for pkg-config... (cached) /usr/bin/pkg-config
  223. checking pkg-config is at least version 0.16... yes
  224. checking for GLIB - version >= 2.0.0... yes (version 2.30.2)
  225. checking location of system Certificate Authority list... /etc/ssl/certs/ca-certificates.crt
  226. configure: creating ./config.status
  227. config.status: creating Makefile
  228. config.status: creating data/Makefile
  229. config.status: creating js/Makefile
  230. config.status: creating js/misc/config.js
  231. config.status: creating src/Makefile
  232. config.status: creating browser-plugin/Makefile
  233. config.status: creating tests/Makefile
  234. config.status: creating po/Makefile.in
  235. config.status: creating man/Makefile
  236. config.status: creating files/Makefile
  237. config.status: creating config.h
  238. config.status: executing depfiles commands
  239. config.status: executing libtool commands
  240. config.status: executing po-directories commands
  241. config.status: creating po/POTFILES
  242. config.status: creating po/Makefile
  243. config.status: executing po/stamp-it commands
  244. Now type `make' to compile cinnamon
  245. amadeu@amadeu:~/Cinnamon$ apt build
  246. dpkg-buildpackage: source package cinnamon
  247. dpkg-buildpackage: source version 1.2.0
  248. dpkg-buildpackage: source changed by Clement Lefebvre <root@linuxmint.com>
  249. dpkg-buildpackage: host architecture amd64
  250. dpkg-source --before-build Cinnamon
  251. debian/rules clean
  252. test -x debian/rules
  253. dh_testroot
  254. rm -f debian/stamp-makefile-build debian/stamp-makefile-install
  255. GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C . -k distclean
  256. make[1]: Entering directory `/home/amadeu/Cinnamon'
  257. Making distclean in files
  258. make[2]: Entering directory `/home/amadeu/Cinnamon/files'
  259. make[2]: *** No rule to make target `distclean'.
  260. make[2]: Leaving directory `/home/amadeu/Cinnamon/files'
  261. Making distclean in man
  262. make[2]: Entering directory `/home/amadeu/Cinnamon/man'
  263. rm -rf .libs _libs
  264. rm -f *.lo
  265. test -z "" || rm -f
  266. test . = "." || test -z "" || rm -f
  267. rm -f Makefile
  268. make[2]: Leaving directory `/home/amadeu/Cinnamon/man'
  269. Making distclean in po
  270. make[2]: Entering directory `/home/amadeu/Cinnamon/po'
  271. rm -f *.pox cinnamon.pot *.old.po cat-id-tbl.tmp
  272. rm -f .intltool-merge-cache
  273. rm -f Makefile Makefile.in POTFILES stamp-it
  274. rm -f *.mo *.msg *.cat *.cat.m *.gmo
  275. make[2]: Leaving directory `/home/amadeu/Cinnamon/po'
  276. Making distclean in tests
  277. make[2]: Entering directory `/home/amadeu/Cinnamon/tests'
  278. test -z "run-test.sh" || rm -f run-test.sh
  279. rm -rf .libs _libs
  280. rm -f *.lo
  281. test -z "" || rm -f
  282. test . = "." || test -z "" || rm -f
  283. rm -f Makefile
  284. make[2]: Leaving directory `/home/amadeu/Cinnamon/tests'
  285. Making distclean in browser-plugin
  286. make[2]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  287. rm -rf .libs _libs
  288. test -z "libcinnamon-browser-plugin.la" || rm -f libcinnamon-browser-plugin.la
  289. rm -f "./so_locations"
  290. rm -f *.o
  291. rm -f *.lo
  292. rm -f *.tab.c
  293. test -z "" || rm -f
  294. test . = "." || test -z "" || rm -f
  295. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  296. rm -rf ./.deps
  297. rm -f Makefile
  298. make[2]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  299. Making distclean in src
  300. make[2]: Entering directory `/home/amadeu/Cinnamon/src'
  301. rm -f cinnamon-real
  302. test -z "calendar-server/org.Cinnamon.CalendarServer.service hotplug-sniffer/org.Cinnamon.HotplugSniffer.service Gvc-1.0.typelib Cinnamon-0.1.typelib St-1.0.typelib cinnamon cinnamon-extension-tool stamp-st-marshal.h stamp-st-enum-types.h stamp-st.h stamp-na-marshal.h st-enum-types.h st-enum-types.c st-marshal.h st-marshal.c st.h na-marshal.h na-marshal.c cinnamon-marshal.h cinnamon-marshal.c cinnamon-enum-types.h cinnamon-enum-types.c Gvc-1.0.gir stamp-cinnamon-marshal.h stamp-cinnamon-enum-types.h Cinnamon-0.1.gir St-1.0.gir" || rm -f calendar-server/org.Cinnamon.CalendarServer.service hotplug-sniffer/org.Cinnamon.HotplugSniffer.service Gvc-1.0.typelib Cinnamon-0.1.typelib St-1.0.typelib cinnamon cinnamon-extension-tool stamp-st-marshal.h stamp-st-enum-types.h stamp-st.h stamp-na-marshal.h st-enum-types.h st-enum-types.c st-marshal.h st-marshal.c st.h na-marshal.h na-marshal.c cinnamon-marshal.h cinnamon-marshal.c cinnamon-enum-types.h cinnamon-enum-types.c Gvc-1.0.gir stamp-cinnamon-marshal.h stamp-cinnamon-enum-types.h Cinnamon-0.1.gir St-1.0.gir
  303. rm -f cinnamon-calendar-server cinnamon-hotplug-sniffer cinnamon-perf-helper
  304. rm -rf .libs _libs
  305. test -z "libst-1.0.la libtray.la libgvc.la" || rm -f libst-1.0.la libtray.la libgvc.la
  306. rm -f "./so_locations"
  307. rm -f "./so_locations"
  308. rm -f "./so_locations"
  309. rm -f test-theme test-recorder run-js-test
  310. test -z "libcinnamon.la" || rm -f libcinnamon.la
  311. rm -f "./so_locations"
  312. rm -f *.o
  313. rm -f *.lo
  314. rm -f *.tab.c
  315. test -z "" || rm -f
  316. test . = "." || test -z "" || rm -f
  317. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  318. rm -rf ./.deps
  319. rm -f Makefile
  320. make[2]: Leaving directory `/home/amadeu/Cinnamon/src'
  321. Making distclean in js
  322. make[2]: Entering directory `/home/amadeu/Cinnamon/js'
  323. rm -rf .libs _libs
  324. rm -f *.lo
  325. test -z "" || rm -f
  326. test . = "." || test -z "" || rm -f
  327. rm -f Makefile
  328. make[2]: Leaving directory `/home/amadeu/Cinnamon/js'
  329. Making distclean in data
  330. make[2]: Entering directory `/home/amadeu/Cinnamon/data'
  331. test -z "cinnamon.desktop.in cinnamon.desktop org.cinnamon.gschema.xml gschemas.compiled" || rm -f cinnamon.desktop.in cinnamon.desktop org.cinnamon.gschema.xml gschemas.compiled
  332. rm -rf .libs _libs
  333. rm -f *.lo
  334. rm -f org.cinnamon.gschema.valid
  335. test -z "" || rm -f
  336. test . = "." || test -z "" || rm -f
  337. rm -f Makefile
  338. make[2]: Leaving directory `/home/amadeu/Cinnamon/data'
  339. Making distclean in .
  340. make[2]: Entering directory `/home/amadeu/Cinnamon'
  341. rm -rf .libs _libs
  342. rm -f *.lo
  343. test -z "js/misc/config.js files/Makefile" || rm -f js/misc/config.js files/Makefile
  344. test . = "." || test -z "" || rm -f
  345. rm -f config.h stamp-h1
  346. rm -f libtool config.lt
  347. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  348. make[2]: Leaving directory `/home/amadeu/Cinnamon'
  349. make[1]: *** [distclean-recursive] Error 1
  350. make[1]: Target `distclean' not remade because of errors.
  351. make[1]: Leaving directory `/home/amadeu/Cinnamon'
  352. make: [makefile-clean] Error 2 (ignored)
  353. rm -f debian/stamp-autotools
  354. rmdir --ignore-fail-on-non-empty .
  355. rmdir: failed to remove `.': Invalid argument
  356. make: [makefile-clean] Error 1 (ignored)
  357. for i in ./config/config.guess ./config/config.sub ./config/config.rpath ; do \
  358. if test -e $i.cdbs-orig ; then \
  359. mv $i.cdbs-orig $i ; \
  360. fi ; \
  361. done
  362. dh_clean
  363. rm -f debian/stamp-autotools-files
  364. rm -f debian/cdbs-install-list debian/cdbs-package-list debian/stamp-copyright-check
  365. cd . && \
  366. rm -f intltool-extract intltool-merge intltool-update po/.intltool-merge-cache; \
  367. if test -d doc; then find doc -name '*.omf.out' -exec rm -f \{\} \; ; fi; \
  368. if test -d help; then find help -name '*.omf.out' -exec rm -f \{\} \; ; fi
  369. { cat /usr/share/gnome-pkg-tools/control.header ; \
  370. sed "s/@GNOME_TEAM@/Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>/" debian/control.in ; } \
  371. > debian/control
  372. dpkg-source -b Cinnamon
  373. dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
  374. dpkg-source: info: using source format `1.0'
  375. dpkg-source: warning: source directory 'Cinnamon' is not <sourcepackage>-<upstreamversion> 'cinnamon-1.2.0'
  376. dpkg-source: info: building cinnamon in cinnamon_1.2.0.tar.gz
  377. dpkg-source: info: building cinnamon in cinnamon_1.2.0.dsc
  378. debian/rules build
  379. test -x debian/rules
  380. mkdir -p "."
  381.  
  382. WARNING: copyright-check disabled - touch debian/copyright_hints to enable.
  383.  
  384. touch debian/stamp-copyright-check
  385. if test -e /usr/share/misc/config.guess ; then \
  386. for i in ./config/config.guess ; do \
  387. if ! test -e $i.cdbs-orig ; then \
  388. mv $i $i.cdbs-orig ; \
  389. cp --remove-destination /usr/share/misc/config.guess $i ; \
  390. fi ; \
  391. done ; \
  392. fi
  393. if test -e /usr/share/misc/config.sub ; then \
  394. for i in ./config/config.sub ; do \
  395. if ! test -e $i.cdbs-orig ; then \
  396. mv $i $i.cdbs-orig ; \
  397. cp --remove-destination /usr/share/misc/config.sub $i ; \
  398. fi ; \
  399. done ; \
  400. fi
  401. if test -e /usr/share/gnulib/build-aux/config.rpath ; then \
  402. for i in ./config/config.rpath ; do \
  403. if ! test -e $i.cdbs-orig ; then \
  404. mv $i $i.cdbs-orig ; \
  405. cp --remove-destination /usr/share/gnulib/build-aux/config.rpath $i ; \
  406. fi ; \
  407. done ; \
  408. fi
  409. touch debian/stamp-autotools-files
  410. chmod a+x /home/amadeu/Cinnamon/./configure
  411. mkdir -p .
  412. cd . && CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall" CPPFLAGS="" LDFLAGS="" /home/amadeu/Cinnamon/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/cinnamon" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --enable-compile-warnings=yes
  413. checking for a BSD-compatible install... /usr/bin/install -c
  414. checking whether build environment is sane... yes
  415. checking for a thread-safe mkdir -p... /bin/mkdir -p
  416. checking for gawk... gawk
  417. checking whether make sets $(MAKE)... yes
  418. checking how to create a ustar tar archive... gnutar
  419. checking whether to enable maintainer-specific portions of Makefiles... no
  420. checking for gcc... gcc
  421. checking whether the C compiler works... yes
  422. checking for C compiler default output file name... a.out
  423. checking for suffix of executables...
  424. checking whether we are cross compiling... no
  425. checking for suffix of object files... o
  426. checking whether we are using the GNU C compiler... yes
  427. checking whether gcc accepts -g... yes
  428. checking for gcc option to accept ISO C89... none needed
  429. checking for style of include used by make... GNU
  430. checking dependency style of gcc... none
  431. checking whether gcc and cc understand -c and -o together... yes
  432. checking build system type... x86_64-pc-linux-gnu
  433. checking host system type... x86_64-pc-linux-gnu
  434. checking how to print strings... printf
  435. checking for a sed that does not truncate output... /bin/sed
  436. checking for grep that handles long lines and -e... /bin/grep
  437. checking for egrep... /bin/grep -E
  438. checking for fgrep... /bin/grep -F
  439. checking for ld used by gcc... /usr/bin/ld
  440. checking if the linker (/usr/bin/ld) is GNU ld... yes
  441. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  442. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  443. checking whether ln -s works... yes
  444. checking the maximum length of command line arguments... 3458764513820540925
  445. checking whether the shell understands some XSI constructs... yes
  446. checking whether the shell understands "+="... yes
  447. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  448. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  449. checking for /usr/bin/ld option to reload object files... -r
  450. checking for objdump... objdump
  451. checking how to recognize dependent libraries... pass_all
  452. checking for dlltool... no
  453. checking how to associate runtime and link libraries... printf %s\n
  454. checking for ar... ar
  455. checking for archiver @FILE support... @
  456. checking for strip... strip
  457. checking for ranlib... ranlib
  458. checking command to parse /usr/bin/nm -B output from gcc object... ok
  459. checking for sysroot... no
  460. checking for mt... mt
  461. checking if mt is a manifest tool... no
  462. checking how to run the C preprocessor... gcc -E
  463. checking for ANSI C header files... yes
  464. checking for sys/types.h... yes
  465. checking for sys/stat.h... yes
  466. checking for stdlib.h... yes
  467. checking for string.h... yes
  468. checking for memory.h... yes
  469. checking for strings.h... yes
  470. checking for inttypes.h... yes
  471. checking for stdint.h... yes
  472. checking for unistd.h... yes
  473. checking for dlfcn.h... yes
  474. checking for objdir... .libs
  475. checking if gcc supports -fno-rtti -fno-exceptions... no
  476. checking for gcc option to produce PIC... -fPIC -DPIC
  477. checking if gcc PIC flag -fPIC -DPIC works... yes
  478. checking if gcc static flag -static works... yes
  479. checking if gcc supports -c -o file.o... yes
  480. checking if gcc supports -c -o file.o... (cached) yes
  481. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  482. checking whether -lc should be explicitly linked in... no
  483. checking dynamic linker characteristics... GNU/Linux ld.so
  484. checking how to hardcode library paths into programs... immediate
  485. checking whether stripping libraries is possible... yes
  486. checking if libtool supports shared libraries... yes
  487. checking whether to build shared libraries... yes
  488. checking whether to build static libraries... no
  489. checking whether NLS is requested... yes
  490. checking for intltool >= 0.40... 0.41.1 found
  491. checking for intltool-update... /usr/bin/intltool-update
  492. checking for intltool-merge... /usr/bin/intltool-merge
  493. checking for intltool-extract... /usr/bin/intltool-extract
  494. checking for xgettext... /usr/bin/xgettext
  495. checking for msgmerge... /usr/bin/msgmerge
  496. checking for msgfmt... /usr/bin/msgfmt
  497. checking for gmsgfmt... /usr/bin/msgfmt
  498. checking for perl... /usr/bin/perl
  499. checking for perl >= 5.8.1... 5.14.2
  500. checking for XML::Parser... ok
  501. checking for msgfmt... (cached) /usr/bin/msgfmt
  502. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  503. checking for xgettext... (cached) /usr/bin/xgettext
  504. checking for msgmerge... (cached) /usr/bin/msgmerge
  505. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  506. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  507. checking for shared library run path origin... done
  508. checking for CFPreferencesCopyAppValue... no
  509. checking for CFLocaleCopyCurrent... no
  510. checking for GNU gettext in libc... yes
  511. checking whether to use NLS... yes
  512. checking where the gettext function comes from... libc
  513. checking for pkg-config... /usr/bin/pkg-config
  514. checking pkg-config is at least version 0.22... yes
  515. checking for gconftool-2... /usr/bin/gconftool-2
  516. Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
  517. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  518. checking for pkg-config... (cached) /usr/bin/pkg-config
  519. checking pkg-config is at least version 0.16... yes
  520. checking for a Python interpreter with version >= 2.5... python
  521. checking for python... /usr/bin/python
  522. checking for python version... 2.7
  523. checking for python platform... linux2
  524. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  525. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  526. checking for GStreamer (needed for recording functionality)... yes
  527. checking for TEST_CINNAMON_RECORDER... yes
  528. checking for CINNAMON... yes
  529. checking for CINNAMON_PERF_HELPER... yes
  530. checking for CINNAMON_HOTPLUG_SNIFFER... yes
  531. checking for BROWSER_PLUGIN... yes
  532. checking for gobject-introspection... yes
  533. checking for JS_NewGlobalObject... yes
  534. checking for XFixesCreatePointerBarrier... yes
  535. checking for ST... yes
  536. checking for GDMUSER... yes
  537. checking for TRAY... yes
  538. checking for GVC... yes
  539. checking for DESKTOP_SCHEMAS... yes
  540. checking for bluetooth support... yes
  541. checking for CALENDAR_SERVER... yes
  542. checking for fdwalk... no
  543. checking for mallinfo... yes
  544. checking sys/resource.h usability... yes
  545. checking sys/resource.h presence... yes
  546. checking for sys/resource.h... yes
  547. checking for _NL_TIME_FIRST_WEEKDAY... yes
  548. checking for pkg-config... (cached) /usr/bin/pkg-config
  549. checking pkg-config is at least version 0.16... yes
  550. checking for GLIB - version >= 2.0.0... yes (version 2.30.2)
  551. checking location of system Certificate Authority list... /etc/ssl/certs/ca-certificates.crt
  552. configure: creating ./config.status
  553. config.status: creating Makefile
  554. config.status: creating data/Makefile
  555. config.status: creating js/Makefile
  556. config.status: creating js/misc/config.js
  557. config.status: creating src/Makefile
  558. config.status: creating browser-plugin/Makefile
  559. config.status: creating tests/Makefile
  560. config.status: creating po/Makefile.in
  561. config.status: creating man/Makefile
  562. config.status: creating files/Makefile
  563. config.status: creating config.h
  564. config.status: executing depfiles commands
  565. config.status: executing libtool commands
  566. config.status: executing po-directories commands
  567. config.status: creating po/POTFILES
  568. config.status: creating po/Makefile
  569. config.status: executing po/stamp-it commands
  570. touch debian/stamp-autotools
  571. GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C .
  572. make[1]: Entering directory `/home/amadeu/Cinnamon'
  573. /usr/bin/make all-recursive
  574. make[2]: Entering directory `/home/amadeu/Cinnamon'
  575. Making all in data
  576. make[3]: Entering directory `/home/amadeu/Cinnamon/data'
  577. sed -e "s|@bindir[@]|/usr/bin|" \
  578. -e "s|@VERSION[@]|1.2.0|" \
  579. cinnamon.desktop.in.in > cinnamon.desktop.in || rm cinnamon.desktop.in
  580. sed s/^_// < cinnamon.desktop.in > cinnamon.desktop || rm cinnamon.desktop
  581. LC_ALL=C /usr/bin/intltool-merge -x -u /tmp org.cinnamon.gschema.xml.in org.cinnamon.gschema.xml
  582. Merging translations into org.cinnamon.gschema.xml.
  583. CREATED org.cinnamon.gschema.xml
  584. if test -f "org.cinnamon.gschema.xml"; then d=; else d="./"; fi; /usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas --strict --dry-run --schema-file=${d}org.cinnamon.gschema.xml && touch org.cinnamon.gschema.valid
  585. /usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas --targetdir=. .
  586. rm cinnamon.desktop.in
  587. make[3]: Leaving directory `/home/amadeu/Cinnamon/data'
  588. Making all in js
  589. make[3]: Entering directory `/home/amadeu/Cinnamon/js'
  590. make[3]: Nothing to be done for `all'.
  591. make[3]: Leaving directory `/home/amadeu/Cinnamon/js'
  592. Making all in src
  593. make[3]: Entering directory `/home/amadeu/Cinnamon/src'
  594. ( \
  595. glib-mkenums \
  596. --template ./st/st-enum-types.h.in \
  597. ./st/st-adjustment.h ./st/st-bin.h ./st/st-border-image.h ./st/st-box-layout.h ./st/st-box-layout-child.h ./st/st-button.h ./st/st-clipboard.h ./st/st-container.h ./st/st-drawing-area.h ./st/st-entry.h ./st/st-focus-manager.h ./st/st-group.h ./st/st-icon.h ./st/st-icon-colors.h ./st/st-im-text.h ./st/st-label.h ./st/st-overflow-box.h ./st/st-private.h ./st/st-scrollable.h ./st/st-scroll-bar.h ./st/st-scroll-view.h ./st/st-shadow.h ./st/st-table.h ./st/st-table-child.h ./st/st-texture-cache.h ./st/st-theme.h ./st/st-theme-context.h ./st/st-theme-node.h ./st/st-tooltip.h ./st/st-types.h ./st/st-widget.h ./st/st-widget-accessible.h ) >> stamp-st-enum-types.h.tmp && \
  598. (cmp -s stamp-st-enum-types.h.tmp st-enum-types.h || cp stamp-st-enum-types.h.tmp st-enum-types.h) && \
  599. rm -f stamp-st-enum-types.h.tmp && \
  600. echo timestamp > stamp-st-enum-types.h
  601. ( \
  602. glib-mkenums \
  603. --template ./st/st-enum-types.c.in \
  604. ./st/st-adjustment.h ./st/st-bin.h ./st/st-border-image.h ./st/st-box-layout.h ./st/st-box-layout-child.h ./st/st-button.h ./st/st-clipboard.h ./st/st-container.h ./st/st-drawing-area.h ./st/st-entry.h ./st/st-focus-manager.h ./st/st-group.h ./st/st-icon.h ./st/st-icon-colors.h ./st/st-im-text.h ./st/st-label.h ./st/st-overflow-box.h ./st/st-private.h ./st/st-scrollable.h ./st/st-scroll-bar.h ./st/st-scroll-view.h ./st/st-shadow.h ./st/st-table.h ./st/st-table-child.h ./st/st-texture-cache.h ./st/st-theme.h ./st/st-theme-context.h ./st/st-theme-node.h ./st/st-tooltip.h ./st/st-types.h ./st/st-widget.h ./st/st-widget-accessible.h ) >> st-enum-types.c.tmp && \
  605. cp st-enum-types.c.tmp st-enum-types.c && \
  606. rm -f st-enum-types.c.tmp
  607. glib-genmarshal \
  608. --prefix=_st_marshal \
  609. --header \
  610. ./st/st-marshal.list > stamp-st-marshal.h.tmp && \
  611. (cmp -s stamp-st-marshal.h.tmp st-marshal.h || cp -f stamp-st-marshal.h.tmp st-marshal.h) && \
  612. rm -f stamp-st-marshal.h.tmp && \
  613. echo timestamp > stamp-st-marshal.h
  614. (echo "#include \"st-marshal.h\"" ; \
  615. glib-genmarshal \
  616. --prefix=_st_marshal \
  617. --body \
  618. ./st/st-marshal.list ) > st-marshal.c.tmp && \
  619. cp -f st-marshal.c.tmp st-marshal.c && \
  620. rm -f st-marshal.c.tmp
  621. (echo "#define ST_H_INSIDE 1"; \
  622. for name in st/st-adjustment.h st/st-bin.h st/st-border-image.h st/st-box-layout.h st/st-box-layout-child.h st/st-button.h st/st-clipboard.h st/st-container.h st/st-drawing-area.h st/st-entry.h st/st-focus-manager.h st/st-group.h st/st-icon.h st/st-icon-colors.h st/st-im-text.h st/st-label.h st/st-overflow-box.h st/st-private.h st/st-scrollable.h st/st-scroll-bar.h st/st-scroll-view.h st/st-shadow.h st/st-table.h st/st-table-child.h st/st-texture-cache.h st/st-theme.h st/st-theme-context.h st/st-theme-node.h st/st-tooltip.h st/st-types.h st/st-widget.h st/st-widget-accessible.h ; do \
  623. echo "#include <"$name">"; \
  624. done; echo "#undef ST_H_INSIDE") > stamp-st.h.tmp && \
  625. (cmp -s stamp-st.h.tmp st.h || cp stamp-st.h.tmp st.h) && \
  626. rm -f stamp-st.h.tmp && \
  627. echo timestamp > stamp-st.h
  628. glib-genmarshal \
  629. --prefix=_na_marshal \
  630. --header \
  631. ./tray/na-marshal.list > xgen-tmh && \
  632. (cmp -s xgen-tmh na-marshal.h || cp -f xgen-tmh na-marshal.h) && \
  633. rm -f xgen-tmh && \
  634. echo timestamp > stamp-na-marshal.h
  635. (echo "#include \"na-marshal.h\"" ; \
  636. glib-genmarshal \
  637. --prefix=_na_marshal \
  638. --body \
  639. ./tray/na-marshal.list ) > xgen-tmc && \
  640. cp -f xgen-tmc na-marshal.c && \
  641. rm -f xgen-tmc
  642. glib-genmarshal \
  643. --prefix=_cinnamon_marshal \
  644. --header \
  645. ./cinnamon-marshal.list > xgen-smh && \
  646. (cmp -s xgen-smh cinnamon-marshal.h || cp -f xgen-smh cinnamon-marshal.h) && \
  647. rm -f xgen-smh && \
  648. echo timestamp > stamp-cinnamon-marshal.h
  649. (echo "#include \"cinnamon-marshal.h\"" ; \
  650. glib-genmarshal \
  651. --prefix=_cinnamon_marshal \
  652. --body \
  653. ./cinnamon-marshal.list ) > xgen-smc && \
  654. cp -f xgen-smc cinnamon-marshal.c && \
  655. rm -f xgen-smc
  656. ( \
  657. glib-mkenums \
  658. --template cinnamon-enum-types.h.in \
  659. ./cinnamon-app.h ./cinnamon-app-system.h ./cinnamon-app-usage.h ./cinnamon-arrow.h ./cinnamon-contact-system.h ./cinnamon-doc-system.h ./cinnamon-embedded-window.h ./cinnamon-generic-container.h ./cinnamon-gtk-embed.h ./cinnamon-global.h ./cinnamon-mobile-providers.h ./cinnamon-mount-operation.h ./cinnamon-network-agent.h ./cinnamon-perf-log.h ./cinnamon-slicer.h ./cinnamon-stack.h ./cinnamon-tp-client.h ./cinnamon-tray-icon.h ./cinnamon-tray-manager.h ./cinnamon-util.h ./cinnamon-window-tracker.h ./cinnamon-wm.h ./cinnamon-xfixes-cursor.h ) > stamp-cinnamon-enum-types.h.tmp && \
  660. (cmp -s stamp-cinnamon-enum-types.h.tmp cinnamon-enum-types.h || mv stamp-cinnamon-enum-types.h.tmp cinnamon-enum-types.h) && \
  661. rm -f stamp-cinnamon-enum-types.h.tmp && \
  662. echo timestamp > stamp-cinnamon-enum-types.h
  663. ( \
  664. glib-mkenums \
  665. --template cinnamon-enum-types.c.in \
  666. ./cinnamon-app.h ./cinnamon-app-system.h ./cinnamon-app-usage.h ./cinnamon-arrow.h ./cinnamon-contact-system.h ./cinnamon-doc-system.h ./cinnamon-embedded-window.h ./cinnamon-generic-container.h ./cinnamon-gtk-embed.h ./cinnamon-global.h ./cinnamon-mobile-providers.h ./cinnamon-mount-operation.h ./cinnamon-network-agent.h ./cinnamon-perf-log.h ./cinnamon-slicer.h ./cinnamon-stack.h ./cinnamon-tp-client.h ./cinnamon-tray-icon.h ./cinnamon-tray-manager.h ./cinnamon-util.h ./cinnamon-window-tracker.h ./cinnamon-wm.h ./cinnamon-xfixes-cursor.h ) > cinnamon-enum-types.c.tmp && \
  667. mv cinnamon-enum-types.c.tmp cinnamon-enum-types.c && \
  668. rm -f cinnamon-enum-types.c.tmp
  669. /usr/bin/make all-am
  670. make[4]: Entering directory `/home/amadeu/Cinnamon/src'
  671. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-adjustment.lo `test -f 'st/st-adjustment.c' || echo './'`st/st-adjustment.c
  672. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-adjustment.c -fPIC -DPIC -o .libs/libst_1_0_la-st-adjustment.o
  673. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-bin.lo `test -f 'st/st-bin.c' || echo './'`st/st-bin.c
  674. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-bin.c -fPIC -DPIC -o .libs/libst_1_0_la-st-bin.o
  675. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-border-image.lo `test -f 'st/st-border-image.c' || echo './'`st/st-border-image.c
  676. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-border-image.c -fPIC -DPIC -o .libs/libst_1_0_la-st-border-image.o
  677. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-box-layout.lo `test -f 'st/st-box-layout.c' || echo './'`st/st-box-layout.c
  678. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-box-layout.c -fPIC -DPIC -o .libs/libst_1_0_la-st-box-layout.o
  679. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-box-layout-child.lo `test -f 'st/st-box-layout-child.c' || echo './'`st/st-box-layout-child.c
  680. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-box-layout-child.c -fPIC -DPIC -o .libs/libst_1_0_la-st-box-layout-child.o
  681. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-button.lo `test -f 'st/st-button.c' || echo './'`st/st-button.c
  682. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-button.c -fPIC -DPIC -o .libs/libst_1_0_la-st-button.o
  683. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-clipboard.lo `test -f 'st/st-clipboard.c' || echo './'`st/st-clipboard.c
  684. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-clipboard.c -fPIC -DPIC -o .libs/libst_1_0_la-st-clipboard.o
  685. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-container.lo `test -f 'st/st-container.c' || echo './'`st/st-container.c
  686. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-container.c -fPIC -DPIC -o .libs/libst_1_0_la-st-container.o
  687. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-drawing-area.lo `test -f 'st/st-drawing-area.c' || echo './'`st/st-drawing-area.c
  688. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-drawing-area.c -fPIC -DPIC -o .libs/libst_1_0_la-st-drawing-area.o
  689. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-entry.lo `test -f 'st/st-entry.c' || echo './'`st/st-entry.c
  690. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-entry.c -fPIC -DPIC -o .libs/libst_1_0_la-st-entry.o
  691. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-focus-manager.lo `test -f 'st/st-focus-manager.c' || echo './'`st/st-focus-manager.c
  692. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-focus-manager.c -fPIC -DPIC -o .libs/libst_1_0_la-st-focus-manager.o
  693. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-group.lo `test -f 'st/st-group.c' || echo './'`st/st-group.c
  694. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-group.c -fPIC -DPIC -o .libs/libst_1_0_la-st-group.o
  695. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-icon.lo `test -f 'st/st-icon.c' || echo './'`st/st-icon.c
  696. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-icon.c -fPIC -DPIC -o .libs/libst_1_0_la-st-icon.o
  697. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-icon-colors.lo `test -f 'st/st-icon-colors.c' || echo './'`st/st-icon-colors.c
  698. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-icon-colors.c -fPIC -DPIC -o .libs/libst_1_0_la-st-icon-colors.o
  699. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-im-text.lo `test -f 'st/st-im-text.c' || echo './'`st/st-im-text.c
  700. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-im-text.c -fPIC -DPIC -o .libs/libst_1_0_la-st-im-text.o
  701. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-label.lo `test -f 'st/st-label.c' || echo './'`st/st-label.c
  702. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-label.c -fPIC -DPIC -o .libs/libst_1_0_la-st-label.o
  703. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-overflow-box.lo `test -f 'st/st-overflow-box.c' || echo './'`st/st-overflow-box.c
  704. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-overflow-box.c -fPIC -DPIC -o .libs/libst_1_0_la-st-overflow-box.o
  705. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-private.lo `test -f 'st/st-private.c' || echo './'`st/st-private.c
  706. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-private.c -fPIC -DPIC -o .libs/libst_1_0_la-st-private.o
  707. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-scrollable.lo `test -f 'st/st-scrollable.c' || echo './'`st/st-scrollable.c
  708. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-scrollable.c -fPIC -DPIC -o .libs/libst_1_0_la-st-scrollable.o
  709. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-scroll-bar.lo `test -f 'st/st-scroll-bar.c' || echo './'`st/st-scroll-bar.c
  710. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-scroll-bar.c -fPIC -DPIC -o .libs/libst_1_0_la-st-scroll-bar.o
  711. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-scroll-view.lo `test -f 'st/st-scroll-view.c' || echo './'`st/st-scroll-view.c
  712. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-scroll-view.c -fPIC -DPIC -o .libs/libst_1_0_la-st-scroll-view.o
  713. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-shadow.lo `test -f 'st/st-shadow.c' || echo './'`st/st-shadow.c
  714. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-shadow.c -fPIC -DPIC -o .libs/libst_1_0_la-st-shadow.o
  715. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-table.lo `test -f 'st/st-table.c' || echo './'`st/st-table.c
  716. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-table.c -fPIC -DPIC -o .libs/libst_1_0_la-st-table.o
  717. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-table-child.lo `test -f 'st/st-table-child.c' || echo './'`st/st-table-child.c
  718. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-table-child.c -fPIC -DPIC -o .libs/libst_1_0_la-st-table-child.o
  719. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-texture-cache.lo `test -f 'st/st-texture-cache.c' || echo './'`st/st-texture-cache.c
  720. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-texture-cache.c -fPIC -DPIC -o .libs/libst_1_0_la-st-texture-cache.o
  721. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-theme.lo `test -f 'st/st-theme.c' || echo './'`st/st-theme.c
  722. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-theme.c -fPIC -DPIC -o .libs/libst_1_0_la-st-theme.o
  723. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-theme-context.lo `test -f 'st/st-theme-context.c' || echo './'`st/st-theme-context.c
  724. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-theme-context.c -fPIC -DPIC -o .libs/libst_1_0_la-st-theme-context.o
  725. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-theme-node.lo `test -f 'st/st-theme-node.c' || echo './'`st/st-theme-node.c
  726. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-theme-node.c -fPIC -DPIC -o .libs/libst_1_0_la-st-theme-node.o
  727. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-theme-node-drawing.lo `test -f 'st/st-theme-node-drawing.c' || echo './'`st/st-theme-node-drawing.c
  728. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-theme-node-drawing.c -fPIC -DPIC -o .libs/libst_1_0_la-st-theme-node-drawing.o
  729. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-theme-node-transition.lo `test -f 'st/st-theme-node-transition.c' || echo './'`st/st-theme-node-transition.c
  730. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-theme-node-transition.c -fPIC -DPIC -o .libs/libst_1_0_la-st-theme-node-transition.o
  731. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-tooltip.lo `test -f 'st/st-tooltip.c' || echo './'`st/st-tooltip.c
  732. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-tooltip.c -fPIC -DPIC -o .libs/libst_1_0_la-st-tooltip.o
  733. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-widget.lo `test -f 'st/st-widget.c' || echo './'`st/st-widget.c
  734. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-widget.c -fPIC -DPIC -o .libs/libst_1_0_la-st-widget.o
  735. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-scroll-view-fade.lo `test -f 'st/st-scroll-view-fade.c' || echo './'`st/st-scroll-view-fade.c
  736. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st/st-scroll-view-fade.c -fPIC -DPIC -o .libs/libst_1_0_la-st-scroll-view-fade.o
  737. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-enum-types.lo `test -f 'st-enum-types.c' || echo './'`st-enum-types.c
  738. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st-enum-types.c -fPIC -DPIC -o .libs/libst_1_0_la-st-enum-types.o
  739. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libst_1_0_la-st-marshal.lo `test -f 'st-marshal.c' || echo './'`st-marshal.c
  740. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c st-marshal.c -fPIC -DPIC -o .libs/libst_1_0_la-st-marshal.o
  741. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -o libst-1.0.la libst_1_0_la-st-adjustment.lo libst_1_0_la-st-bin.lo libst_1_0_la-st-border-image.lo libst_1_0_la-st-box-layout.lo libst_1_0_la-st-box-layout-child.lo libst_1_0_la-st-button.lo libst_1_0_la-st-clipboard.lo libst_1_0_la-st-container.lo libst_1_0_la-st-drawing-area.lo libst_1_0_la-st-entry.lo libst_1_0_la-st-focus-manager.lo libst_1_0_la-st-group.lo libst_1_0_la-st-icon.lo libst_1_0_la-st-icon-colors.lo libst_1_0_la-st-im-text.lo libst_1_0_la-st-label.lo libst_1_0_la-st-overflow-box.lo libst_1_0_la-st-private.lo libst_1_0_la-st-scrollable.lo libst_1_0_la-st-scroll-bar.lo libst_1_0_la-st-scroll-view.lo libst_1_0_la-st-shadow.lo libst_1_0_la-st-table.lo libst_1_0_la-st-table-child.lo libst_1_0_la-st-texture-cache.lo libst_1_0_la-st-theme.lo libst_1_0_la-st-theme-context.lo libst_1_0_la-st-theme-node.lo libst_1_0_la-st-theme-node-drawing.lo libst_1_0_la-st-theme-node-transition.lo libst_1_0_la-st-tooltip.lo libst_1_0_la-st-widget.lo libst_1_0_la-st-scroll-view-fade.lo libst_1_0_la-st-enum-types.lo libst_1_0_la-st-marshal.lo -lm -pthread -lclutter-glx-1.0 -lcogl-pango -ljson-glib-1.0 -lGL -ldrm -lXi -lcogl -lXext -lXdamage -lXcomposite -lXfixes -lcroco-0.6 -lxml2 -lgnome-desktop-3 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lX11
  742. libtool: link: ar cru .libs/libst-1.0.a .libs/libst_1_0_la-st-adjustment.o .libs/libst_1_0_la-st-bin.o .libs/libst_1_0_la-st-border-image.o .libs/libst_1_0_la-st-box-layout.o .libs/libst_1_0_la-st-box-layout-child.o .libs/libst_1_0_la-st-button.o .libs/libst_1_0_la-st-clipboard.o .libs/libst_1_0_la-st-container.o .libs/libst_1_0_la-st-drawing-area.o .libs/libst_1_0_la-st-entry.o .libs/libst_1_0_la-st-focus-manager.o .libs/libst_1_0_la-st-group.o .libs/libst_1_0_la-st-icon.o .libs/libst_1_0_la-st-icon-colors.o .libs/libst_1_0_la-st-im-text.o .libs/libst_1_0_la-st-label.o .libs/libst_1_0_la-st-overflow-box.o .libs/libst_1_0_la-st-private.o .libs/libst_1_0_la-st-scrollable.o .libs/libst_1_0_la-st-scroll-bar.o .libs/libst_1_0_la-st-scroll-view.o .libs/libst_1_0_la-st-shadow.o .libs/libst_1_0_la-st-table.o .libs/libst_1_0_la-st-table-child.o .libs/libst_1_0_la-st-texture-cache.o .libs/libst_1_0_la-st-theme.o .libs/libst_1_0_la-st-theme-context.o .libs/libst_1_0_la-st-theme-node.o .libs/libst_1_0_la-st-theme-node-drawing.o .libs/libst_1_0_la-st-theme-node-transition.o .libs/libst_1_0_la-st-tooltip.o .libs/libst_1_0_la-st-widget.o .libs/libst_1_0_la-st-scroll-view-fade.o .libs/libst_1_0_la-st-enum-types.o .libs/libst_1_0_la-st-marshal.o
  743. libtool: link: ranlib .libs/libst-1.0.a
  744. libtool: link: ( cd ".libs" && rm -f "libst-1.0.la" && ln -s "../libst-1.0.la" "libst-1.0.la" )
  745. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"notification_area\" -DGSEAL_ENABLE -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libtray_la-na-tray-child.lo `test -f 'tray/na-tray-child.c' || echo './'`tray/na-tray-child.c
  746. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"notification_area\" -DGSEAL_ENABLE -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c tray/na-tray-child.c -fPIC -DPIC -o .libs/libtray_la-na-tray-child.o
  747. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"notification_area\" -DGSEAL_ENABLE -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libtray_la-na-tray-manager.lo `test -f 'tray/na-tray-manager.c' || echo './'`tray/na-tray-manager.c
  748. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"notification_area\" -DGSEAL_ENABLE -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c tray/na-tray-manager.c -fPIC -DPIC -o .libs/libtray_la-na-tray-manager.o
  749. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"notification_area\" -DGSEAL_ENABLE -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libtray_la-na-marshal.lo `test -f 'na-marshal.c' || echo './'`na-marshal.c
  750. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"notification_area\" -DGSEAL_ENABLE -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c na-marshal.c -fPIC -DPIC -o .libs/libtray_la-na-marshal.o
  751. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -o libtray.la libtray_la-na-tray-child.lo libtray_la-na-tray-manager.lo libtray_la-na-marshal.lo -pthread -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
  752. libtool: link: ar cru .libs/libtray.a .libs/libtray_la-na-tray-child.o .libs/libtray_la-na-tray-manager.o .libs/libtray_la-na-marshal.o
  753. libtool: link: ranlib .libs/libtray.a
  754. libtool: link: ( cd ".libs" && rm -f "libtray.la" && ln -s "../libtray.la" "libtray.la" )
  755. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN="\"Gvc\"" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libgvc_la-gvc-mixer-stream.lo `test -f 'gvc/gvc-mixer-stream.c' || echo './'`gvc/gvc-mixer-stream.c
  756. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN=\"Gvc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c gvc/gvc-mixer-stream.c -fPIC -DPIC -o .libs/libgvc_la-gvc-mixer-stream.o
  757. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN="\"Gvc\"" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libgvc_la-gvc-channel-map.lo `test -f 'gvc/gvc-channel-map.c' || echo './'`gvc/gvc-channel-map.c
  758. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN=\"Gvc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c gvc/gvc-channel-map.c -fPIC -DPIC -o .libs/libgvc_la-gvc-channel-map.o
  759. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN="\"Gvc\"" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libgvc_la-gvc-mixer-card.lo `test -f 'gvc/gvc-mixer-card.c' || echo './'`gvc/gvc-mixer-card.c
  760. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN=\"Gvc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c gvc/gvc-mixer-card.c -fPIC -DPIC -o .libs/libgvc_la-gvc-mixer-card.o
  761. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN="\"Gvc\"" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libgvc_la-gvc-mixer-sink.lo `test -f 'gvc/gvc-mixer-sink.c' || echo './'`gvc/gvc-mixer-sink.c
  762. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN=\"Gvc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c gvc/gvc-mixer-sink.c -fPIC -DPIC -o .libs/libgvc_la-gvc-mixer-sink.o
  763. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN="\"Gvc\"" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libgvc_la-gvc-mixer-source.lo `test -f 'gvc/gvc-mixer-source.c' || echo './'`gvc/gvc-mixer-source.c
  764. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN=\"Gvc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c gvc/gvc-mixer-source.c -fPIC -DPIC -o .libs/libgvc_la-gvc-mixer-source.o
  765. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN="\"Gvc\"" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libgvc_la-gvc-mixer-sink-input.lo `test -f 'gvc/gvc-mixer-sink-input.c' || echo './'`gvc/gvc-mixer-sink-input.c
  766. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN=\"Gvc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c gvc/gvc-mixer-sink-input.c -fPIC -DPIC -o .libs/libgvc_la-gvc-mixer-sink-input.o
  767. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN="\"Gvc\"" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libgvc_la-gvc-mixer-source-output.lo `test -f 'gvc/gvc-mixer-source-output.c' || echo './'`gvc/gvc-mixer-source-output.c
  768. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN=\"Gvc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c gvc/gvc-mixer-source-output.c -fPIC -DPIC -o .libs/libgvc_la-gvc-mixer-source-output.o
  769. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN="\"Gvc\"" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libgvc_la-gvc-mixer-event-role.lo `test -f 'gvc/gvc-mixer-event-role.c' || echo './'`gvc/gvc-mixer-event-role.c
  770. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN=\"Gvc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c gvc/gvc-mixer-event-role.c -fPIC -DPIC -o .libs/libgvc_la-gvc-mixer-event-role.o
  771. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN="\"Gvc\"" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libgvc_la-gvc-mixer-control.lo `test -f 'gvc/gvc-mixer-control.c' || echo './'`gvc/gvc-mixer-control.c
  772. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc/ -DWITH_INTROSPECTION -DG_LOG_DOMAIN=\"Gvc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c gvc/gvc-mixer-control.c -fPIC -DPIC -o .libs/libgvc_la-gvc-mixer-control.o
  773. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -avoid-version -o libgvc.la libgvc_la-gvc-mixer-stream.lo libgvc_la-gvc-channel-map.lo libgvc_la-gvc-mixer-card.lo libgvc_la-gvc-mixer-sink.lo libgvc_la-gvc-mixer-source.lo libgvc_la-gvc-mixer-sink-input.lo libgvc_la-gvc-mixer-source-output.lo libgvc_la-gvc-mixer-event-role.lo libgvc_la-gvc-mixer-control.lo -pthread -lpulse-mainloop-glib -lpulse -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0
  774. libtool: link: ar cru .libs/libgvc.a .libs/libgvc_la-gvc-mixer-stream.o .libs/libgvc_la-gvc-channel-map.o .libs/libgvc_la-gvc-mixer-card.o .libs/libgvc_la-gvc-mixer-sink.o .libs/libgvc_la-gvc-mixer-source.o .libs/libgvc_la-gvc-mixer-sink-input.o .libs/libgvc_la-gvc-mixer-source-output.o .libs/libgvc_la-gvc-mixer-event-role.o .libs/libgvc_la-gvc-mixer-control.o
  775. libtool: link: ranlib .libs/libgvc.a
  776. libtool: link: ( cd ".libs" && rm -f "libgvc.la" && ln -s "../libgvc.la" "libgvc.la" )
  777. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-marshal.lo `test -f 'cinnamon-marshal.c' || echo './'`cinnamon-marshal.c
  778. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-marshal.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-marshal.o
  779. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-enum-types.lo `test -f 'cinnamon-enum-types.c' || echo './'`cinnamon-enum-types.c
  780. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-enum-types.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-enum-types.o
  781. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-plugin.lo `test -f 'cinnamon-plugin.c' || echo './'`cinnamon-plugin.c
  782. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-plugin.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-plugin.o
  783. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-app.lo `test -f 'cinnamon-app.c' || echo './'`cinnamon-app.c
  784. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-app.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-app.o
  785. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-a11y.lo `test -f 'cinnamon-a11y.c' || echo './'`cinnamon-a11y.c
  786. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-a11y.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-a11y.o
  787. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-app-system.lo `test -f 'cinnamon-app-system.c' || echo './'`cinnamon-app-system.c
  788. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-app-system.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-app-system.o
  789. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-app-usage.lo `test -f 'cinnamon-app-usage.c' || echo './'`cinnamon-app-usage.c
  790. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-app-usage.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-app-usage.o
  791. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-arrow.lo `test -f 'cinnamon-arrow.c' || echo './'`cinnamon-arrow.c
  792. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-arrow.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-arrow.o
  793. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-contact-system.lo `test -f 'cinnamon-contact-system.c' || echo './'`cinnamon-contact-system.c
  794. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-contact-system.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-contact-system.o
  795. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-doc-system.lo `test -f 'cinnamon-doc-system.c' || echo './'`cinnamon-doc-system.c
  796. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-doc-system.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-doc-system.o
  797. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-embedded-window.lo `test -f 'cinnamon-embedded-window.c' || echo './'`cinnamon-embedded-window.c
  798. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-embedded-window.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-embedded-window.o
  799. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-generic-container.lo `test -f 'cinnamon-generic-container.c' || echo './'`cinnamon-generic-container.c
  800. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-generic-container.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-generic-container.o
  801. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-gtk-embed.lo `test -f 'cinnamon-gtk-embed.c' || echo './'`cinnamon-gtk-embed.c
  802. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-gtk-embed.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-gtk-embed.o
  803. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-global.lo `test -f 'cinnamon-global.c' || echo './'`cinnamon-global.c
  804. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-global.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-global.o
  805. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-mobile-providers.lo `test -f 'cinnamon-mobile-providers.c' || echo './'`cinnamon-mobile-providers.c
  806. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-mobile-providers.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-mobile-providers.o
  807. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-mount-operation.lo `test -f 'cinnamon-mount-operation.c' || echo './'`cinnamon-mount-operation.c
  808. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-mount-operation.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-mount-operation.o
  809. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-network-agent.lo `test -f 'cinnamon-network-agent.c' || echo './'`cinnamon-network-agent.c
  810. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-network-agent.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-network-agent.o
  811. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-perf-log.lo `test -f 'cinnamon-perf-log.c' || echo './'`cinnamon-perf-log.c
  812. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-perf-log.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-perf-log.o
  813. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-polkit-authentication-agent.lo `test -f 'cinnamon-polkit-authentication-agent.c' || echo './'`cinnamon-polkit-authentication-agent.c
  814. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-polkit-authentication-agent.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-polkit-authentication-agent.o
  815. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-slicer.lo `test -f 'cinnamon-slicer.c' || echo './'`cinnamon-slicer.c
  816. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-slicer.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-slicer.o
  817. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-stack.lo `test -f 'cinnamon-stack.c' || echo './'`cinnamon-stack.c
  818. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-stack.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-stack.o
  819. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-tp-client.lo `test -f 'cinnamon-tp-client.c' || echo './'`cinnamon-tp-client.c
  820. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-tp-client.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-tp-client.o
  821. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-tray-icon.lo `test -f 'cinnamon-tray-icon.c' || echo './'`cinnamon-tray-icon.c
  822. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-tray-icon.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-tray-icon.o
  823. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-tray-manager.lo `test -f 'cinnamon-tray-manager.c' || echo './'`cinnamon-tray-manager.c
  824. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-tray-manager.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-tray-manager.o
  825. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-util.lo `test -f 'cinnamon-util.c' || echo './'`cinnamon-util.c
  826. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-util.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-util.o
  827. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-window-tracker.lo `test -f 'cinnamon-window-tracker.c' || echo './'`cinnamon-window-tracker.c
  828. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-window-tracker.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-window-tracker.o
  829. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-wm.lo `test -f 'cinnamon-wm.c' || echo './'`cinnamon-wm.c
  830. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-wm.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-wm.o
  831. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-xfixes-cursor.lo `test -f 'cinnamon-xfixes-cursor.c' || echo './'`cinnamon-xfixes-cursor.c
  832. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-xfixes-cursor.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-xfixes-cursor.o
  833. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-recorder.lo `test -f 'cinnamon-recorder.c' || echo './'`cinnamon-recorder.c
  834. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-recorder.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-recorder.o
  835. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_la-cinnamon-recorder-src.lo `test -f 'cinnamon-recorder-src.c' || echo './'`cinnamon-recorder-src.c
  836. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c cinnamon-recorder-src.c -fPIC -DPIC -o .libs/libcinnamon_la-cinnamon-recorder-src.o
  837. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -avoid-version -o libcinnamon.la -rpath /usr/lib/cinnamon libcinnamon_la-cinnamon-marshal.lo libcinnamon_la-cinnamon-enum-types.lo libcinnamon_la-cinnamon-plugin.lo libcinnamon_la-cinnamon-app.lo libcinnamon_la-cinnamon-a11y.lo libcinnamon_la-cinnamon-app-system.lo libcinnamon_la-cinnamon-app-usage.lo libcinnamon_la-cinnamon-arrow.lo libcinnamon_la-cinnamon-contact-system.lo libcinnamon_la-cinnamon-doc-system.lo libcinnamon_la-cinnamon-embedded-window.lo libcinnamon_la-cinnamon-generic-container.lo libcinnamon_la-cinnamon-gtk-embed.lo libcinnamon_la-cinnamon-global.lo libcinnamon_la-cinnamon-mobile-providers.lo libcinnamon_la-cinnamon-mount-operation.lo libcinnamon_la-cinnamon-network-agent.lo libcinnamon_la-cinnamon-perf-log.lo libcinnamon_la-cinnamon-polkit-authentication-agent.lo libcinnamon_la-cinnamon-slicer.lo libcinnamon_la-cinnamon-stack.lo libcinnamon_la-cinnamon-tp-client.lo libcinnamon_la-cinnamon-tray-icon.lo libcinnamon_la-cinnamon-tray-manager.lo libcinnamon_la-cinnamon-util.lo libcinnamon_la-cinnamon-window-tracker.lo libcinnamon_la-cinnamon-wm.lo libcinnamon_la-cinnamon-xfixes-cursor.lo libcinnamon_la-cinnamon-recorder.lo libcinnamon_la-cinnamon-recorder-src.lo -lm -pthread -Wl,--export-dynamic -lfolks -lgee -lmuffin -lgtk-3 -lgjs -lmozjs185 -lplds4 -lplc4 -lnspr4 -ldl -lgnome-menu-3 -lgstbase-0.10 -lgstreamer-0.10 -lgconf-2 -lgdk-3 -lsoup-2.4 -lclutter-glx-1.0 -lcairo-gobject -latk-1.0 -lpangocairo-1.0 -lcogl-pango -ljson-glib-1.0 -lGL -ldrm -lpangoft2-1.0 -lXi -lcairo -lcogl -lgdk_pixbuf-2.0 -lX11 -lXext -lXdamage -lXcomposite -lpango-1.0 -lfreetype -lfontconfig -lstartup-notification-1 -lgirepository-1.0 -lffi -lcanberra -ltelepathy-logger -ltelepathy-glib -lxml2 -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -lXfixes -lnm-glib -lnm-util -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lgnome-keyring -lglib-2.0 -Wl,--rpath=/usr/lib/gnome-bluetooth -L/usr/lib/gnome-bluetooth -lgnome-bluetooth-applet libst-1.0.la libtray.la libgvc.la
  838. libtool: link: gcc -shared -fPIC -DPIC .libs/libcinnamon_la-cinnamon-marshal.o .libs/libcinnamon_la-cinnamon-enum-types.o .libs/libcinnamon_la-cinnamon-plugin.o .libs/libcinnamon_la-cinnamon-app.o .libs/libcinnamon_la-cinnamon-a11y.o .libs/libcinnamon_la-cinnamon-app-system.o .libs/libcinnamon_la-cinnamon-app-usage.o .libs/libcinnamon_la-cinnamon-arrow.o .libs/libcinnamon_la-cinnamon-contact-system.o .libs/libcinnamon_la-cinnamon-doc-system.o .libs/libcinnamon_la-cinnamon-embedded-window.o .libs/libcinnamon_la-cinnamon-generic-container.o .libs/libcinnamon_la-cinnamon-gtk-embed.o .libs/libcinnamon_la-cinnamon-global.o .libs/libcinnamon_la-cinnamon-mobile-providers.o .libs/libcinnamon_la-cinnamon-mount-operation.o .libs/libcinnamon_la-cinnamon-network-agent.o .libs/libcinnamon_la-cinnamon-perf-log.o .libs/libcinnamon_la-cinnamon-polkit-authentication-agent.o .libs/libcinnamon_la-cinnamon-slicer.o .libs/libcinnamon_la-cinnamon-stack.o .libs/libcinnamon_la-cinnamon-tp-client.o .libs/libcinnamon_la-cinnamon-tray-icon.o .libs/libcinnamon_la-cinnamon-tray-manager.o .libs/libcinnamon_la-cinnamon-util.o .libs/libcinnamon_la-cinnamon-window-tracker.o .libs/libcinnamon_la-cinnamon-wm.o .libs/libcinnamon_la-cinnamon-xfixes-cursor.o .libs/libcinnamon_la-cinnamon-recorder.o .libs/libcinnamon_la-cinnamon-recorder-src.o -Wl,--whole-archive ./.libs/libst-1.0.a ./.libs/libtray.a ./.libs/libgvc.a -Wl,--no-whole-archive -lfolks -lgee /usr/lib/libmuffin.so -lgjs -lmozjs185 -lplds4 -lplc4 -lnspr4 -ldl -lgnome-menu-3 /usr/lib/libgstbase-0.10.so /usr/lib/libgstreamer-0.10.so /usr/lib/libgconf-2.so -lsoup-2.4 -lstartup-notification-1 -lgirepository-1.0 -lffi -lcanberra -ltelepathy-logger -ltelepathy-glib -lpolkit-agent-1 -lpolkit-gobject-1 -lnm-glib -lnm-util -ldbus-glib-1 -ldbus-1 -lpthread -lgnome-keyring -L/usr/lib/gnome-bluetooth -lgnome-bluetooth-applet -lm -lclutter-glx-1.0 -lcogl-pango -ljson-glib-1.0 -lGL -ldrm -lXi -lcogl -lXext -lXdamage -lXcomposite -lXfixes -lcroco-0.6 /usr/lib/libxml2.so -lgnome-desktop-3 -lX11 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/libcairo-gobject.so /usr/lib/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgmodule-2.0 -lpulse-mainloop-glib -lpulse -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -O2 -pthread -Wl,--export-dynamic -Wl,--rpath=/usr/lib/gnome-bluetooth -pthread -Wl,-soname -Wl,libcinnamon.so -o .libs/libcinnamon.so
  839. libtool: link: ( cd ".libs" && rm -f "libcinnamon.la" && ln -s "../libcinnamon.la" "libcinnamon.la" )
  840. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o cinnamon_real-main.o `test -f 'main.c' || echo './'`main.c
  841. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -o cinnamon-real cinnamon_real-main.o libcinnamon.la -lm -pthread -Wl,--export-dynamic -lfolks -lgee -lmuffin -lgtk-3 -lgjs -lmozjs185 -lplds4 -lplc4 -lnspr4 -ldl -lgnome-menu-3 -lgstbase-0.10 -lgstreamer-0.10 -lgconf-2 -lgdk-3 -lsoup-2.4 -lclutter-glx-1.0 -lcairo-gobject -latk-1.0 -lpangocairo-1.0 -lcogl-pango -ljson-glib-1.0 -lGL -ldrm -lpangoft2-1.0 -lXi -lcairo -lcogl -lgdk_pixbuf-2.0 -lX11 -lXext -lXdamage -lXcomposite -lpango-1.0 -lfreetype -lfontconfig -lstartup-notification-1 -lgirepository-1.0 -lffi -lcanberra -ltelepathy-logger -ltelepathy-glib -lxml2 -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -lXfixes -lnm-glib -lnm-util -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lgnome-keyring -lglib-2.0 -Wl,--rpath=/usr/lib/gnome-bluetooth -L/usr/lib/gnome-bluetooth -lgnome-bluetooth-applet libst-1.0.la libtray.la libgvc.la
  842. libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -o .libs/cinnamon-real cinnamon_real-main.o -pthread -Wl,--export-dynamic -Wl,--rpath=/usr/lib/gnome-bluetooth ./.libs/libcinnamon.so -lfolks -lgee /usr/lib/libmuffin.so -lgjs -lmozjs185 -lplds4 -lplc4 -lnspr4 -ldl -lgnome-menu-3 /usr/lib/libgstbase-0.10.so /usr/lib/libgstreamer-0.10.so /usr/lib/libgconf-2.so -lsoup-2.4 -lstartup-notification-1 -lgirepository-1.0 -lffi -lcanberra -ltelepathy-logger -ltelepathy-glib -lpolkit-agent-1 -lpolkit-gobject-1 -lnm-glib -lnm-util -ldbus-glib-1 -ldbus-1 -lpthread -lgnome-keyring -L/usr/lib/gnome-bluetooth -lgnome-bluetooth-applet ./.libs/libst-1.0.a -lm -lclutter-glx-1.0 -lcogl-pango -ljson-glib-1.0 -lGL -ldrm -lXi -lcogl -lXext -lXdamage -lXcomposite -lXfixes -lcroco-0.6 /usr/lib/libxml2.so -lgnome-desktop-3 -lX11 ./.libs/libtray.a -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/libcairo-gobject.so /usr/lib/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgmodule-2.0 ./.libs/libgvc.a -lpulse-mainloop-glib -lpulse -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -Wl,-rpath -Wl,/usr/lib/cinnamon
  843. gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"CinnamonCalendarServer\" -pthread -DGSEAL_ENABLE -DORBIT2=1 -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/nss -I/usr/include/nspr -I/usr/include/evolution-data-server-3.2 -I/usr/include/ -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/orbit-2.0 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o cinnamon_calendar_server-calendar-sources.o `test -f 'calendar-server/calendar-sources.c' || echo './'`calendar-server/calendar-sources.c
  844. gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"CinnamonCalendarServer\" -pthread -DGSEAL_ENABLE -DORBIT2=1 -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/nss -I/usr/include/nspr -I/usr/include/evolution-data-server-3.2 -I/usr/include/ -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/orbit-2.0 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o cinnamon_calendar_server-cinnamon-calendar-server.o `test -f 'calendar-server/cinnamon-calendar-server.c' || echo './'`calendar-server/cinnamon-calendar-server.c
  845. /bin/bash ../libtool --tag=CC --mode=link gcc -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DDATADIR=\""/usr/share"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"CinnamonCalendarServer\" -pthread -DGSEAL_ENABLE -DORBIT2=1 -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/nss -I/usr/include/nspr -I/usr/include/evolution-data-server-3.2 -I/usr/include/ -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/orbit-2.0 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -pthread -lecal-1.2 -lical -licalss -licalvcal -ledataserverui-3.0 -lgtk-3 -lebook-1.2 -lgdk-3 -latk-1.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lpango-1.0 -lfreetype -lfontconfig -lcamel-1.2 -ledataserver-1.2 -lsqlite3 -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lxml2 -lgconf-2 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -o cinnamon-calendar-server cinnamon_calendar_server-calendar-sources.o cinnamon_calendar_server-cinnamon-calendar-server.o
  846. libtool: link: gcc -I../src -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DDATADIR=\"/usr/share\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"CinnamonCalendarServer\" -pthread -DGSEAL_ENABLE -DORBIT2=1 -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/nss -I/usr/include/nspr -I/usr/include/evolution-data-server-3.2 -I/usr/include/ -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/orbit-2.0 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -pthread -o cinnamon-calendar-server cinnamon_calendar_server-calendar-sources.o cinnamon_calendar_server-cinnamon-calendar-server.o -lecal-1.2 -lical -licalss -licalvcal -ledataserverui-3.0 -lgtk-3 -lebook-1.2 -lgdk-3 -latk-1.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/libcairo-gobject.so /usr/lib/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lcamel-1.2 -ledataserver-1.2 /usr/lib/libsqlite3.so -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl /usr/lib/libxml2.so /usr/lib/libgconf-2.so -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread
  847. gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DG_DISABLE_DEPRECATED -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o cinnamon_hotplug_sniffer-cinnamon-mime-sniffer.o `test -f 'hotplug-sniffer/cinnamon-mime-sniffer.c' || echo './'`hotplug-sniffer/cinnamon-mime-sniffer.c
  848. gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DG_DISABLE_DEPRECATED -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o cinnamon_hotplug_sniffer-hotplug-sniffer.o `test -f 'hotplug-sniffer/hotplug-sniffer.c' || echo './'`hotplug-sniffer/hotplug-sniffer.c
  849. /bin/bash ../libtool --tag=CC --mode=link gcc -I../src -DG_DISABLE_DEPRECATED -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -pthread -lgio-2.0 -lgmodule-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -o cinnamon-hotplug-sniffer cinnamon_hotplug_sniffer-cinnamon-mime-sniffer.o cinnamon_hotplug_sniffer-hotplug-sniffer.o
  850. libtool: link: gcc -I../src -DG_DISABLE_DEPRECATED -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -pthread -o cinnamon-hotplug-sniffer cinnamon_hotplug_sniffer-cinnamon-mime-sniffer.o cinnamon_hotplug_sniffer-hotplug-sniffer.o -lgio-2.0 -lgmodule-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread
  851. gcc -DHAVE_CONFIG_H -I. -I.. -DGSEAL_ENABLE -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o cinnamon_perf_helper-cinnamon-perf-helper.o `test -f 'cinnamon-perf-helper.c' || echo './'`cinnamon-perf-helper.c
  852. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -o cinnamon-perf-helper cinnamon_perf_helper-cinnamon-perf-helper.o -pthread -lgtk-3 -lgdk-3 -latk-1.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
  853. libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -o cinnamon-perf-helper cinnamon_perf_helper-cinnamon-perf-helper.o -pthread -lgtk-3 -lgdk-3 -latk-1.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/libcairo-gobject.so /usr/lib/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread
  854. gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o test_theme-test-theme.o `test -f 'st/test-theme.c' || echo './'`st/test-theme.c
  855. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -o test-theme test_theme-test-theme.o libst-1.0.la
  856. libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -o test-theme test_theme-test-theme.o ./.libs/libst-1.0.a -lm -lclutter-glx-1.0 -lcogl-pango -ljson-glib-1.0 -lGL -ldrm -lXi -lcogl -lXext -lXdamage -lXcomposite -lXfixes -lcroco-0.6 /usr/lib/libxml2.so -lgnome-desktop-3 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/libcairo-gobject.so /usr/lib/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lX11 -pthread
  857. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o test_recorder-cinnamon-recorder.o `test -f 'cinnamon-recorder.c' || echo './'`cinnamon-recorder.c
  858. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o test_recorder-cinnamon-recorder-src.o `test -f 'cinnamon-recorder-src.c' || echo './'`cinnamon-recorder-src.c
  859. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/cairo -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o test_recorder-test-recorder.o `test -f 'test-recorder.c' || echo './'`test-recorder.c
  860. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -o test-recorder test_recorder-cinnamon-recorder.o test_recorder-cinnamon-recorder-src.o test_recorder-test-recorder.o -pthread -lgstbase-0.10 -lgstreamer-0.10 -lxml2 -lclutter-glx-1.0 -lcairo-gobject -latk-1.0 -lpangocairo-1.0 -lcogl-pango -ljson-glib-1.0 -lGL -ldrm -lpangoft2-1.0 -lXi -lcairo -lcogl -lgdk_pixbuf-2.0 -lX11 -lXext -lXdamage -lXcomposite -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lXfixes
  861. libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -o test-recorder test_recorder-cinnamon-recorder.o test_recorder-cinnamon-recorder-src.o test_recorder-test-recorder.o -pthread /usr/lib/libgstbase-0.10.so /usr/lib/libgstreamer-0.10.so /usr/lib/libxml2.so -lclutter-glx-1.0 /usr/lib/libcairo-gobject.so -latk-1.0 -lpangocairo-1.0 -lcogl-pango -ljson-glib-1.0 -lGL -ldrm -lpangoft2-1.0 -lXi /usr/lib/libcairo.so -lcogl -lgdk_pixbuf-2.0 -lX11 -lXext -lXdamage -lXcomposite -lgio-2.0 -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lXfixes -pthread
  862. gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o run_js_test-run-js-test.o `test -f 'run-js-test.c' || echo './'`run-js-test.c
  863. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -export-dynamic -o run-js-test run_js_test-run-js-test.o libcinnamon.la -lm -pthread -Wl,--export-dynamic -lfolks -lgee -lmuffin -lgtk-3 -lgjs -lmozjs185 -lplds4 -lplc4 -lnspr4 -ldl -lgnome-menu-3 -lgstbase-0.10 -lgstreamer-0.10 -lgconf-2 -lgdk-3 -lsoup-2.4 -lclutter-glx-1.0 -lcairo-gobject -latk-1.0 -lpangocairo-1.0 -lcogl-pango -ljson-glib-1.0 -lGL -ldrm -lpangoft2-1.0 -lXi -lcairo -lcogl -lgdk_pixbuf-2.0 -lX11 -lXext -lXdamage -lXcomposite -lpango-1.0 -lfreetype -lfontconfig -lstartup-notification-1 -lgirepository-1.0 -lffi -lcanberra -ltelepathy-logger -ltelepathy-glib -lxml2 -lpolkit-agent-1 -lpolkit-gobject-1 -lgio-2.0 -lgmodule-2.0 -lXfixes -lnm-glib -lnm-util -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lgnome-keyring -lglib-2.0 -Wl,--rpath=/usr/lib/gnome-bluetooth -L/usr/lib/gnome-bluetooth -lgnome-bluetooth-applet libst-1.0.la libtray.la libgvc.la
  864. libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -o .libs/run-js-test run_js_test-run-js-test.o -pthread -Wl,--export-dynamic -Wl,--rpath=/usr/lib/gnome-bluetooth -Wl,--export-dynamic ./.libs/libcinnamon.so -lfolks -lgee /usr/lib/libmuffin.so -lgjs -lmozjs185 -lplds4 -lplc4 -lnspr4 -ldl -lgnome-menu-3 /usr/lib/libgstbase-0.10.so /usr/lib/libgstreamer-0.10.so /usr/lib/libgconf-2.so -lsoup-2.4 -lstartup-notification-1 -lgirepository-1.0 -lffi -lcanberra -ltelepathy-logger -ltelepathy-glib -lpolkit-agent-1 -lpolkit-gobject-1 -lnm-glib -lnm-util -ldbus-glib-1 -ldbus-1 -lpthread -lgnome-keyring -L/usr/lib/gnome-bluetooth -lgnome-bluetooth-applet ./.libs/libst-1.0.a -lm -lclutter-glx-1.0 -lcogl-pango -ljson-glib-1.0 -lGL -ldrm -lXi -lcogl -lXext -lXdamage -lXcomposite -lXfixes -lcroco-0.6 /usr/lib/libxml2.so -lgnome-desktop-3 -lX11 ./.libs/libtray.a -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/libcairo-gobject.so /usr/lib/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgmodule-2.0 ./.libs/libgvc.a -lpulse-mainloop-glib -lpulse -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -Wl,-rpath -Wl,/usr/lib/cinnamon
  865. sed -e "s|@bindir[@]|/usr/bin|" -e "s|@datadir[@]|/usr/share|" -e "s|@libexecdir[@]|/usr/lib/cinnamon|" -e "s|@libdir[@]|/usr/lib|" -e "s|@JHBUILD_TYPELIBDIR[@]|/usr/lib/girepository-1.0|" -e "s|@pkgdatadir[@]|/usr/share/cinnamon|" -e "s|@PYTHON[@]|/usr/bin/python|" -e "s|@VERSION[@]|1.2.0|" -e "s|@sysconfdir[@]|/etc|" cinnamon-extension-tool.in > cinnamon-extension-tool.tmp && mv cinnamon-extension-tool.tmp cinnamon-extension-tool && chmod a+x cinnamon-extension-tool
  866. cp cinnamon-real cinnamon.tmp && mv cinnamon.tmp cinnamon
  867. \
  868. [ -d calendar-server ] || /bin/mkdir -p calendar-server ; \
  869. sed -e "s|\@libexecdir\@|/usr/lib/cinnamon|" calendar-server/org.Cinnamon.CalendarServer.service.in > calendar-server/org.Cinnamon.CalendarServer.service.tmp && mv calendar-server/org.Cinnamon.CalendarServer.service.tmp calendar-server/org.Cinnamon.CalendarServer.service
  870. \
  871. [ -d hotplug-sniffer ] || /bin/mkdir -p hotplug-sniffer ; \
  872. sed -e "s|\@libexecdir\@|/usr/lib/cinnamon|" hotplug-sniffer/org.Cinnamon.HotplugSniffer.service.in > hotplug-sniffer/org.Cinnamon.HotplugSniffer.service.tmp && mv hotplug-sniffer/org.Cinnamon.HotplugSniffer.service.tmp hotplug-sniffer/org.Cinnamon.HotplugSniffer.service
  873. /usr/bin/g-ir-scanner --warn-all --warn-error --add-include-path=. --namespace=Gvc --nsversion=1.0 --libtool="/bin/bash ../libtool" --include=GObject-2.0 --include=Gio-2.0 --library=libgvc.la -I./gvc -DWITH_INTROSPECTION gvc/gvc-mixer-stream.h gvc/gvc-mixer-stream.c gvc/gvc-channel-map.h gvc/gvc-channel-map.c gvc/gvc-mixer-card.c gvc/gvc-mixer-card.h gvc/gvc-mixer-sink.h gvc/gvc-mixer-sink.c gvc/gvc-mixer-source.h gvc/gvc-mixer-source.c gvc/gvc-mixer-sink-input.h gvc/gvc-mixer-sink-input.c gvc/gvc-mixer-source-output.h gvc/gvc-mixer-source-output.c gvc/gvc-mixer-event-role.h gvc/gvc-mixer-event-role.c gvc/gvc-mixer-control.h gvc/gvc-mixer-control.c libgvc.la --output Gvc-1.0.gir
  874. g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I./gvc -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -c -o /home/amadeu/Cinnamon/src/tmp-introspectTD_Awi/Gvc-1.0.o /home/amadeu/Cinnamon/src/tmp-introspectTD_Awi/Gvc-1.0.c
  875. g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /home/amadeu/Cinnamon/src/tmp-introspectTD_Awi/Gvc-1.0 -export-dynamic /home/amadeu/Cinnamon/src/tmp-introspectTD_Awi/Gvc-1.0.o -L. libgvc.la -pthread -Wl,--export-dynamic -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0
  876. libtool: link: gcc -o /home/amadeu/Cinnamon/src/tmp-introspectTD_Awi/Gvc-1.0 /home/amadeu/Cinnamon/src/tmp-introspectTD_Awi/Gvc-1.0.o -pthread -Wl,--export-dynamic -Wl,--export-dynamic -L. ./.libs/libgvc.a -lpulse-mainloop-glib -lpulse -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -pthread
  877. /usr/bin/g-ir-compiler --includedir=. --includedir=/usr/lib/muffin --includedir=. Gvc-1.0.gir -o Gvc-1.0.typelib
  878. /usr/bin/g-ir-scanner --warn-all --warn-error --add-include-path=. --namespace=St --nsversion=1.0 --libtool="/bin/bash ../libtool" --include=Clutter-1.0 --include=Gtk-3.0 --library=libst-1.0.la -I../src -DPREFIX=\""/usr"\" -DLIBDIR=\""/usr/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"St\" -DST_COMPILATION -DPACKAGE_DATA_DIR=\"/usr/share/cinnamon\" -pthread -DGSEAL_ENABLE -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -DST_COMPILATION st/st-adjustment.h st/st-bin.h st/st-border-image.h st/st-box-layout.h st/st-box-layout-child.h st/st-button.h st/st-clipboard.h st/st-container.h st/st-drawing-area.h st/st-entry.h st/st-focus-manager.h st/st-group.h st/st-icon.h st/st-icon-colors.h st/st-im-text.h st/st-label.h st/st-overflow-box.h st/st-scrollable.h st/st-scroll-bar.h st/st-scroll-view.h st/st-shadow.h st/st-table.h st/st-table-child.h st/st-texture-cache.h st/st-theme.h st/st-theme-context.h st/st-theme-node.h st/st-tooltip.h st/st-types.h st/st-widget.h st/st-widget-accessible.h st/st-adjustment.c st/st-bin.c st/st-border-image.c st/st-box-layout.c st/st-box-layout-child.c st/st-button.c st/st-clipboard.c st/st-container.c st/st-drawing-area.c st/st-entry.c st/st-focus-manager.c st/st-group.c st/st-icon.c st/st-icon-colors.c st/st-im-text.c st/st-label.c st/st-overflow-box.c st/st-private.c st/st-scrollable.c st/st-scroll-bar.c st/st-scroll-view.c st/st-shadow.c st/st-table.c st/st-table-child.c st/st-texture-cache.c st/st-theme.c st/st-theme-context.c st/st-theme-node.c st/st-theme-node-drawing.c st/st-theme-node-transition.c st/st-tooltip.c st/st-widget.c libst-1.0.la --output St-1.0.gir
  879. g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../src -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libcroco-0.6 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/gnome-desktop-3.0 -I/usr/include/gsettings-desktop-schemas -I/usr/include/cogl -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/clutter-1.0 -I/usr/include/atk-1.0 -I/usr/include/libdrm -I/usr/include/cairo -c -o /home/amadeu/Cinnamon/src/tmp-introspect5H6XW9/St-1.0.o /home/amadeu/Cinnamon/src/tmp-introspect5H6XW9/St-1.0.c
  880. g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /home/amadeu/Cinnamon/src/tmp-introspect5H6XW9/St-1.0 -export-dynamic /home/amadeu/Cinnamon/src/tmp-introspect5H6XW9/St-1.0.o -L. libst-1.0.la -pthread -Wl,--export-dynamic -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0
  881. libtool: link: gcc -o /home/amadeu/Cinnamon/src/tmp-introspect5H6XW9/St-1.0 /home/amadeu/Cinnamon/src/tmp-introspect5H6XW9/St-1.0.o -pthread -Wl,--export-dynamic -Wl,--export-dynamic -L. ./.libs/libst-1.0.a -lm -lclutter-glx-1.0 -lcogl-pango -ljson-glib-1.0 -lGL -ldrm -lXi -lcogl -lXext -lXdamage -lXcomposite -lXfixes -lcroco-0.6 /usr/lib/libxml2.so -lgnome-desktop-3 -lgtk-3 -lgdk-3 -latk-1.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/libcairo-gobject.so /usr/lib/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lX11 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -pthread
  882. /usr/bin/g-ir-scanner --warn-all --warn-error --add-include-path=. --namespace=Cinnamon --nsversion=0.1 --libtool="/bin/bash ../libtool" --include=Clutter-1.0 --include=ClutterX11-1.0 --include=Meta-3.0 --include=TelepathyGLib-0.12 --include=TelepathyLogger-0.2 --include=Soup-2.4 --include=GMenu-3.0 --include=NetworkManager-1.0 --include=NMClient-1.0 --include=Folks-0.6 --library=libcinnamon.la --include-uninstalled=./St-1.0.gir --add-include-path=/usr/lib/muffin -pthread -DGSEAL_ENABLE -DMUFFIN_MAJOR_VERSION=3 -DMUFFIN_MINOR_VERSION=2 -DMUFFIN_MICRO_VERSION=1 -DMUFFIN_PLUGIN_API_VERSION=3 -DORBIT2=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -DVERSION=\"1.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -DCINNAMON_LIBEXECDIR=\"/usr/lib/cinnamon\" -DCINNAMON_DATADIR=\"/usr/share/cinnamon\" -DCINNAMON_PKGLIBDIR=\"/usr/lib/cinnamon\" -DJSDIR=\"/usr/share/cinnamon/js\" -I . cinnamon-app.h cinnamon-app-system.h cinnamon-app-usage.h cinnamon-arrow.h cinnamon-contact-system.h cinnamon-doc-system.h cinnamon-embedded-window.h cinnamon-generic-container.h cinnamon-gtk-embed.h cinnamon-global.h cinnamon-mobile-providers.h cinnamon-mount-operation.h cinnamon-network-agent.h cinnamon-perf-log.h cinnamon-slicer.h cinnamon-stack.h cinnamon-tp-client.h cinnamon-tray-icon.h cinnamon-tray-manager.h cinnamon-util.h cinnamon-window-tracker.h cinnamon-wm.h cinnamon-xfixes-cursor.h cinnamon-marshal.h cinnamon-marshal.c cinnamon-enum-types.h cinnamon-enum-types.c cinnamon-plugin.c cinnamon-app.c cinnamon-a11y.h cinnamon-a11y.c cinnamon-app-system.c cinnamon-app-usage.c cinnamon-arrow.c cinnamon-contact-system.c cinnamon-doc-system.c cinnamon-embedded-window.c cinnamon-generic-container.c cinnamon-gtk-embed.c cinnamon-global.c cinnamon-mobile-providers.c cinnamon-mount-operation.c cinnamon-network-agent.c cinnamon-perf-log.c cinnamon-polkit-authentication-agent.h cinnamon-polkit-authentication-agent.c cinnamon-slicer.c cinnamon-stack.c cinnamon-tp-client.c cinnamon-tray-icon.c cinnamon-tray-manager.c cinnamon-util.c cinnamon-window-tracker.c cinnamon-wm.c cinnamon-xfixes-cursor.c cinnamon-recorder.c cinnamon-recorder.h libcinnamon.la St-1.0.gir --output Cinnamon-0.1.gir
  883. g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/telepathy-logger-0.2 -I/usr/include/polkit-1 -I/usr/include/gnome-keyring-1 -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/gee-1.0 -I/usr/include/telepathy-1.0 -I/usr/include/muffin -I/usr/include/gjs-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/include/js -I/usr/include/gnome-menus-3.0 -I/usr/include/gstreamer-0.10 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libsoup-2.4 -I/usr/include/startup-notification-1.0 -I/usr/include/libnm-glib -I/usr/include/NetworkManager -I./tray -I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/cogl -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pango-1.0 -I/usr/include/json-glib-1.0 -I/usr/include/clutter-1.0 -I/usr/include/atk-1.0 -I/usr/include/libdrm -I/usr/include/gudev-1.0 -I/usr/include/gee-1.0 -I/usr/include/cairo -I/usr/include/gnome-menus-3.0 -I/usr/include/telepathy-1.0 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -c -o /home/amadeu/Cinnamon/src/tmp-introspecte6Awc1/Cinnamon-0.1.o /home/amadeu/Cinnamon/src/tmp-introspecte6Awc1/Cinnamon-0.1.c
  884. g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /home/amadeu/Cinnamon/src/tmp-introspecte6Awc1/Cinnamon-0.1 -export-dynamic /home/amadeu/Cinnamon/src/tmp-introspecte6Awc1/Cinnamon-0.1.o -L. libcinnamon.la -pthread -Wl,--export-dynamic -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0
  885. libtool: link: gcc -o /home/amadeu/Cinnamon/src/tmp-introspecte6Awc1/.libs/Cinnamon-0.1 /home/amadeu/Cinnamon/src/tmp-introspecte6Awc1/Cinnamon-0.1.o -pthread -Wl,--export-dynamic -Wl,--export-dynamic -L. ./.libs/libcinnamon.so -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lrt -lglib-2.0 -pthread -Wl,-rpath -Wl,/usr/lib/cinnamon
  886. /usr/bin/g-ir-compiler --includedir=. --includedir=/usr/lib/muffin --includedir=. Cinnamon-0.1.gir -o Cinnamon-0.1.typelib
  887. /usr/share/gir-1.0/Folks-0.6.gir:72:1: warning: element errordomain from state 6 is unknown, ignoring
  888. /usr/share/gir-1.0/Folks-0.6.gir:77:1: warning: element errordomain from state 6 is unknown, ignoring
  889. /usr/share/gir-1.0/Folks-0.6.gir:86:1: warning: element errordomain from state 6 is unknown, ignoring
  890. /usr/share/gir-1.0/Folks-0.6.gir:93:1: warning: element errordomain from state 6 is unknown, ignoring
  891. /usr/share/gir-1.0/Folks-0.6.gir:925:78: warning: element annotation from state 15 is unknown, ignoring
  892. /usr/share/gir-1.0/Folks-0.6.gir:926:54: warning: element annotation from state 15 is unknown, ignoring
  893. /usr/share/gir-1.0/Folks-0.6.gir:1052:78: warning: element annotation from state 15 is unknown, ignoring
  894. /usr/share/gir-1.0/Folks-0.6.gir:1053:54: warning: element annotation from state 15 is unknown, ignoring
  895. /usr/share/gir-1.0/Folks-0.6.gir:1154:78: warning: element annotation from state 15 is unknown, ignoring
  896. /usr/share/gir-1.0/Folks-0.6.gir:1155:54: warning: element annotation from state 15 is unknown, ignoring
  897. /usr/share/gir-1.0/Folks-0.6.gir:1577:104: warning: element annotation from state 9 is unknown, ignoring
  898. /usr/share/gir-1.0/Folks-0.6.gir:1578:54: warning: element annotation from state 9 is unknown, ignoring
  899. /usr/share/gir-1.0/Folks-0.6.gir:2031:95: warning: element annotation from state 15 is unknown, ignoring
  900. /usr/share/gir-1.0/Folks-0.6.gir:2032:56: warning: element annotation from state 15 is unknown, ignoring
  901. /usr/share/gir-1.0/Folks-0.6.gir:2036:95: warning: element annotation from state 15 is unknown, ignoring
  902. /usr/share/gir-1.0/Folks-0.6.gir:2037:56: warning: element annotation from state 15 is unknown, ignoring
  903. /usr/share/gir-1.0/Folks-0.6.gir:2050:84: warning: element annotation from state 15 is unknown, ignoring
  904. /usr/share/gir-1.0/Folks-0.6.gir:2051:54: warning: element annotation from state 15 is unknown, ignoring
  905. /usr/bin/g-ir-compiler --includedir=. --includedir=/usr/lib/muffin --includedir=. St-1.0.gir -o St-1.0.typelib
  906. make[4]: Leaving directory `/home/amadeu/Cinnamon/src'
  907. make[3]: Leaving directory `/home/amadeu/Cinnamon/src'
  908. Making all in browser-plugin
  909. make[3]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  910. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/json-glib-1.0 -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"CinnamonBrowserPlugin\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c -o libcinnamon_browser_plugin_la-browser-plugin.lo `test -f 'browser-plugin.c' || echo './'`browser-plugin.c
  911. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/json-glib-1.0 -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"CinnamonBrowserPlugin\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -c browser-plugin.c -fPIC -DPIC -o .libs/libcinnamon_browser_plugin_la-browser-plugin.o
  912. /bin/bash ../libtool --tag=CC --mode=link gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/json-glib-1.0 -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"CinnamonBrowserPlugin\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wmissing-prototypes -module -avoid-version -no-undefined -o libcinnamon-browser-plugin.la -rpath /usr/lib/mozilla/plugins libcinnamon_browser_plugin_la-browser-plugin.lo -pthread -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
  913. libtool: link: gcc -shared -fPIC -DPIC .libs/libcinnamon_browser_plugin_la-browser-plugin.o -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -O2 -pthread -pthread -Wl,-soname -Wl,libcinnamon-browser-plugin.so -o .libs/libcinnamon-browser-plugin.so
  914. libtool: link: ( cd ".libs" && rm -f "libcinnamon-browser-plugin.la" && ln -s "../libcinnamon-browser-plugin.la" "libcinnamon-browser-plugin.la" )
  915. make[3]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  916. Making all in tests
  917. make[3]: Entering directory `/home/amadeu/Cinnamon/tests'
  918. sed \
  919. -e "s|@MUFFIN_TYPELIB_DIR[@]|/usr/lib/muffin|" \
  920. -e "s|@JHBUILD_TYPELIBDIR[@]|/usr/lib/girepository-1.0|" \
  921. -e "s|@srcdir[@]|.|" \
  922. run-test.sh.in > run-test.sh && chmod a+x run-test.sh
  923. make[3]: Leaving directory `/home/amadeu/Cinnamon/tests'
  924. Making all in po
  925. make[3]: Entering directory `/home/amadeu/Cinnamon/po'
  926. file=`echo af | sed 's,.*/,,'`.gmo \
  927. && rm -f $file && /usr/bin/msgfmt -o $file af.po
  928. file=`echo an | sed 's,.*/,,'`.gmo \
  929. && rm -f $file && /usr/bin/msgfmt -o $file an.po
  930. file=`echo ar | sed 's,.*/,,'`.gmo \
  931. && rm -f $file && /usr/bin/msgfmt -o $file ar.po
  932. file=`echo as | sed 's,.*/,,'`.gmo \
  933. && rm -f $file && /usr/bin/msgfmt -o $file as.po
  934. file=`echo ast | sed 's,.*/,,'`.gmo \
  935. && rm -f $file && /usr/bin/msgfmt -o $file ast.po
  936. file=`echo be | sed 's,.*/,,'`.gmo \
  937. && rm -f $file && /usr/bin/msgfmt -o $file be.po
  938. file=`echo bg | sed 's,.*/,,'`.gmo \
  939. && rm -f $file && /usr/bin/msgfmt -o $file bg.po
  940. file=`echo bn | sed 's,.*/,,'`.gmo \
  941. && rm -f $file && /usr/bin/msgfmt -o $file bn.po
  942. file=`echo bn_IN | sed 's,.*/,,'`.gmo \
  943. && rm -f $file && /usr/bin/msgfmt -o $file bn_IN.po
  944. file=`echo ca | sed 's,.*/,,'`.gmo \
  945. && rm -f $file && /usr/bin/msgfmt -o $file ca.po
  946. file=`echo ca@valencia | sed 's,.*/,,'`.gmo \
  947. && rm -f $file && /usr/bin/msgfmt -o $file ca@valencia.po
  948. file=`echo cs | sed 's,.*/,,'`.gmo \
  949. && rm -f $file && /usr/bin/msgfmt -o $file cs.po
  950. file=`echo da | sed 's,.*/,,'`.gmo \
  951. && rm -f $file && /usr/bin/msgfmt -o $file da.po
  952. file=`echo de | sed 's,.*/,,'`.gmo \
  953. && rm -f $file && /usr/bin/msgfmt -o $file de.po
  954. file=`echo el | sed 's,.*/,,'`.gmo \
  955. && rm -f $file && /usr/bin/msgfmt -o $file el.po
  956. file=`echo en_GB | sed 's,.*/,,'`.gmo \
  957. && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
  958. file=`echo eo | sed 's,.*/,,'`.gmo \
  959. && rm -f $file && /usr/bin/msgfmt -o $file eo.po
  960. file=`echo es | sed 's,.*/,,'`.gmo \
  961. && rm -f $file && /usr/bin/msgfmt -o $file es.po
  962. file=`echo et | sed 's,.*/,,'`.gmo \
  963. && rm -f $file && /usr/bin/msgfmt -o $file et.po
  964. file=`echo eu | sed 's,.*/,,'`.gmo \
  965. && rm -f $file && /usr/bin/msgfmt -o $file eu.po
  966. file=`echo fa | sed 's,.*/,,'`.gmo \
  967. && rm -f $file && /usr/bin/msgfmt -o $file fa.po
  968. file=`echo fi | sed 's,.*/,,'`.gmo \
  969. && rm -f $file && /usr/bin/msgfmt -o $file fi.po
  970. file=`echo fr | sed 's,.*/,,'`.gmo \
  971. && rm -f $file && /usr/bin/msgfmt -o $file fr.po
  972. file=`echo ga | sed 's,.*/,,'`.gmo \
  973. && rm -f $file && /usr/bin/msgfmt -o $file ga.po
  974. file=`echo gl | sed 's,.*/,,'`.gmo \
  975. && rm -f $file && /usr/bin/msgfmt -o $file gl.po
  976. file=`echo gu | sed 's,.*/,,'`.gmo \
  977. && rm -f $file && /usr/bin/msgfmt -o $file gu.po
  978. file=`echo he | sed 's,.*/,,'`.gmo \
  979. && rm -f $file && /usr/bin/msgfmt -o $file he.po
  980. file=`echo hi | sed 's,.*/,,'`.gmo \
  981. && rm -f $file && /usr/bin/msgfmt -o $file hi.po
  982. file=`echo hu | sed 's,.*/,,'`.gmo \
  983. && rm -f $file && /usr/bin/msgfmt -o $file hu.po
  984. file=`echo id | sed 's,.*/,,'`.gmo \
  985. && rm -f $file && /usr/bin/msgfmt -o $file id.po
  986. file=`echo it | sed 's,.*/,,'`.gmo \
  987. && rm -f $file && /usr/bin/msgfmt -o $file it.po
  988. file=`echo ja | sed 's,.*/,,'`.gmo \
  989. && rm -f $file && /usr/bin/msgfmt -o $file ja.po
  990. file=`echo ko | sed 's,.*/,,'`.gmo \
  991. && rm -f $file && /usr/bin/msgfmt -o $file ko.po
  992. file=`echo kn | sed 's,.*/,,'`.gmo \
  993. && rm -f $file && /usr/bin/msgfmt -o $file kn.po
  994. file=`echo ku | sed 's,.*/,,'`.gmo \
  995. && rm -f $file && /usr/bin/msgfmt -o $file ku.po
  996. file=`echo lt | sed 's,.*/,,'`.gmo \
  997. && rm -f $file && /usr/bin/msgfmt -o $file lt.po
  998. file=`echo lv | sed 's,.*/,,'`.gmo \
  999. && rm -f $file && /usr/bin/msgfmt -o $file lv.po
  1000. file=`echo mr | sed 's,.*/,,'`.gmo \
  1001. && rm -f $file && /usr/bin/msgfmt -o $file mr.po
  1002. file=`echo ms | sed 's,.*/,,'`.gmo \
  1003. && rm -f $file && /usr/bin/msgfmt -o $file ms.po
  1004. file=`echo nb | sed 's,.*/,,'`.gmo \
  1005. && rm -f $file && /usr/bin/msgfmt -o $file nb.po
  1006. file=`echo nl | sed 's,.*/,,'`.gmo \
  1007. && rm -f $file && /usr/bin/msgfmt -o $file nl.po
  1008. file=`echo nn | sed 's,.*/,,'`.gmo \
  1009. && rm -f $file && /usr/bin/msgfmt -o $file nn.po
  1010. file=`echo or | sed 's,.*/,,'`.gmo \
  1011. && rm -f $file && /usr/bin/msgfmt -o $file or.po
  1012. file=`echo pa | sed 's,.*/,,'`.gmo \
  1013. && rm -f $file && /usr/bin/msgfmt -o $file pa.po
  1014. file=`echo pl | sed 's,.*/,,'`.gmo \
  1015. && rm -f $file && /usr/bin/msgfmt -o $file pl.po
  1016. file=`echo pt | sed 's,.*/,,'`.gmo \
  1017. && rm -f $file && /usr/bin/msgfmt -o $file pt.po
  1018. file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  1019. && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
  1020. file=`echo ro | sed 's,.*/,,'`.gmo \
  1021. && rm -f $file && /usr/bin/msgfmt -o $file ro.po
  1022. file=`echo ru | sed 's,.*/,,'`.gmo \
  1023. && rm -f $file && /usr/bin/msgfmt -o $file ru.po
  1024. file=`echo sk | sed 's,.*/,,'`.gmo \
  1025. && rm -f $file && /usr/bin/msgfmt -o $file sk.po
  1026. file=`echo sl | sed 's,.*/,,'`.gmo \
  1027. && rm -f $file && /usr/bin/msgfmt -o $file sl.po
  1028. file=`echo sr | sed 's,.*/,,'`.gmo \
  1029. && rm -f $file && /usr/bin/msgfmt -o $file sr.po
  1030. file=`echo sr@latin | sed 's,.*/,,'`.gmo \
  1031. && rm -f $file && /usr/bin/msgfmt -o $file sr@latin.po
  1032. file=`echo sv | sed 's,.*/,,'`.gmo \
  1033. && rm -f $file && /usr/bin/msgfmt -o $file sv.po
  1034. file=`echo ta | sed 's,.*/,,'`.gmo \
  1035. && rm -f $file && /usr/bin/msgfmt -o $file ta.po
  1036. file=`echo te | sed 's,.*/,,'`.gmo \
  1037. && rm -f $file && /usr/bin/msgfmt -o $file te.po
  1038. file=`echo th | sed 's,.*/,,'`.gmo \
  1039. && rm -f $file && /usr/bin/msgfmt -o $file th.po
  1040. file=`echo tr | sed 's,.*/,,'`.gmo \
  1041. && rm -f $file && /usr/bin/msgfmt -o $file tr.po
  1042. file=`echo ug | sed 's,.*/,,'`.gmo \
  1043. && rm -f $file && /usr/bin/msgfmt -o $file ug.po
  1044. file=`echo uk | sed 's,.*/,,'`.gmo \
  1045. && rm -f $file && /usr/bin/msgfmt -o $file uk.po
  1046. file=`echo vi | sed 's,.*/,,'`.gmo \
  1047. && rm -f $file && /usr/bin/msgfmt -o $file vi.po
  1048. file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  1049. && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
  1050. file=`echo zh_HK | sed 's,.*/,,'`.gmo \
  1051. && rm -f $file && /usr/bin/msgfmt -o $file zh_HK.po
  1052. file=`echo zh_TW | sed 's,.*/,,'`.gmo \
  1053. && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
  1054. make[3]: Leaving directory `/home/amadeu/Cinnamon/po'
  1055. Making all in man
  1056. make[3]: Entering directory `/home/amadeu/Cinnamon/man'
  1057. make[3]: Nothing to be done for `all'.
  1058. make[3]: Leaving directory `/home/amadeu/Cinnamon/man'
  1059. Making all in files
  1060. make[3]: Entering directory `/home/amadeu/Cinnamon/files'
  1061. make[3]: Nothing to be done for `all'.
  1062. make[3]: Leaving directory `/home/amadeu/Cinnamon/files'
  1063. make[3]: Entering directory `/home/amadeu/Cinnamon'
  1064. make[3]: Leaving directory `/home/amadeu/Cinnamon'
  1065. make[2]: Leaving directory `/home/amadeu/Cinnamon'
  1066. make[1]: Leaving directory `/home/amadeu/Cinnamon'
  1067. touch debian/stamp-makefile-build
  1068. DEB_MAKE_CHECK_TARGET unset, not running checks
  1069. debian/rules binary
  1070. test -x debian/rules
  1071. dh_testroot
  1072. dh_prep
  1073. dh_installdirs -A
  1074. mkdir -p "."
  1075. if test -e /usr/share/misc/config.guess ; then \
  1076. for i in ./config/config.guess ; do \
  1077. if ! test -e $i.cdbs-orig ; then \
  1078. mv $i $i.cdbs-orig ; \
  1079. cp --remove-destination /usr/share/misc/config.guess $i ; \
  1080. fi ; \
  1081. done ; \
  1082. fi
  1083. if test -e /usr/share/misc/config.sub ; then \
  1084. for i in ./config/config.sub ; do \
  1085. if ! test -e $i.cdbs-orig ; then \
  1086. mv $i $i.cdbs-orig ; \
  1087. cp --remove-destination /usr/share/misc/config.sub $i ; \
  1088. fi ; \
  1089. done ; \
  1090. fi
  1091. if test -e /usr/share/gnulib/build-aux/config.rpath ; then \
  1092. for i in ./config/config.rpath ; do \
  1093. if ! test -e $i.cdbs-orig ; then \
  1094. mv $i $i.cdbs-orig ; \
  1095. cp --remove-destination /usr/share/gnulib/build-aux/config.rpath $i ; \
  1096. fi ; \
  1097. done ; \
  1098. fi
  1099. DEB_MAKE_CHECK_TARGET unset, not running checks
  1100. GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C . install DESTDIR=/home/amadeu/Cinnamon/debian/cinnamon/
  1101. make[1]: Entering directory `/home/amadeu/Cinnamon'
  1102. Making install in data
  1103. make[2]: Entering directory `/home/amadeu/Cinnamon/data'
  1104. make[3]: Entering directory `/home/amadeu/Cinnamon/data'
  1105. make[3]: Nothing to be done for `install-exec-am'.
  1106. GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults /usr/bin/gconftool-2 --makefile-install-rule ./cinnamon.schemas
  1107. GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas
  1108. test -z "/usr/share/applications" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/applications"
  1109. /usr/bin/install -c -m 644 cinnamon.desktop '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/applications'
  1110. test -z "/usr/share/cinnamon/search_providers" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/search_providers"
  1111. /usr/bin/install -c -m 644 search_providers/google.xml search_providers/wikipedia.xml '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/search_providers'
  1112. test -z "/usr/share/cinnamon/theme" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/theme"
  1113. /usr/bin/install -c -m 644 theme/calendar-arrow-left.svg theme/calendar-arrow-right.svg theme/calendar-today.svg theme/close-window.svg theme/close.svg theme/corner-ripple-ltr.png theme/corner-ripple-rtl.png theme/dash-placeholder.svg theme/filter-selected-ltr.svg theme/filter-selected-rtl.svg theme/gdm.css theme/cinnamon.css theme/menu.png theme/overview.png theme/overview-hover.png theme/panel-border.svg theme/panel-button-border.svg theme/panel-button-highlight-narrow.svg theme/panel-button-highlight-wide.svg theme/process-working.svg theme/running-indicator.svg theme/scroll-hhandle.svg theme/scroll-vhandle.svg theme/source-button-border.svg theme/thumbnail.png theme/thumbnail-generic.png theme/toggle-off-us.svg theme/toggle-off-intl.svg theme/toggle-on-us.svg theme/toggle-on-intl.svg theme/ws-switch-arrow-up.svg theme/ws-switch-arrow-down.svg theme/player-paused.svg theme/player-playing.svg theme/player-stopped.svg '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/theme'
  1114. test -z "/etc/gconf/schemas" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//etc/gconf/schemas"
  1115. /usr/bin/install -c -m 644 cinnamon.schemas '/home/amadeu/Cinnamon/debian/cinnamon//etc/gconf/schemas'
  1116. test -z "/usr/share/cinnamon/shaders" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/shaders"
  1117. /usr/bin/install -c -m 644 shaders/dim-window.glsl '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/shaders'
  1118. if test -n "org.cinnamon.gschema.xml"; then \
  1119. test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/glib-2.0/schemas"; \
  1120. /usr/bin/install -c -m 644 org.cinnamon.gschema.xml "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/glib-2.0/schemas"; \
  1121. test -n "/home/amadeu/Cinnamon/debian/cinnamon/" || /usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
  1122. fi
  1123. make[3]: Leaving directory `/home/amadeu/Cinnamon/data'
  1124. make[2]: Leaving directory `/home/amadeu/Cinnamon/data'
  1125. Making install in js
  1126. make[2]: Entering directory `/home/amadeu/Cinnamon/js'
  1127. make[3]: Entering directory `/home/amadeu/Cinnamon/js'
  1128. make[3]: Nothing to be done for `install-exec-am'.
  1129. test -z "/usr/share/cinnamon/js" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js"
  1130. /bin/mkdir -p '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/ui'
  1131. /usr/bin/install -c -m 644 ui/altTab.js ui/applet.js ui/appletManager.js ui/appFavorites.js ui/automountManager.js ui/autorunManager.js ui/boxpointer.js ui/calendar.js ui/dateMenu.js ui/dnd.js ui/endSessionDialog.js ui/environment.js ui/extensionSystem.js ui/iconGrid.js ui/keyboard.js ui/layout.js ui/lightbox.js ui/link.js ui/lookingGlass.js ui/magnifier.js ui/magnifierDBus.js ui/main.js ui/messageTray.js ui/menu.js ui/modalDialog.js ui/networkAgent.js ui/cinnamonEntry.js ui/cinnamonMountOperation.js ui/notificationDaemon.js ui/overview.js ui/panel.js ui/panelLaunchers.js ui/panelMenu.js ui/placesManager.js ui/polkitAuthenticationAgent.js ui/popupMenu.js ui/runDialog.js ui/scripting.js ui/search.js ui/cinnamonDBus.js '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/ui'
  1132. /bin/mkdir -p '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/perf'
  1133. /usr/bin/install -c -m 644 perf/core.js '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/perf'
  1134. /bin/mkdir -p '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/gdm'
  1135. /usr/bin/install -c -m 644 gdm/batch.js gdm/consoleKit.js gdm/fingerprint.js gdm/loginDialog.js gdm/powerMenu.js '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/gdm'
  1136. /bin/mkdir -p '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/ui'
  1137. /usr/bin/install -c -m 644 ui/showDesktopButton.js ui/statusIconDispatcher.js ui/themeManager.js ui/tooltips.js ui/tweener.js ui/viewSelector.js ui/windowAttentionHandler.js ui/windowList.js ui/windowManager.js ui/workspace.js ui/workspaceThumbnail.js ui/workspacesView.js ui/workspaceSwitcher.js ui/xdndHandler.js '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/ui'
  1138. /bin/mkdir -p '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/ui/status'
  1139. /usr/bin/install -c -m 644 ui/status/accessibility.js ui/status/keyboard.js ui/status/network.js ui/status/power.js ui/status/volume.js ui/status/bluetooth.js '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/ui/status'
  1140. /bin/mkdir -p '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/misc'
  1141. /usr/bin/install -c -m 644 misc/config.js misc/docInfo.js misc/fileUtils.js misc/format.js misc/gnomeSession.js misc/history.js misc/modemManager.js misc/params.js misc/screenSaver.js misc/util.js '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/misc'
  1142. make[3]: Leaving directory `/home/amadeu/Cinnamon/js'
  1143. make[2]: Leaving directory `/home/amadeu/Cinnamon/js'
  1144. Making install in src
  1145. make[2]: Entering directory `/home/amadeu/Cinnamon/src'
  1146. /usr/bin/make install-am
  1147. make[3]: Entering directory `/home/amadeu/Cinnamon/src'
  1148. make[4]: Entering directory `/home/amadeu/Cinnamon/src'
  1149. test -z "/usr/bin" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/bin"
  1150. /bin/bash ../libtool --mode=install /usr/bin/install -c cinnamon-real '/home/amadeu/Cinnamon/debian/cinnamon//usr/bin'
  1151. libtool: install: /usr/bin/install -c .libs/cinnamon-real /home/amadeu/Cinnamon/debian/cinnamon//usr/bin/cinnamon-real
  1152. test -z "/usr/bin" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/bin"
  1153. /usr/bin/install -c cinnamon-extension-tool '/home/amadeu/Cinnamon/debian/cinnamon//usr/bin'
  1154. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon"
  1155. /bin/bash ../libtool --mode=install /usr/bin/install -c cinnamon-calendar-server cinnamon-hotplug-sniffer cinnamon-perf-helper '/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon'
  1156. libtool: install: /usr/bin/install -c cinnamon-calendar-server /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon/cinnamon-calendar-server
  1157. libtool: install: /usr/bin/install -c cinnamon-hotplug-sniffer /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon/cinnamon-hotplug-sniffer
  1158. libtool: install: /usr/bin/install -c cinnamon-perf-helper /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon/cinnamon-perf-helper
  1159. /usr/bin/make install-exec-hook
  1160. make[5]: Entering directory `/home/amadeu/Cinnamon/src'
  1161. mv /home/amadeu/Cinnamon/debian/cinnamon//usr/bin/cinnamon-real /home/amadeu/Cinnamon/debian/cinnamon//usr/bin/cinnamon
  1162. make[5]: Leaving directory `/home/amadeu/Cinnamon/src'
  1163. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon"
  1164. /bin/bash ../libtool --mode=install /usr/bin/install -c libcinnamon.la '/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon'
  1165. libtool: install: /usr/bin/install -c .libs/libcinnamon.so /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon/libcinnamon.so
  1166. libtool: install: /usr/bin/install -c .libs/libcinnamon.lai /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon/libcinnamon.la
  1167. libtool: install: warning: remember to run `libtool --finish /usr/lib/cinnamon'
  1168. test -z "/usr/share/dbus-1/services" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/dbus-1/services"
  1169. /usr/bin/install -c -m 644 calendar-server/org.Cinnamon.CalendarServer.service hotplug-sniffer/org.Cinnamon.HotplugSniffer.service '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/dbus-1/services'
  1170. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon"
  1171. /usr/bin/install -c -m 644 Gvc-1.0.typelib Cinnamon-0.1.typelib St-1.0.typelib '/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon'
  1172. make[4]: Leaving directory `/home/amadeu/Cinnamon/src'
  1173. make[3]: Leaving directory `/home/amadeu/Cinnamon/src'
  1174. make[2]: Leaving directory `/home/amadeu/Cinnamon/src'
  1175. Making install in browser-plugin
  1176. make[2]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  1177. make[3]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  1178. make[3]: Nothing to be done for `install-exec-am'.
  1179. test -z "/usr/lib/mozilla/plugins" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/mozilla/plugins"
  1180. /bin/bash ../libtool --mode=install /usr/bin/install -c libcinnamon-browser-plugin.la '/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/mozilla/plugins'
  1181. libtool: install: /usr/bin/install -c .libs/libcinnamon-browser-plugin.so /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/mozilla/plugins/libcinnamon-browser-plugin.so
  1182. libtool: install: /usr/bin/install -c .libs/libcinnamon-browser-plugin.lai /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/mozilla/plugins/libcinnamon-browser-plugin.la
  1183. libtool: install: warning: remember to run `libtool --finish /usr/lib/mozilla/plugins'
  1184. make[3]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  1185. make[2]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  1186. Making install in tests
  1187. make[2]: Entering directory `/home/amadeu/Cinnamon/tests'
  1188. make[3]: Entering directory `/home/amadeu/Cinnamon/tests'
  1189. make[3]: Nothing to be done for `install-exec-am'.
  1190. make[3]: Nothing to be done for `install-data-am'.
  1191. make[3]: Leaving directory `/home/amadeu/Cinnamon/tests'
  1192. make[2]: Leaving directory `/home/amadeu/Cinnamon/tests'
  1193. Making install in po
  1194. make[2]: Entering directory `/home/amadeu/Cinnamon/po'
  1195. linguas="af an ar as ast be bg bn bn_IN ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl gu he hi hu id it ja ko kn ku lt lv mr ms nb nl nn or pa pl pt pt_BR ro ru sk sl sr sr@latin sv ta te th tr ug uk vi zh_CN zh_HK zh_TW "; \
  1196. for lang in $linguas; do \
  1197. dir=/home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/$lang/LC_MESSAGES; \
  1198. /bin/bash /home/amadeu/Cinnamon/config/install-sh -d $dir; \
  1199. if test -r $lang.gmo; then \
  1200. /usr/bin/install -c -m 644 $lang.gmo $dir/cinnamon.mo; \
  1201. echo "installing $lang.gmo as $dir/cinnamon.mo"; \
  1202. else \
  1203. /usr/bin/install -c -m 644 ./$lang.gmo $dir/cinnamon.mo; \
  1204. echo "installing ./$lang.gmo as" \
  1205. "$dir/cinnamon.mo"; \
  1206. fi; \
  1207. if test -r $lang.gmo.m; then \
  1208. /usr/bin/install -c -m 644 $lang.gmo.m $dir/cinnamon.mo.m; \
  1209. echo "installing $lang.gmo.m as $dir/cinnamon.mo.m"; \
  1210. else \
  1211. if test -r ./$lang.gmo.m ; then \
  1212. /usr/bin/install -c -m 644 ./$lang.gmo.m \
  1213. $dir/cinnamon.mo.m; \
  1214. echo "installing ./$lang.gmo.m as" \
  1215. "$dir/cinnamon.mo.m"; \
  1216. else \
  1217. true; \
  1218. fi; \
  1219. fi; \
  1220. done
  1221. installing af.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/af/LC_MESSAGES/cinnamon.mo
  1222. installing an.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/an/LC_MESSAGES/cinnamon.mo
  1223. installing ar.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ar/LC_MESSAGES/cinnamon.mo
  1224. installing as.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/as/LC_MESSAGES/cinnamon.mo
  1225. installing ast.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ast/LC_MESSAGES/cinnamon.mo
  1226. installing be.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/be/LC_MESSAGES/cinnamon.mo
  1227. installing bg.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/bg/LC_MESSAGES/cinnamon.mo
  1228. installing bn.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/bn/LC_MESSAGES/cinnamon.mo
  1229. installing bn_IN.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/bn_IN/LC_MESSAGES/cinnamon.mo
  1230. installing ca.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ca/LC_MESSAGES/cinnamon.mo
  1231. installing ca@valencia.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ca@valencia/LC_MESSAGES/cinnamon.mo
  1232. installing cs.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/cs/LC_MESSAGES/cinnamon.mo
  1233. installing da.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/da/LC_MESSAGES/cinnamon.mo
  1234. installing de.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/de/LC_MESSAGES/cinnamon.mo
  1235. installing el.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/el/LC_MESSAGES/cinnamon.mo
  1236. installing en_GB.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/en_GB/LC_MESSAGES/cinnamon.mo
  1237. installing eo.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/eo/LC_MESSAGES/cinnamon.mo
  1238. installing es.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/es/LC_MESSAGES/cinnamon.mo
  1239. installing et.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/et/LC_MESSAGES/cinnamon.mo
  1240. installing eu.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/eu/LC_MESSAGES/cinnamon.mo
  1241. installing fa.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/fa/LC_MESSAGES/cinnamon.mo
  1242. installing fi.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/fi/LC_MESSAGES/cinnamon.mo
  1243. installing fr.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/fr/LC_MESSAGES/cinnamon.mo
  1244. installing ga.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ga/LC_MESSAGES/cinnamon.mo
  1245. installing gl.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/gl/LC_MESSAGES/cinnamon.mo
  1246. installing gu.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/gu/LC_MESSAGES/cinnamon.mo
  1247. installing he.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/he/LC_MESSAGES/cinnamon.mo
  1248. installing hi.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/hi/LC_MESSAGES/cinnamon.mo
  1249. installing hu.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/hu/LC_MESSAGES/cinnamon.mo
  1250. installing id.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/id/LC_MESSAGES/cinnamon.mo
  1251. installing it.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/it/LC_MESSAGES/cinnamon.mo
  1252. installing ja.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ja/LC_MESSAGES/cinnamon.mo
  1253. installing ko.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ko/LC_MESSAGES/cinnamon.mo
  1254. installing kn.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/kn/LC_MESSAGES/cinnamon.mo
  1255. installing ku.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ku/LC_MESSAGES/cinnamon.mo
  1256. installing lt.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/lt/LC_MESSAGES/cinnamon.mo
  1257. installing lv.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/lv/LC_MESSAGES/cinnamon.mo
  1258. installing mr.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/mr/LC_MESSAGES/cinnamon.mo
  1259. installing ms.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ms/LC_MESSAGES/cinnamon.mo
  1260. installing nb.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/nb/LC_MESSAGES/cinnamon.mo
  1261. installing nl.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/nl/LC_MESSAGES/cinnamon.mo
  1262. installing nn.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/nn/LC_MESSAGES/cinnamon.mo
  1263. installing or.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/or/LC_MESSAGES/cinnamon.mo
  1264. installing pa.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/pa/LC_MESSAGES/cinnamon.mo
  1265. installing pl.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/pl/LC_MESSAGES/cinnamon.mo
  1266. installing pt.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/pt/LC_MESSAGES/cinnamon.mo
  1267. installing pt_BR.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/pt_BR/LC_MESSAGES/cinnamon.mo
  1268. installing ro.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ro/LC_MESSAGES/cinnamon.mo
  1269. installing ru.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ru/LC_MESSAGES/cinnamon.mo
  1270. installing sk.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/sk/LC_MESSAGES/cinnamon.mo
  1271. installing sl.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/sl/LC_MESSAGES/cinnamon.mo
  1272. installing sr.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/sr/LC_MESSAGES/cinnamon.mo
  1273. installing sr@latin.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/sr@latin/LC_MESSAGES/cinnamon.mo
  1274. installing sv.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/sv/LC_MESSAGES/cinnamon.mo
  1275. installing ta.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ta/LC_MESSAGES/cinnamon.mo
  1276. installing te.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/te/LC_MESSAGES/cinnamon.mo
  1277. installing th.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/th/LC_MESSAGES/cinnamon.mo
  1278. installing tr.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/tr/LC_MESSAGES/cinnamon.mo
  1279. installing ug.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ug/LC_MESSAGES/cinnamon.mo
  1280. installing uk.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/uk/LC_MESSAGES/cinnamon.mo
  1281. installing vi.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/vi/LC_MESSAGES/cinnamon.mo
  1282. installing zh_CN.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/zh_CN/LC_MESSAGES/cinnamon.mo
  1283. installing zh_HK.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/zh_HK/LC_MESSAGES/cinnamon.mo
  1284. installing zh_TW.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/zh_TW/LC_MESSAGES/cinnamon.mo
  1285. make[2]: Leaving directory `/home/amadeu/Cinnamon/po'
  1286. Making install in man
  1287. make[2]: Entering directory `/home/amadeu/Cinnamon/man'
  1288. make[3]: Entering directory `/home/amadeu/Cinnamon/man'
  1289. make[3]: Nothing to be done for `install-exec-am'.
  1290. test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/man/man1"
  1291. /usr/bin/install -c -m 644 cinnamon.1 '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/man/man1'
  1292. make[3]: Leaving directory `/home/amadeu/Cinnamon/man'
  1293. make[2]: Leaving directory `/home/amadeu/Cinnamon/man'
  1294. Making install in files
  1295. make[2]: Entering directory `/home/amadeu/Cinnamon/files'
  1296. find -mindepth 1 -maxdepth 1 -type d -exec cp -R {} /home/amadeu/Cinnamon/debian/cinnamon// \;
  1297. make[2]: Leaving directory `/home/amadeu/Cinnamon/files'
  1298. make[2]: Entering directory `/home/amadeu/Cinnamon'
  1299. make[3]: Entering directory `/home/amadeu/Cinnamon'
  1300. make[3]: Nothing to be done for `install-exec-am'.
  1301. make[3]: Nothing to be done for `install-data-am'.
  1302. make[3]: Leaving directory `/home/amadeu/Cinnamon'
  1303. make[2]: Leaving directory `/home/amadeu/Cinnamon'
  1304. make[1]: Leaving directory `/home/amadeu/Cinnamon'
  1305. touch debian/stamp-makefile-install
  1306. Adding cdbs dependencies to debian/cinnamon.substvars
  1307. dh_installdirs -pcinnamon
  1308. dh_installdocs -pcinnamon ./README ./NEWS
  1309. dh_installexamples -pcinnamon
  1310. dh_installman -pcinnamon
  1311. dh_installinfo -pcinnamon
  1312. dh_installmenu -pcinnamon
  1313. dh_installcron -pcinnamon
  1314. dh_installinit -pcinnamon
  1315. dh_installdebconf -pcinnamon
  1316. dh_installemacsen -pcinnamon
  1317. dh_installcatalogs -pcinnamon
  1318. dh_installpam -pcinnamon
  1319. dh_installlogrotate -pcinnamon
  1320. dh_installlogcheck -pcinnamon
  1321. dh_installchangelogs -pcinnamon
  1322. dh_installudev -pcinnamon
  1323. dh_lintian -pcinnamon
  1324. dh_bugfiles -pcinnamon
  1325. dh_install -pcinnamon
  1326. dh_link -pcinnamon
  1327. dh_installmime -pcinnamon
  1328. dh_installgsettings -pcinnamon
  1329. dh_gconf -pcinnamon
  1330. dh_icons -pcinnamon
  1331. dh_strip -pcinnamon
  1332. dh_compress -pcinnamon
  1333. dh_fixperms -pcinnamon
  1334. dh_makeshlibs -pcinnamon -Xlibcinnamon
  1335. dh_installdeb -pcinnamon
  1336. dh_perl -pcinnamon
  1337. dh_shlibdeps -pcinnamon -l :/usr/lib/gnome-bluetooth
  1338. dpkg-shlibdeps: warning: diversions involved - output may be incorrect
  1339. diversion by glx-diversions from: /usr/lib/x86_64-linux-gnu/libGL.so.1
  1340. dpkg-shlibdeps: warning: diversions involved - output may be incorrect
  1341. diversion by glx-diversions to: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
  1342. dpkg-shlibdeps: warning: Can't extract name and version from library name `libcinnamon.so'
  1343. dpkg-shlibdeps: warning: Can't extract name and version from library name `libcinnamon.so'
  1344. dpkg-shlibdeps: warning: Can't extract name and version from library name `libcinnamon.so'
  1345. dpkg-shlibdeps: warning: Can't extract name and version from library name `libcinnamon.so'
  1346. dpkg-shlibdeps: warning: dependency on libdrm.so.2 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1347. dpkg-shlibdeps: warning: dependency on libfontconfig.so.1 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/cinnamon/cinnamon-perf-helper debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1348. dpkg-shlibdeps: warning: dependency on libdl.so.2 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1349. dpkg-shlibdeps: warning: dependency on libplds4.so.0d could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1350. dpkg-shlibdeps: warning: dependency on libssl3.so.1d could be avoided if "debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server" were not uselessly linked against it (they use none of its symbols).
  1351. dpkg-shlibdeps: warning: dependency on libXdamage.so.1 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1352. dpkg-shlibdeps: warning: dependency on libpangocairo-1.0.so.0 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/cinnamon/cinnamon-perf-helper debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1353. dpkg-shlibdeps: warning: dependency on libcairo-gobject.so.2 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/cinnamon/cinnamon-perf-helper debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1354. dpkg-shlibdeps: warning: dependency on libicalss.so.0 could be avoided if "debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server" were not uselessly linked against it (they use none of its symbols).
  1355. dpkg-shlibdeps: warning: dependency on libicalvcal.so.0 could be avoided if "debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server" were not uselessly linked against it (they use none of its symbols).
  1356. dpkg-shlibdeps: warning: dependency on libebook-1.2.so.12 could be avoided if "debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server" were not uselessly linked against it (they use none of its symbols).
  1357. dpkg-shlibdeps: warning: dependency on libplc4.so.0d could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1358. dpkg-shlibdeps: warning: dependency on libcamel-1.2.so.29 could be avoided if "debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server" were not uselessly linked against it (they use none of its symbols).
  1359. dpkg-shlibdeps: warning: dependency on libgthread-2.0.so.0 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/mozilla/plugins/libcinnamon-browser-plugin.so debian/cinnamon/usr/lib/cinnamon/cinnamon-perf-helper debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon debian/cinnamon/usr/lib/cinnamon/cinnamon-hotplug-sniffer" were not uselessly linked against it (they use none of its symbols).
  1360. dpkg-shlibdeps: warning: dependency on libdbus-1.so.3 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1361. dpkg-shlibdeps: warning: dependency on libcogl-pango.so.0 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1362. dpkg-shlibdeps: warning: dependency on libffi.so.5 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1363. dpkg-shlibdeps: warning: dependency on libnspr4.so.0d could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1364. dpkg-shlibdeps: warning: dependency on libXext.so.6 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1365. dpkg-shlibdeps: warning: dependency on libnssutil3.so.1d could be avoided if "debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server" were not uselessly linked against it (they use none of its symbols).
  1366. dpkg-shlibdeps: warning: dependency on libfreetype.so.6 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/cinnamon/cinnamon-perf-helper debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1367. dpkg-shlibdeps: warning: dependency on libsqlite3.so.0 could be avoided if "debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server" were not uselessly linked against it (they use none of its symbols).
  1368. dpkg-shlibdeps: warning: dependency on libsmime3.so.1d could be avoided if "debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server" were not uselessly linked against it (they use none of its symbols).
  1369. dpkg-shlibdeps: warning: dependency on librt.so.1 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/mozilla/plugins/libcinnamon-browser-plugin.so debian/cinnamon/usr/lib/cinnamon/cinnamon-perf-helper debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon debian/cinnamon/usr/lib/cinnamon/cinnamon-hotplug-sniffer" were not uselessly linked against it (they use none of its symbols).
  1370. dpkg-shlibdeps: warning: dependency on libnss3.so.1d could be avoided if "debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server" were not uselessly linked against it (they use none of its symbols).
  1371. dpkg-shlibdeps: warning: dependency on libXi.so.6 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1372. dpkg-shlibdeps: warning: dependency on libXcomposite.so.1 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1373. dpkg-shlibdeps: warning: dependency on libsoup-2.4.so.1 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1374. dpkg-shlibdeps: warning: dependency on libpangoft2-1.0.so.0 could be avoided if "debian/cinnamon/usr/lib/cinnamon/libcinnamon.so debian/cinnamon/usr/lib/cinnamon/cinnamon-perf-helper debian/cinnamon/usr/lib/cinnamon/cinnamon-calendar-server debian/cinnamon/usr/bin/cinnamon" were not uselessly linked against it (they use none of its symbols).
  1375. dh_girepository -pcinnamon
  1376. dh_girepository -pcinnamon -l src -p /usr/lib/muffin \
  1377. /usr/lib/cinnamon
  1378. dpkg-shlibdeps: warning: Can't extract name and version from library name `libcinnamon.so'
  1379. dpkg-shlibdeps: warning: Can't extract name and version from library name `libcinnamon.so'
  1380. dpkg-shlibdeps: warning: Can't extract name and version from library name `libcinnamon.so'
  1381. dpkg-shlibdeps: warning: Can't extract name and version from library name `libcinnamon.so'
  1382. find debian/cinnamon -name '*.la' -exec rm -f '{}' ';'
  1383. dh_gencontrol -pcinnamon
  1384. dpkg-gencontrol: warning: Depends field of package cinnamon: unknown substitution variable ${icon-theme:Depends}
  1385. dh_md5sums -pcinnamon
  1386. dh_builddeb -pcinnamon
  1387. dpkg-deb: warning: 'debian/cinnamon/DEBIAN/control' contains user-defined field 'Original-Maintainer'
  1388. dpkg-deb: warning: ignoring 1 warning about the control file(s)
  1389.  
  1390. dpkg-deb: building package `cinnamon' in `../cinnamon_1.2.0_amd64.deb'.
  1391. dpkg-genchanges >../cinnamon_1.2.0_amd64.changes
  1392. dpkg-genchanges: including full source code in upload
  1393. dpkg-source --after-build Cinnamon
  1394. dpkg-buildpackage: full upload; Debian-native package (full source is included)
  1395. amadeu@amadeu:~/Cinnamon$ make
  1396. make all-recursive
  1397. make[1]: Entering directory `/home/amadeu/Cinnamon'
  1398. Making all in data
  1399. make[2]: Entering directory `/home/amadeu/Cinnamon/data'
  1400. make[2]: Nothing to be done for `all'.
  1401. make[2]: Leaving directory `/home/amadeu/Cinnamon/data'
  1402. Making all in js
  1403. make[2]: Entering directory `/home/amadeu/Cinnamon/js'
  1404. make[2]: Nothing to be done for `all'.
  1405. make[2]: Leaving directory `/home/amadeu/Cinnamon/js'
  1406. Making all in src
  1407. make[2]: Entering directory `/home/amadeu/Cinnamon/src'
  1408. make all-am
  1409. make[3]: Entering directory `/home/amadeu/Cinnamon/src'
  1410. make[3]: Leaving directory `/home/amadeu/Cinnamon/src'
  1411. make[2]: Leaving directory `/home/amadeu/Cinnamon/src'
  1412. Making all in browser-plugin
  1413. make[2]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  1414. make[2]: Nothing to be done for `all'.
  1415. make[2]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  1416. Making all in tests
  1417. make[2]: Entering directory `/home/amadeu/Cinnamon/tests'
  1418. make[2]: Nothing to be done for `all'.
  1419. make[2]: Leaving directory `/home/amadeu/Cinnamon/tests'
  1420. Making all in po
  1421. make[2]: Entering directory `/home/amadeu/Cinnamon/po'
  1422. make[2]: Nothing to be done for `all'.
  1423. make[2]: Leaving directory `/home/amadeu/Cinnamon/po'
  1424. Making all in man
  1425. make[2]: Entering directory `/home/amadeu/Cinnamon/man'
  1426. make[2]: Nothing to be done for `all'.
  1427. make[2]: Leaving directory `/home/amadeu/Cinnamon/man'
  1428. Making all in files
  1429. make[2]: Entering directory `/home/amadeu/Cinnamon/files'
  1430. make[2]: Nothing to be done for `all'.
  1431. make[2]: Leaving directory `/home/amadeu/Cinnamon/files'
  1432. make[2]: Entering directory `/home/amadeu/Cinnamon'
  1433. make[2]: Leaving directory `/home/amadeu/Cinnamon'
  1434. make[1]: Leaving directory `/home/amadeu/Cinnamon'
  1435. amadeu@amadeu:~/Cinnamon$ sudo make install
  1436. Making install in data
  1437. make[1]: Entering directory `/home/amadeu/Cinnamon/data'
  1438. make[2]: Entering directory `/home/amadeu/Cinnamon/data'
  1439. make[2]: Nothing to be done for `install-exec-am'.
  1440. GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults /usr/bin/gconftool-2 --makefile-install-rule ./cinnamon.schemas
  1441. Attached schema `/schemas/desktop/cinnamon/windows/attach_modal_dialogs' to key `/desktop/cinnamon/windows/attach_modal_dialogs'
  1442. Installed schema `/schemas/desktop/cinnamon/windows/attach_modal_dialogs' for locale `C'
  1443. Attached schema `/schemas/desktop/cinnamon/windows/button_layout' to key `/desktop/cinnamon/windows/button_layout'
  1444. Installed schema `/schemas/desktop/cinnamon/windows/button_layout' for locale `C'
  1445. Attached schema `/schemas/desktop/cinnamon/windows/edge_tiling' to key `/desktop/cinnamon/windows/edge_tiling'
  1446. Installed schema `/schemas/desktop/cinnamon/windows/edge_tiling' for locale `C'
  1447. Attached schema `/schemas/desktop/cinnamon/windows/theme' to key `/desktop/cinnamon/windows/theme'
  1448. Installed schema `/schemas/desktop/cinnamon/windows/theme' for locale `C'
  1449. Attached schema `/schemas/desktop/cinnamon/windows/workspaces_only_on_primary' to key `/desktop/cinnamon/windows/workspaces_only_on_primary'
  1450. Installed schema `/schemas/desktop/cinnamon/windows/workspaces_only_on_primary' for locale `C'
  1451. test -z "/usr/share/applications" || /bin/mkdir -p "/usr/share/applications"
  1452. /usr/bin/install -c -m 644 cinnamon.desktop '/usr/share/applications'
  1453. test -z "/usr/share/cinnamon/search_providers" || /bin/mkdir -p "/usr/share/cinnamon/search_providers"
  1454. /usr/bin/install -c -m 644 search_providers/google.xml search_providers/wikipedia.xml '/usr/share/cinnamon/search_providers'
  1455. test -z "/usr/share/cinnamon/theme" || /bin/mkdir -p "/usr/share/cinnamon/theme"
  1456. /usr/bin/install -c -m 644 theme/calendar-arrow-left.svg theme/calendar-arrow-right.svg theme/calendar-today.svg theme/close-window.svg theme/close.svg theme/corner-ripple-ltr.png theme/corner-ripple-rtl.png theme/dash-placeholder.svg theme/filter-selected-ltr.svg theme/filter-selected-rtl.svg theme/gdm.css theme/cinnamon.css theme/menu.png theme/overview.png theme/overview-hover.png theme/panel-border.svg theme/panel-button-border.svg theme/panel-button-highlight-narrow.svg theme/panel-button-highlight-wide.svg theme/process-working.svg theme/running-indicator.svg theme/scroll-hhandle.svg theme/scroll-vhandle.svg theme/source-button-border.svg theme/thumbnail.png theme/thumbnail-generic.png theme/toggle-off-us.svg theme/toggle-off-intl.svg theme/toggle-on-us.svg theme/toggle-on-intl.svg theme/ws-switch-arrow-up.svg theme/ws-switch-arrow-down.svg theme/player-paused.svg theme/player-playing.svg theme/player-stopped.svg '/usr/share/cinnamon/theme'
  1457. test -z "/etc/gconf/schemas" || /bin/mkdir -p "/etc/gconf/schemas"
  1458. /usr/bin/install -c -m 644 cinnamon.schemas '/etc/gconf/schemas'
  1459. test -z "/usr/share/cinnamon/shaders" || /bin/mkdir -p "/usr/share/cinnamon/shaders"
  1460. /usr/bin/install -c -m 644 shaders/dim-window.glsl '/usr/share/cinnamon/shaders'
  1461. if test -n "org.cinnamon.gschema.xml"; then \
  1462. test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/usr/share/glib-2.0/schemas"; \
  1463. /usr/bin/install -c -m 644 org.cinnamon.gschema.xml "/usr/share/glib-2.0/schemas"; \
  1464. test -n "" || /usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
  1465. fi
  1466. make[2]: Leaving directory `/home/amadeu/Cinnamon/data'
  1467. make[1]: Leaving directory `/home/amadeu/Cinnamon/data'
  1468. Making install in js
  1469. make[1]: Entering directory `/home/amadeu/Cinnamon/js'
  1470. make[2]: Entering directory `/home/amadeu/Cinnamon/js'
  1471. make[2]: Nothing to be done for `install-exec-am'.
  1472. test -z "/usr/share/cinnamon/js" || /bin/mkdir -p "/usr/share/cinnamon/js"
  1473. /bin/mkdir -p '/usr/share/cinnamon/js/ui'
  1474. /usr/bin/install -c -m 644 ui/altTab.js ui/applet.js ui/appletManager.js ui/appFavorites.js ui/automountManager.js ui/autorunManager.js ui/boxpointer.js ui/calendar.js ui/dateMenu.js ui/dnd.js ui/endSessionDialog.js ui/environment.js ui/extensionSystem.js ui/iconGrid.js ui/keyboard.js ui/layout.js ui/lightbox.js ui/link.js ui/lookingGlass.js ui/magnifier.js ui/magnifierDBus.js ui/main.js ui/messageTray.js ui/menu.js ui/modalDialog.js ui/networkAgent.js ui/cinnamonEntry.js ui/cinnamonMountOperation.js ui/notificationDaemon.js ui/overview.js ui/panel.js ui/panelLaunchers.js ui/panelMenu.js ui/placesManager.js ui/polkitAuthenticationAgent.js ui/popupMenu.js ui/runDialog.js ui/scripting.js ui/search.js ui/cinnamonDBus.js '/usr/share/cinnamon/js/ui'
  1475. /bin/mkdir -p '/usr/share/cinnamon/js/perf'
  1476. /usr/bin/install -c -m 644 perf/core.js '/usr/share/cinnamon/js/perf'
  1477. /bin/mkdir -p '/usr/share/cinnamon/js/gdm'
  1478. /usr/bin/install -c -m 644 gdm/batch.js gdm/consoleKit.js gdm/fingerprint.js gdm/loginDialog.js gdm/powerMenu.js '/usr/share/cinnamon/js/gdm'
  1479. /bin/mkdir -p '/usr/share/cinnamon/js/ui'
  1480. /usr/bin/install -c -m 644 ui/showDesktopButton.js ui/statusIconDispatcher.js ui/themeManager.js ui/tooltips.js ui/tweener.js ui/viewSelector.js ui/windowAttentionHandler.js ui/windowList.js ui/windowManager.js ui/workspace.js ui/workspaceThumbnail.js ui/workspacesView.js ui/workspaceSwitcher.js ui/xdndHandler.js '/usr/share/cinnamon/js/ui'
  1481. /bin/mkdir -p '/usr/share/cinnamon/js/ui/status'
  1482. /usr/bin/install -c -m 644 ui/status/accessibility.js ui/status/keyboard.js ui/status/network.js ui/status/power.js ui/status/volume.js ui/status/bluetooth.js '/usr/share/cinnamon/js/ui/status'
  1483. /bin/mkdir -p '/usr/share/cinnamon/js/misc'
  1484. /usr/bin/install -c -m 644 misc/config.js misc/docInfo.js misc/fileUtils.js misc/format.js misc/gnomeSession.js misc/history.js misc/modemManager.js misc/params.js misc/screenSaver.js misc/util.js '/usr/share/cinnamon/js/misc'
  1485. make[2]: Leaving directory `/home/amadeu/Cinnamon/js'
  1486. make[1]: Leaving directory `/home/amadeu/Cinnamon/js'
  1487. Making install in src
  1488. make[1]: Entering directory `/home/amadeu/Cinnamon/src'
  1489. make install-am
  1490. make[2]: Entering directory `/home/amadeu/Cinnamon/src'
  1491. make[3]: Entering directory `/home/amadeu/Cinnamon/src'
  1492. test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
  1493. /bin/bash ../libtool --mode=install /usr/bin/install -c cinnamon-real '/usr/bin'
  1494. libtool: install: /usr/bin/install -c .libs/cinnamon-real /usr/bin/cinnamon-real
  1495. test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
  1496. /usr/bin/install -c cinnamon-extension-tool '/usr/bin'
  1497. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/usr/lib/cinnamon"
  1498. /bin/bash ../libtool --mode=install /usr/bin/install -c cinnamon-calendar-server cinnamon-hotplug-sniffer cinnamon-perf-helper '/usr/lib/cinnamon'
  1499. libtool: install: /usr/bin/install -c cinnamon-calendar-server /usr/lib/cinnamon/cinnamon-calendar-server
  1500. libtool: install: /usr/bin/install -c cinnamon-hotplug-sniffer /usr/lib/cinnamon/cinnamon-hotplug-sniffer
  1501. libtool: install: /usr/bin/install -c cinnamon-perf-helper /usr/lib/cinnamon/cinnamon-perf-helper
  1502. make install-exec-hook
  1503. make[4]: Entering directory `/home/amadeu/Cinnamon/src'
  1504. mv /usr/bin/cinnamon-real /usr/bin/cinnamon
  1505. make[4]: Leaving directory `/home/amadeu/Cinnamon/src'
  1506. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/usr/lib/cinnamon"
  1507. /bin/bash ../libtool --mode=install /usr/bin/install -c libcinnamon.la '/usr/lib/cinnamon'
  1508. libtool: install: /usr/bin/install -c .libs/libcinnamon.so /usr/lib/cinnamon/libcinnamon.so
  1509. libtool: install: /usr/bin/install -c .libs/libcinnamon.lai /usr/lib/cinnamon/libcinnamon.la
  1510. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/cinnamon
  1511. ----------------------------------------------------------------------
  1512. Libraries have been installed in:
  1513. /usr/lib/cinnamon
  1514.  
  1515. If you ever happen to want to link against installed libraries
  1516. in a given directory, LIBDIR, you must either use libtool, and
  1517. specify the full pathname of the library, or use the `-LLIBDIR'
  1518. flag during linking and do at least one of the following:
  1519. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1520. during execution
  1521. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1522. during linking
  1523. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1524. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1525.  
  1526. See any operating system documentation about shared libraries for
  1527. more information, such as the ld(1) and ld.so(8) manual pages.
  1528. ----------------------------------------------------------------------
  1529. test -z "/usr/share/dbus-1/services" || /bin/mkdir -p "/usr/share/dbus-1/services"
  1530. /usr/bin/install -c -m 644 calendar-server/org.Cinnamon.CalendarServer.service hotplug-sniffer/org.Cinnamon.HotplugSniffer.service '/usr/share/dbus-1/services'
  1531. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/usr/lib/cinnamon"
  1532. /usr/bin/install -c -m 644 Gvc-1.0.typelib Cinnamon-0.1.typelib St-1.0.typelib '/usr/lib/cinnamon'
  1533. make[3]: Leaving directory `/home/amadeu/Cinnamon/src'
  1534. make[2]: Leaving directory `/home/amadeu/Cinnamon/src'
  1535. make[1]: Leaving directory `/home/amadeu/Cinnamon/src'
  1536. Making install in browser-plugin
  1537. make[1]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  1538. make[2]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  1539. make[2]: Nothing to be done for `install-exec-am'.
  1540. test -z "/usr/lib/mozilla/plugins" || /bin/mkdir -p "/usr/lib/mozilla/plugins"
  1541. /bin/bash ../libtool --mode=install /usr/bin/install -c libcinnamon-browser-plugin.la '/usr/lib/mozilla/plugins'
  1542. libtool: install: /usr/bin/install -c .libs/libcinnamon-browser-plugin.so /usr/lib/mozilla/plugins/libcinnamon-browser-plugin.so
  1543. libtool: install: /usr/bin/install -c .libs/libcinnamon-browser-plugin.lai /usr/lib/mozilla/plugins/libcinnamon-browser-plugin.la
  1544. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/mozilla/plugins
  1545. ----------------------------------------------------------------------
  1546. Libraries have been installed in:
  1547. /usr/lib/mozilla/plugins
  1548.  
  1549. If you ever happen to want to link against installed libraries
  1550. in a given directory, LIBDIR, you must either use libtool, and
  1551. specify the full pathname of the library, or use the `-LLIBDIR'
  1552. flag during linking and do at least one of the following:
  1553. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1554. during execution
  1555. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1556. during linking
  1557. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1558. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1559.  
  1560. See any operating system documentation about shared libraries for
  1561. more information, such as the ld(1) and ld.so(8) manual pages.
  1562. ----------------------------------------------------------------------
  1563. make[2]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  1564. make[1]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  1565. Making install in tests
  1566. make[1]: Entering directory `/home/amadeu/Cinnamon/tests'
  1567. make[2]: Entering directory `/home/amadeu/Cinnamon/tests'
  1568. make[2]: Nothing to be done for `install-exec-am'.
  1569. make[2]: Nothing to be done for `install-data-am'.
  1570. make[2]: Leaving directory `/home/amadeu/Cinnamon/tests'
  1571. make[1]: Leaving directory `/home/amadeu/Cinnamon/tests'
  1572. Making install in po
  1573. make[1]: Entering directory `/home/amadeu/Cinnamon/po'
  1574. linguas="af an ar as ast be bg bn bn_IN ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl gu he hi hu id it ja ko kn ku lt lv mr ms nb nl nn or pa pl pt pt_BR ro ru sk sl sr sr@latin sv ta te th tr ug uk vi zh_CN zh_HK zh_TW "; \
  1575. for lang in $linguas; do \
  1576. dir=/usr/share/locale/$lang/LC_MESSAGES; \
  1577. /bin/bash /home/amadeu/Cinnamon/config/install-sh -d $dir; \
  1578. if test -r $lang.gmo; then \
  1579. /usr/bin/install -c -m 644 $lang.gmo $dir/cinnamon.mo; \
  1580. echo "installing $lang.gmo as $dir/cinnamon.mo"; \
  1581. else \
  1582. /usr/bin/install -c -m 644 ./$lang.gmo $dir/cinnamon.mo; \
  1583. echo "installing ./$lang.gmo as" \
  1584. "$dir/cinnamon.mo"; \
  1585. fi; \
  1586. if test -r $lang.gmo.m; then \
  1587. /usr/bin/install -c -m 644 $lang.gmo.m $dir/cinnamon.mo.m; \
  1588. echo "installing $lang.gmo.m as $dir/cinnamon.mo.m"; \
  1589. else \
  1590. if test -r ./$lang.gmo.m ; then \
  1591. /usr/bin/install -c -m 644 ./$lang.gmo.m \
  1592. $dir/cinnamon.mo.m; \
  1593. echo "installing ./$lang.gmo.m as" \
  1594. "$dir/cinnamon.mo.m"; \
  1595. else \
  1596. true; \
  1597. fi; \
  1598. fi; \
  1599. done
  1600. installing af.gmo as /usr/share/locale/af/LC_MESSAGES/cinnamon.mo
  1601. installing an.gmo as /usr/share/locale/an/LC_MESSAGES/cinnamon.mo
  1602. installing ar.gmo as /usr/share/locale/ar/LC_MESSAGES/cinnamon.mo
  1603. installing as.gmo as /usr/share/locale/as/LC_MESSAGES/cinnamon.mo
  1604. installing ast.gmo as /usr/share/locale/ast/LC_MESSAGES/cinnamon.mo
  1605. installing be.gmo as /usr/share/locale/be/LC_MESSAGES/cinnamon.mo
  1606. installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/cinnamon.mo
  1607. installing bn.gmo as /usr/share/locale/bn/LC_MESSAGES/cinnamon.mo
  1608. installing bn_IN.gmo as /usr/share/locale/bn_IN/LC_MESSAGES/cinnamon.mo
  1609. installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/cinnamon.mo
  1610. installing ca@valencia.gmo as /usr/share/locale/ca@valencia/LC_MESSAGES/cinnamon.mo
  1611. installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/cinnamon.mo
  1612. installing da.gmo as /usr/share/locale/da/LC_MESSAGES/cinnamon.mo
  1613. installing de.gmo as /usr/share/locale/de/LC_MESSAGES/cinnamon.mo
  1614. installing el.gmo as /usr/share/locale/el/LC_MESSAGES/cinnamon.mo
  1615. installing en_GB.gmo as /usr/share/locale/en_GB/LC_MESSAGES/cinnamon.mo
  1616. installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/cinnamon.mo
  1617. installing es.gmo as /usr/share/locale/es/LC_MESSAGES/cinnamon.mo
  1618. installing et.gmo as /usr/share/locale/et/LC_MESSAGES/cinnamon.mo
  1619. installing eu.gmo as /usr/share/locale/eu/LC_MESSAGES/cinnamon.mo
  1620. installing fa.gmo as /usr/share/locale/fa/LC_MESSAGES/cinnamon.mo
  1621. installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/cinnamon.mo
  1622. installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/cinnamon.mo
  1623. installing ga.gmo as /usr/share/locale/ga/LC_MESSAGES/cinnamon.mo
  1624. installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/cinnamon.mo
  1625. installing gu.gmo as /usr/share/locale/gu/LC_MESSAGES/cinnamon.mo
  1626. installing he.gmo as /usr/share/locale/he/LC_MESSAGES/cinnamon.mo
  1627. installing hi.gmo as /usr/share/locale/hi/LC_MESSAGES/cinnamon.mo
  1628. installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/cinnamon.mo
  1629. installing id.gmo as /usr/share/locale/id/LC_MESSAGES/cinnamon.mo
  1630. installing it.gmo as /usr/share/locale/it/LC_MESSAGES/cinnamon.mo
  1631. installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/cinnamon.mo
  1632. installing ko.gmo as /usr/share/locale/ko/LC_MESSAGES/cinnamon.mo
  1633. installing kn.gmo as /usr/share/locale/kn/LC_MESSAGES/cinnamon.mo
  1634. installing ku.gmo as /usr/share/locale/ku/LC_MESSAGES/cinnamon.mo
  1635. installing lt.gmo as /usr/share/locale/lt/LC_MESSAGES/cinnamon.mo
  1636. installing lv.gmo as /usr/share/locale/lv/LC_MESSAGES/cinnamon.mo
  1637. installing mr.gmo as /usr/share/locale/mr/LC_MESSAGES/cinnamon.mo
  1638. installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/cinnamon.mo
  1639. installing nb.gmo as /usr/share/locale/nb/LC_MESSAGES/cinnamon.mo
  1640. installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/cinnamon.mo
  1641. installing nn.gmo as /usr/share/locale/nn/LC_MESSAGES/cinnamon.mo
  1642. installing or.gmo as /usr/share/locale/or/LC_MESSAGES/cinnamon.mo
  1643. installing pa.gmo as /usr/share/locale/pa/LC_MESSAGES/cinnamon.mo
  1644. installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/cinnamon.mo
  1645. installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/cinnamon.mo
  1646. installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/cinnamon.mo
  1647. installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/cinnamon.mo
  1648. installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/cinnamon.mo
  1649. installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/cinnamon.mo
  1650. installing sl.gmo as /usr/share/locale/sl/LC_MESSAGES/cinnamon.mo
  1651. installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/cinnamon.mo
  1652. installing sr@latin.gmo as /usr/share/locale/sr@latin/LC_MESSAGES/cinnamon.mo
  1653. installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/cinnamon.mo
  1654. installing ta.gmo as /usr/share/locale/ta/LC_MESSAGES/cinnamon.mo
  1655. installing te.gmo as /usr/share/locale/te/LC_MESSAGES/cinnamon.mo
  1656. installing th.gmo as /usr/share/locale/th/LC_MESSAGES/cinnamon.mo
  1657. installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/cinnamon.mo
  1658. installing ug.gmo as /usr/share/locale/ug/LC_MESSAGES/cinnamon.mo
  1659. installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/cinnamon.mo
  1660. installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/cinnamon.mo
  1661. installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/cinnamon.mo
  1662. installing zh_HK.gmo as /usr/share/locale/zh_HK/LC_MESSAGES/cinnamon.mo
  1663. installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/cinnamon.mo
  1664. make[1]: Leaving directory `/home/amadeu/Cinnamon/po'
  1665. Making install in man
  1666. make[1]: Entering directory `/home/amadeu/Cinnamon/man'
  1667. make[2]: Entering directory `/home/amadeu/Cinnamon/man'
  1668. make[2]: Nothing to be done for `install-exec-am'.
  1669. test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
  1670. /usr/bin/install -c -m 644 cinnamon.1 '/usr/share/man/man1'
  1671. make[2]: Leaving directory `/home/amadeu/Cinnamon/man'
  1672. make[1]: Leaving directory `/home/amadeu/Cinnamon/man'
  1673. Making install in files
  1674. make[1]: Entering directory `/home/amadeu/Cinnamon/files'
  1675. find -mindepth 1 -maxdepth 1 -type d -exec cp -R {} / \;
  1676. make[1]: Leaving directory `/home/amadeu/Cinnamon/files'
  1677. make[1]: Entering directory `/home/amadeu/Cinnamon'
  1678. make[2]: Entering directory `/home/amadeu/Cinnamon'
  1679. make[2]: Nothing to be done for `install-exec-am'.
  1680. make[2]: Nothing to be done for `install-data-am'.
  1681. make[2]: Leaving directory `/home/amadeu/Cinnamon'
  1682. make[1]: Leaving directory `/home/amadeu/Cinnamon'
  1683. amadeu@amadeu:~/Cinnamon$
Add Comment
Please, Sign In to add comment