-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathbuild_failure.osx-64.yaml
104 lines (104 loc) · 5.35 KB
/
build_failure.osx-64.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
recipe_sha: 44597bd728a837b2af82c649483f984a83cd615287f1a4bf8e2b06d1886d29cc # The hash of the recipe's meta.yaml at which this recipe failed to build.
skiplist: true # Set to true to skiplist this recipe so that it will be ignored as long as its latest commit is the one given above.
log: |-
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-apple-darwin13.4.0-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for x86_64-apple-darwin13.4.0-dsymutil... no
checking for dsymutil... dsymutil
checking for x86_64-apple-darwin13.4.0-nmedit... x86_64-apple-darwin13.4.0-nmedit
checking for x86_64-apple-darwin13.4.0-lipo... x86_64-apple-darwin13.4.0-lipo
checking for x86_64-apple-darwin13.4.0-otool... x86_64-apple-darwin13.4.0-otool
checking for x86_64-apple-darwin13.4.0-otool64... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/param.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-apple-darwin13.4.0-clang supports -fno-rtti -fno-exceptions... yes
checking for x86_64-apple-darwin13.4.0-clang option to produce PIC... -fno-common -DPIC
checking if x86_64-apple-darwin13.4.0-clang PIC flag -fno-common -DPIC works... yes
checking if x86_64-apple-darwin13.4.0-clang static flag -static works... no
checking if x86_64-apple-darwin13.4.0-clang supports -c -o file.o... yes
checking if x86_64-apple-darwin13.4.0-clang supports -c -o file.o... (cached) yes
checking whether the x86_64-apple-darwin13.4.0-clang linker (x86_64-apple-darwin13.4.0-ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for x86_64-apple-darwin13.4.0-windres... no
checking for windres... no
checking whether compiler accepts "-pedantic"... yes
checking for egrep... (cached) /usr/bin/grep -E
checking (non-cross) C compiler for building tools... $BUILD_PREFIX/bin/x86_64-apple-darwin13.4.0-clang
checking for module flags... -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,$PREFIX/lib -L$PREFIX/lib -no-undefined -avoid-version -shared -flat_namespace
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... no
checking for the pthreads library -lpthread... yes
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for the pthreads library -lpthreadGC2... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... x86_64-apple-darwin13.4.0-clang
checking whether uname(2) is POSIX... yes
checking for sys/sysctl.h... yes
checking for x86_64-apple-darwin13.4.0-pkg-config... $BUILD_PREFIX/bin/x86_64-apple-darwin13.4.0-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for zlib ... yes
checking for libcurl ... no
checking for bzlib.h... yes
checking for BZ2_bzDecompressInit in -lbz2... yes
checking for ltdl.h... yes
checking for lt_dlinit in -lltdl... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pandaseq.spec
config.status: creating pandaseq-2.pc
config.status: creating pandaseq-2.vapi
config.status: creating pandaseq-2-url.deps
config.status: creating pandaseq-2-url.pc
config.status: creating pandaseq-2-url.vapi
config.status: creating pandaxs
config.status: creating build-macos-pkg
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
$BUILD_PREFIX/bin/x86_64-apple-darwin13.4.0-clang -std=c99 -g -Wall -Wextra -Wformat -o mktable mktable.c tablebuilder.c -lm
./mktable
make all-am
make[1]: Entering directory '$SRC_DIR'
CC pandaseq-main.o
CC libpandaseq_la-algo.lo
CC libpandaseq_la-algo_ea_util.lo
CC libpandaseq_la-algo_flash.lo
CC libpandaseq_la-algo_pear.lo
CC libpandaseq_la-algo_rdp_mle.lo
CC libpandaseq_la-algo_simple_bayes.lo
CC libpandaseq_la-algo_stitch.lo
CC libpandaseq_la-algo_uparse.lo
CC libpandaseq_la-args.lo
make[1]: Leaving directory '$SRC_DIR'
# Last 100 lines of the build log.