Guest User

Untitled

a guest
May 31st, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 123.60 KB | None | 0 0
  1. error: failed to run custom build command for `jemalloc-sys v0.5.0+5.3.0`
  2.  
  3. Caused by:
  4. process didn't exit successfully: `/usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-018278741b1d00e6/build-script-build` (exit status: 101)
  5. --- stdout
  6. TARGET=x86_64-unknown-netbsd
  7. HOST=x86_64-unknown-netbsd
  8. NUM_JOBS=1
  9. OUT_DIR="/usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out"
  10. BUILD_DIR="/usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out/build"
  11. SRC_DIR="/usr/pkgsrc/wip/fd-find/work/vendor/jemalloc-sys-0.5.0+5.3.0"
  12. cargo:rustc-cfg=prefixed
  13. OPT_LEVEL = Some("3")
  14. TARGET = Some("x86_64-unknown-netbsd")
  15. HOST = Some("x86_64-unknown-netbsd")
  16. CC_x86_64-unknown-netbsd = None
  17. CC_x86_64_unknown_netbsd = None
  18. HOST_CC = None
  19. CC = Some("cc")
  20. CFLAGS_x86_64-unknown-netbsd = None
  21. CFLAGS_x86_64_unknown_netbsd = None
  22. HOST_CFLAGS = None
  23. CFLAGS = Some("-pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include")
  24. CRATE_CC_NO_DEFAULTS = None
  25. DEBUG = Some("false")
  26. CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
  27. CC="cc"
  28. CFLAGS="-O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include"
  29. JEMALLOC_REPO_DIR="jemalloc"
  30. --with-jemalloc-prefix=_rjem_
  31. running: "sh" "/usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out/build/configure" "--disable-cxx" "--enable-doc=no" "--enable-shared=no" "--with-jemalloc-prefix=_rjem_" "--with-private-namespace=_rjem_" "--host=x86_64-unknown-netbsd" "--build=x86_64-unknown-netbsd" "--prefix=/usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out"
  32. checking for xsltproc... /usr/pkg/bin/xsltproc
  33. checking for x86_64-unknown-netbsd-gcc... cc
  34. checking whether the C compiler works... yes
  35. checking for C compiler default output file name... a.out
  36. checking for suffix of executables...
  37. checking whether we are cross compiling... no
  38. checking for suffix of object files... o
  39. checking whether we are using the GNU C compiler... yes
  40. checking whether cc accepts -g... yes
  41. checking for cc option to accept ISO C89... none needed
  42. checking whether compiler is cray... no
  43. checking whether compiler supports -std=gnu11... yes
  44. checking whether compiler supports -Werror=unknown-warning-option... no
  45. checking whether compiler supports -Wall... yes
  46. checking whether compiler supports -Wextra... yes
  47. checking whether compiler supports -Wshorten-64-to-32... no
  48. checking whether compiler supports -Wsign-compare... yes
  49. checking whether compiler supports -Wundef... yes
  50. checking whether compiler supports -Wno-format-zero-length... yes
  51. checking whether compiler supports -Wpointer-arith... yes
  52. checking whether compiler supports -Wno-missing-braces... yes
  53. checking whether compiler supports -Wno-missing-field-initializers... yes
  54. checking whether compiler supports -Wno-missing-attributes... yes
  55. checking whether compiler supports -pipe... yes
  56. checking whether compiler supports -g3... yes
  57. checking how to run the C preprocessor... cpp
  58. checking for grep that handles long lines and -e... /usr/pkgsrc/wip/fd-find/work/.tools/bin/grep
  59. checking for egrep... /usr/pkgsrc/wip/fd-find/work/.tools/bin/grep -E
  60. checking for ANSI C header files... yes
  61. checking for sys/types.h... yes
  62. checking for sys/stat.h... yes
  63. checking for stdlib.h... yes
  64. checking for string.h... yes
  65. checking for memory.h... yes
  66. checking for strings.h... yes
  67. checking for inttypes.h... yes
  68. checking for stdint.h... yes
  69. checking for unistd.h... yes
  70. checking whether byte ordering is bigendian... no
  71. checking size of void *... 8
  72. checking size of int... 4
  73. checking size of long... 8
  74. checking size of long long... 8
  75. checking size of intmax_t... 8
  76. checking build system type... x86_64-unknown-netbsd
  77. checking host system type... x86_64-unknown-netbsd
  78. checking whether pause instruction is compilable... yes
  79. checking number of significant virtual address bits... 48
  80. checking for x86_64-unknown-netbsd-ar... no
  81. checking for ar... ar
  82. checking for x86_64-unknown-netbsd-nm... no
  83. checking for nm... nm
  84. checking for gawk... no
  85. checking for mawk... no
  86. checking for nawk... no
  87. checking for awk... awk
  88. checking ABI... elf
  89. checking malloc.h usability... yes
  90. checking malloc.h presence... yes
  91. checking for malloc.h... yes
  92. checking whether malloc_usable_size definition can use const argument... yes
  93. checking for library containing log... -lm
  94. checking whether __attribute__ syntax is compilable... yes
  95. checking whether compiler supports -fvisibility=hidden... yes
  96. checking whether compiler supports -fvisibility=hidden... yes
  97. checking whether compiler supports -Werror... yes
  98. checking whether compiler supports -herror_on_warning... no
  99. checking whether tls_model attribute is compilable... yes
  100. checking whether compiler supports -Werror... yes
  101. checking whether compiler supports -herror_on_warning... no
  102. checking whether alloc_size attribute is compilable... yes
  103. checking whether compiler supports -Werror... yes
  104. checking whether compiler supports -herror_on_warning... no
  105. checking whether format(gnu_printf, ...) attribute is compilable... yes
  106. checking whether compiler supports -Werror... yes
  107. checking whether compiler supports -herror_on_warning... no
  108. checking whether format(printf, ...) attribute is compilable... yes
  109. checking whether compiler supports -Werror... yes
  110. checking whether compiler supports -herror_on_warning... no
  111. checking whether format(printf, ...) attribute is compilable... yes
  112. checking whether compiler supports -Wimplicit-fallthrough... yes
  113. checking whether fallthrough attribute is compilable... yes
  114. checking whether compiler supports -Wimplicit-fallthrough... yes
  115. checking whether compiler supports -Wimplicit-fallthrough... yes
  116. checking whether compiler supports -Werror... yes
  117. checking whether compiler supports -herror_on_warning... no
  118. checking whether cold attribute is compilable... yes
  119. checking whether vm_make_tag is compilable... no
  120. checking for a BSD-compatible install... /usr/pkgsrc/wip/fd-find/work/.tools/bin/install -c
  121. checking for x86_64-unknown-netbsd-ranlib... no
  122. checking for ranlib... ranlib
  123. checking for ld... /usr/pkgsrc/wip/fd-find/work/.cwrapper/bin/ld
  124. checking for autoconf... /usr/pkgsrc/wip/fd-find/work/.tools/bin/autoconf
  125. checking for memalign... no
  126. checking for valloc... yes
  127. checking for malloc_size... no
  128. checking whether compiler supports -O3... yes
  129. checking whether compiler supports -O3... yes
  130. checking whether compiler supports -funroll-loops... yes
  131. checking configured backtracing method... N/A
  132. checking for sbrk... yes
  133. checking whether utrace(2) is compilable... no
  134. checking whether utrace(2) with label is compilable... yes
  135. checking whether a program using __builtin_unreachable is compilable... yes
  136. checking whether a program using __builtin_ffsl is compilable... yes
  137. checking whether a program using __builtin_popcountl is compilable... yes
  138. checking LG_PAGE... 12
  139. checking pthread.h usability... yes
  140. checking pthread.h presence... yes
  141. checking for pthread.h... yes
  142. checking for pthread_create in -lpthread... yes
  143. checking dlfcn.h usability... yes
  144. checking dlfcn.h presence... yes
  145. checking for dlfcn.h... yes
  146. checking for dlsym... yes
  147. checking whether pthread_atfork(3) is compilable... yes
  148. checking whether pthread_setname_np(3) is compilable... no
  149. checking whether pthread_getname_np(3) is compilable... yes
  150. checking whether pthread_get_name_np(3) is compilable... no
  151. checking for library containing clock_gettime... none required
  152. checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... no
  153. checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes
  154. checking whether mach_absolute_time() is compilable... no
  155. checking whether clock_gettime(CLOCK_REALTIME, ...) is compilable... yes
  156. checking whether compiler supports -Werror... yes
  157. checking whether syscall(2) is compilable... yes
  158. checking for secure_getenv... no
  159. checking for sched_getcpu... no
  160. checking for sched_setaffinity... no
  161. checking for issetugid... yes
  162. checking for _malloc_thread_cleanup... yes
  163. checking for _pthread_mutex_init_calloc_cb... no
  164. checking for memcntl... no
  165. checking for TLS... yes
  166. checking whether C11 atomics is compilable... yes
  167. checking whether GCC __atomic atomics is compilable... yes
  168. checking whether GCC 8-bit __atomic atomics is compilable... yes
  169. checking whether GCC __sync atomics is compilable... yes
  170. checking whether GCC 8-bit __sync atomics is compilable... yes
  171. checking whether Darwin OSAtomic*() is compilable... no
  172. checking whether madvise(2) is compilable... yes
  173. checking whether madvise(..., MADV_FREE) is compilable... yes
  174. checking whether madvise(..., MADV_DONTNEED) is compilable... yes
  175. checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... no
  176. checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... no
  177. checking whether madvise(..., MADV_[NO]CORE) is compilable... no
  178. checking whether mprotect(2) is compilable... yes
  179. checking for __builtin_clz... yes
  180. checking whether Darwin os_unfair_lock_*() is compilable... no
  181. checking whether pthreads adaptive mutexes is compilable... no
  182. checking whether compiler supports -D_GNU_SOURCE... yes
  183. checking whether compiler supports -Werror... yes
  184. checking whether compiler supports -herror_on_warning... no
  185. checking whether strerror_r returns char with gnu source is compilable... no
  186. checking for stdbool.h that conforms to C99... yes
  187. checking for _Bool... yes
  188. configure: creating ./config.status
  189. config.status: creating Makefile
  190. config.status: creating jemalloc.pc
  191. config.status: creating doc/html.xsl
  192. config.status: creating doc/manpages.xsl
  193. config.status: creating doc/jemalloc.xml
  194. config.status: creating include/jemalloc/jemalloc_macros.h
  195. config.status: creating include/jemalloc/jemalloc_protos.h
  196. config.status: creating include/jemalloc/jemalloc_typedefs.h
  197. config.status: creating include/jemalloc/internal/jemalloc_preamble.h
  198. config.status: creating test/test.sh
  199. config.status: creating test/include/test/jemalloc_test.h
  200. config.status: creating config.stamp
  201. config.status: creating bin/jemalloc-config
  202. config.status: creating bin/jemalloc.sh
  203. config.status: creating bin/jeprof
  204. config.status: creating include/jemalloc/jemalloc_defs.h
  205. config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
  206. config.status: creating test/include/test/jemalloc_test_defs.h
  207. config.status: executing include/jemalloc/internal/public_symbols.txt commands
  208. config.status: executing include/jemalloc/internal/private_symbols.awk commands
  209. config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands
  210. config.status: executing include/jemalloc/internal/public_namespace.h commands
  211. config.status: executing include/jemalloc/internal/public_unnamespace.h commands
  212. config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
  213. config.status: executing include/jemalloc/jemalloc_rename.h commands
  214. config.status: executing include/jemalloc/jemalloc_mangle.h commands
  215. config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
  216. config.status: executing include/jemalloc/jemalloc.h commands
  217. ===============================================================================
  218. jemalloc version : 5.3.0-0-g54eaed1d8b56b1aa528be3bdd1877e59c56fa90c
  219. library revision : 2
  220.  
  221. CONFIG : --disable-cxx --enable-doc=no --enable-shared=no --with-jemalloc-prefix=_rjem_ --with-private-namespace=_rjem_ --host=x86_64-unknown-netbsd --build=x86_64-unknown-netbsd --prefix=/usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out build_alias=x86_64-unknown-netbsd host_alias=x86_64-unknown-netbsd CC=cc 'CFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include' 'LDFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include' 'CPPFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include' CPP=cpp CXX=c++ 'CXXFLAGS=-pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include'
  222. CC : cc
  223. CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops
  224. SPECIFIED_CFLAGS : -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include
  225. EXTRA_CFLAGS :
  226. CPPFLAGS : -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT
  227. CXX : c++
  228. CONFIGURE_CXXFLAGS : -fvisibility=hidden -Wimplicit-fallthrough -O3
  229. SPECIFIED_CXXFLAGS : -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include
  230. EXTRA_CXXFLAGS :
  231. LDFLAGS : -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include
  232. EXTRA_LDFLAGS :
  233. DSO_LDFLAGS : -shared -Wl,-soname,$(@F)
  234. LIBS : -lm -pthread
  235. RPATH_EXTRA :
  236.  
  237. XSLTPROC : /usr/pkg/bin/xsltproc
  238. XSLROOT :
  239.  
  240. PREFIX : /usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out
  241. BINDIR : /usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out/bin
  242. DATADIR : /usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out/share
  243. INCLUDEDIR : /usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out/include
  244. LIBDIR : /usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out/lib
  245. MANDIR : /usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out/share/man
  246.  
  247. srcroot :
  248. abs_srcroot : /usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out/build/
  249. objroot :
  250. abs_objroot : /usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out/build/
  251.  
  252. JEMALLOC_PREFIX : _rjem_
  253. JEMALLOC_PRIVATE_NAMESPACE
  254. : _rjem_je_
  255. install_suffix :
  256. malloc_conf :
  257. documentation : 0
  258. shared libs : 0
  259. static libs : 1
  260. autogen : 0
  261. debug : 0
  262. stats : 1
  263. experimental_smallocx : 0
  264. prof : 0
  265. prof-libunwind : 0
  266. prof-libgcc : 0
  267. prof-gcc : 0
  268. fill : 1
  269. utrace : 0
  270. xmalloc : 0
  271. log : 0
  272. lazy_lock : 0
  273. cache-oblivious : 1
  274. cxx : 0
  275. ===============================================================================
  276. running: "gmake" "-j" "1"
  277. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c
  278. nm -a src/jemalloc.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym
  279. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c
  280. nm -a src/arena.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym
  281. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c
  282. nm -a src/background_thread.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym
  283. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c
  284. nm -a src/base.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/base.sym
  285. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c
  286. nm -a src/bin.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym
  287. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin_info.sym.o src/bin_info.c
  288. nm -a src/bin_info.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/bin_info.sym
  289. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c
  290. nm -a src/bitmap.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym
  291. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/buf_writer.sym.o src/buf_writer.c
  292. nm -a src/buf_writer.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/buf_writer.sym
  293. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/cache_bin.sym.o src/cache_bin.c
  294. nm -a src/cache_bin.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/cache_bin.sym
  295. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c
  296. nm -a src/ckh.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym
  297. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/counter.sym.o src/counter.c
  298. nm -a src/counter.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/counter.sym
  299. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c
  300. nm -a src/ctl.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym
  301. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/decay.sym.o src/decay.c
  302. nm -a src/decay.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/decay.sym
  303. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c
  304. nm -a src/div.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/div.sym
  305. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ecache.sym.o src/ecache.c
  306. nm -a src/ecache.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ecache.sym
  307. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/edata.sym.o src/edata.c
  308. nm -a src/edata.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/edata.sym
  309. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/edata_cache.sym.o src/edata_cache.c
  310. nm -a src/edata_cache.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/edata_cache.sym
  311. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ehooks.sym.o src/ehooks.c
  312. nm -a src/ehooks.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ehooks.sym
  313. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/emap.sym.o src/emap.c
  314. nm -a src/emap.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/emap.sym
  315. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/eset.sym.o src/eset.c
  316. nm -a src/eset.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/eset.sym
  317. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/exp_grow.sym.o src/exp_grow.c
  318. nm -a src/exp_grow.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/exp_grow.sym
  319. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c
  320. nm -a src/extent.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym
  321. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c
  322. nm -a src/extent_dss.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym
  323. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c
  324. nm -a src/extent_mmap.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym
  325. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/fxp.sym.o src/fxp.c
  326. nm -a src/fxp.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/fxp.sym
  327. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/san.sym.o src/san.c
  328. nm -a src/san.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/san.sym
  329. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/san_bump.sym.o src/san_bump.c
  330. nm -a src/san_bump.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/san_bump.sym
  331. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hook.sym.o src/hook.c
  332. nm -a src/hook.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hook.sym
  333. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpa.sym.o src/hpa.c
  334. nm -a src/hpa.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hpa.sym
  335. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpa_hooks.sym.o src/hpa_hooks.c
  336. nm -a src/hpa_hooks.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hpa_hooks.sym
  337. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hpdata.sym.o src/hpdata.c
  338. nm -a src/hpdata.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/hpdata.sym
  339. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/inspect.sym.o src/inspect.c
  340. nm -a src/inspect.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/inspect.sym
  341. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c
  342. nm -a src/large.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/large.sym
  343. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c
  344. nm -a src/log.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/log.sym
  345. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c
  346. nm -a src/malloc_io.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym
  347. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c
  348. nm -a src/mutex.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym
  349. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c
  350. nm -a src/nstime.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym
  351. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pa.sym.o src/pa.c
  352. nm -a src/pa.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pa.sym
  353. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pa_extra.sym.o src/pa_extra.c
  354. nm -a src/pa_extra.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pa_extra.sym
  355. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pai.sym.o src/pai.c
  356. nm -a src/pai.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pai.sym
  357. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pac.sym.o src/pac.c
  358. nm -a src/pac.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pac.sym
  359. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c
  360. nm -a src/pages.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym
  361. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/peak_event.sym.o src/peak_event.c
  362. nm -a src/peak_event.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/peak_event.sym
  363. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c
  364. nm -a src/prof.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym
  365. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_data.sym.o src/prof_data.c
  366. nm -a src/prof_data.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof_data.sym
  367. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_log.sym.o src/prof_log.c
  368. nm -a src/prof_log.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof_log.sym
  369. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_recent.sym.o src/prof_recent.c
  370. nm -a src/prof_recent.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof_recent.sym
  371. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_stats.sym.o src/prof_stats.c
  372. nm -a src/prof_stats.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof_stats.sym
  373. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof_sys.sym.o src/prof_sys.c
  374. nm -a src/prof_sys.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/prof_sys.sym
  375. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/psset.sym.o src/psset.c
  376. nm -a src/psset.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/psset.sym
  377. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c
  378. nm -a src/rtree.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym
  379. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/safety_check.sym.o src/safety_check.c
  380. nm -a src/safety_check.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/safety_check.sym
  381. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sc.sym.o src/sc.c
  382. nm -a src/sc.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/sc.sym
  383. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sec.sym.o src/sec.c
  384. nm -a src/sec.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/sec.sym
  385. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c
  386. nm -a src/stats.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym
  387. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c
  388. nm -a src/sz.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym
  389. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c
  390. nm -a src/tcache.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym
  391. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/test_hooks.sym.o src/test_hooks.c
  392. nm -a src/test_hooks.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/test_hooks.sym
  393. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/thread_event.sym.o src/thread_event.c
  394. nm -a src/thread_event.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/thread_event.sym
  395. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c
  396. nm -a src/ticker.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym
  397. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c
  398. nm -a src/tsd.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym
  399. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c
  400. nm -a src/witness.sym.o | awk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym
  401. /bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bin_info.sym src/bitmap.sym src/buf_writer.sym src/cache_bin.sym src/ckh.sym src/counter.sym src/ctl.sym src/decay.sym src/div.sym src/ecache.sym src/edata.sym src/edata_cache.sym src/ehooks.sym src/emap.sym src/eset.sym src/exp_grow.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/fxp.sym src/san.sym src/san_bump.sym src/hook.sym src/hpa.sym src/hpa_hooks.sym src/hpdata.sym src/inspect.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/nstime.sym src/pa.sym src/pa_extra.sym src/pai.sym src/pac.sym src/pages.sym src/peak_event.sym src/prof.sym src/prof_data.sym src/prof_log.sym src/prof_recent.sym src/prof_stats.sym src/prof_sys.sym src/psset.sym src/rtree.sym src/safety_check.sym src/sc.sym src/sec.sym src/stats.sym src/sz.sym src/tcache.sym src/test_hooks.sym src/thread_event.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h
  402. cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.h
  403. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c
  404. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c
  405. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c
  406. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c
  407. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c
  408. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/bin_info.o src/bin_info.c
  409. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c
  410. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/buf_writer.o src/buf_writer.c
  411. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/cache_bin.o src/cache_bin.c
  412. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c
  413. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/counter.o src/counter.c
  414. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c
  415. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/decay.o src/decay.c
  416. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c
  417. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/ecache.o src/ecache.c
  418. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/edata.o src/edata.c
  419. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/edata_cache.o src/edata_cache.c
  420. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/ehooks.o src/ehooks.c
  421. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/emap.o src/emap.c
  422. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/eset.o src/eset.c
  423. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/exp_grow.o src/exp_grow.c
  424. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c
  425. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c
  426. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c
  427. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/fxp.o src/fxp.c
  428. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/san.o src/san.c
  429. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/san_bump.o src/san_bump.c
  430. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/hook.o src/hook.c
  431. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/hpa.o src/hpa.c
  432. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/hpa_hooks.o src/hpa_hooks.c
  433. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/hpdata.o src/hpdata.c
  434. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/inspect.o src/inspect.c
  435. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c
  436. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c
  437. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c
  438. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c
  439. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c
  440. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/pa.o src/pa.c
  441. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/pa_extra.o src/pa_extra.c
  442. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/pai.o src/pai.c
  443. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/pac.o src/pac.c
  444. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c
  445. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/peak_event.o src/peak_event.c
  446. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c
  447. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof_data.o src/prof_data.c
  448. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof_log.o src/prof_log.c
  449. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof_recent.o src/prof_recent.c
  450. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof_stats.o src/prof_stats.c
  451. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof_sys.o src/prof_sys.c
  452. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/psset.o src/psset.c
  453. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c
  454. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/safety_check.o src/safety_check.c
  455. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/sc.o src/sc.c
  456. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/sec.o src/sec.c
  457. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c
  458. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c
  459. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c
  460. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/test_hooks.o src/test_hooks.c
  461. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/thread_event.o src/thread_event.c
  462. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c
  463. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c
  464. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c
  465. ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bin_info.o src/bitmap.o src/buf_writer.o src/cache_bin.o src/ckh.o src/counter.o src/ctl.o src/decay.o src/div.o src/ecache.o src/edata.o src/edata_cache.o src/ehooks.o src/emap.o src/eset.o src/exp_grow.o src/extent.o src/extent_dss.o src/extent_mmap.o src/fxp.o src/san.o src/san_bump.o src/hook.o src/hpa.o src/hpa_hooks.o src/hpdata.o src/inspect.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/nstime.o src/pa.o src/pa_extra.o src/pai.o src/pac.o src/pages.o src/peak_event.o src/prof.o src/prof_data.o src/prof_log.o src/prof_recent.o src/prof_stats.o src/prof_sys.o src/psset.o src/rtree.o src/safety_check.o src/sc.o src/sec.o src/stats.o src/sz.o src/tcache.o src/test_hooks.o src/thread_event.o src/ticker.o src/tsd.o src/witness.o
  466. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c
  467. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c
  468. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.pic.o src/background_thread.c
  469. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c
  470. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/bin.pic.o src/bin.c
  471. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/bin_info.pic.o src/bin_info.c
  472. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c
  473. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/buf_writer.pic.o src/buf_writer.c
  474. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/cache_bin.pic.o src/cache_bin.c
  475. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c
  476. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/counter.pic.o src/counter.c
  477. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c
  478. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/decay.pic.o src/decay.c
  479. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/div.pic.o src/div.c
  480. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/ecache.pic.o src/ecache.c
  481. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/edata.pic.o src/edata.c
  482. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/edata_cache.pic.o src/edata_cache.c
  483. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/ehooks.pic.o src/ehooks.c
  484. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/emap.pic.o src/emap.c
  485. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/eset.pic.o src/eset.c
  486. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/exp_grow.pic.o src/exp_grow.c
  487. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c
  488. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.pic.o src/extent_dss.c
  489. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.pic.o src/extent_mmap.c
  490. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/fxp.pic.o src/fxp.c
  491. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/san.pic.o src/san.c
  492. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/san_bump.pic.o src/san_bump.c
  493. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/hook.pic.o src/hook.c
  494. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/hpa.pic.o src/hpa.c
  495. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/hpa_hooks.pic.o src/hpa_hooks.c
  496. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/hpdata.pic.o src/hpdata.c
  497. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/inspect.pic.o src/inspect.c
  498. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/large.pic.o src/large.c
  499. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/log.pic.o src/log.c
  500. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.pic.o src/malloc_io.c
  501. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c
  502. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/nstime.pic.o src/nstime.c
  503. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/pa.pic.o src/pa.c
  504. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/pa_extra.pic.o src/pa_extra.c
  505. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/pai.pic.o src/pai.c
  506. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/pac.pic.o src/pac.c
  507. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/pages.pic.o src/pages.c
  508. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/peak_event.pic.o src/peak_event.c
  509. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c
  510. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof_data.pic.o src/prof_data.c
  511. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof_log.pic.o src/prof_log.c
  512. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof_recent.pic.o src/prof_recent.c
  513. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof_stats.pic.o src/prof_stats.c
  514. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/prof_sys.pic.o src/prof_sys.c
  515. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/psset.pic.o src/psset.c
  516. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c
  517. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/safety_check.pic.o src/safety_check.c
  518. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/sc.pic.o src/sc.c
  519. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/sec.pic.o src/sec.c
  520. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c
  521. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/sz.pic.o src/sz.c
  522. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c
  523. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/test_hooks.pic.o src/test_hooks.c
  524. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/thread_event.pic.o src/thread_event.c
  525. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/ticker.pic.o src/ticker.c
  526. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c
  527. cc -std=gnu11 -Wall -Wextra -Wsign-compare -Wundef -Wno-format-zero-length -Wpointer-arith -Wno-missing-braces -Wno-missing-field-initializers -Wno-missing-attributes -pipe -g3 -fvisibility=hidden -Wimplicit-fallthrough -O3 -funroll-loops -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -fPIC -DPIC -c -O3 -ffunction-sections -fdata-sections -fPIC -m64 -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -D_REENTRANT -Iinclude -Iinclude -o src/witness.pic.o src/witness.c
  528. ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/background_thread.pic.o src/base.pic.o src/bin.pic.o src/bin_info.pic.o src/bitmap.pic.o src/buf_writer.pic.o src/cache_bin.pic.o src/ckh.pic.o src/counter.pic.o src/ctl.pic.o src/decay.pic.o src/div.pic.o src/ecache.pic.o src/edata.pic.o src/edata_cache.pic.o src/ehooks.pic.o src/emap.pic.o src/eset.pic.o src/exp_grow.pic.o src/extent.pic.o src/extent_dss.pic.o src/extent_mmap.pic.o src/fxp.pic.o src/san.pic.o src/san_bump.pic.o src/hook.pic.o src/hpa.pic.o src/hpa_hooks.pic.o src/hpdata.pic.o src/inspect.pic.o src/large.pic.o src/log.pic.o src/malloc_io.pic.o src/mutex.pic.o src/nstime.pic.o src/pa.pic.o src/pa_extra.pic.o src/pai.pic.o src/pac.pic.o src/pages.pic.o src/peak_event.pic.o src/prof.pic.o src/prof_data.pic.o src/prof_log.pic.o src/prof_recent.pic.o src/prof_stats.pic.o src/prof_sys.pic.o src/psset.pic.o src/rtree.pic.o src/safety_check.pic.o src/sc.pic.o src/sec.pic.o src/stats.pic.o src/sz.pic.o src/tcache.pic.o src/test_hooks.pic.o src/thread_event.pic.o src/ticker.pic.o src/tsd.pic.o src/witness.pic.o
  529. running: "gmake" "install_lib_static" "install_include" "-j" "1"
  530. /usr/pkgsrc/wip/fd-find/work/.tools/bin/install -c -d /usr/pkgsrc/wip/fd-find/work/fd-8.4.0/target/release/build/jemalloc-sys-64146ec1fd484aff/out/lib
  531.  
  532. --- stderr
  533. install: unknown option -- v
  534. usage: install [-Ubcprs] [-M log] [-D dest] [-T tags] [-B suffix]
  535. [-a aftercmd] [-f flags] [-m mode] [-N dbdir] [-o owner] [-g group]
  536. [-l linkflags] [-h hash] [-S stripflags] file1 file2
  537. install [-Ubcprs] [-M log] [-D dest] [-T tags] [-B suffix]
  538. [-a aftercmd] [-f flags] [-m mode] [-N dbdir] [-o owner] [-g group]
  539. [-l linkflags] [-h hash] [-S stripflags] file1 ... fileN directory
  540. install -d [-Up] [-M log] [-D dest] [-T tags] [-a aftercmd] [-m mode]
  541. [-N dbdir] [-o owner] [-g group] directory ...
  542. install: unknown option -- v
  543. usage: install [-Ubcprs] [-M log] [-D dest] [-T tags] [-B suffix]
  544. [-a aftercmd] [-f flags] [-m mode] [-N dbdir] [-o owner] [-g group]
  545. [-l linkflags] [-h hash] [-S stripflags] file1 file2
  546. install [-Ubcprs] [-M log] [-D dest] [-T tags] [-B suffix]
  547. [-a aftercmd] [-f flags] [-m mode] [-N dbdir] [-o owner] [-g group]
  548. [-l linkflags] [-h hash] [-S stripflags] file1 ... fileN directory
  549. install -d [-Up] [-M log] [-D dest] [-T tags] [-a aftercmd] [-m mode]
  550. [-N dbdir] [-o owner] [-g group] directory ...
  551. gmake: *** [Makefile:576: install_lib_static] Error 1
  552. thread 'main' panicked at 'command did not execute successfully: "gmake" "install_lib_static" "install_include" "-j" "1"
  553. expected success, got: exit status: 2', /usr/pkgsrc/wip/fd-find/work/vendor/jemalloc-sys-0.5.0+5.3.0/build.rs:319:9
  554. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  555. *** Error code 101
  556.  
  557. Stop.
Advertisement
Add Comment
Please, Sign In to add comment