Advertisement
zerozero

build cinn1.3.1 (20022012)

Feb 20th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 312.60 KB | None | 0 0
  1. amadeu@amadeu:~$ git clone git://github.com/linuxmint/Cinnamon
  2. Cloning into 'Cinnamon'...
  3. remote: Counting objects: 3755, done.
  4. remote: Compressing objects: 100% (1206/1206), done.
  5. remote: Total 3755 (delta 2562), reused 3626 (delta 2438)
  6. Receiving objects: 100% (3755/3755), 3.02 MiB | 1011 KiB/s, done.
  7. Resolving deltas: 100% (2562/2562), 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.3
  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:28: whitespace following trailing backslash
  81. js/Makefile.am:49: whitespace following trailing backslash
  82. Running ./configure --enable-maintainer-mode ...
  83. checking for a BSD-compatible install... /usr/bin/install -c
  84. checking whether build environment is sane... yes
  85. checking for a thread-safe mkdir -p... /bin/mkdir -p
  86. checking for gawk... gawk
  87. checking whether make sets $(MAKE)... yes
  88. checking how to create a ustar tar archive... gnutar
  89. checking whether to enable maintainer-specific portions of Makefiles... yes
  90. checking whether make supports nested variables... yes
  91. checking for gcc... gcc
  92. checking whether the C compiler works... yes
  93. checking for C compiler default output file name... a.out
  94. checking for suffix of executables...
  95. checking whether we are cross compiling... no
  96. checking for suffix of object files... o
  97. checking whether we are using the GNU C compiler... yes
  98. checking whether gcc accepts -g... yes
  99. checking for gcc option to accept ISO C89... none needed
  100. checking for style of include used by make... GNU
  101. checking dependency style of gcc... gcc3
  102. checking whether gcc and cc understand -c and -o together... yes
  103. checking build system type... x86_64-unknown-linux-gnu
  104. checking host system type... x86_64-unknown-linux-gnu
  105. checking how to print strings... printf
  106. checking for a sed that does not truncate output... /bin/sed
  107. checking for grep that handles long lines and -e... /bin/grep
  108. checking for egrep... /bin/grep -E
  109. checking for fgrep... /bin/grep -F
  110. checking for ld used by gcc... /usr/bin/ld
  111. checking if the linker (/usr/bin/ld) is GNU ld... yes
  112. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  113. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  114. checking whether ln -s works... yes
  115. checking the maximum length of command line arguments... 1572864
  116. checking whether the shell understands some XSI constructs... yes
  117. checking whether the shell understands "+="... yes
  118. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  119. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  120. checking for /usr/bin/ld option to reload object files... -r
  121. checking for objdump... objdump
  122. checking how to recognize dependent libraries... pass_all
  123. checking for dlltool... no
  124. checking how to associate runtime and link libraries... printf %s\n
  125. checking for ar... ar
  126. checking for archiver @FILE support... @
  127. checking for strip... strip
  128. checking for ranlib... ranlib
  129. checking command to parse /usr/bin/nm -B output from gcc object... ok
  130. checking for sysroot... no
  131. checking for mt... mt
  132. checking if mt is a manifest tool... no
  133. checking how to run the C preprocessor... gcc -E
  134. checking for ANSI C header files... yes
  135. checking for sys/types.h... yes
  136. checking for sys/stat.h... yes
  137. checking for stdlib.h... yes
  138. checking for string.h... yes
  139. checking for memory.h... yes
  140. checking for strings.h... yes
  141. checking for inttypes.h... yes
  142. checking for stdint.h... yes
  143. checking for unistd.h... yes
  144. checking for dlfcn.h... yes
  145. checking for objdir... .libs
  146. checking if gcc supports -fno-rtti -fno-exceptions... no
  147. checking for gcc option to produce PIC... -fPIC -DPIC
  148. checking if gcc PIC flag -fPIC -DPIC works... yes
  149. checking if gcc static flag -static works... yes
  150. checking if gcc supports -c -o file.o... yes
  151. checking if gcc supports -c -o file.o... (cached) yes
  152. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  153. checking whether -lc should be explicitly linked in... no
  154. checking dynamic linker characteristics... GNU/Linux ld.so
  155. checking how to hardcode library paths into programs... immediate
  156. checking whether stripping libraries is possible... yes
  157. checking if libtool supports shared libraries... yes
  158. checking whether to build shared libraries... yes
  159. checking whether to build static libraries... no
  160. checking whether NLS is requested... yes
  161. checking for intltool >= 0.40... 0.41.1 found
  162. checking for intltool-update... /usr/bin/intltool-update
  163. checking for intltool-merge... /usr/bin/intltool-merge
  164. checking for intltool-extract... /usr/bin/intltool-extract
  165. checking for xgettext... /usr/bin/xgettext
  166. checking for msgmerge... /usr/bin/msgmerge
  167. checking for msgfmt... /usr/bin/msgfmt
  168. checking for gmsgfmt... /usr/bin/msgfmt
  169. checking for perl... /usr/bin/perl
  170. checking for perl >= 5.8.1... 5.14.2
  171. checking for XML::Parser... ok
  172. checking for msgfmt... (cached) /usr/bin/msgfmt
  173. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  174. checking for xgettext... (cached) /usr/bin/xgettext
  175. checking for msgmerge... (cached) /usr/bin/msgmerge
  176. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  177. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  178. checking for shared library run path origin... done
  179. checking for CFPreferencesCopyAppValue... no
  180. checking for CFLocaleCopyCurrent... no
  181. checking for GNU gettext in libc... yes
  182. checking whether to use NLS... yes
  183. checking where the gettext function comes from... libc
  184. checking for pkg-config... /usr/bin/pkg-config
  185. checking pkg-config is at least version 0.22... yes
  186. checking for gconftool-2... /usr/bin/gconftool-2
  187. Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
  188. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  189. checking for pkg-config... (cached) /usr/bin/pkg-config
  190. checking pkg-config is at least version 0.16... yes
  191. checking for a Python interpreter with version >= 2.5... python
  192. checking for python... /usr/bin/python
  193. checking for python version... 2.7
  194. checking for python platform... linux2
  195. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  196. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  197. checking for GStreamer (needed for recording functionality)... yes
  198. checking for TEST_CINNAMON_RECORDER... yes
  199. checking for CINNAMON... yes
  200. checking for CINNAMON_PERF_HELPER... yes
  201. checking for CINNAMON_HOTPLUG_SNIFFER... yes
  202. checking for BROWSER_PLUGIN... yes
  203. checking for gobject-introspection... yes
  204. checking for JS_NewGlobalObject... yes
  205. checking for XFixesCreatePointerBarrier... yes
  206. checking for ST... yes
  207. checking for GDMUSER... yes
  208. checking for TRAY... yes
  209. checking for GVC... yes
  210. checking for DESKTOP_SCHEMAS... yes
  211. checking for bluetooth support... yes
  212. checking for CALENDAR_SERVER... yes
  213. checking for fdwalk... no
  214. checking for mallinfo... yes
  215. checking sys/resource.h usability... yes
  216. checking sys/resource.h presence... yes
  217. checking for sys/resource.h... yes
  218. checking for _NL_TIME_FIRST_WEEKDAY... yes
  219. checking for pkg-config... (cached) /usr/bin/pkg-config
  220. checking pkg-config is at least version 0.16... yes
  221. checking for GLIB - version >= 2.0.0... yes (version 2.30.2)
  222. checking location of system Certificate Authority list... /etc/ssl/certs/ca-certificates.crt
  223. configure: creating ./config.status
  224. config.status: creating Makefile
  225. config.status: creating data/Makefile
  226. config.status: creating js/Makefile
  227. config.status: creating js/misc/config.js
  228. config.status: creating src/Makefile
  229. config.status: creating browser-plugin/Makefile
  230. config.status: creating tests/Makefile
  231. config.status: creating po/Makefile.in
  232. config.status: creating man/Makefile
  233. config.status: creating files/Makefile
  234. config.status: creating config.h
  235. config.status: executing depfiles commands
  236. config.status: executing libtool commands
  237. config.status: executing po-directories commands
  238. config.status: creating po/POTFILES
  239. config.status: creating po/Makefile
  240. config.status: executing po/stamp-it commands
  241. Now type `make' to compile cinnamon
  242. amadeu@amadeu:~/Cinnamon$ apt build
  243. dpkg-buildpackage: source package cinnamon
  244. dpkg-buildpackage: source version 1.3.1
  245. dpkg-buildpackage: source changed by Clement Lefebvre <root@linuxmint.com>
  246. dpkg-buildpackage: host architecture amd64
  247. dpkg-source --before-build Cinnamon
  248. debian/rules clean
  249. test -x debian/rules
  250. dh_testroot
  251. rm -f debian/stamp-makefile-build debian/stamp-makefile-install
  252. GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C . -k distclean
  253. make[1]: Entering directory `/home/amadeu/Cinnamon'
  254. Making distclean in files
  255. make[2]: Entering directory `/home/amadeu/Cinnamon/files'
  256. make[2]: *** No rule to make target `distclean'.
  257. make[2]: Leaving directory `/home/amadeu/Cinnamon/files'
  258. Making distclean in man
  259. make[2]: Entering directory `/home/amadeu/Cinnamon/man'
  260. rm -rf .libs _libs
  261. rm -f *.lo
  262. test -z "" || rm -f
  263. test . = "." || test -z "" || rm -f
  264. rm -f Makefile
  265. make[2]: Leaving directory `/home/amadeu/Cinnamon/man'
  266. Making distclean in po
  267. make[2]: Entering directory `/home/amadeu/Cinnamon/po'
  268. rm -f *.pox cinnamon.pot *.old.po cat-id-tbl.tmp
  269. rm -f .intltool-merge-cache
  270. rm -f Makefile Makefile.in POTFILES stamp-it
  271. rm -f *.mo *.msg *.cat *.cat.m *.gmo
  272. make[2]: Leaving directory `/home/amadeu/Cinnamon/po'
  273. Making distclean in tests
  274. make[2]: Entering directory `/home/amadeu/Cinnamon/tests'
  275. test -z "run-test.sh" || rm -f run-test.sh
  276. rm -rf .libs _libs
  277. rm -f *.lo
  278. test -z "" || rm -f
  279. test . = "." || test -z "" || rm -f
  280. rm -f Makefile
  281. make[2]: Leaving directory `/home/amadeu/Cinnamon/tests'
  282. Making distclean in browser-plugin
  283. make[2]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  284. rm -rf .libs _libs
  285. test -z "libcinnamon-browser-plugin.la" || rm -f libcinnamon-browser-plugin.la
  286. rm -f "./so_locations"
  287. rm -f *.o
  288. rm -f *.lo
  289. rm -f *.tab.c
  290. test -z "" || rm -f
  291. test . = "." || test -z "" || rm -f
  292. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  293. rm -rf ./.deps
  294. rm -f Makefile
  295. make[2]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  296. Making distclean in src
  297. make[2]: Entering directory `/home/amadeu/Cinnamon/src'
  298. rm -f cinnamon-real
  299. 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
  300. rm -f cinnamon-calendar-server cinnamon-hotplug-sniffer cinnamon-perf-helper
  301. rm -rf .libs _libs
  302. test -z "libst-1.0.la libtray.la libgvc.la" || rm -f libst-1.0.la libtray.la libgvc.la
  303. rm -f "./so_locations"
  304. rm -f "./so_locations"
  305. rm -f "./so_locations"
  306. rm -f test-theme test-recorder run-js-test
  307. test -z "libcinnamon.la" || rm -f libcinnamon.la
  308. rm -f "./so_locations"
  309. rm -f *.o
  310. rm -f *.lo
  311. rm -f *.tab.c
  312. test -z "" || rm -f
  313. test . = "." || test -z "" || rm -f
  314. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  315. rm -rf ./.deps
  316. rm -f Makefile
  317. make[2]: Leaving directory `/home/amadeu/Cinnamon/src'
  318. Making distclean in js
  319. make[2]: Entering directory `/home/amadeu/Cinnamon/js'
  320. rm -rf .libs _libs
  321. rm -f *.lo
  322. test -z "" || rm -f
  323. test . = "." || test -z "" || rm -f
  324. rm -f Makefile
  325. make[2]: Leaving directory `/home/amadeu/Cinnamon/js'
  326. Making distclean in data
  327. make[2]: Entering directory `/home/amadeu/Cinnamon/data'
  328. 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
  329. rm -rf .libs _libs
  330. rm -f *.lo
  331. rm -f org.cinnamon.gschema.valid
  332. test -z "" || rm -f
  333. test . = "." || test -z "" || rm -f
  334. rm -f Makefile
  335. make[2]: Leaving directory `/home/amadeu/Cinnamon/data'
  336. Making distclean in .
  337. make[2]: Entering directory `/home/amadeu/Cinnamon'
  338. rm -rf .libs _libs
  339. rm -f *.lo
  340. test -z "js/misc/config.js files/Makefile" || rm -f js/misc/config.js files/Makefile
  341. test . = "." || test -z "" || rm -f
  342. rm -f config.h stamp-h1
  343. rm -f libtool config.lt
  344. rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  345. make[2]: Leaving directory `/home/amadeu/Cinnamon'
  346. make[1]: *** [distclean-recursive] Error 1
  347. make[1]: Target `distclean' not remade because of errors.
  348. make[1]: Leaving directory `/home/amadeu/Cinnamon'
  349. make: [makefile-clean] Error 2 (ignored)
  350. rm -f debian/stamp-autotools
  351. rmdir --ignore-fail-on-non-empty .
  352. rmdir: failed to remove `.': Invalid argument
  353. make: [makefile-clean] Error 1 (ignored)
  354. for i in ./config/config.guess ./config/config.sub ./config/config.rpath ; do \
  355. if test -e $i.cdbs-orig ; then \
  356. mv $i.cdbs-orig $i ; \
  357. fi ; \
  358. done
  359. dh_clean
  360. rm -f debian/stamp-autotools-files
  361. rm -f debian/cdbs-install-list debian/cdbs-package-list debian/stamp-copyright-check
  362. rm -rf "debian/upstream-cruft"
  363. rm -f debian/stamp-upstream-cruft
  364. cd . && \
  365. rm -f intltool-extract intltool-merge intltool-update po/.intltool-merge-cache; \
  366. if test -d doc; then find doc -name '*.omf.out' -exec rm -f \{\} \; ; fi; \
  367. if test -d help; then find help -name '*.omf.out' -exec rm -f \{\} \; ; fi
  368. { cat /usr/share/gnome-pkg-tools/control.header ; \
  369. sed "s/@GNOME_TEAM@/Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>/" debian/control.in ; } \
  370. > debian/control
  371. dpkg-source -b Cinnamon
  372. dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
  373. dpkg-source: info: using source format `1.0'
  374. dpkg-source: warning: source directory 'Cinnamon' is not <sourcepackage>-<upstreamversion> 'cinnamon-1.3.1'
  375. dpkg-source: info: building cinnamon in cinnamon_1.3.1.tar.gz
  376. dpkg-source: info: building cinnamon in cinnamon_1.3.1.dsc
  377. debian/rules build
  378. test -x debian/rules
  379. mkdir -p "."
  380.  
  381. WARNING: copyright-check disabled - touch debian/copyright_hints to enable.
  382.  
  383. touch debian/stamp-copyright-check
  384. touch debian/stamp-upstream-cruft
  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 whether make supports nested variables... yes
  421. checking for gcc... gcc
  422. checking whether the C compiler works... yes
  423. checking for C compiler default output file name... a.out
  424. checking for suffix of executables...
  425. checking whether we are cross compiling... no
  426. checking for suffix of object files... o
  427. checking whether we are using the GNU C compiler... yes
  428. checking whether gcc accepts -g... yes
  429. checking for gcc option to accept ISO C89... none needed
  430. checking for style of include used by make... GNU
  431. checking dependency style of gcc... none
  432. checking whether gcc and cc understand -c and -o together... yes
  433. checking build system type... x86_64-pc-linux-gnu
  434. checking host system type... x86_64-pc-linux-gnu
  435. checking how to print strings... printf
  436. checking for a sed that does not truncate output... /bin/sed
  437. checking for grep that handles long lines and -e... /bin/grep
  438. checking for egrep... /bin/grep -E
  439. checking for fgrep... /bin/grep -F
  440. checking for ld used by gcc... /usr/bin/ld
  441. checking if the linker (/usr/bin/ld) is GNU ld... yes
  442. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  443. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  444. checking whether ln -s works... yes
  445. checking the maximum length of command line arguments... 3458764513820540925
  446. checking whether the shell understands some XSI constructs... yes
  447. checking whether the shell understands "+="... yes
  448. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  449. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  450. checking for /usr/bin/ld option to reload object files... -r
  451. checking for objdump... objdump
  452. checking how to recognize dependent libraries... pass_all
  453. checking for dlltool... no
  454. checking how to associate runtime and link libraries... printf %s\n
  455. checking for ar... ar
  456. checking for archiver @FILE support... @
  457. checking for strip... strip
  458. checking for ranlib... ranlib
  459. checking command to parse /usr/bin/nm -B output from gcc object... ok
  460. checking for sysroot... no
  461. checking for mt... mt
  462. checking if mt is a manifest tool... no
  463. checking how to run the C preprocessor... gcc -E
  464. checking for ANSI C header files... yes
  465. checking for sys/types.h... yes
  466. checking for sys/stat.h... yes
  467. checking for stdlib.h... yes
  468. checking for string.h... yes
  469. checking for memory.h... yes
  470. checking for strings.h... yes
  471. checking for inttypes.h... yes
  472. checking for stdint.h... yes
  473. checking for unistd.h... yes
  474. checking for dlfcn.h... yes
  475. checking for objdir... .libs
  476. checking if gcc supports -fno-rtti -fno-exceptions... no
  477. checking for gcc option to produce PIC... -fPIC -DPIC
  478. checking if gcc PIC flag -fPIC -DPIC works... yes
  479. checking if gcc static flag -static works... yes
  480. checking if gcc supports -c -o file.o... yes
  481. checking if gcc supports -c -o file.o... (cached) yes
  482. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  483. checking whether -lc should be explicitly linked in... no
  484. checking dynamic linker characteristics... GNU/Linux ld.so
  485. checking how to hardcode library paths into programs... immediate
  486. checking whether stripping libraries is possible... yes
  487. checking if libtool supports shared libraries... yes
  488. checking whether to build shared libraries... yes
  489. checking whether to build static libraries... no
  490. checking whether NLS is requested... yes
  491. checking for intltool >= 0.40... 0.41.1 found
  492. checking for intltool-update... /usr/bin/intltool-update
  493. checking for intltool-merge... /usr/bin/intltool-merge
  494. checking for intltool-extract... /usr/bin/intltool-extract
  495. checking for xgettext... /usr/bin/xgettext
  496. checking for msgmerge... /usr/bin/msgmerge
  497. checking for msgfmt... /usr/bin/msgfmt
  498. checking for gmsgfmt... /usr/bin/msgfmt
  499. checking for perl... /usr/bin/perl
  500. checking for perl >= 5.8.1... 5.14.2
  501. checking for XML::Parser... ok
  502. checking for msgfmt... (cached) /usr/bin/msgfmt
  503. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  504. checking for xgettext... (cached) /usr/bin/xgettext
  505. checking for msgmerge... (cached) /usr/bin/msgmerge
  506. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  507. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  508. checking for shared library run path origin... done
  509. checking for CFPreferencesCopyAppValue... no
  510. checking for CFLocaleCopyCurrent... no
  511. checking for GNU gettext in libc... yes
  512. checking whether to use NLS... yes
  513. checking where the gettext function comes from... libc
  514. checking for pkg-config... /usr/bin/pkg-config
  515. checking pkg-config is at least version 0.22... yes
  516. checking for gconftool-2... /usr/bin/gconftool-2
  517. Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
  518. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  519. checking for pkg-config... (cached) /usr/bin/pkg-config
  520. checking pkg-config is at least version 0.16... yes
  521. checking for a Python interpreter with version >= 2.5... python
  522. checking for python... /usr/bin/python
  523. checking for python version... 2.7
  524. checking for python platform... linux2
  525. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  526. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  527. checking for GStreamer (needed for recording functionality)... yes
  528. checking for TEST_CINNAMON_RECORDER... yes
  529. checking for CINNAMON... yes
  530. checking for CINNAMON_PERF_HELPER... yes
  531. checking for CINNAMON_HOTPLUG_SNIFFER... yes
  532. checking for BROWSER_PLUGIN... yes
  533. checking for gobject-introspection... yes
  534. checking for JS_NewGlobalObject... yes
  535. checking for XFixesCreatePointerBarrier... yes
  536. checking for ST... yes
  537. checking for GDMUSER... yes
  538. checking for TRAY... yes
  539. checking for GVC... yes
  540. checking for DESKTOP_SCHEMAS... yes
  541. checking for bluetooth support... yes
  542. checking for CALENDAR_SERVER... yes
  543. checking for fdwalk... no
  544. checking for mallinfo... yes
  545. checking sys/resource.h usability... yes
  546. checking sys/resource.h presence... yes
  547. checking for sys/resource.h... yes
  548. checking for _NL_TIME_FIRST_WEEKDAY... yes
  549. checking for pkg-config... (cached) /usr/bin/pkg-config
  550. checking pkg-config is at least version 0.16... yes
  551. checking for GLIB - version >= 2.0.0... yes (version 2.30.2)
  552. checking location of system Certificate Authority list... /etc/ssl/certs/ca-certificates.crt
  553. configure: creating ./config.status
  554. config.status: creating Makefile
  555. config.status: creating data/Makefile
  556. config.status: creating js/Makefile
  557. config.status: creating js/misc/config.js
  558. config.status: creating src/Makefile
  559. config.status: creating browser-plugin/Makefile
  560. config.status: creating tests/Makefile
  561. config.status: creating po/Makefile.in
  562. config.status: creating man/Makefile
  563. config.status: creating files/Makefile
  564. config.status: creating config.h
  565. config.status: executing depfiles commands
  566. config.status: executing libtool commands
  567. config.status: executing po-directories commands
  568. config.status: creating po/POTFILES
  569. config.status: creating po/Makefile
  570. config.status: executing po/stamp-it commands
  571. touch debian/stamp-autotools
  572. GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C .
  573. make[1]: Entering directory `/home/amadeu/Cinnamon'
  574. /usr/bin/make all-recursive
  575. make[2]: Entering directory `/home/amadeu/Cinnamon'
  576. Making all in data
  577. make[3]: Entering directory `/home/amadeu/Cinnamon/data'
  578. sed -e "s|@bindir[@]|/usr/bin|" \
  579. -e "s|@VERSION[@]|1.3.1|" \
  580. cinnamon.desktop.in.in > cinnamon.desktop.in || rm cinnamon.desktop.in
  581. sed s/^_// < cinnamon.desktop.in > cinnamon.desktop || rm cinnamon.desktop
  582. LC_ALL=C /usr/bin/intltool-merge -x -u /tmp org.cinnamon.gschema.xml.in org.cinnamon.gschema.xml
  583. Merging translations into org.cinnamon.gschema.xml.
  584. CREATED org.cinnamon.gschema.xml
  585. 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
  586. /usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas --targetdir=. .
  587. rm cinnamon.desktop.in
  588. make[3]: Leaving directory `/home/amadeu/Cinnamon/data'
  589. Making all in js
  590. make[3]: Entering directory `/home/amadeu/Cinnamon/js'
  591. make[3]: Nothing to be done for `all'.
  592. make[3]: Leaving directory `/home/amadeu/Cinnamon/js'
  593. Making all in src
  594. make[3]: Entering directory `/home/amadeu/Cinnamon/src'
  595. ( \
  596. glib-mkenums \
  597. --template ./st/st-enum-types.h.in \
  598. ./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 && \
  599. (cmp -s stamp-st-enum-types.h.tmp st-enum-types.h || cp stamp-st-enum-types.h.tmp st-enum-types.h) && \
  600. rm -f stamp-st-enum-types.h.tmp && \
  601. echo timestamp > stamp-st-enum-types.h
  602. ( \
  603. glib-mkenums \
  604. --template ./st/st-enum-types.c.in \
  605. ./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 && \
  606. cp st-enum-types.c.tmp st-enum-types.c && \
  607. rm -f st-enum-types.c.tmp
  608. glib-genmarshal \
  609. --prefix=_st_marshal \
  610. --header \
  611. ./st/st-marshal.list > stamp-st-marshal.h.tmp && \
  612. (cmp -s stamp-st-marshal.h.tmp st-marshal.h || cp -f stamp-st-marshal.h.tmp st-marshal.h) && \
  613. rm -f stamp-st-marshal.h.tmp && \
  614. echo timestamp > stamp-st-marshal.h
  615. (echo "#include \"st-marshal.h\"" ; \
  616. glib-genmarshal \
  617. --prefix=_st_marshal \
  618. --body \
  619. ./st/st-marshal.list ) > st-marshal.c.tmp && \
  620. cp -f st-marshal.c.tmp st-marshal.c && \
  621. rm -f st-marshal.c.tmp
  622. (echo "#define ST_H_INSIDE 1"; \
  623. 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 \
  624. echo "#include <"$name">"; \
  625. done; echo "#undef ST_H_INSIDE") > stamp-st.h.tmp && \
  626. (cmp -s stamp-st.h.tmp st.h || cp stamp-st.h.tmp st.h) && \
  627. rm -f stamp-st.h.tmp && \
  628. echo timestamp > stamp-st.h
  629. glib-genmarshal \
  630. --prefix=_na_marshal \
  631. --header \
  632. ./tray/na-marshal.list > xgen-tmh && \
  633. (cmp -s xgen-tmh na-marshal.h || cp -f xgen-tmh na-marshal.h) && \
  634. rm -f xgen-tmh && \
  635. echo timestamp > stamp-na-marshal.h
  636. (echo "#include \"na-marshal.h\"" ; \
  637. glib-genmarshal \
  638. --prefix=_na_marshal \
  639. --body \
  640. ./tray/na-marshal.list ) > xgen-tmc && \
  641. cp -f xgen-tmc na-marshal.c && \
  642. rm -f xgen-tmc
  643. glib-genmarshal \
  644. --prefix=_cinnamon_marshal \
  645. --header \
  646. ./cinnamon-marshal.list > xgen-smh && \
  647. (cmp -s xgen-smh cinnamon-marshal.h || cp -f xgen-smh cinnamon-marshal.h) && \
  648. rm -f xgen-smh && \
  649. echo timestamp > stamp-cinnamon-marshal.h
  650. (echo "#include \"cinnamon-marshal.h\"" ; \
  651. glib-genmarshal \
  652. --prefix=_cinnamon_marshal \
  653. --body \
  654. ./cinnamon-marshal.list ) > xgen-smc && \
  655. cp -f xgen-smc cinnamon-marshal.c && \
  656. rm -f xgen-smc
  657. ( \
  658. glib-mkenums \
  659. --template cinnamon-enum-types.h.in \
  660. ./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 && \
  661. (cmp -s stamp-cinnamon-enum-types.h.tmp cinnamon-enum-types.h || mv stamp-cinnamon-enum-types.h.tmp cinnamon-enum-types.h) && \
  662. rm -f stamp-cinnamon-enum-types.h.tmp && \
  663. echo timestamp > stamp-cinnamon-enum-types.h
  664. ( \
  665. glib-mkenums \
  666. --template cinnamon-enum-types.c.in \
  667. ./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 && \
  668. mv cinnamon-enum-types.c.tmp cinnamon-enum-types.c && \
  669. rm -f cinnamon-enum-types.c.tmp
  670. /usr/bin/make all-am
  671. make[4]: Entering directory `/home/amadeu/Cinnamon/src'
  672. /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
  673. 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
  674. /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
  675. 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
  676. /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
  677. 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
  678. /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
  679. 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
  680. /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
  681. 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
  682. /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
  683. 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
  684. /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
  685. 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
  686. /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
  687. 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
  688. /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
  689. 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
  690. /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
  691. 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
  692. /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
  693. 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
  694. /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
  695. 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
  696. /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
  697. 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
  698. /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
  699. 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
  700. /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
  701. 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
  702. /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
  703. 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
  704. /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
  705. 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
  706. /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
  707. 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
  708. /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
  709. 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
  710. /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
  711. 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
  712. /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
  713. 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
  714. /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
  715. 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
  716. /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
  717. 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
  718. /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
  719. 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
  720. /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
  721. 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
  722. /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
  723. 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
  724. /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
  725. 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
  726. /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
  727. 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
  728. /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
  729. 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
  730. /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
  731. 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
  732. /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
  733. 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
  734. /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
  735. 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
  736. /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
  737. 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
  738. /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
  739. 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
  740. /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
  741. 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
  742. /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
  743. 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
  744. libtool: link: ranlib .libs/libst-1.0.a
  745. libtool: link: ( cd ".libs" && rm -f "libst-1.0.la" && ln -s "../libst-1.0.la" "libst-1.0.la" )
  746. /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
  747. 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
  748. /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
  749. 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
  750. /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
  751. 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
  752. /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
  753. 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
  754. libtool: link: ranlib .libs/libtray.a
  755. libtool: link: ( cd ".libs" && rm -f "libtray.la" && ln -s "../libtray.la" "libtray.la" )
  756. /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
  757. 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
  758. /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
  759. 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
  760. /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
  761. 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
  762. /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
  763. 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
  764. /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
  765. 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
  766. /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
  767. 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
  768. /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
  769. 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
  770. /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
  771. 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
  772. /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
  773. 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
  774. /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
  775. 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
  776. libtool: link: ranlib .libs/libgvc.a
  777. libtool: link: ( cd ".libs" && rm -f "libgvc.la" && ln -s "../libgvc.la" "libgvc.la" )
  778. /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.3.1\" -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
  779. 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.3.1\" -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
  780. /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.3.1\" -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
  781. 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.3.1\" -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
  782. /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.3.1\" -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
  783. 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.3.1\" -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
  784. /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.3.1\" -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
  785. 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.3.1\" -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
  786. /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.3.1\" -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
  787. 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.3.1\" -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
  788. /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.3.1\" -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
  789. 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.3.1\" -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
  790. /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.3.1\" -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
  791. 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.3.1\" -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
  792. /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.3.1\" -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
  793. 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.3.1\" -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
  794. /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.3.1\" -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
  795. 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.3.1\" -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
  796. /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.3.1\" -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
  797. 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.3.1\" -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
  798. /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.3.1\" -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
  799. 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.3.1\" -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
  800. /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.3.1\" -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
  801. 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.3.1\" -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
  802. /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.3.1\" -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
  803. 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.3.1\" -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
  804. /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.3.1\" -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
  805. 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.3.1\" -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
  806. /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.3.1\" -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
  807. 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.3.1\" -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
  808. /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.3.1\" -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
  809. 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.3.1\" -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
  810. /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.3.1\" -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
  811. 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.3.1\" -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
  812. /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.3.1\" -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
  813. 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.3.1\" -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
  814. /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.3.1\" -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
  815. 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.3.1\" -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
  816. /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.3.1\" -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
  817. 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.3.1\" -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
  818. /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.3.1\" -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
  819. 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.3.1\" -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
  820. /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.3.1\" -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
  821. 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.3.1\" -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
  822. /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.3.1\" -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
  823. 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.3.1\" -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
  824. /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.3.1\" -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
  825. 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.3.1\" -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
  826. /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.3.1\" -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
  827. 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.3.1\" -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
  828. /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.3.1\" -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
  829. 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.3.1\" -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
  830. /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.3.1\" -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
  831. 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.3.1\" -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
  832. /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.3.1\" -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
  833. 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.3.1\" -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
  834. /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.3.1\" -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
  835. 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.3.1\" -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
  836. /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.3.1\" -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
  837. 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.3.1\" -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
  838. /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
  839. 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
  840. libtool: link: ( cd ".libs" && rm -f "libcinnamon.la" && ln -s "../libcinnamon.la" "libcinnamon.la" )
  841. 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.3.1\" -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
  842. /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
  843. 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
  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-calendar-sources.o `test -f 'calendar-server/calendar-sources.c' || echo './'`calendar-server/calendar-sources.c
  845. 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
  846. /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
  847. 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
  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-cinnamon-mime-sniffer.o `test -f 'hotplug-sniffer/cinnamon-mime-sniffer.c' || echo './'`hotplug-sniffer/cinnamon-mime-sniffer.c
  849. 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
  850. /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
  851. 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
  852. 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
  853. /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
  854. 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
  855. 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
  856. /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
  857. 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
  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.o `test -f 'cinnamon-recorder.c' || echo './'`cinnamon-recorder.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-cinnamon-recorder-src.o `test -f 'cinnamon-recorder-src.c' || echo './'`cinnamon-recorder-src.c
  860. 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
  861. /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
  862. 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
  863. 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.3.1\" -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
  864. /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
  865. 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
  866. 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.3.1|" -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
  867. cp cinnamon-real cinnamon.tmp && mv cinnamon.tmp cinnamon
  868. \
  869. [ -d calendar-server ] || /bin/mkdir -p calendar-server ; \
  870. 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
  871. \
  872. [ -d hotplug-sniffer ] || /bin/mkdir -p hotplug-sniffer ; \
  873. 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
  874. /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
  875. 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-introspectNRVgFy/Gvc-1.0.o /home/amadeu/Cinnamon/src/tmp-introspectNRVgFy/Gvc-1.0.c
  876. g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /home/amadeu/Cinnamon/src/tmp-introspectNRVgFy/Gvc-1.0 -export-dynamic /home/amadeu/Cinnamon/src/tmp-introspectNRVgFy/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
  877. libtool: link: gcc -o /home/amadeu/Cinnamon/src/tmp-introspectNRVgFy/Gvc-1.0 /home/amadeu/Cinnamon/src/tmp-introspectNRVgFy/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
  878. /usr/bin/g-ir-compiler --includedir=. --includedir=/usr/lib/muffin --includedir=. Gvc-1.0.gir -o Gvc-1.0.typelib
  879. /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
  880. 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-introspectHi8ZGI/St-1.0.o /home/amadeu/Cinnamon/src/tmp-introspectHi8ZGI/St-1.0.c
  881. g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /home/amadeu/Cinnamon/src/tmp-introspectHi8ZGI/St-1.0 -export-dynamic /home/amadeu/Cinnamon/src/tmp-introspectHi8ZGI/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
  882. libtool: link: gcc -o /home/amadeu/Cinnamon/src/tmp-introspectHi8ZGI/St-1.0 /home/amadeu/Cinnamon/src/tmp-introspectHi8ZGI/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
  883. /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.3.1\" -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
  884. 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-introspectrHYuZe/Cinnamon-0.1.o /home/amadeu/Cinnamon/src/tmp-introspectrHYuZe/Cinnamon-0.1.c
  885. g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC gcc -o /home/amadeu/Cinnamon/src/tmp-introspectrHYuZe/Cinnamon-0.1 -export-dynamic /home/amadeu/Cinnamon/src/tmp-introspectrHYuZe/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
  886. libtool: link: gcc -o /home/amadeu/Cinnamon/src/tmp-introspectrHYuZe/.libs/Cinnamon-0.1 /home/amadeu/Cinnamon/src/tmp-introspectrHYuZe/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
  887. /usr/bin/g-ir-compiler --includedir=. --includedir=/usr/lib/muffin --includedir=. Cinnamon-0.1.gir -o Cinnamon-0.1.typelib
  888. /usr/share/gir-1.0/Folks-0.6.gir:72:1: warning: element errordomain from state 6 is unknown, ignoring
  889. /usr/share/gir-1.0/Folks-0.6.gir:77:1: warning: element errordomain from state 6 is unknown, ignoring
  890. /usr/share/gir-1.0/Folks-0.6.gir:86:1: warning: element errordomain from state 6 is unknown, ignoring
  891. /usr/share/gir-1.0/Folks-0.6.gir:93:1: warning: element errordomain from state 6 is unknown, ignoring
  892. /usr/share/gir-1.0/Folks-0.6.gir:925:78: warning: element annotation from state 15 is unknown, ignoring
  893. /usr/share/gir-1.0/Folks-0.6.gir:926:54: warning: element annotation from state 15 is unknown, ignoring
  894. /usr/share/gir-1.0/Folks-0.6.gir:1052:78: warning: element annotation from state 15 is unknown, ignoring
  895. /usr/share/gir-1.0/Folks-0.6.gir:1053:54: warning: element annotation from state 15 is unknown, ignoring
  896. /usr/share/gir-1.0/Folks-0.6.gir:1154:78: warning: element annotation from state 15 is unknown, ignoring
  897. /usr/share/gir-1.0/Folks-0.6.gir:1155:54: warning: element annotation from state 15 is unknown, ignoring
  898. /usr/share/gir-1.0/Folks-0.6.gir:1577:104: warning: element annotation from state 9 is unknown, ignoring
  899. /usr/share/gir-1.0/Folks-0.6.gir:1578:54: warning: element annotation from state 9 is unknown, ignoring
  900. /usr/share/gir-1.0/Folks-0.6.gir:2031:95: warning: element annotation from state 15 is unknown, ignoring
  901. /usr/share/gir-1.0/Folks-0.6.gir:2032:56: warning: element annotation from state 15 is unknown, ignoring
  902. /usr/share/gir-1.0/Folks-0.6.gir:2036:95: warning: element annotation from state 15 is unknown, ignoring
  903. /usr/share/gir-1.0/Folks-0.6.gir:2037:56: warning: element annotation from state 15 is unknown, ignoring
  904. /usr/share/gir-1.0/Folks-0.6.gir:2050:84: warning: element annotation from state 15 is unknown, ignoring
  905. /usr/share/gir-1.0/Folks-0.6.gir:2051:54: warning: element annotation from state 15 is unknown, ignoring
  906. /usr/bin/g-ir-compiler --includedir=. --includedir=/usr/lib/muffin --includedir=. St-1.0.gir -o St-1.0.typelib
  907. make[4]: Leaving directory `/home/amadeu/Cinnamon/src'
  908. make[3]: Leaving directory `/home/amadeu/Cinnamon/src'
  909. Making all in browser-plugin
  910. make[3]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  911. /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
  912. 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
  913. /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
  914. 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
  915. libtool: link: ( cd ".libs" && rm -f "libcinnamon-browser-plugin.la" && ln -s "../libcinnamon-browser-plugin.la" "libcinnamon-browser-plugin.la" )
  916. make[3]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  917. Making all in tests
  918. make[3]: Entering directory `/home/amadeu/Cinnamon/tests'
  919. sed \
  920. -e "s|@MUFFIN_TYPELIB_DIR[@]|/usr/lib/muffin|" \
  921. -e "s|@JHBUILD_TYPELIBDIR[@]|/usr/lib/girepository-1.0|" \
  922. -e "s|@srcdir[@]|.|" \
  923. run-test.sh.in > run-test.sh && chmod a+x run-test.sh
  924. make[3]: Leaving directory `/home/amadeu/Cinnamon/tests'
  925. Making all in po
  926. make[3]: Entering directory `/home/amadeu/Cinnamon/po'
  927. file=`echo af | sed 's,.*/,,'`.gmo \
  928. && rm -f $file && /usr/bin/msgfmt -o $file af.po
  929. file=`echo an | sed 's,.*/,,'`.gmo \
  930. && rm -f $file && /usr/bin/msgfmt -o $file an.po
  931. file=`echo ar | sed 's,.*/,,'`.gmo \
  932. && rm -f $file && /usr/bin/msgfmt -o $file ar.po
  933. file=`echo as | sed 's,.*/,,'`.gmo \
  934. && rm -f $file && /usr/bin/msgfmt -o $file as.po
  935. file=`echo ast | sed 's,.*/,,'`.gmo \
  936. && rm -f $file && /usr/bin/msgfmt -o $file ast.po
  937. file=`echo be | sed 's,.*/,,'`.gmo \
  938. && rm -f $file && /usr/bin/msgfmt -o $file be.po
  939. file=`echo bg | sed 's,.*/,,'`.gmo \
  940. && rm -f $file && /usr/bin/msgfmt -o $file bg.po
  941. file=`echo bn | sed 's,.*/,,'`.gmo \
  942. && rm -f $file && /usr/bin/msgfmt -o $file bn.po
  943. file=`echo bn_IN | sed 's,.*/,,'`.gmo \
  944. && rm -f $file && /usr/bin/msgfmt -o $file bn_IN.po
  945. file=`echo ca | sed 's,.*/,,'`.gmo \
  946. && rm -f $file && /usr/bin/msgfmt -o $file ca.po
  947. file=`echo ca@valencia | sed 's,.*/,,'`.gmo \
  948. && rm -f $file && /usr/bin/msgfmt -o $file ca@valencia.po
  949. file=`echo cs | sed 's,.*/,,'`.gmo \
  950. && rm -f $file && /usr/bin/msgfmt -o $file cs.po
  951. file=`echo da | sed 's,.*/,,'`.gmo \
  952. && rm -f $file && /usr/bin/msgfmt -o $file da.po
  953. file=`echo de | sed 's,.*/,,'`.gmo \
  954. && rm -f $file && /usr/bin/msgfmt -o $file de.po
  955. file=`echo el | sed 's,.*/,,'`.gmo \
  956. && rm -f $file && /usr/bin/msgfmt -o $file el.po
  957. file=`echo en_GB | sed 's,.*/,,'`.gmo \
  958. && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
  959. file=`echo eo | sed 's,.*/,,'`.gmo \
  960. && rm -f $file && /usr/bin/msgfmt -o $file eo.po
  961. file=`echo es | sed 's,.*/,,'`.gmo \
  962. && rm -f $file && /usr/bin/msgfmt -o $file es.po
  963. file=`echo et | sed 's,.*/,,'`.gmo \
  964. && rm -f $file && /usr/bin/msgfmt -o $file et.po
  965. file=`echo eu | sed 's,.*/,,'`.gmo \
  966. && rm -f $file && /usr/bin/msgfmt -o $file eu.po
  967. file=`echo fa | sed 's,.*/,,'`.gmo \
  968. && rm -f $file && /usr/bin/msgfmt -o $file fa.po
  969. file=`echo fi | sed 's,.*/,,'`.gmo \
  970. && rm -f $file && /usr/bin/msgfmt -o $file fi.po
  971. file=`echo fr | sed 's,.*/,,'`.gmo \
  972. && rm -f $file && /usr/bin/msgfmt -o $file fr.po
  973. file=`echo ga | sed 's,.*/,,'`.gmo \
  974. && rm -f $file && /usr/bin/msgfmt -o $file ga.po
  975. file=`echo gl | sed 's,.*/,,'`.gmo \
  976. && rm -f $file && /usr/bin/msgfmt -o $file gl.po
  977. file=`echo gu | sed 's,.*/,,'`.gmo \
  978. && rm -f $file && /usr/bin/msgfmt -o $file gu.po
  979. file=`echo he | sed 's,.*/,,'`.gmo \
  980. && rm -f $file && /usr/bin/msgfmt -o $file he.po
  981. file=`echo hi | sed 's,.*/,,'`.gmo \
  982. && rm -f $file && /usr/bin/msgfmt -o $file hi.po
  983. file=`echo hu | sed 's,.*/,,'`.gmo \
  984. && rm -f $file && /usr/bin/msgfmt -o $file hu.po
  985. file=`echo id | sed 's,.*/,,'`.gmo \
  986. && rm -f $file && /usr/bin/msgfmt -o $file id.po
  987. file=`echo it | sed 's,.*/,,'`.gmo \
  988. && rm -f $file && /usr/bin/msgfmt -o $file it.po
  989. file=`echo ja | sed 's,.*/,,'`.gmo \
  990. && rm -f $file && /usr/bin/msgfmt -o $file ja.po
  991. file=`echo ko | sed 's,.*/,,'`.gmo \
  992. && rm -f $file && /usr/bin/msgfmt -o $file ko.po
  993. file=`echo kn | sed 's,.*/,,'`.gmo \
  994. && rm -f $file && /usr/bin/msgfmt -o $file kn.po
  995. file=`echo ku | sed 's,.*/,,'`.gmo \
  996. && rm -f $file && /usr/bin/msgfmt -o $file ku.po
  997. file=`echo lt | sed 's,.*/,,'`.gmo \
  998. && rm -f $file && /usr/bin/msgfmt -o $file lt.po
  999. file=`echo lv | sed 's,.*/,,'`.gmo \
  1000. && rm -f $file && /usr/bin/msgfmt -o $file lv.po
  1001. file=`echo mr | sed 's,.*/,,'`.gmo \
  1002. && rm -f $file && /usr/bin/msgfmt -o $file mr.po
  1003. file=`echo ms | sed 's,.*/,,'`.gmo \
  1004. && rm -f $file && /usr/bin/msgfmt -o $file ms.po
  1005. file=`echo nb | sed 's,.*/,,'`.gmo \
  1006. && rm -f $file && /usr/bin/msgfmt -o $file nb.po
  1007. file=`echo nl | sed 's,.*/,,'`.gmo \
  1008. && rm -f $file && /usr/bin/msgfmt -o $file nl.po
  1009. file=`echo nn | sed 's,.*/,,'`.gmo \
  1010. && rm -f $file && /usr/bin/msgfmt -o $file nn.po
  1011. file=`echo or | sed 's,.*/,,'`.gmo \
  1012. && rm -f $file && /usr/bin/msgfmt -o $file or.po
  1013. file=`echo pa | sed 's,.*/,,'`.gmo \
  1014. && rm -f $file && /usr/bin/msgfmt -o $file pa.po
  1015. file=`echo pl | sed 's,.*/,,'`.gmo \
  1016. && rm -f $file && /usr/bin/msgfmt -o $file pl.po
  1017. file=`echo pt | sed 's,.*/,,'`.gmo \
  1018. && rm -f $file && /usr/bin/msgfmt -o $file pt.po
  1019. file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  1020. && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
  1021. file=`echo ro | sed 's,.*/,,'`.gmo \
  1022. && rm -f $file && /usr/bin/msgfmt -o $file ro.po
  1023. file=`echo ru | sed 's,.*/,,'`.gmo \
  1024. && rm -f $file && /usr/bin/msgfmt -o $file ru.po
  1025. file=`echo sk | sed 's,.*/,,'`.gmo \
  1026. && rm -f $file && /usr/bin/msgfmt -o $file sk.po
  1027. file=`echo sl | sed 's,.*/,,'`.gmo \
  1028. && rm -f $file && /usr/bin/msgfmt -o $file sl.po
  1029. file=`echo sr | sed 's,.*/,,'`.gmo \
  1030. && rm -f $file && /usr/bin/msgfmt -o $file sr.po
  1031. file=`echo sr@latin | sed 's,.*/,,'`.gmo \
  1032. && rm -f $file && /usr/bin/msgfmt -o $file sr@latin.po
  1033. file=`echo sv | sed 's,.*/,,'`.gmo \
  1034. && rm -f $file && /usr/bin/msgfmt -o $file sv.po
  1035. file=`echo ta | sed 's,.*/,,'`.gmo \
  1036. && rm -f $file && /usr/bin/msgfmt -o $file ta.po
  1037. file=`echo te | sed 's,.*/,,'`.gmo \
  1038. && rm -f $file && /usr/bin/msgfmt -o $file te.po
  1039. file=`echo th | sed 's,.*/,,'`.gmo \
  1040. && rm -f $file && /usr/bin/msgfmt -o $file th.po
  1041. file=`echo tr | sed 's,.*/,,'`.gmo \
  1042. && rm -f $file && /usr/bin/msgfmt -o $file tr.po
  1043. file=`echo ug | sed 's,.*/,,'`.gmo \
  1044. && rm -f $file && /usr/bin/msgfmt -o $file ug.po
  1045. file=`echo uk | sed 's,.*/,,'`.gmo \
  1046. && rm -f $file && /usr/bin/msgfmt -o $file uk.po
  1047. file=`echo vi | sed 's,.*/,,'`.gmo \
  1048. && rm -f $file && /usr/bin/msgfmt -o $file vi.po
  1049. file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  1050. && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
  1051. file=`echo zh_HK | sed 's,.*/,,'`.gmo \
  1052. && rm -f $file && /usr/bin/msgfmt -o $file zh_HK.po
  1053. file=`echo zh_TW | sed 's,.*/,,'`.gmo \
  1054. && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
  1055. make[3]: Leaving directory `/home/amadeu/Cinnamon/po'
  1056. Making all in man
  1057. make[3]: Entering directory `/home/amadeu/Cinnamon/man'
  1058. make[3]: Nothing to be done for `all'.
  1059. make[3]: Leaving directory `/home/amadeu/Cinnamon/man'
  1060. Making all in files
  1061. make[3]: Entering directory `/home/amadeu/Cinnamon/files'
  1062. make[3]: Nothing to be done for `all'.
  1063. make[3]: Leaving directory `/home/amadeu/Cinnamon/files'
  1064. make[3]: Entering directory `/home/amadeu/Cinnamon'
  1065. make[3]: Leaving directory `/home/amadeu/Cinnamon'
  1066. make[2]: Leaving directory `/home/amadeu/Cinnamon'
  1067. make[1]: Leaving directory `/home/amadeu/Cinnamon'
  1068. touch debian/stamp-makefile-build
  1069. DEB_MAKE_CHECK_TARGET unset, not running checks
  1070. debian/rules binary
  1071. test -x debian/rules
  1072. dh_testroot
  1073. dh_prep
  1074. dh_installdirs -A
  1075. mkdir -p "."
  1076. if test -e /usr/share/misc/config.guess ; then \
  1077. for i in ./config/config.guess ; do \
  1078. if ! test -e $i.cdbs-orig ; then \
  1079. mv $i $i.cdbs-orig ; \
  1080. cp --remove-destination /usr/share/misc/config.guess $i ; \
  1081. fi ; \
  1082. done ; \
  1083. fi
  1084. if test -e /usr/share/misc/config.sub ; then \
  1085. for i in ./config/config.sub ; do \
  1086. if ! test -e $i.cdbs-orig ; then \
  1087. mv $i $i.cdbs-orig ; \
  1088. cp --remove-destination /usr/share/misc/config.sub $i ; \
  1089. fi ; \
  1090. done ; \
  1091. fi
  1092. if test -e /usr/share/gnulib/build-aux/config.rpath ; then \
  1093. for i in ./config/config.rpath ; do \
  1094. if ! test -e $i.cdbs-orig ; then \
  1095. mv $i $i.cdbs-orig ; \
  1096. cp --remove-destination /usr/share/gnulib/build-aux/config.rpath $i ; \
  1097. fi ; \
  1098. done ; \
  1099. fi
  1100. DEB_MAKE_CHECK_TARGET unset, not running checks
  1101. GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C . install DESTDIR=/home/amadeu/Cinnamon/debian/cinnamon/
  1102. make[1]: Entering directory `/home/amadeu/Cinnamon'
  1103. Making install in data
  1104. make[2]: Entering directory `/home/amadeu/Cinnamon/data'
  1105. make[3]: Entering directory `/home/amadeu/Cinnamon/data'
  1106. make[3]: Nothing to be done for `install-exec-am'.
  1107. GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults /usr/bin/gconftool-2 --makefile-install-rule ./cinnamon.schemas
  1108. GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas
  1109. test -z "/usr/share/applications" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/applications"
  1110. /usr/bin/install -c -m 644 cinnamon.desktop '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/applications'
  1111. test -z "/usr/share/cinnamon/search_providers" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/search_providers"
  1112. /usr/bin/install -c -m 644 search_providers/google.xml search_providers/wikipedia.xml '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/search_providers'
  1113. test -z "/usr/share/cinnamon/theme" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/theme"
  1114. /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'
  1115. test -z "/etc/gconf/schemas" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//etc/gconf/schemas"
  1116. /usr/bin/install -c -m 644 cinnamon.schemas '/home/amadeu/Cinnamon/debian/cinnamon//etc/gconf/schemas'
  1117. test -z "/usr/share/cinnamon/shaders" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/shaders"
  1118. /usr/bin/install -c -m 644 shaders/dim-window.glsl '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/shaders'
  1119. if test -n "org.cinnamon.gschema.xml"; then \
  1120. test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/glib-2.0/schemas"; \
  1121. /usr/bin/install -c -m 644 org.cinnamon.gschema.xml "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/glib-2.0/schemas"; \
  1122. 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; \
  1123. fi
  1124. make[3]: Leaving directory `/home/amadeu/Cinnamon/data'
  1125. make[2]: Leaving directory `/home/amadeu/Cinnamon/data'
  1126. Making install in js
  1127. make[2]: Entering directory `/home/amadeu/Cinnamon/js'
  1128. make[3]: Entering directory `/home/amadeu/Cinnamon/js'
  1129. make[3]: Nothing to be done for `install-exec-am'.
  1130. test -z "/usr/share/cinnamon/js" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js"
  1131. /bin/mkdir -p '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/ui'
  1132. /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/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/modalDialog.js ui/networkAgent.js ui/cinnamonEntry.js ui/cinnamonMountOperation.js ui/notificationDaemon.js ui/overview.js ui/panel.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 ui/statusIconDispatcher.js ui/themeManager.js ui/tooltips.js '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/ui'
  1133. /bin/mkdir -p '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/perf'
  1134. /usr/bin/install -c -m 644 perf/core.js '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/perf'
  1135. /bin/mkdir -p '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/gdm'
  1136. /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'
  1137. /bin/mkdir -p '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/ui'
  1138. /usr/bin/install -c -m 644 ui/tweener.js ui/viewSelector.js ui/windowAttentionHandler.js ui/windowManager.js ui/workspace.js ui/workspaceThumbnail.js ui/workspacesView.js ui/xdndHandler.js '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/ui'
  1139. /bin/mkdir -p '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/cinnamon/js/misc'
  1140. /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'
  1141. make[3]: Leaving directory `/home/amadeu/Cinnamon/js'
  1142. make[2]: Leaving directory `/home/amadeu/Cinnamon/js'
  1143. Making install in src
  1144. make[2]: Entering directory `/home/amadeu/Cinnamon/src'
  1145. /usr/bin/make install-am
  1146. make[3]: Entering directory `/home/amadeu/Cinnamon/src'
  1147. make[4]: Entering directory `/home/amadeu/Cinnamon/src'
  1148. test -z "/usr/bin" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/bin"
  1149. /bin/bash ../libtool --mode=install /usr/bin/install -c cinnamon-real '/home/amadeu/Cinnamon/debian/cinnamon//usr/bin'
  1150. libtool: install: /usr/bin/install -c .libs/cinnamon-real /home/amadeu/Cinnamon/debian/cinnamon//usr/bin/cinnamon-real
  1151. test -z "/usr/bin" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/bin"
  1152. /usr/bin/install -c cinnamon-extension-tool '/home/amadeu/Cinnamon/debian/cinnamon//usr/bin'
  1153. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon"
  1154. /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'
  1155. libtool: install: /usr/bin/install -c cinnamon-calendar-server /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon/cinnamon-calendar-server
  1156. libtool: install: /usr/bin/install -c cinnamon-hotplug-sniffer /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon/cinnamon-hotplug-sniffer
  1157. libtool: install: /usr/bin/install -c cinnamon-perf-helper /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon/cinnamon-perf-helper
  1158. /usr/bin/make install-exec-hook
  1159. make[5]: Entering directory `/home/amadeu/Cinnamon/src'
  1160. mv /home/amadeu/Cinnamon/debian/cinnamon//usr/bin/cinnamon-real /home/amadeu/Cinnamon/debian/cinnamon//usr/bin/cinnamon
  1161. make[5]: Leaving directory `/home/amadeu/Cinnamon/src'
  1162. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon"
  1163. /bin/bash ../libtool --mode=install /usr/bin/install -c libcinnamon.la '/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon'
  1164. libtool: install: /usr/bin/install -c .libs/libcinnamon.so /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon/libcinnamon.so
  1165. libtool: install: /usr/bin/install -c .libs/libcinnamon.lai /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon/libcinnamon.la
  1166. libtool: install: warning: remember to run `libtool --finish /usr/lib/cinnamon'
  1167. test -z "/usr/share/dbus-1/services" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/dbus-1/services"
  1168. /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'
  1169. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/cinnamon"
  1170. /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'
  1171. make[4]: Leaving directory `/home/amadeu/Cinnamon/src'
  1172. make[3]: Leaving directory `/home/amadeu/Cinnamon/src'
  1173. make[2]: Leaving directory `/home/amadeu/Cinnamon/src'
  1174. Making install in browser-plugin
  1175. make[2]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  1176. make[3]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  1177. make[3]: Nothing to be done for `install-exec-am'.
  1178. test -z "/usr/lib/mozilla/plugins" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/mozilla/plugins"
  1179. /bin/bash ../libtool --mode=install /usr/bin/install -c libcinnamon-browser-plugin.la '/home/amadeu/Cinnamon/debian/cinnamon//usr/lib/mozilla/plugins'
  1180. libtool: install: /usr/bin/install -c .libs/libcinnamon-browser-plugin.so /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/mozilla/plugins/libcinnamon-browser-plugin.so
  1181. libtool: install: /usr/bin/install -c .libs/libcinnamon-browser-plugin.lai /home/amadeu/Cinnamon/debian/cinnamon//usr/lib/mozilla/plugins/libcinnamon-browser-plugin.la
  1182. libtool: install: warning: remember to run `libtool --finish /usr/lib/mozilla/plugins'
  1183. make[3]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  1184. make[2]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  1185. Making install in tests
  1186. make[2]: Entering directory `/home/amadeu/Cinnamon/tests'
  1187. make[3]: Entering directory `/home/amadeu/Cinnamon/tests'
  1188. make[3]: Nothing to be done for `install-exec-am'.
  1189. make[3]: Nothing to be done for `install-data-am'.
  1190. make[3]: Leaving directory `/home/amadeu/Cinnamon/tests'
  1191. make[2]: Leaving directory `/home/amadeu/Cinnamon/tests'
  1192. Making install in po
  1193. make[2]: Entering directory `/home/amadeu/Cinnamon/po'
  1194. 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 "; \
  1195. for lang in $linguas; do \
  1196. dir=/home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/$lang/LC_MESSAGES; \
  1197. /bin/bash /home/amadeu/Cinnamon/config/install-sh -d $dir; \
  1198. if test -r $lang.gmo; then \
  1199. /usr/bin/install -c -m 644 $lang.gmo $dir/cinnamon.mo; \
  1200. echo "installing $lang.gmo as $dir/cinnamon.mo"; \
  1201. else \
  1202. /usr/bin/install -c -m 644 ./$lang.gmo $dir/cinnamon.mo; \
  1203. echo "installing ./$lang.gmo as" \
  1204. "$dir/cinnamon.mo"; \
  1205. fi; \
  1206. if test -r $lang.gmo.m; then \
  1207. /usr/bin/install -c -m 644 $lang.gmo.m $dir/cinnamon.mo.m; \
  1208. echo "installing $lang.gmo.m as $dir/cinnamon.mo.m"; \
  1209. else \
  1210. if test -r ./$lang.gmo.m ; then \
  1211. /usr/bin/install -c -m 644 ./$lang.gmo.m \
  1212. $dir/cinnamon.mo.m; \
  1213. echo "installing ./$lang.gmo.m as" \
  1214. "$dir/cinnamon.mo.m"; \
  1215. else \
  1216. true; \
  1217. fi; \
  1218. fi; \
  1219. done
  1220. installing af.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/af/LC_MESSAGES/cinnamon.mo
  1221. installing an.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/an/LC_MESSAGES/cinnamon.mo
  1222. installing ar.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ar/LC_MESSAGES/cinnamon.mo
  1223. installing as.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/as/LC_MESSAGES/cinnamon.mo
  1224. installing ast.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ast/LC_MESSAGES/cinnamon.mo
  1225. installing be.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/be/LC_MESSAGES/cinnamon.mo
  1226. installing bg.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/bg/LC_MESSAGES/cinnamon.mo
  1227. installing bn.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/bn/LC_MESSAGES/cinnamon.mo
  1228. installing bn_IN.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/bn_IN/LC_MESSAGES/cinnamon.mo
  1229. installing ca.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ca/LC_MESSAGES/cinnamon.mo
  1230. installing ca@valencia.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ca@valencia/LC_MESSAGES/cinnamon.mo
  1231. installing cs.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/cs/LC_MESSAGES/cinnamon.mo
  1232. installing da.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/da/LC_MESSAGES/cinnamon.mo
  1233. installing de.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/de/LC_MESSAGES/cinnamon.mo
  1234. installing el.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/el/LC_MESSAGES/cinnamon.mo
  1235. installing en_GB.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/en_GB/LC_MESSAGES/cinnamon.mo
  1236. installing eo.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/eo/LC_MESSAGES/cinnamon.mo
  1237. installing es.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/es/LC_MESSAGES/cinnamon.mo
  1238. installing et.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/et/LC_MESSAGES/cinnamon.mo
  1239. installing eu.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/eu/LC_MESSAGES/cinnamon.mo
  1240. installing fa.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/fa/LC_MESSAGES/cinnamon.mo
  1241. installing fi.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/fi/LC_MESSAGES/cinnamon.mo
  1242. installing fr.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/fr/LC_MESSAGES/cinnamon.mo
  1243. installing ga.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ga/LC_MESSAGES/cinnamon.mo
  1244. installing gl.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/gl/LC_MESSAGES/cinnamon.mo
  1245. installing gu.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/gu/LC_MESSAGES/cinnamon.mo
  1246. installing he.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/he/LC_MESSAGES/cinnamon.mo
  1247. installing hi.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/hi/LC_MESSAGES/cinnamon.mo
  1248. installing hu.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/hu/LC_MESSAGES/cinnamon.mo
  1249. installing id.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/id/LC_MESSAGES/cinnamon.mo
  1250. installing it.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/it/LC_MESSAGES/cinnamon.mo
  1251. installing ja.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ja/LC_MESSAGES/cinnamon.mo
  1252. installing ko.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ko/LC_MESSAGES/cinnamon.mo
  1253. installing kn.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/kn/LC_MESSAGES/cinnamon.mo
  1254. installing ku.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ku/LC_MESSAGES/cinnamon.mo
  1255. installing lt.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/lt/LC_MESSAGES/cinnamon.mo
  1256. installing lv.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/lv/LC_MESSAGES/cinnamon.mo
  1257. installing mr.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/mr/LC_MESSAGES/cinnamon.mo
  1258. installing ms.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ms/LC_MESSAGES/cinnamon.mo
  1259. installing nb.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/nb/LC_MESSAGES/cinnamon.mo
  1260. installing nl.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/nl/LC_MESSAGES/cinnamon.mo
  1261. installing nn.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/nn/LC_MESSAGES/cinnamon.mo
  1262. installing or.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/or/LC_MESSAGES/cinnamon.mo
  1263. installing pa.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/pa/LC_MESSAGES/cinnamon.mo
  1264. installing pl.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/pl/LC_MESSAGES/cinnamon.mo
  1265. installing pt.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/pt/LC_MESSAGES/cinnamon.mo
  1266. installing pt_BR.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/pt_BR/LC_MESSAGES/cinnamon.mo
  1267. installing ro.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ro/LC_MESSAGES/cinnamon.mo
  1268. installing ru.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ru/LC_MESSAGES/cinnamon.mo
  1269. installing sk.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/sk/LC_MESSAGES/cinnamon.mo
  1270. installing sl.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/sl/LC_MESSAGES/cinnamon.mo
  1271. installing sr.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/sr/LC_MESSAGES/cinnamon.mo
  1272. installing sr@latin.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/sr@latin/LC_MESSAGES/cinnamon.mo
  1273. installing sv.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/sv/LC_MESSAGES/cinnamon.mo
  1274. installing ta.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ta/LC_MESSAGES/cinnamon.mo
  1275. installing te.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/te/LC_MESSAGES/cinnamon.mo
  1276. installing th.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/th/LC_MESSAGES/cinnamon.mo
  1277. installing tr.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/tr/LC_MESSAGES/cinnamon.mo
  1278. installing ug.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/ug/LC_MESSAGES/cinnamon.mo
  1279. installing uk.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/uk/LC_MESSAGES/cinnamon.mo
  1280. installing vi.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/vi/LC_MESSAGES/cinnamon.mo
  1281. installing zh_CN.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/zh_CN/LC_MESSAGES/cinnamon.mo
  1282. installing zh_HK.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/zh_HK/LC_MESSAGES/cinnamon.mo
  1283. installing zh_TW.gmo as /home/amadeu/Cinnamon/debian/cinnamon//usr/share/locale/zh_TW/LC_MESSAGES/cinnamon.mo
  1284. make[2]: Leaving directory `/home/amadeu/Cinnamon/po'
  1285. Making install in man
  1286. make[2]: Entering directory `/home/amadeu/Cinnamon/man'
  1287. make[3]: Entering directory `/home/amadeu/Cinnamon/man'
  1288. make[3]: Nothing to be done for `install-exec-am'.
  1289. test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/amadeu/Cinnamon/debian/cinnamon//usr/share/man/man1"
  1290. /usr/bin/install -c -m 644 cinnamon.1 '/home/amadeu/Cinnamon/debian/cinnamon//usr/share/man/man1'
  1291. make[3]: Leaving directory `/home/amadeu/Cinnamon/man'
  1292. make[2]: Leaving directory `/home/amadeu/Cinnamon/man'
  1293. Making install in files
  1294. make[2]: Entering directory `/home/amadeu/Cinnamon/files'
  1295. find -mindepth 1 -maxdepth 1 -type d -exec cp -R {} /home/amadeu/Cinnamon/debian/cinnamon// \;
  1296. make[2]: Leaving directory `/home/amadeu/Cinnamon/files'
  1297. make[2]: Entering directory `/home/amadeu/Cinnamon'
  1298. make[3]: Entering directory `/home/amadeu/Cinnamon'
  1299. make[3]: Nothing to be done for `install-exec-am'.
  1300. make[3]: Nothing to be done for `install-data-am'.
  1301. make[3]: Leaving directory `/home/amadeu/Cinnamon'
  1302. make[2]: Leaving directory `/home/amadeu/Cinnamon'
  1303. make[1]: Leaving directory `/home/amadeu/Cinnamon'
  1304. touch debian/stamp-makefile-install
  1305. Adding cdbs dependencies to debian/cinnamon.substvars
  1306. dh_installdirs -pcinnamon
  1307. dh_installdocs -pcinnamon ./README ./NEWS
  1308. dh_installexamples -pcinnamon
  1309. dh_installman -pcinnamon
  1310. dh_installinfo -pcinnamon
  1311. dh_installmenu -pcinnamon
  1312. dh_installcron -pcinnamon
  1313. dh_installinit -pcinnamon
  1314. dh_installdebconf -pcinnamon
  1315. dh_installemacsen -pcinnamon
  1316. dh_installcatalogs -pcinnamon
  1317. dh_installpam -pcinnamon
  1318. dh_installlogrotate -pcinnamon
  1319. dh_installlogcheck -pcinnamon
  1320. dh_installchangelogs -pcinnamon
  1321. dh_installudev -pcinnamon
  1322. dh_lintian -pcinnamon
  1323. dh_bugfiles -pcinnamon
  1324. dh_install -pcinnamon
  1325. dh_link -pcinnamon
  1326. dh_installmime -pcinnamon
  1327. dh_installgsettings -pcinnamon
  1328. dh_gconf -pcinnamon
  1329. dh_icons -pcinnamon
  1330. dh_strip -pcinnamon
  1331. dh_compress -pcinnamon
  1332. dh_fixperms -pcinnamon
  1333. dh_makeshlibs -pcinnamon -Xlibcinnamon
  1334. dh_installdeb -pcinnamon
  1335. dh_perl -pcinnamon
  1336. dh_shlibdeps -pcinnamon -l :/usr/lib/gnome-bluetooth
  1337. dpkg-shlibdeps: warning: diversions involved - output may be incorrect
  1338. diversion by glx-diversions from: /usr/lib/x86_64-linux-gnu/libGL.so.1
  1339. dpkg-shlibdeps: warning: diversions involved - output may be incorrect
  1340. diversion by glx-diversions to: /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1
  1341. dpkg-shlibdeps: warning: Can't extract name and version from library name `libcinnamon.so'
  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: 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).
  1346. 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).
  1347. 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).
  1348. 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).
  1349. 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).
  1350. 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).
  1351. 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).
  1352. 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).
  1353. 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).
  1354. 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).
  1355. 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).
  1356. 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).
  1357. 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).
  1358. 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).
  1359. 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).
  1360. 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).
  1361. 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).
  1362. 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).
  1363. 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).
  1364. 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).
  1365. 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).
  1366. 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).
  1367. 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).
  1368. 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).
  1369. 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).
  1370. 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).
  1371. 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).
  1372. 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).
  1373. 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).
  1374. dh_girepository -pcinnamon
  1375. dh_girepository -pcinnamon -l src -p /usr/lib/muffin \
  1376. /usr/lib/cinnamon
  1377. dpkg-shlibdeps: warning: Can't extract name and version from library name `libcinnamon.so'
  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. find debian/cinnamon -name '*.la' -exec rm -f '{}' ';'
  1382. dh_gencontrol -pcinnamon
  1383. dpkg-gencontrol: warning: Depends field of package cinnamon: unknown substitution variable ${icon-theme:Depends}
  1384. dh_md5sums -pcinnamon
  1385. dh_builddeb -pcinnamon
  1386. dpkg-deb: warning: 'debian/cinnamon/DEBIAN/control' contains user-defined field 'Original-Maintainer'
  1387. dpkg-deb: warning: ignoring 1 warning about the control file(s)
  1388.  
  1389. dpkg-deb: building package `cinnamon' in `../cinnamon_1.3.1_amd64.deb'.
  1390. dpkg-genchanges >../cinnamon_1.3.1_amd64.changes
  1391. dpkg-genchanges: including full source code in upload
  1392. dpkg-source --after-build Cinnamon
  1393. dpkg-buildpackage: full upload; Debian-native package (full source is included)
  1394. amadeu@amadeu:~/Cinnamon$ make
  1395. make all-recursive
  1396. make[1]: Entering directory `/home/amadeu/Cinnamon'
  1397. Making all in data
  1398. make[2]: Entering directory `/home/amadeu/Cinnamon/data'
  1399. make[2]: Nothing to be done for `all'.
  1400. make[2]: Leaving directory `/home/amadeu/Cinnamon/data'
  1401. Making all in js
  1402. make[2]: Entering directory `/home/amadeu/Cinnamon/js'
  1403. make[2]: Nothing to be done for `all'.
  1404. make[2]: Leaving directory `/home/amadeu/Cinnamon/js'
  1405. Making all in src
  1406. make[2]: Entering directory `/home/amadeu/Cinnamon/src'
  1407. make all-am
  1408. make[3]: Entering directory `/home/amadeu/Cinnamon/src'
  1409. make[3]: Leaving directory `/home/amadeu/Cinnamon/src'
  1410. make[2]: Leaving directory `/home/amadeu/Cinnamon/src'
  1411. Making all in browser-plugin
  1412. make[2]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  1413. make[2]: Nothing to be done for `all'.
  1414. make[2]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  1415. Making all in tests
  1416. make[2]: Entering directory `/home/amadeu/Cinnamon/tests'
  1417. make[2]: Nothing to be done for `all'.
  1418. make[2]: Leaving directory `/home/amadeu/Cinnamon/tests'
  1419. Making all in po
  1420. make[2]: Entering directory `/home/amadeu/Cinnamon/po'
  1421. make[2]: Nothing to be done for `all'.
  1422. make[2]: Leaving directory `/home/amadeu/Cinnamon/po'
  1423. Making all in man
  1424. make[2]: Entering directory `/home/amadeu/Cinnamon/man'
  1425. make[2]: Nothing to be done for `all'.
  1426. make[2]: Leaving directory `/home/amadeu/Cinnamon/man'
  1427. Making all in files
  1428. make[2]: Entering directory `/home/amadeu/Cinnamon/files'
  1429. make[2]: Nothing to be done for `all'.
  1430. make[2]: Leaving directory `/home/amadeu/Cinnamon/files'
  1431. make[2]: Entering directory `/home/amadeu/Cinnamon'
  1432. make[2]: Leaving directory `/home/amadeu/Cinnamon'
  1433. make[1]: Leaving directory `/home/amadeu/Cinnamon'
  1434. amadeu@amadeu:~/Cinnamon$ sudo make install
  1435. Making install in data
  1436. make[1]: Entering directory `/home/amadeu/Cinnamon/data'
  1437. make[2]: Entering directory `/home/amadeu/Cinnamon/data'
  1438. make[2]: Nothing to be done for `install-exec-am'.
  1439. GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults /usr/bin/gconftool-2 --makefile-install-rule ./cinnamon.schemas
  1440. Attached schema `/schemas/desktop/cinnamon/windows/attach_modal_dialogs' to key `/desktop/cinnamon/windows/attach_modal_dialogs'
  1441. Installed schema `/schemas/desktop/cinnamon/windows/attach_modal_dialogs' for locale `C'
  1442. Attached schema `/schemas/desktop/cinnamon/windows/button_layout' to key `/desktop/cinnamon/windows/button_layout'
  1443. Installed schema `/schemas/desktop/cinnamon/windows/button_layout' for locale `C'
  1444. Attached schema `/schemas/desktop/cinnamon/windows/edge_tiling' to key `/desktop/cinnamon/windows/edge_tiling'
  1445. Installed schema `/schemas/desktop/cinnamon/windows/edge_tiling' for locale `C'
  1446. Attached schema `/schemas/desktop/cinnamon/windows/theme' to key `/desktop/cinnamon/windows/theme'
  1447. Installed schema `/schemas/desktop/cinnamon/windows/theme' for locale `C'
  1448. Attached schema `/schemas/desktop/cinnamon/windows/workspaces_only_on_primary' to key `/desktop/cinnamon/windows/workspaces_only_on_primary'
  1449. Installed schema `/schemas/desktop/cinnamon/windows/workspaces_only_on_primary' for locale `C'
  1450. test -z "/usr/share/applications" || /bin/mkdir -p "/usr/share/applications"
  1451. /usr/bin/install -c -m 644 cinnamon.desktop '/usr/share/applications'
  1452. test -z "/usr/share/cinnamon/search_providers" || /bin/mkdir -p "/usr/share/cinnamon/search_providers"
  1453. /usr/bin/install -c -m 644 search_providers/google.xml search_providers/wikipedia.xml '/usr/share/cinnamon/search_providers'
  1454. test -z "/usr/share/cinnamon/theme" || /bin/mkdir -p "/usr/share/cinnamon/theme"
  1455. /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'
  1456. test -z "/etc/gconf/schemas" || /bin/mkdir -p "/etc/gconf/schemas"
  1457. /usr/bin/install -c -m 644 cinnamon.schemas '/etc/gconf/schemas'
  1458. test -z "/usr/share/cinnamon/shaders" || /bin/mkdir -p "/usr/share/cinnamon/shaders"
  1459. /usr/bin/install -c -m 644 shaders/dim-window.glsl '/usr/share/cinnamon/shaders'
  1460. if test -n "org.cinnamon.gschema.xml"; then \
  1461. test -z "/usr/share/glib-2.0/schemas" || /bin/mkdir -p "/usr/share/glib-2.0/schemas"; \
  1462. /usr/bin/install -c -m 644 org.cinnamon.gschema.xml "/usr/share/glib-2.0/schemas"; \
  1463. test -n "" || /usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas /usr/share/glib-2.0/schemas; \
  1464. fi
  1465. make[2]: Leaving directory `/home/amadeu/Cinnamon/data'
  1466. make[1]: Leaving directory `/home/amadeu/Cinnamon/data'
  1467. Making install in js
  1468. make[1]: Entering directory `/home/amadeu/Cinnamon/js'
  1469. make[2]: Entering directory `/home/amadeu/Cinnamon/js'
  1470. make[2]: Nothing to be done for `install-exec-am'.
  1471. test -z "/usr/share/cinnamon/js" || /bin/mkdir -p "/usr/share/cinnamon/js"
  1472. /bin/mkdir -p '/usr/share/cinnamon/js/ui'
  1473. /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/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/modalDialog.js ui/networkAgent.js ui/cinnamonEntry.js ui/cinnamonMountOperation.js ui/notificationDaemon.js ui/overview.js ui/panel.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 ui/statusIconDispatcher.js ui/themeManager.js ui/tooltips.js '/usr/share/cinnamon/js/ui'
  1474. /bin/mkdir -p '/usr/share/cinnamon/js/perf'
  1475. /usr/bin/install -c -m 644 perf/core.js '/usr/share/cinnamon/js/perf'
  1476. /bin/mkdir -p '/usr/share/cinnamon/js/gdm'
  1477. /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'
  1478. /bin/mkdir -p '/usr/share/cinnamon/js/ui'
  1479. /usr/bin/install -c -m 644 ui/tweener.js ui/viewSelector.js ui/windowAttentionHandler.js ui/windowManager.js ui/workspace.js ui/workspaceThumbnail.js ui/workspacesView.js ui/xdndHandler.js '/usr/share/cinnamon/js/ui'
  1480. /bin/mkdir -p '/usr/share/cinnamon/js/misc'
  1481. /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'
  1482. make[2]: Leaving directory `/home/amadeu/Cinnamon/js'
  1483. make[1]: Leaving directory `/home/amadeu/Cinnamon/js'
  1484. Making install in src
  1485. make[1]: Entering directory `/home/amadeu/Cinnamon/src'
  1486. make install-am
  1487. make[2]: Entering directory `/home/amadeu/Cinnamon/src'
  1488. make[3]: Entering directory `/home/amadeu/Cinnamon/src'
  1489. test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
  1490. /bin/bash ../libtool --mode=install /usr/bin/install -c cinnamon-real '/usr/bin'
  1491. libtool: install: /usr/bin/install -c .libs/cinnamon-real /usr/bin/cinnamon-real
  1492. test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
  1493. /usr/bin/install -c cinnamon-extension-tool '/usr/bin'
  1494. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/usr/lib/cinnamon"
  1495. /bin/bash ../libtool --mode=install /usr/bin/install -c cinnamon-calendar-server cinnamon-hotplug-sniffer cinnamon-perf-helper '/usr/lib/cinnamon'
  1496. libtool: install: /usr/bin/install -c cinnamon-calendar-server /usr/lib/cinnamon/cinnamon-calendar-server
  1497. libtool: install: /usr/bin/install -c cinnamon-hotplug-sniffer /usr/lib/cinnamon/cinnamon-hotplug-sniffer
  1498. libtool: install: /usr/bin/install -c cinnamon-perf-helper /usr/lib/cinnamon/cinnamon-perf-helper
  1499. make install-exec-hook
  1500. make[4]: Entering directory `/home/amadeu/Cinnamon/src'
  1501. mv /usr/bin/cinnamon-real /usr/bin/cinnamon
  1502. make[4]: Leaving directory `/home/amadeu/Cinnamon/src'
  1503. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/usr/lib/cinnamon"
  1504. /bin/bash ../libtool --mode=install /usr/bin/install -c libcinnamon.la '/usr/lib/cinnamon'
  1505. libtool: install: /usr/bin/install -c .libs/libcinnamon.so /usr/lib/cinnamon/libcinnamon.so
  1506. libtool: install: /usr/bin/install -c .libs/libcinnamon.lai /usr/lib/cinnamon/libcinnamon.la
  1507. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/cinnamon
  1508. ----------------------------------------------------------------------
  1509. Libraries have been installed in:
  1510. /usr/lib/cinnamon
  1511.  
  1512. If you ever happen to want to link against installed libraries
  1513. in a given directory, LIBDIR, you must either use libtool, and
  1514. specify the full pathname of the library, or use the `-LLIBDIR'
  1515. flag during linking and do at least one of the following:
  1516. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1517. during execution
  1518. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1519. during linking
  1520. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1521. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1522.  
  1523. See any operating system documentation about shared libraries for
  1524. more information, such as the ld(1) and ld.so(8) manual pages.
  1525. ----------------------------------------------------------------------
  1526. test -z "/usr/share/dbus-1/services" || /bin/mkdir -p "/usr/share/dbus-1/services"
  1527. /usr/bin/install -c -m 644 calendar-server/org.Cinnamon.CalendarServer.service hotplug-sniffer/org.Cinnamon.HotplugSniffer.service '/usr/share/dbus-1/services'
  1528. test -z "/usr/lib/cinnamon" || /bin/mkdir -p "/usr/lib/cinnamon"
  1529. /usr/bin/install -c -m 644 Gvc-1.0.typelib Cinnamon-0.1.typelib St-1.0.typelib '/usr/lib/cinnamon'
  1530. make[3]: Leaving directory `/home/amadeu/Cinnamon/src'
  1531. make[2]: Leaving directory `/home/amadeu/Cinnamon/src'
  1532. make[1]: Leaving directory `/home/amadeu/Cinnamon/src'
  1533. Making install in browser-plugin
  1534. make[1]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  1535. make[2]: Entering directory `/home/amadeu/Cinnamon/browser-plugin'
  1536. make[2]: Nothing to be done for `install-exec-am'.
  1537. test -z "/usr/lib/mozilla/plugins" || /bin/mkdir -p "/usr/lib/mozilla/plugins"
  1538. /bin/bash ../libtool --mode=install /usr/bin/install -c libcinnamon-browser-plugin.la '/usr/lib/mozilla/plugins'
  1539. libtool: install: /usr/bin/install -c .libs/libcinnamon-browser-plugin.so /usr/lib/mozilla/plugins/libcinnamon-browser-plugin.so
  1540. libtool: install: /usr/bin/install -c .libs/libcinnamon-browser-plugin.lai /usr/lib/mozilla/plugins/libcinnamon-browser-plugin.la
  1541. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/mozilla/plugins
  1542. ----------------------------------------------------------------------
  1543. Libraries have been installed in:
  1544. /usr/lib/mozilla/plugins
  1545.  
  1546. If you ever happen to want to link against installed libraries
  1547. in a given directory, LIBDIR, you must either use libtool, and
  1548. specify the full pathname of the library, or use the `-LLIBDIR'
  1549. flag during linking and do at least one of the following:
  1550. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1551. during execution
  1552. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1553. during linking
  1554. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1555. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1556.  
  1557. See any operating system documentation about shared libraries for
  1558. more information, such as the ld(1) and ld.so(8) manual pages.
  1559. ----------------------------------------------------------------------
  1560. make[2]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  1561. make[1]: Leaving directory `/home/amadeu/Cinnamon/browser-plugin'
  1562. Making install in tests
  1563. make[1]: Entering directory `/home/amadeu/Cinnamon/tests'
  1564. make[2]: Entering directory `/home/amadeu/Cinnamon/tests'
  1565. make[2]: Nothing to be done for `install-exec-am'.
  1566. make[2]: Nothing to be done for `install-data-am'.
  1567. make[2]: Leaving directory `/home/amadeu/Cinnamon/tests'
  1568. make[1]: Leaving directory `/home/amadeu/Cinnamon/tests'
  1569. Making install in po
  1570. make[1]: Entering directory `/home/amadeu/Cinnamon/po'
  1571. 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 "; \
  1572. for lang in $linguas; do \
  1573. dir=/usr/share/locale/$lang/LC_MESSAGES; \
  1574. /bin/bash /home/amadeu/Cinnamon/config/install-sh -d $dir; \
  1575. if test -r $lang.gmo; then \
  1576. /usr/bin/install -c -m 644 $lang.gmo $dir/cinnamon.mo; \
  1577. echo "installing $lang.gmo as $dir/cinnamon.mo"; \
  1578. else \
  1579. /usr/bin/install -c -m 644 ./$lang.gmo $dir/cinnamon.mo; \
  1580. echo "installing ./$lang.gmo as" \
  1581. "$dir/cinnamon.mo"; \
  1582. fi; \
  1583. if test -r $lang.gmo.m; then \
  1584. /usr/bin/install -c -m 644 $lang.gmo.m $dir/cinnamon.mo.m; \
  1585. echo "installing $lang.gmo.m as $dir/cinnamon.mo.m"; \
  1586. else \
  1587. if test -r ./$lang.gmo.m ; then \
  1588. /usr/bin/install -c -m 644 ./$lang.gmo.m \
  1589. $dir/cinnamon.mo.m; \
  1590. echo "installing ./$lang.gmo.m as" \
  1591. "$dir/cinnamon.mo.m"; \
  1592. else \
  1593. true; \
  1594. fi; \
  1595. fi; \
  1596. done
  1597. installing af.gmo as /usr/share/locale/af/LC_MESSAGES/cinnamon.mo
  1598. installing an.gmo as /usr/share/locale/an/LC_MESSAGES/cinnamon.mo
  1599. installing ar.gmo as /usr/share/locale/ar/LC_MESSAGES/cinnamon.mo
  1600. installing as.gmo as /usr/share/locale/as/LC_MESSAGES/cinnamon.mo
  1601. installing ast.gmo as /usr/share/locale/ast/LC_MESSAGES/cinnamon.mo
  1602. installing be.gmo as /usr/share/locale/be/LC_MESSAGES/cinnamon.mo
  1603. installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/cinnamon.mo
  1604. installing bn.gmo as /usr/share/locale/bn/LC_MESSAGES/cinnamon.mo
  1605. installing bn_IN.gmo as /usr/share/locale/bn_IN/LC_MESSAGES/cinnamon.mo
  1606. installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/cinnamon.mo
  1607. installing ca@valencia.gmo as /usr/share/locale/ca@valencia/LC_MESSAGES/cinnamon.mo
  1608. installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/cinnamon.mo
  1609. installing da.gmo as /usr/share/locale/da/LC_MESSAGES/cinnamon.mo
  1610. installing de.gmo as /usr/share/locale/de/LC_MESSAGES/cinnamon.mo
  1611. installing el.gmo as /usr/share/locale/el/LC_MESSAGES/cinnamon.mo
  1612. installing en_GB.gmo as /usr/share/locale/en_GB/LC_MESSAGES/cinnamon.mo
  1613. installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/cinnamon.mo
  1614. installing es.gmo as /usr/share/locale/es/LC_MESSAGES/cinnamon.mo
  1615. installing et.gmo as /usr/share/locale/et/LC_MESSAGES/cinnamon.mo
  1616. installing eu.gmo as /usr/share/locale/eu/LC_MESSAGES/cinnamon.mo
  1617. installing fa.gmo as /usr/share/locale/fa/LC_MESSAGES/cinnamon.mo
  1618. installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/cinnamon.mo
  1619. installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/cinnamon.mo
  1620. installing ga.gmo as /usr/share/locale/ga/LC_MESSAGES/cinnamon.mo
  1621. installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/cinnamon.mo
  1622. installing gu.gmo as /usr/share/locale/gu/LC_MESSAGES/cinnamon.mo
  1623. installing he.gmo as /usr/share/locale/he/LC_MESSAGES/cinnamon.mo
  1624. installing hi.gmo as /usr/share/locale/hi/LC_MESSAGES/cinnamon.mo
  1625. installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/cinnamon.mo
  1626. installing id.gmo as /usr/share/locale/id/LC_MESSAGES/cinnamon.mo
  1627. installing it.gmo as /usr/share/locale/it/LC_MESSAGES/cinnamon.mo
  1628. installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/cinnamon.mo
  1629. installing ko.gmo as /usr/share/locale/ko/LC_MESSAGES/cinnamon.mo
  1630. installing kn.gmo as /usr/share/locale/kn/LC_MESSAGES/cinnamon.mo
  1631. installing ku.gmo as /usr/share/locale/ku/LC_MESSAGES/cinnamon.mo
  1632. installing lt.gmo as /usr/share/locale/lt/LC_MESSAGES/cinnamon.mo
  1633. installing lv.gmo as /usr/share/locale/lv/LC_MESSAGES/cinnamon.mo
  1634. installing mr.gmo as /usr/share/locale/mr/LC_MESSAGES/cinnamon.mo
  1635. installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/cinnamon.mo
  1636. installing nb.gmo as /usr/share/locale/nb/LC_MESSAGES/cinnamon.mo
  1637. installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/cinnamon.mo
  1638. installing nn.gmo as /usr/share/locale/nn/LC_MESSAGES/cinnamon.mo
  1639. installing or.gmo as /usr/share/locale/or/LC_MESSAGES/cinnamon.mo
  1640. installing pa.gmo as /usr/share/locale/pa/LC_MESSAGES/cinnamon.mo
  1641. installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/cinnamon.mo
  1642. installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/cinnamon.mo
  1643. installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/cinnamon.mo
  1644. installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/cinnamon.mo
  1645. installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/cinnamon.mo
  1646. installing sk.gmo as /usr/share/locale/sk/LC_MESSAGES/cinnamon.mo
  1647. installing sl.gmo as /usr/share/locale/sl/LC_MESSAGES/cinnamon.mo
  1648. installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/cinnamon.mo
  1649. installing sr@latin.gmo as /usr/share/locale/sr@latin/LC_MESSAGES/cinnamon.mo
  1650. installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/cinnamon.mo
  1651. installing ta.gmo as /usr/share/locale/ta/LC_MESSAGES/cinnamon.mo
  1652. installing te.gmo as /usr/share/locale/te/LC_MESSAGES/cinnamon.mo
  1653. installing th.gmo as /usr/share/locale/th/LC_MESSAGES/cinnamon.mo
  1654. installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/cinnamon.mo
  1655. installing ug.gmo as /usr/share/locale/ug/LC_MESSAGES/cinnamon.mo
  1656. installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/cinnamon.mo
  1657. installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/cinnamon.mo
  1658. installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/cinnamon.mo
  1659. installing zh_HK.gmo as /usr/share/locale/zh_HK/LC_MESSAGES/cinnamon.mo
  1660. installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/cinnamon.mo
  1661. make[1]: Leaving directory `/home/amadeu/Cinnamon/po'
  1662. Making install in man
  1663. make[1]: Entering directory `/home/amadeu/Cinnamon/man'
  1664. make[2]: Entering directory `/home/amadeu/Cinnamon/man'
  1665. make[2]: Nothing to be done for `install-exec-am'.
  1666. test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
  1667. /usr/bin/install -c -m 644 cinnamon.1 '/usr/share/man/man1'
  1668. make[2]: Leaving directory `/home/amadeu/Cinnamon/man'
  1669. make[1]: Leaving directory `/home/amadeu/Cinnamon/man'
  1670. Making install in files
  1671. make[1]: Entering directory `/home/amadeu/Cinnamon/files'
  1672. find -mindepth 1 -maxdepth 1 -type d -exec cp -R {} / \;
  1673. make[1]: Leaving directory `/home/amadeu/Cinnamon/files'
  1674. make[1]: Entering directory `/home/amadeu/Cinnamon'
  1675. make[2]: Entering directory `/home/amadeu/Cinnamon'
  1676. make[2]: Nothing to be done for `install-exec-am'.
  1677. make[2]: Nothing to be done for `install-data-am'.
  1678. make[2]: Leaving directory `/home/amadeu/Cinnamon'
  1679. make[1]: Leaving directory `/home/amadeu/Cinnamon'
  1680. amadeu@amadeu:~/Cinnamon$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement