grahamperrin

--enable-stylo --disable-stylo Waterfox 56.2.12, FreeBSD

Jul 12th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.16 KB | None | 0 0
  1. =======================<phase: configure >============================
  2. ===> Configuring for waterfox-56.2.12
  3. (cd /wrkdirs/usr/ports/www/waterfox/work/Waterfox-56.2.12 && /usr/local/bin/autoconf-2.13)
  4. (cd /wrkdirs/usr/ports/www/waterfox/work/Waterfox-56.2.12/js/src/ && /usr/local/bin/autoconf-2.13)
  5. ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/www/waterfox/work/Waterfox-56.2.12/toolkit/crashreporter/google-breakpad/m4/libtool.m4
  6. Creating Python environment
  7. New python executable in /wrkdirs/usr/ports/www/waterfox/work/.build/_virtualenv/bin/python2.7
  8. Also creating executable in /wrkdirs/usr/ports/www/waterfox/work/.build/_virtualenv/bin/python
  9. Installing setuptools, pip, wheel...done.
  10. running build_ext
  11. building 'psutil._psutil_bsd' extension
  12. creating build
  13. creating build/temp.freebsd-13.0-CURRENT-amd64-2.7
  14. creating build/temp.freebsd-13.0-CURRENT-amd64-2.7/psutil
  15. creating build/temp.freebsd-13.0-CURRENT-amd64-2.7/psutil/arch
  16. creating build/temp.freebsd-13.0-CURRENT-amd64-2.7/psutil/arch/bsd
  17. cc -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -DLIBICONV_PLUG -isystem /usr/local/include -fPIC -DPSUTIL_VERSION=311 -I/usr/local/include/python2.7 -c psutil/_psutil_bsd.c -o build/temp.freebsd-13.0-CURRENT-amd64-2.7/psutil/_psutil_bsd.o
  18. psutil/_psutil_bsd.c:958:39: error: no member named 'xt_tp' in 'struct xtcpcb'
  19. tp = &((struct xtcpcb *)xig)->xt_tp;
  20. ~~~~~~~~~~~~~~~~~~~~~~ ^
  21. psutil/_psutil_bsd.c:959:13: warning: incompatible pointer types assigning to 'struct inpcb *' from 'struct xinpcb *' [-Wincompatible-pointer-types]
  22. inp = &((struct xtcpcb *)xig)->xt_inp;
  23. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  24. psutil/_psutil_bsd.c:960:39: error: no member named 'xt_socket' in 'struct xtcpcb'
  25. so = &((struct xtcpcb *)xig)->xt_socket;
  26. ~~~~~~~~~~~~~~~~~~~~~~ ^
  27. psutil/_psutil_bsd.c:969:33: error: incomplete definition of type 'struct inpcb'
  28. AF_INET, inp->inp_lport, &inp->inp_laddr,
  29. ~~~^
  30. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  31. CK_LIST_HEAD(inpcbhead, inpcb);
  32. ^
  33. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  34. #define CK_LIST_HEAD LIST_HEAD
  35. ^
  36. psutil/_psutil_bsd.c:969:50: error: incomplete definition of type 'struct inpcb'
  37. AF_INET, inp->inp_lport, &inp->inp_laddr,
  38. ~~~^
  39. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  40. CK_LIST_HEAD(inpcbhead, inpcb);
  41. ^
  42. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  43. #define CK_LIST_HEAD LIST_HEAD
  44. ^
  45. psutil/_psutil_bsd.c:973:33: error: incomplete definition of type 'struct inpcb'
  46. AF_INET, inp->inp_fport, &inp->inp_faddr,
  47. ~~~^
  48. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  49. CK_LIST_HEAD(inpcbhead, inpcb);
  50. ^
  51. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  52. #define CK_LIST_HEAD LIST_HEAD
  53. ^
  54. psutil/_psutil_bsd.c:973:50: error: incomplete definition of type 'struct inpcb'
  55. AF_INET, inp->inp_fport, &inp->inp_faddr,
  56. ~~~^
  57. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  58. CK_LIST_HEAD(inpcbhead, inpcb);
  59. ^
  60. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  61. #define CK_LIST_HEAD LIST_HEAD
  62. ^
  63. psutil/_psutil_bsd.c:978:34: error: incomplete definition of type 'struct inpcb'
  64. AF_INET6, inp->inp_lport, &inp->in6p_laddr,
  65. ~~~^
  66. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  67. CK_LIST_HEAD(inpcbhead, inpcb);
  68. ^
  69. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  70. #define CK_LIST_HEAD LIST_HEAD
  71. ^
  72. psutil/_psutil_bsd.c:978:51: error: incomplete definition of type 'struct inpcb'
  73. AF_INET6, inp->inp_lport, &inp->in6p_laddr,
  74. ~~~^
  75. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  76. CK_LIST_HEAD(inpcbhead, inpcb);
  77. ^
  78. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  79. #define CK_LIST_HEAD LIST_HEAD
  80. ^
  81. psutil/_psutil_bsd.c:982:34: error: incomplete definition of type 'struct inpcb'
  82. AF_INET6, inp->inp_fport, &inp->in6p_faddr,
  83. ~~~^
  84. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  85. CK_LIST_HEAD(inpcbhead, inpcb);
  86. ^
  87. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  88. #define CK_LIST_HEAD LIST_HEAD
  89. ^
  90. psutil/_psutil_bsd.c:982:51: error: incomplete definition of type 'struct inpcb'
  91. AF_INET6, inp->inp_fport, &inp->in6p_faddr,
  92. ~~~^
  93. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  94. CK_LIST_HEAD(inpcbhead, inpcb);
  95. ^
  96. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  97. #define CK_LIST_HEAD LIST_HEAD
  98. ^
  99. psutil/_psutil_bsd.c:1070:41: error: incomplete definition of type 'struct tcpcb'
  100. state = (int)tcp->t_state;
  101. ~~~^
  102. psutil/_psutil_bsd.c:946:15: note: forward declaration of 'struct tcpcb'
  103. static struct tcpcb *
  104. ^
  105. psutil/_psutil_bsd.c:1739:25: warning: comparison between pointer and integer ('kvaddr_t' (aka 'unsigned long') and 'void *') [-Wpointer-integer-compare]
  106. if (xf->xf_data == NULL)
  107. ~~~~~~~~~~~ ^ ~~~~
  108. psutil/_psutil_bsd.c:1822:21: warning: incompatible pointer types assigning to 'struct inpcb *' from 'struct xinpcb *' [-Wincompatible-pointer-types]
  109. inp = &xtp->xt_inp;
  110. ^ ~~~~~~~~~~~~
  111. psutil/_psutil_bsd.c:1823:28: error: no member named 'xt_socket' in 'struct xtcpcb'
  112. so = &xtp->xt_socket;
  113. ~~~ ^
  114. psutil/_psutil_bsd.c:1824:31: error: no member named 'xt_tp' in 'struct xtcpcb'
  115. status = xtp->xt_tp.t_state;
  116. ~~~ ^
  117. psutil/_psutil_bsd.c:1833:29: error: no member named 'xi_inp' in 'struct xinpcb'
  118. inp = &xip->xi_inp;
  119. ~~~ ^
  120. psutil/_psutil_bsd.c:1848:26: error: incomplete definition of type 'struct inpcb'
  121. lport = ntohs(inp->inp_lport);
  122. ~~~^
  123. /usr/include/netinet/in.h:122:26: note: expanded from macro 'ntohs'
  124. #define ntohs(x) __ntohs(x)
  125. ^
  126. /usr/include/x86/endian.h:131:30: note: expanded from macro '__ntohs'
  127. #define __ntohs(x) __bswap16(x)
  128. ^
  129. /usr/include/x86/endian.h:76:37: note: expanded from macro '__bswap16'
  130. ((__uint16_t)(__builtin_constant_p(x) ? \
  131. ^
  132. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  133. CK_LIST_HEAD(inpcbhead, inpcb);
  134. ^
  135. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  136. #define CK_LIST_HEAD LIST_HEAD
  137. ^
  138. psutil/_psutil_bsd.c:1848:26: error: incomplete definition of type 'struct inpcb'
  139. lport = ntohs(inp->inp_lport);
  140. ~~~^
  141. /usr/include/netinet/in.h:122:26: note: expanded from macro 'ntohs'
  142. #define ntohs(x) __ntohs(x)
  143. ^
  144. /usr/include/x86/endian.h:131:30: note: expanded from macro '__ntohs'
  145. #define __ntohs(x) __bswap16(x)
  146. ^
  147. /usr/include/x86/endian.h:77:33: note: expanded from macro '__bswap16'
  148. __bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
  149. ^
  150. /usr/include/x86/endian.h:68:40: note: expanded from macro '__bswap16_gen'
  151. #define __bswap16_gen(x) (__uint16_t)((x) << 8 | (x) >> 8)
  152. ^
  153. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  154. CK_LIST_HEAD(inpcbhead, inpcb);
  155. ^
  156. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  157. #define CK_LIST_HEAD LIST_HEAD
  158. ^
  159. psutil/_psutil_bsd.c:1848:26: error: incomplete definition of type 'struct inpcb'
  160. lport = ntohs(inp->inp_lport);
  161. ~~~^
  162. /usr/include/netinet/in.h:122:26: note: expanded from macro 'ntohs'
  163. #define ntohs(x) __ntohs(x)
  164. ^
  165. /usr/include/x86/endian.h:131:30: note: expanded from macro '__ntohs'
  166. #define __ntohs(x) __bswap16(x)
  167. ^
  168. /usr/include/x86/endian.h:77:33: note: expanded from macro '__bswap16'
  169. __bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
  170. ^
  171. /usr/include/x86/endian.h:68:51: note: expanded from macro '__bswap16_gen'
  172. #define __bswap16_gen(x) (__uint16_t)((x) << 8 | (x) >> 8)
  173. ^
  174. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  175. CK_LIST_HEAD(inpcbhead, inpcb);
  176. ^
  177. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  178. #define CK_LIST_HEAD LIST_HEAD
  179. ^
  180. psutil/_psutil_bsd.c:1848:26: error: incomplete definition of type 'struct inpcb'
  181. lport = ntohs(inp->inp_lport);
  182. ~~~^
  183. /usr/include/netinet/in.h:122:26: note: expanded from macro 'ntohs'
  184. #define ntohs(x) __ntohs(x)
  185. ^
  186. /usr/include/x86/endian.h:131:30: note: expanded from macro '__ntohs'
  187. #define __ntohs(x) __bswap16(x)
  188. ^
  189. /usr/include/x86/endian.h:77:53: note: expanded from macro '__bswap16'
  190. __bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
  191. ^
  192. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  193. CK_LIST_HEAD(inpcbhead, inpcb);
  194. ^
  195. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  196. #define CK_LIST_HEAD LIST_HEAD
  197. ^
  198. psutil/_psutil_bsd.c:1849:26: error: incomplete definition of type 'struct inpcb'
  199. rport = ntohs(inp->inp_fport);
  200. ~~~^
  201. /usr/include/netinet/in.h:122:26: note: expanded from macro 'ntohs'
  202. #define ntohs(x) __ntohs(x)
  203. ^
  204. /usr/include/x86/endian.h:131:30: note: expanded from macro '__ntohs'
  205. #define __ntohs(x) __bswap16(x)
  206. ^
  207. /usr/include/x86/endian.h:76:37: note: expanded from macro '__bswap16'
  208. ((__uint16_t)(__builtin_constant_p(x) ? \
  209. ^
  210. /usr/include/netinet/in_pcb.h:71:25: note: forward declaration of 'struct inpcb'
  211. CK_LIST_HEAD(inpcbhead, inpcb);
  212. ^
  213. /usr/include/sys/ck.h:11:22: note: expanded from macro 'CK_LIST_HEAD'
  214. #define CK_LIST_HEAD LIST_HEAD
  215. ^
  216. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  217. 3 warnings and 20 errors generated.
  218. error: command 'cc' failed with exit status 1
  219.  
  220. Error processing command. Ignoring because optional. (optional:setup.py:third_party/python/psutil:build_ext:--inplace)
  221. Reexecuting in the virtualenv
  222. Adding configure options from /wrkdirs/usr/ports/www/waterfox/work/Waterfox-56.2.12/.mozconfig
  223. --enable-application=browser
  224. --with-app-name=waterfox
  225. --with-app-basename=Waterfox
  226. --with-distribution-id=org.waterfoxproject
  227. --enable-stylo
  228. --enable-rust-simd
  229. --disable-stylo
  230. --enable-pie
  231. --prefix=/usr/local
  232. --with-system-libevent
  233. --enable-system-ffi
  234. --with-system-graphite2
  235. --with-system-harfbuzz
  236. --enable-system-hunspell
  237. --with-system-icu
  238. --with-intl-api
  239. --with-system-jpeg=/usr/local
  240. --with-system-nspr
  241. --with-system-nss
  242. --with-system-png=/usr/local
  243. --enable-system-pixman
  244. --enable-system-sqlite
  245. --with-system-webp
  246. --enable-default-toolkit=cairo-gtk3-wayland
  247. --enable-update-channel=release
  248. --disable-updater
  249. --with-system-zlib
  250. --with-system-bz2
  251. --enable-optimize
  252. --enable-startup-notification
  253. --enable-gconf
  254. --disable-libproxy
  255. --enable-alsa
  256. --enable-jack
  257. --enable-pulseaudio
  258. --disable-debug
  259. --disable-debug-symbols
  260. --enable-release
  261. --enable-profiling
  262. --disable-tests
  263. --disable-strip
  264. --disable-install-strip
  265. MOZ_OPTIMIZE_FLAGS=-O2 -O3
  266. MOZ_GOOGLE_LOCATION_SERVICE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8
  267. RUSTFLAGS=
  268. PERL=/usr/local/bin/perl
  269. MOZ_GOOGLE_SAFEBROWSING_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8
  270. PATH=/wrkdirs/usr/ports/www/waterfox/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
  271. checking for vcs source checkout... no
  272. checking for a shell... /bin/sh
Add Comment
Please, Sign In to add comment