Advertisement
Guest User

Untitled

a guest
Feb 11th, 2015
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.48 KB | None | 0 0
  1. fkervin@fkervin:~/xfce4-settings$ ./autogen.sh && make && sudo make install
  2. Preparing package directory /home/fkervin/xfce4-settings...
  3. Creating /home/fkervin/xfce4-settings/aclocal.m4...
  4. Running glib-gettextize --force --copy...
  5. Copying file po/Makefile.in.in
  6.  
  7. Please add the files
  8. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  9. progtest.m4
  10. from the /usr/share/aclocal directory to your autoconf macro directory
  11. or directly to your aclocal.m4 file.
  12. You will also need config.guess and config.sub, which you can get from
  13. ftp://ftp.gnu.org/pub/gnu/config/.
  14.  
  15. Running intltoolize --automake --copy --force
  16. Patching file 'po/Makefile.in.in'
  17. Running libtoolize --force --copy...
  18. libtoolize: putting auxiliary files in `.'.
  19. libtoolize: copying file `./ltmain.sh'
  20. libtoolize: You should add the contents of the following files to `aclocal.m4':
  21. libtoolize: `/usr/share/aclocal/libtool.m4'
  22. libtoolize: `/usr/share/aclocal/ltoptions.m4'
  23. libtoolize: `/usr/share/aclocal/ltversion.m4'
  24. libtoolize: `/usr/share/aclocal/ltsugar.m4'
  25. libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
  26. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  27. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  28. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  29. Running aclocal -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share//xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros...
  30. configure.ac:223: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  31. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  32. ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
  33. ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
  34. /usr/share/xfce4/dev-tools/m4macros/xdt-features.m4:39: XDT_SUPPORTED_FLAGS is expanded from...
  35. /usr/share/xfce4/dev-tools/m4macros/xdt-features.m4:59: XDT_FEATURE_DEBUG is expanded from...
  36. configure.ac:223: the top level
  37. Running autoheader...
  38. configure.ac:223: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  39. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  40. ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
  41. ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
  42. aclocal.m4:11010: XDT_SUPPORTED_FLAGS is expanded from...
  43. aclocal.m4:11030: XDT_FEATURE_DEBUG is expanded from...
  44. configure.ac:223: the top level
  45. Running automake --force-missing --add-missing --copy --gnu...
  46. configure.ac:223: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  47. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  48. ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
  49. ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
  50. aclocal.m4:11010: XDT_SUPPORTED_FLAGS is expanded from...
  51. aclocal.m4:11030: XDT_FEATURE_DEBUG is expanded from...
  52. configure.ac:223: the top level
  53. configure.ac:50: installing './compile'
  54. configure.ac:59: installing './config.guess'
  55. configure.ac:59: installing './config.sub'
  56. configure.ac:42: installing './install-sh'
  57. configure.ac:42: installing './missing'
  58. Makefile.am: installing './INSTALL'
  59. dialogs/accessibility-settings/Makefile.am: installing './depcomp'
  60. xfce4-settings-editor/Makefile.am:72: warning: DISTCLEANFILES was already defined in condition MAINTAINER_MODE, which is included in condition TRUE ...
  61. xfce4-settings-editor/Makefile.am:60: ... 'DISTCLEANFILES' previously defined here
  62. Running autoconf...
  63. configure.ac:223: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  64. ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
  65. ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
  66. ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
  67. aclocal.m4:11010: XDT_SUPPORTED_FLAGS is expanded from...
  68. aclocal.m4:11030: XDT_FEATURE_DEBUG is expanded from...
  69. configure.ac:223: the top level
  70.  
  71. Running /home/fkervin/xfce4-settings/configure --enable-maintainer-mode ...
  72. checking for a BSD-compatible install... /usr/bin/install -c
  73. checking whether build environment is sane... yes
  74. checking for a thread-safe mkdir -p... /bin/mkdir -p
  75. checking for gawk... no
  76. checking for mawk... mawk
  77. checking whether make sets $(MAKE)... yes
  78. checking whether make supports nested variables... yes
  79. checking whether UID '1000' is supported by ustar format... yes
  80. checking whether GID '1000' is supported by ustar format... yes
  81. checking how to create a ustar tar archive... gnutar
  82. checking whether to enable maintainer-specific portions of Makefiles... yes
  83. checking whether make supports nested variables... (cached) yes
  84. checking for style of include used by make... GNU
  85. checking for gcc... gcc
  86. checking whether the C compiler works... yes
  87. checking for C compiler default output file name... a.out
  88. checking for suffix of executables...
  89. checking whether we are cross compiling... no
  90. checking for suffix of object files... o
  91. checking whether we are using the GNU C compiler... yes
  92. checking whether gcc accepts -g... yes
  93. checking for gcc option to accept ISO C89... none needed
  94. checking whether gcc understands -c and -o together... yes
  95. checking dependency style of gcc... gcc3
  96. checking how to run the C preprocessor... gcc -E
  97. checking for grep that handles long lines and -e... /bin/grep
  98. checking for egrep... /bin/grep -E
  99. checking for ANSI C header files... yes
  100. checking for sys/types.h... yes
  101. checking for sys/stat.h... yes
  102. checking for stdlib.h... yes
  103. checking for string.h... yes
  104. checking for memory.h... yes
  105. checking for strings.h... yes
  106. checking for inttypes.h... yes
  107. checking for stdint.h... yes
  108. checking for unistd.h... yes
  109. checking minix/config.h usability... no
  110. checking minix/config.h presence... no
  111. checking for minix/config.h... no
  112. checking whether it is safe to define __EXTENSIONS__... yes
  113. checking for library containing strerror... none required
  114. checking for gcc... (cached) gcc
  115. checking whether we are using the GNU C compiler... (cached) yes
  116. checking whether gcc accepts -g... (cached) yes
  117. checking for gcc option to accept ISO C89... (cached) none needed
  118. checking whether gcc understands -c and -o together... (cached) yes
  119. checking dependency style of gcc... (cached) gcc3
  120. checking build system type... x86_64-unknown-linux-gnu
  121. checking host system type... x86_64-unknown-linux-gnu
  122. checking for a sed that does not truncate output... /bin/sed
  123. checking for fgrep... /bin/grep -F
  124. checking how to print strings... printf
  125. checking for ld used by gcc... /usr/bin/ld
  126. checking if the linker (/usr/bin/ld) is GNU ld... yes
  127. checking whether NLS is requested... yes
  128. checking for intltool >= 0.31... 0.50.2 found
  129. checking for intltool-update... /usr/bin/intltool-update
  130. checking for intltool-merge... /usr/bin/intltool-merge
  131. checking for intltool-extract... /usr/bin/intltool-extract
  132. checking for xgettext... /usr/bin/xgettext
  133. checking for msgmerge... /usr/bin/msgmerge
  134. checking for msgfmt... /usr/bin/msgfmt
  135. checking for gmsgfmt... /usr/bin/msgfmt
  136. checking for perl... /usr/bin/perl
  137. checking for perl >= 5.8.1... 5.18.2
  138. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  139. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  140. checking whether ln -s works... yes
  141. checking the maximum length of command line arguments... 1572864
  142. checking whether the shell understands some XSI constructs... yes
  143. checking whether the shell understands "+="... yes
  144. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  145. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  146. checking for /usr/bin/ld option to reload object files... -r
  147. checking for objdump... objdump
  148. checking how to recognize dependent libraries... pass_all
  149. checking for dlltool... no
  150. checking how to associate runtime and link libraries... printf %s\n
  151. checking for ar... ar
  152. checking for archiver @FILE support... @
  153. checking for strip... strip
  154. checking for ranlib... ranlib
  155. checking command to parse /usr/bin/nm -B output from gcc object... ok
  156. checking for sysroot... no
  157. checking for mt... mt
  158. checking if mt is a manifest tool... no
  159. checking for dlfcn.h... yes
  160. checking for objdir... .libs
  161. checking if gcc supports -fno-rtti -fno-exceptions... no
  162. checking for gcc option to produce PIC... -fPIC -DPIC
  163. checking if gcc PIC flag -fPIC -DPIC works... yes
  164. checking if gcc static flag -static works... yes
  165. checking if gcc supports -c -o file.o... yes
  166. checking if gcc supports -c -o file.o... (cached) yes
  167. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  168. checking whether -lc should be explicitly linked in... no
  169. checking dynamic linker characteristics... GNU/Linux ld.so
  170. checking how to hardcode library paths into programs... immediate
  171. checking whether stripping libraries is possible... yes
  172. checking if libtool supports shared libraries... yes
  173. checking whether to build shared libraries... yes
  174. checking whether to build static libraries... no
  175. checking errno.h usability... yes
  176. checking errno.h presence... yes
  177. checking for errno.h... yes
  178. checking for memory.h... (cached) yes
  179. checking math.h usability... yes
  180. checking math.h presence... yes
  181. checking for math.h... yes
  182. checking for stdlib.h... (cached) yes
  183. checking for string.h... (cached) yes
  184. checking for unistd.h... (cached) yes
  185. checking signal.h usability... yes
  186. checking signal.h presence... yes
  187. checking for signal.h... yes
  188. checking time.h usability... yes
  189. checking time.h presence... yes
  190. checking for time.h... yes
  191. checking for sys/types.h... (cached) yes
  192. checking sys/wait.h usability... yes
  193. checking sys/wait.h presence... yes
  194. checking for sys/wait.h... yes
  195. checking for daemon... yes
  196. checking for setsid... yes
  197. checking locale.h usability... yes
  198. checking locale.h presence... yes
  199. checking for locale.h... yes
  200. checking for LC_MESSAGES... yes
  201. checking libintl.h usability... yes
  202. checking libintl.h presence... yes
  203. checking for libintl.h... yes
  204. checking for ngettext in libc... yes
  205. checking for dgettext in libc... yes
  206. checking for bind_textdomain_codeset... yes
  207. checking for msgfmt... (cached) /usr/bin/msgfmt
  208. checking for dcgettext... yes
  209. checking if msgfmt accepts -c... yes
  210. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  211. checking for xgettext... (cached) /usr/bin/xgettext
  212. checking for catalogs to be installed... ar ast bg bn ca cs da de el en_AU en_GB es eu fi fr gl he hr hu id is it ja kk ko lt lv ms nb nl nn oc pa pl pt_BR pt ro ru si sk sl sr sv te th tr ug uk ur_PK ur zh_CN zh_HK zh_TW
  213. checking for bind_textdomain_codeset... (cached) yes
  214. checking for locales directory... ${datarootdir}/locale
  215. checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
  216. checking for pkg-config... /usr/bin/pkg-config
  217. checking pkg-config is at least version 0.9.0... yes
  218. checking for exo-1 >= 0.7.1... 0.10.2
  219. checking EXO_CFLAGS... -pthread -I/usr/include/exo-1 -I/usr/include/gtk-2.0 -I/usr/include/xfce4 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -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/libpng12 -I/usr/include/harfbuzz
  220. checking EXO_LIBS... -lexo-1 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lfreetype -lglib-2.0
  221. checking for pkg-config... (cached) /usr/bin/pkg-config
  222. checking pkg-config is at least version 0.9.0... yes
  223. checking for gtk+-2.0 >= 2.20.0... 2.24.23
  224. checking GTK_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -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/libpng12 -I/usr/include/harfbuzz
  225. checking GTK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lglib-2.0 -lfreetype
  226. checking for pkg-config... (cached) /usr/bin/pkg-config
  227. checking pkg-config is at least version 0.9.0... yes
  228. checking for glib-2.0 >= 2.24.0... 2.40.2
  229. checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  230. checking GLIB_LIBS... -lglib-2.0
  231. checking for pkg-config... (cached) /usr/bin/pkg-config
  232. checking pkg-config is at least version 0.9.0... yes
  233. checking for gio-2.0 >= 2.24.0... 2.40.2
  234. checking GIO_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  235. checking GIO_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0
  236. checking for pkg-config... (cached) /usr/bin/pkg-config
  237. checking pkg-config is at least version 0.9.0... yes
  238. checking for garcon-1 >= 0.1.10... 0.3.0
  239. checking GARCON_CFLAGS... -pthread -I/usr/include/garcon-1 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  240. checking GARCON_LIBS... -pthread -lgarcon-1 -lgio-2.0 -lgthread-2.0 -lgobject-2.0 -lglib-2.0
  241. checking for pkg-config... (cached) /usr/bin/pkg-config
  242. checking pkg-config is at least version 0.9.0... yes
  243. checking for libxfce4util-1.0 >= 4.9.0... 4.10.1
  244. checking LIBXFCE4UTIL_CFLAGS... -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  245. checking LIBXFCE4UTIL_LIBS... -lxfce4util -lglib-2.0
  246. checking for pkg-config... (cached) /usr/bin/pkg-config
  247. checking pkg-config is at least version 0.9.0... yes
  248. checking for libxfce4ui-1 >= 4.11.0... 4.11.1
  249. checking LIBXFCE4UI_CFLAGS... -pthread -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/gtk-2.0 -I/usr/include/xfce4 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -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/libpng12 -I/usr/include/harfbuzz
  250. checking LIBXFCE4UI_LIBS... -lxfce4ui-1 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lfreetype -lglib-2.0
  251. checking for pkg-config... (cached) /usr/bin/pkg-config
  252. checking pkg-config is at least version 0.9.0... yes
  253. checking for libxfce4kbd-private-2 >= 4.9.0... 4.11.1
  254. checking LIBXFCE4KBD_PRIVATE_CFLAGS... -pthread -I/usr/include/xfce4/libxfce4kbd-private-2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/xfce4 -I/usr/include/xfce4/xfconf-0 -I/usr/include/xfce4/libxfce4ui-1 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-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/libpng12 -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
  255. checking LIBXFCE4KBD_PRIVATE_LIBS... -lxfce4kbd-private-2 -lxfconf-0 -lxfce4ui-1 -ldbus-glib-1 -ldbus-1 -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject-2.0 -lfreetype -lglib-2.0
  256. checking for pkg-config... (cached) /usr/bin/pkg-config
  257. checking pkg-config is at least version 0.9.0... yes
  258. checking for libxfconf-0 >= 4.9.0... 4.10.0
  259. checking XFCONF_CFLAGS... -I/usr/include/xfce4/xfconf-0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  260. checking XFCONF_LIBS... -lxfconf-0 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
  261. checking for pkg-config... (cached) /usr/bin/pkg-config
  262. checking pkg-config is at least version 0.9.0... yes
  263. checking for dbus-glib-1 >= 0.84... 0.100.2
  264. checking DBUS_GLIB_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  265. checking DBUS_GLIB_LIBS... -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
  266. checking for pkg-config... (cached) /usr/bin/pkg-config
  267. checking pkg-config is at least version 0.9.0... yes
  268. checking for fontconfig >= 2.6.0... 2.11.0
  269. checking FONTCONFIG_CFLAGS... -I/usr/include/freetype2
  270. checking FONTCONFIG_LIBS... -lfontconfig -lfreetype
  271. checking for pkg-config... (cached) /usr/bin/pkg-config
  272. checking pkg-config is at least version 0.9.0... yes
  273. checking for xi >= 1.2.0... 1.7.1.901
  274. checking XI_CFLAGS...
  275. checking XI_LIBS... -lXi
  276. checking for X... libraries , headers
  277. checking for gethostbyname... yes
  278. checking for connect... yes
  279. checking for remove... yes
  280. checking for shmat... yes
  281. checking for IceConnectionNumber in -lICE... yes
  282. checking for main in -lX11... yes
  283. checking for pkg-config... (cached) /usr/bin/pkg-config
  284. checking pkg-config is at least version 0.9.0... yes
  285. checking for x11 >= 1.0.0... 1.6.2
  286. checking LIBX11_CFLAGS...
  287. checking LIBX11_LIBS... -lX11
  288. checking for pkg-config... (cached) /usr/bin/pkg-config
  289. checking pkg-config is at least version 0.9.0... yes
  290. checking for inputproto >= 1.4.0... 2.3
  291. checking INPUTPROTO_CFLAGS...
  292. checking INPUTPROTO_LIBS...
  293. checking for pkg-config... (cached) /usr/bin/pkg-config
  294. checking pkg-config is at least version 0.9.0... yes
  295. checking for xrandr >= 1.2.0... 1.4.2
  296. checking XRANDR_CFLAGS...
  297. checking XRANDR_LIBS... -lXrandr
  298. checking for optional package upower-glib >= 0.9.8... not found
  299. checking for optional package libnotify >= 0.1.3... not found
  300. checking for pkg-config... (cached) /usr/bin/pkg-config
  301. checking pkg-config is at least version 0.9.0... yes
  302. checking for gio-unix-2.0 >= 2.24... 2.40.2
  303. checking GIO_UNIX_CFLAGS... -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
  304. checking GIO_UNIX_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0
  305. checking for pkg-config... (cached) /usr/bin/pkg-config
  306. checking pkg-config is at least version 0.9.0... yes
  307. checking for xcursor >= 1.1.0... 1.1.14
  308. checking XCURSOR_CFLAGS...
  309. checking XCURSOR_LIBS... -lXcursor
  310. checking for optional package xorg-libinput >= 0.6.0... not found
  311. checking for optional package libxklavier >= 0.3.0... not found
  312. checking for optional package libxklavier >= 4.0... not found
  313. checking for optional package libxklavier >= 5.0... not found
  314. checking whether to build with debugging support... full
  315. checking if gcc supports -DXFCE_DISABLE_DEPRECATED... yes
  316. checking if gcc supports -Wall... yes
  317. checking if gcc supports -Wextra... yes
  318. checking if gcc supports -Wno-missing-field-initializers... yes
  319. checking if gcc supports -Wno-unused-parameter... yes
  320. checking if gcc supports -Wold-style-definition... yes
  321. checking if gcc supports -Wdeclaration-after-statement... yes
  322. checking if gcc supports -Wmissing-declarations... yes
  323. checking if gcc supports -Wmissing-noreturn... yes
  324. checking if gcc supports -Wshadow... yes
  325. checking if gcc supports -Wpointer-arith... yes
  326. checking if gcc supports -Wcast-align... yes
  327. checking if gcc supports -Wformat-security... yes
  328. checking if gcc supports -Winit-self... yes
  329. checking if gcc supports -Wmissing-include-dirs... yes
  330. checking if gcc supports -Wundef... yes
  331. checking if gcc supports -Wmissing-format-attribute... yes
  332. checking if gcc supports -Wnested-externs... yes
  333. checking if gcc supports -fstack-protector... yes
  334. checking if gcc supports -Wredundant-decls... yes
  335. checking if gcc supports -O0... yes
  336. checking if gcc supports -g... yes
  337. checking if gcc supports -Werror... yes
  338. checking whether /usr/bin/ld -m elf_x86_64 accepts --as-needed... yes
  339. checking whether /usr/bin/ld -m elf_x86_64 accepts -O1... yes
  340. checking PLATFORM_CPPFLAGS...
  341. checking PLATFORM_CFLAGS...
  342. checking PLATFORM_LDFLAGS...
  343. checking that generated files are newer than configure... done
  344. configure: creating ./config.status
  345. config.status: creating Makefile
  346. config.status: creating po/Makefile.in
  347. config.status: creating dialogs/Makefile
  348. config.status: creating dialogs/appearance-settings/Makefile
  349. config.status: creating dialogs/accessibility-settings/Makefile
  350. config.status: creating dialogs/display-settings/Makefile
  351. config.status: creating dialogs/keyboard-settings/Makefile
  352. config.status: creating dialogs/mime-settings/Makefile
  353. config.status: creating dialogs/mouse-settings/Makefile
  354. config.status: creating xfsettingsd/Makefile
  355. config.status: creating xfce4-settings-manager/Makefile
  356. config.status: creating xfce4-settings-editor/Makefile
  357. config.status: creating config.h
  358. config.status: executing depfiles commands
  359. config.status: executing libtool commands
  360. config.status: executing default-1 commands
  361. config.status: executing po/stamp-it commands
  362.  
  363. Build Configuration:
  364.  
  365. * Installation prefix: /usr/local
  366. * Debug Support: full
  367. * Xrandr support: yes
  368. * UPower support: no
  369. * Libnotify support: no
  370. * Xcursor support: yes
  371. * Xorg libinput support: no
  372. * Embedded settings dialogs no
  373. * Sounds settings support no
  374. * Libxklavier support: no
  375. * Mime settings (gio-unix): yes
  376.  
  377. Now type "make" to compile.
  378. make all-recursive
  379. make[1]: Entering directory `/home/fkervin/xfce4-settings'
  380. Making all in dialogs
  381. make[2]: Entering directory `/home/fkervin/xfce4-settings/dialogs'
  382. Making all in appearance-settings
  383. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/appearance-settings'
  384. exo-csource --static --strip-comments --strip-content --name=appearance_dialog_ui appearance-dialog.glade >appearance-dialog_ui.h
  385. make all-am
  386. make[4]: Entering directory `/home/fkervin/xfce4-settings/dialogs/appearance-settings'
  387. CC xfce4_appearance_settings-main.o
  388. CCLD xfce4-appearance-settings
  389. ITMRG xfce-ui-settings.desktop
  390. make[4]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/appearance-settings'
  391. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/appearance-settings'
  392. Making all in accessibility-settings
  393. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/accessibility-settings'
  394. exo-csource --static --strip-comments --strip-content --name=accessibility_dialog_ui accessibility-dialog.glade >accessibility-dialog_ui.h
  395. make all-am
  396. make[4]: Entering directory `/home/fkervin/xfce4-settings/dialogs/accessibility-settings'
  397. CC xfce4_accessibility_settings-main.o
  398. CCLD xfce4-accessibility-settings
  399. ITMRG xfce4-accessibility-settings.desktop
  400. make[4]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/accessibility-settings'
  401. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/accessibility-settings'
  402. Making all in keyboard-settings
  403. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/keyboard-settings'
  404. exo-csource --static --strip-comments --strip-content --name=keyboard_dialog_ui keyboard-dialog.glade >keyboard-dialog_ui.h
  405. make all-am
  406. make[4]: Entering directory `/home/fkervin/xfce4-settings/dialogs/keyboard-settings'
  407. CC xfce4_keyboard_settings-main.o
  408. CC xfce4_keyboard_settings-xfce-keyboard-settings.o
  409. CC xfce4_keyboard_settings-command-dialog.o
  410. CCLD xfce4-keyboard-settings
  411. ITMRG xfce-keyboard-settings.desktop
  412. make[4]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/keyboard-settings'
  413. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/keyboard-settings'
  414. Making all in mouse-settings
  415. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/mouse-settings'
  416. exo-csource --static --strip-comments --strip-content --name=mouse_dialog_ui mouse-dialog.glade >mouse-dialog_ui.h
  417. make all-am
  418. make[4]: Entering directory `/home/fkervin/xfce4-settings/dialogs/mouse-settings'
  419. CC xfce4_mouse_settings-main.o
  420. CCLD xfce4-mouse-settings
  421. ITMRG xfce-mouse-settings.desktop
  422. make[4]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/mouse-settings'
  423. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/mouse-settings'
  424. Making all in display-settings
  425. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/display-settings'
  426. exo-csource --static --strip-comments --strip-content --name=confirmation_dialog_ui confirmation-dialog.glade >confirmation-dialog_ui.h
  427. exo-csource --static --strip-comments --strip-content --name=display_dialog_ui display-dialog.glade >display-dialog_ui.h
  428. exo-csource --static --strip-comments --strip-content --name=minimal_display_dialog_ui minimal-display-dialog.glade >minimal-display-dialog_ui.h
  429. exo-csource --static --strip-comments --strip-content --name=identity_popup_ui identity-popup.glade >identity-popup_ui.h
  430. make all-am
  431. make[4]: Entering directory `/home/fkervin/xfce4-settings/dialogs/display-settings'
  432. CC xfce4_display_settings-main.o
  433. CC xfce4_display_settings-xfce-randr.o
  434. CC xfce4_display_settings-display-name.o
  435. CC xfce4_display_settings-edid-parse.o
  436. CC xfce4_display_settings-scrollarea.o
  437. CC xfce4_display_settings-foo-marshal.o
  438. CCLD xfce4-display-settings
  439. ITMRG xfce-display-settings.desktop
  440. make[4]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/display-settings'
  441. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/display-settings'
  442. Making all in mime-settings
  443. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/mime-settings'
  444. CC xfce4_mime_settings-main.o
  445. CC xfce4_mime_settings-xfce-mime-chooser.o
  446. CC xfce4_mime_settings-xfce-mime-window.o
  447. CCLD xfce4-mime-settings
  448. ITMRG xfce4-mime-settings.desktop
  449. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/mime-settings'
  450. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs'
  451. make[3]: Nothing to be done for `all-am'.
  452. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs'
  453. make[2]: Leaving directory `/home/fkervin/xfce4-settings/dialogs'
  454. Making all in xfce4-settings-manager
  455. make[2]: Entering directory `/home/fkervin/xfce4-settings/xfce4-settings-manager'
  456. CC xfce4_settings_manager-main.o
  457. CC xfce4_settings_manager-xfce-settings-manager-dialog.o
  458. CC xfce4_settings_manager-xfce-text-renderer.o
  459. CCLD xfce4-settings-manager
  460. ITMRG xfce-settings-manager.desktop
  461. make[2]: Leaving directory `/home/fkervin/xfce4-settings/xfce4-settings-manager'
  462. Making all in xfce4-settings-editor
  463. make[2]: Entering directory `/home/fkervin/xfce4-settings/xfce4-settings-editor'
  464. GEN xfce-settings-marshal.c
  465. GEN xfce-settings-marshal.h
  466. make all-am
  467. make[3]: Entering directory `/home/fkervin/xfce4-settings/xfce4-settings-editor'
  468. CC xfce4_settings_editor-xfce-settings-marshal.o
  469. CC xfce4_settings_editor-main.o
  470. CC xfce4_settings_editor-xfce-settings-cell-renderer.o
  471. CC xfce4_settings_editor-xfce-settings-editor-dialog.o
  472. CC xfce4_settings_editor-xfce-settings-prop-dialog.o
  473. CCLD xfce4-settings-editor
  474. ITMRG xfce4-settings-editor.desktop
  475. make[3]: Leaving directory `/home/fkervin/xfce4-settings/xfce4-settings-editor'
  476. make[2]: Leaving directory `/home/fkervin/xfce4-settings/xfce4-settings-editor'
  477. Making all in xfsettingsd
  478. make[2]: Entering directory `/home/fkervin/xfce4-settings/xfsettingsd'
  479. CC xfsettingsd-main.o
  480. CC xfsettingsd-accessibility.o
  481. CC xfsettingsd-debug.o
  482. CC xfsettingsd-clipboard-manager.o
  483. CC xfsettingsd-gtk-decorations.o
  484. CC xfsettingsd-keyboards.o
  485. CC xfsettingsd-keyboard-shortcuts.o
  486. CC xfsettingsd-keyboard-layout.o
  487. CC xfsettingsd-pointers.o
  488. CC xfsettingsd-workspaces.o
  489. CC xfsettingsd-xsettings.o
  490. CC xfsettingsd-displays.o
  491. CCLD xfsettingsd
  492. ITMRG xfsettingsd.desktop
  493. make[2]: Leaving directory `/home/fkervin/xfce4-settings/xfsettingsd'
  494. Making all in po
  495. make[2]: Entering directory `/home/fkervin/xfce4-settings/po'
  496. MSGFMT ar.gmo
  497. MSGFMT ast.gmo
  498. MSGFMT bg.gmo
  499. MSGFMT bn.gmo
  500. MSGFMT ca.gmo
  501. MSGFMT cs.gmo
  502. MSGFMT da.gmo
  503. MSGFMT de.gmo
  504. MSGFMT el.gmo
  505. MSGFMT en_AU.gmo
  506. MSGFMT en_GB.gmo
  507. MSGFMT es.gmo
  508. MSGFMT eu.gmo
  509. MSGFMT fi.gmo
  510. MSGFMT fr.gmo
  511. MSGFMT gl.gmo
  512. MSGFMT he.gmo
  513. MSGFMT hr.gmo
  514. MSGFMT hu.gmo
  515. MSGFMT id.gmo
  516. MSGFMT is.gmo
  517. MSGFMT it.gmo
  518. MSGFMT ja.gmo
  519. MSGFMT kk.gmo
  520. MSGFMT ko.gmo
  521. MSGFMT lt.gmo
  522. MSGFMT lv.gmo
  523. MSGFMT ms.gmo
  524. MSGFMT nb.gmo
  525. MSGFMT nl.gmo
  526. MSGFMT nn.gmo
  527. MSGFMT oc.gmo
  528. MSGFMT pa.gmo
  529. MSGFMT pl.gmo
  530. MSGFMT pt_BR.gmo
  531. MSGFMT pt.gmo
  532. MSGFMT ro.gmo
  533. MSGFMT ru.gmo
  534. MSGFMT si.gmo
  535. MSGFMT sk.gmo
  536. MSGFMT sl.gmo
  537. MSGFMT sr.gmo
  538. MSGFMT sv.gmo
  539. MSGFMT te.gmo
  540. MSGFMT th.gmo
  541. MSGFMT tr.gmo
  542. MSGFMT ug.gmo
  543. MSGFMT uk.gmo
  544. MSGFMT ur_PK.gmo
  545. MSGFMT ur.gmo
  546. MSGFMT zh_CN.gmo
  547. MSGFMT zh_HK.gmo
  548. MSGFMT zh_TW.gmo
  549. make[2]: Leaving directory `/home/fkervin/xfce4-settings/po'
  550. make[2]: Entering directory `/home/fkervin/xfce4-settings'
  551. make[2]: Leaving directory `/home/fkervin/xfce4-settings'
  552. make[1]: Leaving directory `/home/fkervin/xfce4-settings'
  553. Making install in dialogs
  554. make[1]: Entering directory `/home/fkervin/xfce4-settings/dialogs'
  555. Making install in appearance-settings
  556. make[2]: Entering directory `/home/fkervin/xfce4-settings/dialogs/appearance-settings'
  557. make install-am
  558. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/appearance-settings'
  559. make[4]: Entering directory `/home/fkervin/xfce4-settings/dialogs/appearance-settings'
  560. /bin/mkdir -p '/usr/local/bin'
  561. /bin/bash ../../libtool --mode=install /usr/bin/install -c xfce4-appearance-settings '/usr/local/bin'
  562. libtool: install: /usr/bin/install -c xfce4-appearance-settings /usr/local/bin/xfce4-appearance-settings
  563. /bin/mkdir -p '/usr/local/share/applications'
  564. /usr/bin/install -c -m 644 xfce-ui-settings.desktop '/usr/local/share/applications'
  565. /bin/mkdir -p '/usr/local/lib/xfce4/settings'
  566. /usr/bin/install -c appearance-install-theme '/usr/local/lib/xfce4/settings'
  567. make[4]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/appearance-settings'
  568. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/appearance-settings'
  569. make[2]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/appearance-settings'
  570. Making install in accessibility-settings
  571. make[2]: Entering directory `/home/fkervin/xfce4-settings/dialogs/accessibility-settings'
  572. make install-am
  573. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/accessibility-settings'
  574. make[4]: Entering directory `/home/fkervin/xfce4-settings/dialogs/accessibility-settings'
  575. /bin/mkdir -p '/usr/local/bin'
  576. /bin/bash ../../libtool --mode=install /usr/bin/install -c xfce4-accessibility-settings '/usr/local/bin'
  577. libtool: install: /usr/bin/install -c xfce4-accessibility-settings /usr/local/bin/xfce4-accessibility-settings
  578. /bin/mkdir -p '/usr/local/share/applications'
  579. /usr/bin/install -c -m 644 xfce4-accessibility-settings.desktop '/usr/local/share/applications'
  580. make[4]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/accessibility-settings'
  581. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/accessibility-settings'
  582. make[2]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/accessibility-settings'
  583. Making install in keyboard-settings
  584. make[2]: Entering directory `/home/fkervin/xfce4-settings/dialogs/keyboard-settings'
  585. make install-am
  586. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/keyboard-settings'
  587. make[4]: Entering directory `/home/fkervin/xfce4-settings/dialogs/keyboard-settings'
  588. /bin/mkdir -p '/usr/local/bin'
  589. /bin/bash ../../libtool --mode=install /usr/bin/install -c xfce4-keyboard-settings '/usr/local/bin'
  590. libtool: install: /usr/bin/install -c xfce4-keyboard-settings /usr/local/bin/xfce4-keyboard-settings
  591. /bin/mkdir -p '/usr/local/share/applications'
  592. /usr/bin/install -c -m 644 xfce-keyboard-settings.desktop '/usr/local/share/applications'
  593. make[4]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/keyboard-settings'
  594. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/keyboard-settings'
  595. make[2]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/keyboard-settings'
  596. Making install in mouse-settings
  597. make[2]: Entering directory `/home/fkervin/xfce4-settings/dialogs/mouse-settings'
  598. make install-am
  599. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/mouse-settings'
  600. make[4]: Entering directory `/home/fkervin/xfce4-settings/dialogs/mouse-settings'
  601. /bin/mkdir -p '/usr/local/bin'
  602. /bin/bash ../../libtool --mode=install /usr/bin/install -c xfce4-mouse-settings '/usr/local/bin'
  603. libtool: install: /usr/bin/install -c xfce4-mouse-settings /usr/local/bin/xfce4-mouse-settings
  604. /bin/mkdir -p '/usr/local/share/applications'
  605. /usr/bin/install -c -m 644 xfce-mouse-settings.desktop '/usr/local/share/applications'
  606. make[4]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/mouse-settings'
  607. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/mouse-settings'
  608. make[2]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/mouse-settings'
  609. Making install in display-settings
  610. make[2]: Entering directory `/home/fkervin/xfce4-settings/dialogs/display-settings'
  611. make install-am
  612. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/display-settings'
  613. make[4]: Entering directory `/home/fkervin/xfce4-settings/dialogs/display-settings'
  614. /bin/mkdir -p '/usr/local/bin'
  615. /bin/bash ../../libtool --mode=install /usr/bin/install -c xfce4-display-settings '/usr/local/bin'
  616. libtool: install: /usr/bin/install -c xfce4-display-settings /usr/local/bin/xfce4-display-settings
  617. /bin/mkdir -p '/usr/local/share/applications'
  618. /usr/bin/install -c -m 644 xfce-display-settings.desktop '/usr/local/share/applications'
  619. /bin/mkdir -p '/usr/local/share/icons/hicolor/128x128/devices'
  620. /usr/bin/install -c -m 644 xfce-display-extend.png xfce-display-external.png xfce-display-internal.png xfce-display-mirror.png '/usr/local/share/icons/hicolor/128x128/devices'
  621. make[4]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/display-settings'
  622. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/display-settings'
  623. make[2]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/display-settings'
  624. Making install in mime-settings
  625. make[2]: Entering directory `/home/fkervin/xfce4-settings/dialogs/mime-settings'
  626. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs/mime-settings'
  627. /bin/mkdir -p '/usr/local/bin'
  628. /bin/bash ../../libtool --mode=install /usr/bin/install -c xfce4-mime-settings '/usr/local/bin'
  629. libtool: install: /usr/bin/install -c xfce4-mime-settings /usr/local/bin/xfce4-mime-settings
  630. /bin/mkdir -p '/usr/local/share/applications'
  631. /usr/bin/install -c -m 644 xfce4-mime-settings.desktop '/usr/local/share/applications'
  632. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/mime-settings'
  633. make[2]: Leaving directory `/home/fkervin/xfce4-settings/dialogs/mime-settings'
  634. make[2]: Entering directory `/home/fkervin/xfce4-settings/dialogs'
  635. make[3]: Entering directory `/home/fkervin/xfce4-settings/dialogs'
  636. make[3]: Nothing to be done for `install-exec-am'.
  637. make[3]: Nothing to be done for `install-data-am'.
  638. make[3]: Leaving directory `/home/fkervin/xfce4-settings/dialogs'
  639. make[2]: Leaving directory `/home/fkervin/xfce4-settings/dialogs'
  640. make[1]: Leaving directory `/home/fkervin/xfce4-settings/dialogs'
  641. Making install in xfce4-settings-manager
  642. make[1]: Entering directory `/home/fkervin/xfce4-settings/xfce4-settings-manager'
  643. make[2]: Entering directory `/home/fkervin/xfce4-settings/xfce4-settings-manager'
  644. /bin/mkdir -p '/usr/local/bin'
  645. /bin/bash ../libtool --mode=install /usr/bin/install -c xfce4-settings-manager '/usr/local/bin'
  646. libtool: install: /usr/bin/install -c xfce4-settings-manager /usr/local/bin/xfce4-settings-manager
  647. /bin/mkdir -p '/usr/local/share/applications'
  648. /usr/bin/install -c -m 644 xfce-settings-manager.desktop '/usr/local/share/applications'
  649. /bin/mkdir -p '/usr/local/etc/xdg/menus'
  650. /usr/bin/install -c -m 644 xfce-settings-manager.menu '/usr/local/etc/xdg/menus'
  651. make[2]: Leaving directory `/home/fkervin/xfce4-settings/xfce4-settings-manager'
  652. make[1]: Leaving directory `/home/fkervin/xfce4-settings/xfce4-settings-manager'
  653. Making install in xfce4-settings-editor
  654. make[1]: Entering directory `/home/fkervin/xfce4-settings/xfce4-settings-editor'
  655. make install-am
  656. make[2]: Entering directory `/home/fkervin/xfce4-settings/xfce4-settings-editor'
  657. make[3]: Entering directory `/home/fkervin/xfce4-settings/xfce4-settings-editor'
  658. /bin/mkdir -p '/usr/local/bin'
  659. /bin/bash ../libtool --mode=install /usr/bin/install -c xfce4-settings-editor '/usr/local/bin'
  660. libtool: install: /usr/bin/install -c xfce4-settings-editor /usr/local/bin/xfce4-settings-editor
  661. /bin/mkdir -p '/usr/local/share/applications'
  662. /usr/bin/install -c -m 644 xfce4-settings-editor.desktop '/usr/local/share/applications'
  663. make[3]: Leaving directory `/home/fkervin/xfce4-settings/xfce4-settings-editor'
  664. make[2]: Leaving directory `/home/fkervin/xfce4-settings/xfce4-settings-editor'
  665. make[1]: Leaving directory `/home/fkervin/xfce4-settings/xfce4-settings-editor'
  666. Making install in xfsettingsd
  667. make[1]: Entering directory `/home/fkervin/xfce4-settings/xfsettingsd'
  668. make[2]: Entering directory `/home/fkervin/xfce4-settings/xfsettingsd'
  669. /bin/mkdir -p '/usr/local/bin'
  670. /bin/bash ../libtool --mode=install /usr/bin/install -c xfsettingsd '/usr/local/bin'
  671. libtool: install: /usr/bin/install -c xfsettingsd /usr/local/bin/xfsettingsd
  672. /bin/mkdir -p '/usr/local/etc/xdg/autostart'
  673. /usr/bin/install -c -m 644 xfsettingsd.desktop '/usr/local/etc/xdg/autostart'
  674. /bin/mkdir -p '/usr/local/etc/xdg/xfce4/xfconf/xfce-perchannel-xml'
  675. /usr/bin/install -c -m 644 xsettings.xml '/usr/local/etc/xdg/xfce4/xfconf/xfce-perchannel-xml'
  676. make[2]: Leaving directory `/home/fkervin/xfce4-settings/xfsettingsd'
  677. make[1]: Leaving directory `/home/fkervin/xfce4-settings/xfsettingsd'
  678. Making install in po
  679. make[1]: Entering directory `/home/fkervin/xfce4-settings/po'
  680. linguas="ar ast bg bn ca cs da de el en_AU en_GB es eu fi fr gl he hr hu id is it ja kk ko lt lv ms nb nl nn oc pa pl pt_BR pt ro ru si sk sl sr sv te th tr ug uk ur_PK ur zh_CN zh_HK zh_TW "; \
  681. for lang in $linguas; do \
  682. dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
  683. /bin/bash /home/fkervin/xfce4-settings/install-sh -d $dir; \
  684. if test -r $lang.gmo; then \
  685. /usr/bin/install -c -m 644 $lang.gmo $dir/xfce4-settings.mo; \
  686. echo "installing $lang.gmo as $dir/xfce4-settings.mo"; \
  687. else \
  688. /usr/bin/install -c -m 644 ./$lang.gmo $dir/xfce4-settings.mo; \
  689. echo "installing ./$lang.gmo as" \
  690. "$dir/xfce4-settings.mo"; \
  691. fi; \
  692. if test -r $lang.gmo.m; then \
  693. /usr/bin/install -c -m 644 $lang.gmo.m $dir/xfce4-settings.mo.m; \
  694. echo "installing $lang.gmo.m as $dir/xfce4-settings.mo.m"; \
  695. else \
  696. if test -r ./$lang.gmo.m ; then \
  697. /usr/bin/install -c -m 644 ./$lang.gmo.m \
  698. $dir/xfce4-settings.mo.m; \
  699. echo "installing ./$lang.gmo.m as" \
  700. "$dir/xfce4-settings.mo.m"; \
  701. else \
  702. true; \
  703. fi; \
  704. fi; \
  705. done
  706. installing ar.gmo as /usr/local/share/locale/ar/LC_MESSAGES/xfce4-settings.mo
  707. installing ast.gmo as /usr/local/share/locale/ast/LC_MESSAGES/xfce4-settings.mo
  708. installing bg.gmo as /usr/local/share/locale/bg/LC_MESSAGES/xfce4-settings.mo
  709. installing bn.gmo as /usr/local/share/locale/bn/LC_MESSAGES/xfce4-settings.mo
  710. installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/xfce4-settings.mo
  711. installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/xfce4-settings.mo
  712. installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/xfce4-settings.mo
  713. installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/xfce4-settings.mo
  714. installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/xfce4-settings.mo
  715. installing en_AU.gmo as /usr/local/share/locale/en_AU/LC_MESSAGES/xfce4-settings.mo
  716. installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/xfce4-settings.mo
  717. installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/xfce4-settings.mo
  718. installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/xfce4-settings.mo
  719. installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/xfce4-settings.mo
  720. installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/xfce4-settings.mo
  721. installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/xfce4-settings.mo
  722. installing he.gmo as /usr/local/share/locale/he/LC_MESSAGES/xfce4-settings.mo
  723. installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/xfce4-settings.mo
  724. installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/xfce4-settings.mo
  725. installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/xfce4-settings.mo
  726. installing is.gmo as /usr/local/share/locale/is/LC_MESSAGES/xfce4-settings.mo
  727. installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/xfce4-settings.mo
  728. installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/xfce4-settings.mo
  729. installing kk.gmo as /usr/local/share/locale/kk/LC_MESSAGES/xfce4-settings.mo
  730. installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/xfce4-settings.mo
  731. installing lt.gmo as /usr/local/share/locale/lt/LC_MESSAGES/xfce4-settings.mo
  732. installing lv.gmo as /usr/local/share/locale/lv/LC_MESSAGES/xfce4-settings.mo
  733. installing ms.gmo as /usr/local/share/locale/ms/LC_MESSAGES/xfce4-settings.mo
  734. installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/xfce4-settings.mo
  735. installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/xfce4-settings.mo
  736. installing nn.gmo as /usr/local/share/locale/nn/LC_MESSAGES/xfce4-settings.mo
  737. installing oc.gmo as /usr/local/share/locale/oc/LC_MESSAGES/xfce4-settings.mo
  738. installing pa.gmo as /usr/local/share/locale/pa/LC_MESSAGES/xfce4-settings.mo
  739. installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/xfce4-settings.mo
  740. installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/xfce4-settings.mo
  741. installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/xfce4-settings.mo
  742. installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/xfce4-settings.mo
  743. installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/xfce4-settings.mo
  744. installing si.gmo as /usr/local/share/locale/si/LC_MESSAGES/xfce4-settings.mo
  745. installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/xfce4-settings.mo
  746. installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/xfce4-settings.mo
  747. installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/xfce4-settings.mo
  748. installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/xfce4-settings.mo
  749. installing te.gmo as /usr/local/share/locale/te/LC_MESSAGES/xfce4-settings.mo
  750. installing th.gmo as /usr/local/share/locale/th/LC_MESSAGES/xfce4-settings.mo
  751. installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/xfce4-settings.mo
  752. installing ug.gmo as /usr/local/share/locale/ug/LC_MESSAGES/xfce4-settings.mo
  753. installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/xfce4-settings.mo
  754. installing ur_PK.gmo as /usr/local/share/locale/ur_PK/LC_MESSAGES/xfce4-settings.mo
  755. installing ur.gmo as /usr/local/share/locale/ur/LC_MESSAGES/xfce4-settings.mo
  756. installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/xfce4-settings.mo
  757. installing zh_HK.gmo as /usr/local/share/locale/zh_HK/LC_MESSAGES/xfce4-settings.mo
  758. installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/xfce4-settings.mo
  759. make[1]: Leaving directory `/home/fkervin/xfce4-settings/po'
  760. make[1]: Entering directory `/home/fkervin/xfce4-settings'
  761. make[2]: Entering directory `/home/fkervin/xfce4-settings'
  762. make[2]: Nothing to be done for `install-exec-am'.
  763. make[2]: Nothing to be done for `install-data-am'.
  764. make[2]: Leaving directory `/home/fkervin/xfce4-settings'
  765. make[1]: Leaving directory `/home/fkervin/xfce4-settings'
  766. fkervin@fkervin:~/xfce4-settings$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement