Advertisement
Guest User

aur/ocserv

a guest
Aug 27th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. Summary of build options:
  2. version: 0.8.2
  3. Host type: x86_64-unknown-linux-gnu
  4. Install prefix: /usr
  5. Compiler: gcc
  6. CFlags: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall
  7.  
  8. PAM auth backend: yes
  9. TCP wrappers: no
  10. systemd: yes
  11. (socket activation)
  12. dbus: no
  13. readline: yes
  14. libnl3: yes
  15. local talloc: no
  16. local protobuf-c: no
  17. local PCL library: no
  18. local libopts: no
  19. local http-parser: no
  20.  
  21. configure:
  22.  
  23. Experimental options:
  24. seccomp: yes
  25. Anyconnect compat: yes
  26.  
  27. make all-recursive
  28. make[1]: Entering directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2'
  29. Making all in gl
  30. make[2]: Entering directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/gl'
  31. GEN fcntl.h
  32. GEN stdio.h
  33. GEN stdlib.h
  34. GEN string.h
  35. GEN sys/stat.h
  36. GEN sys/time.h
  37. GEN sys/types.h
  38. GEN time.h
  39. GEN unistd.h
  40. make all-recursive
  41. make[3]: Entering directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/gl'
  42. make[4]: Entering directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/gl'
  43. CC base64.o
  44. CC cloexec.o
  45. CC fd-hook.o
  46. CC unistd.o
  47. CC fcntl.o
  48. AR libgnu.a
  49. make[4]: Leaving directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/gl'
  50. make[3]: Leaving directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/gl'
  51. make[2]: Leaving directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/gl'
  52. Making all in src
  53. make[2]: Entering directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/src'
  54. autogen ocpasswd-args.def
  55. autogen ocserv-args.def
  56. make all-recursive
  57. make[3]: Entering directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/src'
  58. make[4]: Entering directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/src'
  59. CC ocserv-args.o
  60. ocserv-args.c:312:41: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  61. # define OPTPROC_BASE OPTPROC_TRANSLATE | OPTPROC_NXLAT_OPT
  62. ^
  63. ocserv-args.c:467:7: note: in expansion of macro ‘OPTPROC_BASE’
  64. ( OPTPROC_BASE
  65. ^
  66. AR libcmd-ocserv.a
  67. CC ocpasswd-args.o
  68. ocpasswd-args.c:336:41: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  69. # define OPTPROC_BASE OPTPROC_TRANSLATE | OPTPROC_NXLAT_OPT
  70. ^
  71. ocpasswd-args.c:432:7: note: in expansion of macro ‘OPTPROC_BASE’
  72. ( OPTPROC_BASE
  73. ^
  74. AR libcmd-ocpasswd.a
  75. CC ocpasswd.o
  76. CCLD ocpasswd
  77. CC occtl.o
  78. In file included from ./common.h:25:0,
  79. from ./occtl.h:6,
  80. from occtl.c:29:
  81. ./ipc.pb-c.h:11:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’
  82. typedef struct _AuthCookieRequestMsg AuthCookieRequestMsg;
  83. ^
  84. In file included from ./common.h:25:0,
  85. from ./occtl.h:6,
  86. from occtl.c:29:
  87. ./ipc.pb-c.h:267:23: error: unknown type name ‘AuthCookieRequestMsg’
  88. (AuthCookieRequestMsg *message);
  89. ^
  90. ./ipc.pb-c.h:269:29: error: unknown type name ‘AuthCookieRequestMsg’
  91. (const AuthCookieRequestMsg *message);
  92. ^
  93. ./ipc.pb-c.h:271:29: error: unknown type name ‘AuthCookieRequestMsg’
  94. (const AuthCookieRequestMsg *message,
  95. ^
  96. ./ipc.pb-c.h:274:29: error: unknown type name ‘AuthCookieRequestMsg’
  97. (const AuthCookieRequestMsg *message,
  98. ^
  99. ./ipc.pb-c.h:276:1: error: unknown type name ‘AuthCookieRequestMsg’
  100. AuthCookieRequestMsg *
  101. ^
  102. ./ipc.pb-c.h:282:23: error: unknown type name ‘AuthCookieRequestMsg’
  103. (AuthCookieRequestMsg *message,
  104. ^
  105. ./ipc.pb-c.h:572:25: error: unknown type name ‘AuthCookieRequestMsg’
  106. (const AuthCookieRequestMsg *message,
  107. ^
  108. In file included from ./common.h:26:0,
  109. from ./occtl.h:6,
  110. from occtl.c:29:
  111. /usr/include/talloc.h:48:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
  112. int talloc_version_major(void);
  113. ^
  114. Makefile:1373: recipe for target 'occtl.o' failed
  115. make[4]: *** [occtl.o] Error 1
  116. make[4]: Leaving directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/src'
  117. Makefile:1395: recipe for target 'all-recursive' failed
  118. make[3]: *** [all-recursive] Error 1
  119. make[3]: Leaving directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/src'
  120. Makefile:1090: recipe for target 'all' failed
  121. make[2]: *** [all] Error 2
  122. make[2]: Leaving directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2/src'
  123. Makefile:977: recipe for target 'all-recursive' failed
  124. make[1]: *** [all-recursive] Error 1
  125. make[1]: Leaving directory '/tmp/yaourt-tmp-maddie/aur-ocserv/src/ocserv-0.8.2'
  126. Makefile:917: recipe for target 'all' failed
  127. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement