Project

General

Profile

Bug #5218 » compile_failure.log

pespin, 08/27/2021 01:08 PM

 
1
~/dev/git/gr-osmosdr/build $ cmake .. && make -j8
2
-- The CXX compiler identification is GNU 11.1.0
3
-- The C compiler identification is GNU 11.1.0
4
-- Detecting CXX compiler ABI info
5
-- Detecting CXX compiler ABI info - done
6
-- Check for working CXX compiler: /usr/bin/c++ - skipped
7
-- Detecting CXX compile features
8
-- Detecting CXX compile features - done
9
-- Detecting C compiler ABI info
10
-- Detecting C compiler ABI info - done
11
-- Check for working C compiler: /usr/bin/cc - skipped
12
-- Detecting C compile features
13
-- Detecting C compile features - done
14
-- Build type not specified: defaulting to release.
15
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.7.3")
16
-- Found LOG4CPP: /usr/lib/liblog4cpp.so
17
-- Checking for module 'gmp'
18
--   Found gmp, version 6.2.1
19
-- Found GMP: /usr/lib/libgmpxx.so
20
-- Using GMP.
21
-- Found MPLIB: /usr/lib/libgmpxx.so
22
-- Found Boost: /usr/lib64/cmake/Boost-1.76.0/BoostConfig.cmake (found suitable version "1.76.0", minimum required is "1.76.0") found components: date_time program_options filesystem system regex thread unit_test_framework
23
-- Found Volk: Volk::volk
24
-- User set python executable /usr/bin/python3
25
-- Found PythonInterp: /usr/bin/python3 (found version "3.9.6")
26
-- Found PythonLibs: /usr/lib/libpython3.9.so (found suitable exact version "3.9.6")
27
-- Checking for module 'sndfile'
28
--   Found sndfile, version 1.0.31
29
-- Found SNDFILE: /usr/lib/libsndfile.so
30
-- Checking for module 'fftw3f >= 3.0'
31
--   Found fftw3f , version 3.3.9
32
-- Found FFTW3f: /lib/libfftw3f.so
33
-- Found Git: /usr/bin/git
34
-- Extracting version information from git describe...
35
-- Found Boost: /usr/lib64/cmake/Boost-1.76.0/BoostConfig.cmake (found suitable version "1.76.0", minimum required is "1.65") found components: chrono thread system
36
--
37
-- The build system will automatically enable all components.
38
-- Use -DENABLE_DEFAULT=OFF to disable components by default.
39
-- Searching for GNURadio-Blocks...
40
--  Found GNURadio-Blocks: 1
41
-- Searching for IQ Balance...
42
--  Found IQ Balance: 1
43
-- Searching for UHD Drivers...
44
-- Found UHD: /usr/lib/libuhd.so
45
--  Found UHD Driver: TRUE
46
-- Searching for UHD Block...
47
--  Found UHD Block: 1
48
-- Searching for Volk...
49
--  Found Volk: 1
50
-- Checking for module 'librtlsdr'
51
--   Found librtlsdr, version v0.8.x-xxx-xunknown
52
-- Found librtlsdr: /usr/include, /usr/lib/librtlsdr.so
53
-- Checking for module 'libhackrf'
54
--   Found libhackrf, version 0.6
55
-- Found LibHackRF: /lib/libhackrf.so
56
-- Checking for module 'libairspy'
57
--   Found libairspy, version 1.0
58
-- Found LibAIRSPY: /lib/libairspy.so
59
-- Checking for module 'libairspyhf'
60
--   Package 'libairspyhf', required by 'virtual:world', not found
61
-- Could NOT find LibAIRSPYHF (missing: LIBAIRSPYHF_LIBRARIES LIBAIRSPYHF_INCLUDE_DIRS)
62
-- Checking for module 'libbladeRF'
63
--   Found libbladeRF, version 2.4.0-git
64
-- Found libbladeRF: /usr/include, /usr/lib/libbladeRF.so
65
-- Checking for module 'libgnuradio-fcdproplus'
66
--   Package 'libgnuradio-fcdproplus', required by 'virtual:world', not found
67
-- Found gnuradio-fcdproplus: /usr/include, /usr/lib/libgnuradio-fcdproplus.so
68
-- Checking for module 'libfreesrp'
69
--   Package 'libfreesrp', required by 'virtual:world', not found
70
-- libfreesrp not found.
71
-- Checking for module 'libxtrx'
72
--   Package 'libxtrx', required by 'virtual:world', not found
73
-- libxtrx not found.
74
-- Found Doxygen: /usr/bin/doxygen (found version "1.9.1") found components: doxygen dot
75
-- Found PythonLibs: /usr/lib/libpython3.9.so (found suitable version "3.9.6", minimum required is "3")
76
-- Found PythonLibs: /usr/lib/libpython3.9.so
77
-- Performing Test HAS_FLTO
78
-- Performing Test HAS_FLTO - Success
79
-- Found pybind11: /usr/include (found version "2.7.1" )
80
--
81
-- Configuring Python support support...
82
--   Dependency PYTHONLIBS_FOUND = TRUE
83
--   Dependency pybind11_FOUND = 1
84
--   Enabling Python support support.
85
--   Override with -DENABLE_PYTHON=ON/OFF
86
--
87
-- Configuring high resolution timing...
88
-- Performing Test HAVE_CLOCK_GETTIME
89
-- Performing Test HAVE_CLOCK_GETTIME - Success
90
-- Performing Test HAVE_MACH_ABSOLUTE_TIME
91
-- Performing Test HAVE_MACH_ABSOLUTE_TIME - Failed
92
-- Performing Test HAVE_QUERY_PERFORMANCE_COUNTER
93
-- Performing Test HAVE_QUERY_PERFORMANCE_COUNTER - Failed
94
--   High resolution timing supported through clock_gettime.
95
--
96
-- Configuring Osmocom IQ Imbalance Correction support...
97
--   Dependency gnuradio-iqbalance_FOUND = 1
98
--   Enabling Osmocom IQ Imbalance Correction support.
99
--   Override with -DENABLE_IQBALANCE=ON/OFF
100
--
101
-- Configuring FUNcube Dongle support...
102
--   Dependency GNURADIO_FCDPP_FOUND = TRUE
103
--   Enabling FUNcube Dongle support.
104
--   Override with -DENABLE_FCD=ON/OFF
105
--
106
-- Configuring IQ File Source & Sink support...
107
--   Dependency gnuradio-blocks_FOUND = 1
108
--   Enabling IQ File Source & Sink support.
109
--   Override with -DENABLE_FILE=ON/OFF
110
--
111
--
112
-- Configuring Osmocom RTLSDR support...
113
--   Dependency LIBRTLSDR_FOUND = TRUE
114
--   Enabling Osmocom RTLSDR support.
115
--   Override with -DENABLE_RTL=ON/OFF
116
--
117
-- Configuring RTLSDR TCP Client support...
118
--   Dependency gnuradio-blocks_FOUND = 1
119
--   Enabling RTLSDR TCP Client support.
120
--   Override with -DENABLE_RTL_TCP=ON/OFF
121
--
122
-- Configuring Ettus USRP Devices support...
123
--   Dependency UHD_FOUND = TRUE
124
--   Dependency gnuradio-uhd_FOUND = 1
125
--   Enabling Ettus USRP Devices support.
126
--   Override with -DENABLE_UHD=ON/OFF
127
--
128
-- Configuring HackRF & rad1o Badge support...
129
--   Dependency LIBHACKRF_FOUND = TRUE
130
--   Enabling HackRF & rad1o Badge support.
131
--   Override with -DENABLE_HACKRF=ON/OFF
132
--
133
-- Configuring nuand bladeRF support...
134
--   Dependency LIBBLADERF_FOUND = TRUE
135
--   Enabling nuand bladeRF support.
136
--   Override with -DENABLE_BLADERF=ON/OFF
137
--
138
-- Configuring RFSPACE Receivers support...
139
--   Enabling RFSPACE Receivers support.
140
--   Override with -DENABLE_RFSPACE=ON/OFF
141
--
142
-- Configuring AIRSPY Receiver support...
143
--   Dependency LIBAIRSPY_FOUND = TRUE
144
--   Enabling AIRSPY Receiver support.
145
--   Override with -DENABLE_AIRSPY=ON/OFF
146
--
147
-- Configuring AIRSPY HF+ Receiver support...
148
--   Dependency LIBAIRSPYHF_FOUND = FALSE
149
--   Disabling AIRSPY HF+ Receiver support.
150
--   Override with -DENABLE_AIRSPYHF=ON/OFF
151
--
152
-- Configuring SoapySDR support support...
153
--   Dependency SoapySDR_FOUND = 1
154
--   Enabling SoapySDR support support.
155
--   Override with -DENABLE_SOAPY=ON/OFF
156
--
157
-- Configuring Red Pitaya SDR support...
158
--   Enabling Red Pitaya SDR support.
159
--   Override with -DENABLE_REDPITAYA=ON/OFF
160
--
161
-- Configuring FreeSRP support support...
162
--   Dependency LIBFREESRP_FOUND = FALSE
163
--   Disabling FreeSRP support support.
164
--   Override with -DENABLE_FREESRP=ON/OFF
165
--
166
-- Configuring XTRX SDR support...
167
--   Dependency LIBXTRX_FOUND = FALSE
168
--   Disabling XTRX SDR support.
169
--   Override with -DENABLE_XTRX=ON/OFF
170
-- Python checking for pygccxml - not found
171
--
172
-- ######################################################
173
-- # Gnuradio enabled components
174
-- ######################################################
175
--   * Python support
176
--   * Osmocom IQ Imbalance Correction
177
--   * FUNcube Dongle
178
--   * IQ File Source & Sink
179
--   * Osmocom RTLSDR
180
--   * RTLSDR TCP Client
181
--   * Ettus USRP Devices
182
--   * HackRF & rad1o Badge
183
--   * nuand bladeRF
184
--   * RFSPACE Receivers
185
--   * AIRSPY Receiver
186
--   * SoapySDR support
187
--   * Red Pitaya SDR
188
--
189
-- ######################################################
190
-- # Gnuradio disabled components
191
-- ######################################################
192
--   * AIRSPY HF+ Receiver
193
--   * FreeSRP support
194
--   * XTRX SDR
195
--
196
-- Building for version: 0.2.0.0 / 0.2.0
197
-- Using install prefix: /usr/local
198
-- Configuring done
199
-- Generating done
200
-- Build files have been written to: /home/user/dev/git/gr-osmosdr/build
201
[  4%] Generating rtlsdr_source.block.yml
202
[  6%] Shebangin osmocom_siggen_nogui
203
[  4%] Shebangin osmocom_fft
204
[  8%] Generating osmosdr_source.block.yml
205
[ 10%] Generating __init__.pyc
206
[ 13%] Generating osmocom_siggen_base.pyc
207
[ 15%] Generating documentation with doxygen
208
[ 17%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/source_impl.cc.o
209
warning: Tag 'TCL_SUBST' at line 207 of file '/home/user/dev/git/gr-osmosdr/build/docs/doxygen/Doxyfile' has become obsolete.
210
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
211
warning: Invalid value for 'FILTER_PATTERNS' tag at line 793, file /home/user/dev/git/gr-osmosdr/build/docs/doxygen/Doxyfile: Values in list '*.py="/home/user/dev/git/gr-osmosdr"/doc/doxygen/other/doxypy.py' are not properly space or comma separated
212
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 886 of file '/home/user/dev/git/gr-osmosdr/build/docs/doxygen/Doxyfile' has become obsolete.
213
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
214
warning: Tag 'PERL_PATH' at line 1686 of file '/home/user/dev/git/gr-osmosdr/build/docs/doxygen/Doxyfile' has become obsolete.
215
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
216
warning: Tag 'MSCGEN_PATH' at line 1707 of file '/home/user/dev/git/gr-osmosdr/build/docs/doxygen/Doxyfile' has become obsolete.
217
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
218
error: Illegal format for option FILTER_PATTERNS, no equal sign ('=') specified for item '/doc/doxygen/other/doxypy.py'
219
[ 19%] Generating __init__.pyo
220
[ 21%] Generating osmocom_siggen_base.pyo
221
[ 21%] Built target pygen_apps_4e347
222
[ 23%] Generating osmosdr_sink.block.yml
223
[ 26%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/sink_impl.cc.o
224
[ 26%] Built target pygen_python_537a2
225
[ 28%] Built target pygen_apps_51a8c
226
[ 28%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/ranges.cc.o
227
[ 30%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/device.cc.o
228
[ 32%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/time_spec.cc.o
229
[ 34%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/fcd/fcd_source_c.cc.o
230
[ 34%] Built target osmosdr_grc_yaml_blocks
231
[ 36%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/file/file_source_c.cc.o
232
[ 39%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/file/file_sink_c.cc.o
233
[ 41%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/rtl/rtl_source_c.cc.o
234
[ 41%] Built target doxygen_target
235
[ 43%] Building CXX object lib/CMakeFiles/gnuradio-osmosdr.dir/rtl_tcp/rtl_tcp_source_c.cc.o
236
/home/user/dev/git/gr-osmosdr/lib/fcd/fcd_source_c.cc: In constructor ‘fcd_source_c::fcd_source_c(const string&)’:
237
/home/user/dev/git/gr-osmosdr/lib/fcd/fcd_source_c.cc:147:12: error: no matching function for call to ‘fcd_source_c::connect(gr::fcdproplus::fcd::sptr&, int, gr::hier_block2::opaque_self, int)’
238
  147 |     connect( _src_v1, 0, self(), 0 );
239
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
240
In file included from /home/user/dev/git/gr-osmosdr/lib/fcd/fcd_source_c.h:23,
241
                 from /home/user/dev/git/gr-osmosdr/lib/fcd/fcd_source_c.cc:29:
242
/usr/include/gnuradio/hier_block2.h:83:10: note: candidate: ‘void gr::hier_block2::connect(gr::basic_block_sptr)’
243
   83 |     void connect(basic_block_sptr block);
244
      |          ^~~~~~~
245
/usr/include/gnuradio/hier_block2.h:83:10: note:   candidate expects 1 argument, 4 provided
246
/usr/include/gnuradio/hier_block2.h:93:10: note: candidate: ‘void gr::hier_block2::connect(gr::basic_block_sptr, int, gr::basic_block_sptr, int)’
247
   93 |     void connect(basic_block_sptr src, int src_port, basic_block_sptr dst, int dst_port);
248
      |          ^~~~~~~
249
/usr/include/gnuradio/hier_block2.h:93:35: note:   no known conversion for argument 1 from ‘gr::fcdproplus::fcd::sptr’ {aka ‘boost::shared_ptr<gr::fcdproplus::fcd>’} to ‘gr::basic_block_sptr’ {aka ‘std::shared_ptr<gr::basic_block>’}
250
   93 |     void connect(basic_block_sptr src, int src_port, basic_block_sptr dst, int dst_port);
251
      |                  ~~~~~~~~~~~~~~~~~^~~
252
/home/user/dev/git/gr-osmosdr/lib/fcd/fcd_source_c.cc:156:12: error: no matching function for call to ‘fcd_source_c::connect(gr::fcdproplus::fcdproplus::sptr&, int, gr::hier_block2::opaque_self, int)’
253
  156 |     connect( _src_v2, 0, self(), 0 );
254
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
255
In file included from /home/user/dev/git/gr-osmosdr/lib/fcd/fcd_source_c.h:23,
256
                 from /home/user/dev/git/gr-osmosdr/lib/fcd/fcd_source_c.cc:29:
257
/usr/include/gnuradio/hier_block2.h:83:10: note: candidate: ‘void gr::hier_block2::connect(gr::basic_block_sptr)’
258
   83 |     void connect(basic_block_sptr block);
259
      |          ^~~~~~~
260
/usr/include/gnuradio/hier_block2.h:83:10: note:   candidate expects 1 argument, 4 provided
261
/usr/include/gnuradio/hier_block2.h:93:10: note: candidate: ‘void gr::hier_block2::connect(gr::basic_block_sptr, int, gr::basic_block_sptr, int)’
262
   93 |     void connect(basic_block_sptr src, int src_port, basic_block_sptr dst, int dst_port);
263
      |          ^~~~~~~
264
/usr/include/gnuradio/hier_block2.h:93:35: note:   no known conversion for argument 1 from ‘gr::fcdproplus::fcdproplus::sptr’ {aka ‘boost::shared_ptr<gr::fcdproplus::fcdproplus>’} to ‘gr::basic_block_sptr’ {aka ‘std::shared_ptr<gr::basic_block>’}
265
   93 |     void connect(basic_block_sptr src, int src_port, basic_block_sptr dst, int dst_port);
266
      |                  ~~~~~~~~~~~~~~~~~^~~
267
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
268
                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
269
                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
270
                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
271
                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
272
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
273
                 from /usr/include/boost/shared_ptr.hpp:17,
274
                 from /usr/include/boost/format/alt_sstream.hpp:22,
275
                 from /usr/include/boost/format/internals.hpp:24,
276
                 from /usr/include/boost/format.hpp:38,
277
                 from /usr/include/gnuradio/logger.h:35,
278
                 from /usr/include/gnuradio/basic_block.h:16,
279
                 from /usr/include/gnuradio/block.h:15,
280
                 from /usr/include/gnuradio/sync_block.h:15,
281
                 from /usr/include/gnuradio/blocks/null_source.h:15,
282
                 from /home/user/dev/git/gr-osmosdr/lib/source_impl.cc:31:
283
/usr/include/boost/detail/iterator.hpp:13:1: note: ‘#pragma message: This header is deprecated. Use <iterator> instead.’
284
   13 | BOOST_HEADER_DEPRECATED("<iterator>")
285
      | ^~~~~~~~~~~~~~~~~~~~~~~
286
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
287
                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
288
                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
289
                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
290
                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
291
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
292
                 from /usr/include/boost/shared_ptr.hpp:17,
293
                 from /usr/include/boost/format/alt_sstream.hpp:22,
294
                 from /usr/include/boost/format/internals.hpp:24,
295
                 from /usr/include/boost/format.hpp:38,
296
                 from /usr/include/gnuradio/logger.h:35,
297
                 from /usr/include/gnuradio/basic_block.h:16,
298
                 from /usr/include/gnuradio/hier_block2.h:15,
299
                 from /home/user/dev/git/gr-osmosdr/lib/uhd/uhd_sink_c.h:23,
300
                 from /home/user/dev/git/gr-osmosdr/lib/sink_impl.cc:34:
301
/usr/include/boost/detail/iterator.hpp:13:1: note: ‘#pragma message: This header is deprecated. Use <iterator> instead.’
302
   13 | BOOST_HEADER_DEPRECATED("<iterator>")
303
      | ^~~~~~~~~~~~~~~~~~~~~~~
304
make[2]: *** [lib/CMakeFiles/gnuradio-osmosdr.dir/build.make:146: lib/CMakeFiles/gnuradio-osmosdr.dir/fcd/fcd_source_c.cc.o] Error 1
305
make[2]: *** Waiting for unfinished jobs....
306
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
307
                 from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
308
                 from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
309
                 from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
310
                 from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
311
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
312
                 from /usr/include/boost/shared_ptr.hpp:17,
313
                 from /usr/include/boost/format/alt_sstream.hpp:22,
314
                 from /usr/include/boost/format/internals.hpp:24,
315
                 from /usr/include/boost/format.hpp:38,
316
                 from /home/user/dev/git/gr-osmosdr/lib/device.cc:23:
317
/usr/include/boost/detail/iterator.hpp:13:1: note: ‘#pragma message: This header is deprecated. Use <iterator> instead.’
318
   13 | BOOST_HEADER_DEPRECATED("<iterator>")
319
      | ^~~~~~~~~~~~~~~~~~~~~~~
320
make[1]: *** [CMakeFiles/Makefile2:450: lib/CMakeFiles/gnuradio-osmosdr.dir/all] Error 2
321
make: *** [Makefile:146: all] Error 2
    (1-1/1)
    Add picture from clipboard (Maximum size: 48.8 MB)