Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builds for gnuradio master using the worker Centos_7_6_py3_qt5_master fails. #32

Open
nickoe opened this issue Mar 27, 2020 · 1 comment

Comments

@nickoe
Copy link

nickoe commented Mar 27, 2020

Builds for gnuradio master using the worker Centos_7_6_py3_qt5_master fails. It looks like the reason is the

The worker seems to be using Boost version: 1.53.0 judging from the output of the cmake step.

As far as I can read on the interwebs (not linked directly as not to spam their thread with github events):

The make_unique function was introduced at Boost 1.56. [...]

Build failure log https://ci.gnuradio.org/buildbot/#/builders/59/builds/522 and snippet:

[ 51%] Building CXX object gr-blocks/lib/CMakeFiles/gnuradio-blocks.dir/unpack_k_bits_bb_impl.cc.o
/cache/workdir/Centos_7_6_0/build_Centos_7_6/src/gr-blocks/lib/udp_sink_impl.cc:23:33: fatal error: boost/make_unique.hpp: No such file or directory
 #include <boost/make_unique.hpp>
                                 ^
compilation terminated.
/cache/workdir/Centos_7_6_0/build_Centos_7_6/src/gr-blocks/lib/udp_source_impl.cc:22:33: fatal error: boost/make_unique.hpp: No such file or directory
 #include <boost/make_unique.hpp>
                                 ^
compilation terminated.

I don't think it is fair to support that old version of boost on master, so maybe we should make sure this test it not run for master?

@nickoe
Copy link
Author

nickoe commented Mar 27, 2020

Related discusstion gnuradio/gnuradio#3173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant