Guest User

accountsservice

a guest
Jan 31st, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.14 KB | None | 0 0
  1. ./configure --prefix=/usr \
  2. > --sysconfdir=/etc \
  3. > --localstatedir=/var \
  4. > --enable-admin-group=adm \
  5. > --disable-static --enable-systemd
  6. checking for a BSD-compatible install... /usr/bin/install -c
  7. checking whether build environment is sane... yes
  8. checking for a thread-safe mkdir -p... /bin/mkdir -p
  9. checking for gawk... gawk
  10. checking whether make sets $(MAKE)... yes
  11. checking whether make supports nested variables... yes
  12. checking whether UID '0' is supported by ustar format... yes
  13. checking whether GID '0' is supported by ustar format... yes
  14. checking how to create a ustar tar archive... gnutar
  15. checking whether make supports nested variables... (cached) yes
  16. checking for style of include used by make... GNU
  17. checking for gcc... gcc
  18. checking whether the C compiler works... yes
  19. checking for C compiler default output file name... a.out
  20. checking for suffix of executables...
  21. checking whether we are cross compiling... no
  22. checking for suffix of object files... o
  23. checking whether we are using the GNU C compiler... yes
  24. checking whether gcc accepts -g... yes
  25. checking for gcc option to accept ISO C89... none needed
  26. checking whether gcc understands -c and -o together... yes
  27. checking dependency style of gcc... gcc3
  28. checking how to run the C preprocessor... gcc -E
  29. checking for grep that handles long lines and -e... /bin/grep
  30. checking for egrep... /bin/grep -E
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking minix/config.h usability... no
  42. checking minix/config.h presence... no
  43. checking for minix/config.h... no
  44. checking whether it is safe to define __EXTENSIONS__... yes
  45. checking for gcc... (cached) gcc
  46. checking whether we are using the GNU C compiler... (cached) yes
  47. checking whether gcc accepts -g... (cached) yes
  48. checking for gcc option to accept ISO C89... (cached) none needed
  49. checking whether gcc understands -c and -o together... (cached) yes
  50. checking dependency style of gcc... (cached) gcc3
  51. checking for pkg-config... /usr/bin/pkg-config
  52. checking pkg-config is at least version 0.9.0... yes
  53. checking locale.h usability... yes
  54. checking locale.h presence... yes
  55. checking for locale.h... yes
  56. checking for LC_MESSAGES... yes
  57. checking libintl.h usability... yes
  58. checking libintl.h presence... yes
  59. checking for libintl.h... yes
  60. checking for ngettext in libc... yes
  61. checking for dgettext in libc... yes
  62. checking for bind_textdomain_codeset... yes
  63. checking for msgfmt... /usr/bin/msgfmt
  64. checking for dcgettext... yes
  65. checking if msgfmt accepts -c... yes
  66. checking for gmsgfmt... /usr/bin/msgfmt
  67. checking for xgettext... /usr/bin/xgettext
  68. checking whether NLS is requested... yes
  69. checking for intltool >= 0.40.0... 0.51.0 found
  70. checking for intltool-update... /usr/bin/intltool-update
  71. checking for intltool-merge... /usr/bin/intltool-merge
  72. checking for intltool-extract... /usr/bin/intltool-extract
  73. checking for xgettext... (cached) /usr/bin/xgettext
  74. checking for msgmerge... /usr/bin/msgmerge
  75. checking for msgfmt... (cached) /usr/bin/msgfmt
  76. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  77. checking for perl... /usr/bin/perl
  78. checking for perl >= 5.8.1... 5.22.0
  79. checking for XML::Parser... ok
  80. checking build system type... x86_64-unknown-linux-gnu
  81. checking host system type... x86_64-unknown-linux-gnu
  82. checking how to print strings... printf
  83. checking for a sed that does not truncate output... /bin/sed
  84. checking for fgrep... /bin/grep -F
  85. checking for ld used by gcc... /usr/bin/ld
  86. checking if the linker (/usr/bin/ld) is GNU ld... yes
  87. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  88. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  89. checking whether ln -s works... yes
  90. checking the maximum length of command line arguments... 1572864
  91. checking whether the shell understands some XSI constructs... yes
  92. checking whether the shell understands "+="... yes
  93. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  94. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  95. checking for /usr/bin/ld option to reload object files... -r
  96. checking for objdump... objdump
  97. checking how to recognize dependent libraries... pass_all
  98. checking for dlltool... no
  99. checking how to associate runtime and link libraries... printf %s\n
  100. checking for ar... ar
  101. checking for archiver @FILE support... @
  102. checking for strip... strip
  103. checking for ranlib... ranlib
  104. checking command to parse /usr/bin/nm -B output from gcc object... ok
  105. checking for sysroot... no
  106. checking for mt... no
  107. checking if : is a manifest tool... no
  108. checking for dlfcn.h... yes
  109. checking for objdir... .libs
  110. checking if gcc supports -fno-rtti -fno-exceptions... no
  111. checking for gcc option to produce PIC... -fPIC -DPIC
  112. checking if gcc PIC flag -fPIC -DPIC works... yes
  113. checking if gcc static flag -static works... yes
  114. checking if gcc supports -c -o file.o... yes
  115. checking if gcc supports -c -o file.o... (cached) yes
  116. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  117. checking whether -lc should be explicitly linked in... no
  118. checking dynamic linker characteristics... GNU/Linux ld.so
  119. checking how to hardcode library paths into programs... immediate
  120. checking whether stripping libraries is possible... yes
  121. checking if libtool supports shared libraries... yes
  122. checking whether to build shared libraries... yes
  123. checking whether to build static libraries... no
  124. checking for GIO... yes
  125. checking for POLKIT... yes
  126. checking whether to enable maintainer-specific portions of Makefiles... yes
  127. checking for gobject-introspection... yes
  128. checking whether to build with gcov testing... no
  129. checking for more warnings... no
  130. checking for supported warning flags...
  131. checking whether gcc supports -Wall... yes
  132. checking whether gcc supports -Wno-sign-compare... yes
  133. checking whether gcc supports -Wno-deprecated-declarations... yes
  134. checking which warning flags were supported... -Wall -Wno-sign-compare -Wno-deprecated-declarations
  135. checking shadow.h usability... yes
  136. checking shadow.h presence... yes
  137. checking for shadow.h... yes
  138. checking utmpx.h usability... yes
  139. checking utmpx.h presence... yes
  140. checking for utmpx.h... yes
  141. checking for fgetpwent... yes
  142. checking for gtk-doc... no
  143. configure: WARNING:
  144. You will not be able to create source packages with 'make dist'
  145. because gtk-doc >= 1.15 is not found.
  146. checking for gtkdoc-check... no
  147. checking for gtkdoc-check... no
  148. checking for gtkdoc-rebase... no
  149. checking for gtkdoc-mkpdf... no
  150. checking whether to build gtk-doc documentation... no
  151. checking for GTKDOC_DEPS... yes
  152. checking for xmlto... no
  153. checking whether to build DocBook documentation... yes
  154. checking for xsltproc... /usr/bin/xsltproc
  155. checking for SYSTEMD... no
  156. checking whether to use systemd... yes
  157. configure: error: Systemd support explicitly required, but systemd not found
Add Comment
Please, Sign In to add comment