Advertisement
marquicus

configure openchange

Jun 3rd, 2011
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 0 0
  1. $ makepkg -s
  2. ==> Making package: openchange 0.10-4 (Fri Jun 3 11:56:34 CDT 2011)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving Sources...
  6. -> Found openchange-0.10-NOMAD.tar.gz
  7. ==> Validating source files with md5sums...
  8. openchange-0.10-NOMAD.tar.gz ... Passed
  9. ==> Extracting Sources...
  10. -> Extracting openchange-0.10-NOMAD.tar.gz with bsdtar
  11. ==> Removing existing pkg/ directory...
  12. ==> Entering fakeroot environment...
  13. ==> Starting build()...
  14. patching file Makefile
  15. ./autogen.sh: running aclocal
  16. configure.ac:404: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  17. ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
  18. ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
  19. ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
  20. ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
  21. ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
  22. ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
  23. configure.ac:404: the top level
  24. ./autogen.sh: running autoheader
  25. configure.ac:404: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  26. ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
  27. ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
  28. ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
  29. ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
  30. ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
  31. ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
  32. configure.ac:404: the top level
  33. ./autogen.sh: running autoconf
  34. configure.ac:404: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  35. ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
  36. ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
  37. ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
  38. ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
  39. ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
  40. ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
  41. configure.ac:404: the top level
  42. Now run ./configure and gmake
  43. checking for a BSD-compatible install... /bin/install -c
  44. checking whether build environment is sane... yes
  45. checking for a thread-safe mkdir -p... /bin/mkdir -p
  46. checking for gawk... gawk
  47. checking whether make sets $(MAKE)... yes
  48. checking for pkg-config... /usr/bin/pkg-config
  49. checking pkg-config is at least version 0.20... yes
  50. checking build system type... x86_64-unknown-linux-gnu
  51. checking host system type... x86_64-unknown-linux-gnu
  52. checking for samba 4... /opt/samba4
  53. checking for style of include used by make... GNU
  54. checking for gcc... gcc
  55. checking whether the C compiler works... yes
  56. checking for C compiler default output file name... a.out
  57. checking for suffix of executables...
  58. checking whether we are cross compiling... no
  59. checking for suffix of object files... o
  60. checking whether we are using the GNU C compiler... yes
  61. checking whether gcc accepts -g... yes
  62. checking for gcc option to accept ISO C89... none needed
  63. checking dependency style of gcc... none
  64. checking how to run the C preprocessor... gcc -E
  65. checking for grep that handles long lines and -e... /bin/grep
  66. checking for egrep... /bin/grep -E
  67. checking for ANSI C header files... yes
  68. checking for sys/types.h... yes
  69. checking for sys/stat.h... yes
  70. checking for stdlib.h... yes
  71. checking for string.h... yes
  72. checking for memory.h... yes
  73. checking for strings.h... yes
  74. checking for inttypes.h... yes
  75. checking for stdint.h... yes
  76. checking for unistd.h... yes
  77. checking sys/cdefs.h usability... yes
  78. checking sys/cdefs.h presence... yes
  79. checking for sys/cdefs.h... yes
  80. checking for string.h... (cached) yes
  81. checking sys/sockio.h usability... no
  82. checking sys/sockio.h presence... no
  83. checking for sys/sockio.h... no
  84. checking for strcasestr... yes
  85. checking for comparison_fn_t... yes
  86. checking for gcc... (cached) gcc
  87. checking whether we are using the GNU C compiler... (cached) yes
  88. checking whether gcc accepts -g... (cached) yes
  89. checking for gcc option to accept ISO C89... (cached) none needed
  90. checking dependency style of gcc... (cached) none
  91. checking whether we are really using the Sun C compiler... no
  92. checking whether we are really using the Intel C compiler... no
  93. checking for perl... /usr/bin/perl
  94. checking for pidl... /opt/samba4/bin/pidl
  95. checking for python... /usr/bin/python2
  96. checking for python2-config... /usr/bin/python2-config
  97. checking python library directory... ${prefix}/lib/python2.7/site-packages
  98. checking for TALLOC... yes
  99. checking for SAMBA... yes
  100. checking for TDB... yes
  101. checking for LDB... yes
  102. checking samba/version.h usability... yes
  103. checking samba/version.h presence... yes
  104. checking for samba/version.h... yes
  105. checking for pthread_mutex_init in -lpthread... yes
  106. checking for g++... g++
  107. checking whether we are using the GNU C++ compiler... yes
  108. checking whether g++ accepts -g... yes
  109. checking dependency style of g++... none
  110. checking C++ compiler availability... yes
  111. checking for boost_thread-mt library... no
  112. checking for SAMR... yes
  113. checking for ICAL... yes
  114. checking for poptFreeContext in -lpopt... yes
  115. checking for smbtorture... /opt/samba4/bin/smbtorture
  116. checking for magic_open in -lmagic... yes
  117. checking for gzopen in -lz... yes
  118. checking for SQLITE... yes
  119. checking for doxygen... no
  120. configure: WARNING: doxygen
  121. checking for SUBUNIT... no
  122. configure: creating ./config.status
  123. config.status: creating config.mk
  124. config.status: creating libmapi.pc
  125. config.status: creating libmapiadmin.pc
  126. config.status: creating libocpf.pc
  127. config.status: creating mapiproxy/libmapiproxy.pc
  128. config.status: creating mapiproxy/libmapiserver.pc
  129. config.status: creating mapiproxy/libmapistore.pc
  130. config.status: creating libmapi++.pc
  131. config.status: creating Doxyfile
  132. config.status: creating libmapi++/Doxyfile
  133. config.status: creating libocpf/Doxyfile
  134. config.status: creating libmapiadmin/Doxyfile
  135. config.status: creating libmapi/Doxyfile
  136. config.status: creating mapiproxy/Doxyfile
  137. config.status: creating utils/mapitest/Doxyfile
  138. config.status: creating config.h
  139. config.status: config.h is unchanged
  140. config.status: executing depfiles commands
  141.  
  142.  
  143. ===============================================================
  144. OpenChange Configuration (Please review)
  145.  
  146. * Install:
  147. - prefix: /opt/samba4
  148.  
  149. * OpenChange MAPI library: yes
  150. Thread support: yes (pthread)
  151.  
  152. * OpenChange Libraries:
  153. - libmapi++: no
  154. - libmapiadmin: yes
  155. - libocpf: yes
  156.  
  157. * OpenChange Server:
  158. - mapiproxy: yes
  159.  
  160. * OpenChange mapistore backends:
  161. - sqlite3: yes
  162.  
  163. * OpenChange Tools:
  164. - openchangeclient: yes
  165. - mapiprofile: yes
  166. - openchangepfadmin: yes
  167. - exchange2mbox: yes
  168. - exchange2ical: yes
  169. - mapitest: yes
  170. - openchangemapidump: yes
  171. - schemaIDGUID: yes
  172.  
  173. * OpenChange Torture Suite: yes
  174.  
  175. * subunit format (mapitest): no
  176.  
  177. * OpenChange Documentation: no
  178.  
  179. * Coverage Tests: no
  180.  
  181. * OpenChange Bindings:
  182. - Perl: no
  183. - Python: no
  184. - Qt4: no
  185.  
  186.  
  187. ===============================================================
  188.  
  189.  
  190. ==> Tidying install...
  191. -> Purging other files...
  192. -> Compressing man and info pages...
  193. -> Stripping unneeded symbols from binaries and libraries...
  194. ==> Creating package...
  195. -> Generating .PKGINFO file...
  196. -> Compressing package...
  197. ==> Leaving fakeroot environment.
  198. ==> Finished making: openchange 0.10-4 (Fri Jun 3 11:57:09 CDT 2011)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement