Guest User

NTPsec: waf configure

a guest
Jan 8th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. sanjeev@X201wily:~/SRC/ntpsec$ ./waf configure --enable-doc > /tmp/waf-configure.txt
  2. sanjeev@X201wily:~/SRC/ntpsec$ cat /tmp/waf-configure.txt
  3. Setting top to : /home/sanjeev/SRC/ntpsec
  4. Setting out to : /home/sanjeev/SRC/ntpsec/build
  5. Checking for 'gcc' (C compiler) : /usr/bin/gcc
  6. Checking for program 'bison' : /usr/bin/bison
  7. Checking compiler : yes
  8. Compiler found : GCC
  9. Checking build target : unix
  10. Checking for program 'awk' : /usr/bin/awk
  11. Checking for program 'perl' : /usr/bin/perl
  12. Checking for program 'sh' : /bin/sh
  13. Checking for program 'asciidoc' : /usr/bin/asciidoc
  14. Checking for program 'a2x' : /usr/bin/a2x
  15. Checking for program 'git' : /usr/bin/git
  16. DEVEL: Getting revision : 03b00ba027a6b0e046ae89bfc5cae4ada71266be
  17. Building version : 0.9.0-03b00ba
  18. Checking for type uint64_t : yes
  19. Checking for type struct if_laddrconf : no
  20. Checking for type struct if_laddrreq : no
  21. Checking for type struct timex : yes
  22. Checking for type struct ntptimeval : yes
  23. Checking for time_tick in struct timex : no
  24. Checking for modes in struct timex : yes
  25. Checking for time.tv_nsec in struct ntptimeval : no
  26. Checking sizeof int : 4
  27. Checking sizeof long : 8
  28. Checking sizeof long long : 8
  29. Checking sizeof time_t (time.h) : 8
  30. Checking for multicast capability : yes
  31. Checking for library edit : not found
  32. Checking for library m : yes
  33. Checking for library ossaudio : not found
  34. Checking for library pthread : yes
  35. Checking for library rt : yes
  36. Checking for library readline : not found
  37. Checking for library thr : not found
  38. Checking for library gcc_s : yes
  39. Checking for function adjtimex : yes
  40. Checking for function closefrom : no
  41. Checking for function clock_gettime : yes
  42. Checking for function clock_settime : yes
  43. Checking for function EVP_MD_do_all_sorted : no
  44. Checking for function getclock : no
  45. Checking for function getpassphrase : no
  46. Checking for function MD5Init : no
  47. Checking for function ntp_adjtime : yes
  48. Checking for function ntp_gettime : yes
  49. Checking for function pthread_attr_getstacksize : yes
  50. Checking for function pthread_attr_setstacksize : yes
  51. Checking for function res_init : yes
  52. Checking for function rtprio : no
  53. Checking for function sched_setscheduler : yes
  54. Checking for function settimeofday : yes
  55. Checking for function strlcpy : no
  56. Checking for function strlcat : no
  57. Checking for function timegm : yes
  58. Checking for function timer_create : no
  59. Checking for function updwtmpx : no
  60. Checking for header stdbool.h : yes
  61. Checking for header dns_sd.h : not found
  62. Checking for header histedit.h : not found
  63. Checking for header ieeefp.h : not found
  64. Checking for header ifaddrs.h : yes
  65. Checking for header libscf.h : not found
  66. Checking for header linux/if_addr.h : yes
  67. Checking for header linux/rtnetlink.h : yes
  68. Checking for header linux/serial.h : yes
  69. Checking for header machine/soundcard.h : not found
  70. Checking for header md5.h : no
  71. Checking for header net/if6.h : not found
  72. Checking for header net/route.h : yes
  73. Checking for header netinfo/ni.h : not found
  74. Checking for header priv.h : not found
  75. Checking for header readline/readline.h : no
  76. Checking for header readline/history.h : no
  77. Checking for header resolv.h : yes
  78. Checking for header semaphore.h : yes
  79. Checking for header stdatomic.h : yes
  80. Checking for header sys/audioio.h : not found
  81. Checking for header sys/ioctl.h : yes
  82. Checking for header sys/modem.h : not found
  83. Checking for header sys/prctl.h : yes
  84. Checking for header sys/sockio.h : not found
  85. Checking for header sys/soundcard.h : yes
  86. Checking for header sys/sysctl.h : yes
  87. Checking for header timepps.h : no
  88. Checking for header sys/timepps.h : no
  89. Checking for header event2/event.h : not found
  90. Checking for header event2/thread.h : not found
  91. Checking for library event_core : not found
  92. Checking for library event_pthreads : not found
  93. Checking if libevent2 works : no
  94.  
  95. Warning libevent2 does not work
  96. This means ntpdig will not be built
  97. While not necessary you will lose 'ntpdate' functionality.
  98.  
  99. Checking for header sys/capability.h : not found
  100. Checking for library cap : not found
  101. Checking for type sockaddr_storage : yes
  102. Checking for sockaddr->sa_len : no
  103. Checking for library dns_sd : not found
  104. Checking for header dns_sd.h : not found
  105. Checking if mDNSResponder works : no
  106. Checking for header sys/timex.h : yes
  107. Checking for %m expansion in vsnprintf(3) : yes
  108. Writing configuration header: : config.h
  109.  
  110. Build Options
  111. CC : /usr/bin/gcc
  112. CFLAGS : -Wall -Wextra
  113. LDFLAGS :
  114. PREFIX : /usr/local
  115. Debug Support : Yes
  116. Refclocks :
  117. Build Manpages : Yes
  118. 'configure' finished successfully (4.456s)
  119. sanjeev@X201wily:~/SRC/ntpsec$
Advertisement
Add Comment
Please, Sign In to add comment