· 7 years ago · Oct 08, 2018, 11:06 AM
1alexey@alexey-vm:~/Projects/snapscreen/dtv-grabber$ ./buildAll.sh -d -c xerces
2==================================================
3Building options
4DEBUG = true
5TEST = none
6MVN_BUILD = false
7COMPONENT = xerces
8FULL CLEAN = false
9RELEASE = false
10==================================================
11====================================
12 CMake setting DEBUG build
13====================================
14CMAKE_SYSTEM_LIBRARY_PATH: /usr/lib/X11
15CMAKE_INSTALL_RPATH: /home/alexey/Projects/snapscreen/dtv-grabber/build/install/lib
16LD_LIBRARY_PATH: /home/alexey/Projects/snapscreen/dtv-grabber/build/install/lib::/home/alexey/Projects/snapscreen/dtv-grabber/build/install/lib
17====================================
18 Preparing libffi-3.2.1
19====================================
20====================================
21 Preparing glib-2.42.1
22====================================
23====================================
24 Preparing gstreamer-1.6.1
25====================================
26====================================
27 Preparing gst-plugins-base-1.6.1
28====================================
29====================================
30 Preparing gst-plugins-bad-1.6.1
31====================================
32====================================
33 Preparing gst-plugins-good-1.6.1
34====================================
35====================================
36 Preparing gst-libav-1.6.1
37====================================
38====================================
39 Preparing rabbitmq-c-0.6.0
40====================================
41====================================
42 Preparing gst-plugins-ugly-1.6.1
43====================================
44====================================
45 Preparing libwebp-0.4.3
46====================================
47====================================
48 Preparing rtmpdump-2.4
49====================================
50====================================
51 Preparing gst-plugins-snapscreen
52====================================
53====================================
54 Preparing xerces-c-3.1.1
55====================================
56====================================
57 Preparing CodeSynthesis xsd-4.0.0
58====================================
59Setting GSTREAMER_DVBGRABBER_LIBRARY_NAME compile definitions to: DEBUG_BUILD
60Setting GENERATE_TS_FROM_CHUNKS_LIBRARY_NAME compile definitions to: DEBUG_BUILD
61-- Configuring done
62-- Generating done
63-- Build files have been written to: /home/alexey/Projects/snapscreen/dtv-grabber/build
64rm: cannot remove 'xerces-1.6.1-prefix/src/xerces-1.6.1-stamp/xerces-1.6.1-build': No such file or directory
65rm: cannot remove 'xerces-1.6.1-prefix/src/xerces-1.6.1-stamp/xerces-1.6.1-install': No such file or directory
66rm: cannot remove 'xerces-1.6.1-prefix/src/xerces-1.6.1-stamp/xerces-1.6.1-done': No such file or directory
67Scanning dependencies of target generateTSFromChunksLibrary
68[ 6%] Built target xerces-c-3.1.1
69[ 7%] Building CXX object CMakeFiles/generateTSFromChunksLibrary.dir/generateTSFromChunks/VideoAssembler.cpp.o
70[ 13%] Built target libffi-3.2.1
71[ 19%] Built target rabbitmq-c-0.6.0
72[ 25%] Built target libwebp-0.4.3
73[ 26%] Performing build step for 'rtmpdump-2.4'
74In file included from handshake.h:86:0,
75 from rtmp.c:152:
76dh.h: In function ‘DHInit’:
77dh.h:256:12: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}’
78 MP_new(dh->g);
79 ^
80dh.h:171:19: note: in definition of macro ‘MP_new’
81 #define MP_new(m) m = BN_new()
82 ^
83In file included from rtmp.c:152:0:
84handshake.h: In function ‘InitRC4Encryption’:
85handshake.h:120:12: error: storage size of ‘ctx’ isn’t known
86 HMAC_CTX ctx;
87 ^~~
88In file included from rtmp.c:152:0:
89handshake.h:72:35: warning: implicit declaration of function ‘HMAC_CTX_init’; did you mean ‘HMAC_CTX_new’? [-Wimplicit-function-declaration]
90 #define HMAC_setup(ctx, key, len) HMAC_CTX_init(&ctx); HMAC_Init_ex(&ctx, key, len, EVP_sha256(), 0)
91 ^
92handshake.h:125:3: note: in expansion of macro ‘HMAC_setup’
93 HMAC_setup(ctx, secretKey, 128);
94 ^~~~~~~~~~
95handshake.h:74:67: warning: implicit declaration of function ‘HMAC_CTX_cleanup’; did you mean ‘HMAC_CTX_get_md’? [-Wimplicit-function-declaration]
96 #define HMAC_finish(ctx, dig, dlen) HMAC_Final(&ctx, dig, &dlen); HMAC_CTX_cleanup(&ctx)
97 ^
98handshake.h:127:3: note: in expansion of macro ‘HMAC_finish’
99 HMAC_finish(ctx, digest, digestLen);
100 ^~~~~~~~~~~
101In file included from rtmp.c:152:0:
102handshake.h:120:12: warning: unused variable ‘ctx’ [-Wunused-variable]
103 HMAC_CTX ctx;
104 ^~~
105handshake.h: In function ‘HMACsha256’:
106handshake.h:269:12: error: storage size of ‘ctx’ isn’t known
107 HMAC_CTX ctx;
108 ^~~
109handshake.h:269:12: warning: unused variable ‘ctx’ [-Wunused-variable]
110rtmp.c: In function ‘RTMP_ReadPacket’:
111rtmp.c:3555:7: warning: variable ‘didAlloc’ set but not used [-Wunused-but-set-variable]
112 int didAlloc = FALSE;
113 ^~~~~~~~
114At top level:
115rtmp.c:2907:19: warning: ‘av_NetConnection_Connect_Rejected’ defined but not used [-Wunused-const-variable=]
116 static const AVal av_NetConnection_Connect_Rejected =
117 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
118rtmp.c:1559:35: warning: ‘av_record’ defined but not used [-Wunused-const-variable=]
119 #define SAVC(x) static const AVal av_##x = AVC(#x)
120 ^
121rtmp.c:1905:1: note: in expansion of macro ‘SAVC’
122 SAVC(record);
123 ^~~~
124<builtin>: recipe for target 'rtmp.o' failed
125make[4]: *** [rtmp.o] Error 1
126Makefile:76: recipe for target 'librtmp/librtmp.a' failed
127make[3]: *** [librtmp/librtmp.a] Error 2
128CMakeFiles/rtmpdump-2.4.dir/build.make:110: recipe for target 'rtmpdump-2.4-prefix/src/rtmpdump-2.4-stamp/rtmpdump-2.4-build' failed
129make[2]: *** [rtmpdump-2.4-prefix/src/rtmpdump-2.4-stamp/rtmpdump-2.4-build] Error 2
130CMakeFiles/Makefile2:739: recipe for target 'CMakeFiles/rtmpdump-2.4.dir/all' failed
131make[1]: *** [CMakeFiles/rtmpdump-2.4.dir/all] Error 2
132make[1]: *** Waiting for unfinished jobs....
133[ 27%] Linking CXX static library libgenerateTSFromChunksLibrary.a
134[ 27%] Built target generateTSFromChunksLibrary
135Makefile:129: recipe for target 'all' failed
136make: *** [all] Error 2