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

latest yocto rebase failing due to boost issues #7

Closed
geissonator opened this issue Oct 5, 2020 · 3 comments
Closed

latest yocto rebase failing due to boost issues #7

geissonator opened this issue Oct 5, 2020 · 3 comments

Comments

@geissonator
Copy link
Contributor

Our latest yocto update brought in a new version of boost.

https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/36615/
boost: update 1.73.0 -> 1.74.0

This seems to be causing some new issues. I believe @edtanous had looked into it a bit and mentioned the latest boost master has a fix, but it has not been released yet.

Need to either disable the boost feature causing the problem (-no-rtti ?) or send a patch to upstream yocto to go with the boost recipe to pick up the change.

@geissonator
Copy link
Contributor Author

The error:

/var/lib/jenkins-slave/workspace/ci-openbmc/distro/ubuntu/label/docker-builder/target/tiogapass/build/work/arm1176jzs-openbmc-linux-gnueabi/x86-power-control/1.0+gitAUTOINC+e63dea0875-r0/recipe-sysroot/usr/include/boost/asio/execution/any_executor.hpp: In static member function 'static const std::type_info& boost::asio::execution::detail::any_executor_base::target_type_void()':
/var/lib/jenkins-slave/workspace/ci-openbmc/distro/ubuntu/label/docker-builder/target/tiogapass/build/work/arm1176jzs-openbmc-linux-gnueabi/x86-power-control/1.0+gitAUTOINC+e63dea0875-r0/recipe-sysroot/usr/include/boost/asio/execution/any_executor.hpp:811:23: error: cannot use 'typeid' with '-fno-rtti'
  811 |     return typeid(void);
      |                       ^
/var/lib/jenkins-slave/workspace/ci-openbmc/distro/ubuntu/label/docker-builder/target/tiogapass/build/work/arm1176jzs-openbmc-linux-gnueabi/x86-power-control/1.0+gitAUTOINC+e63dea0875-r0/recipe-sysroot/usr/include/boost/asio/execution/any_executor.hpp: In static member function 'static const std::type_info& boost::asio::execution::detail::any_executor_base::target_type_ex()':
/var/lib/jenkins-slave/workspace/ci-openbmc/distro/ubuntu/label/docker-builder/target/tiogapass/build/work/arm1176jzs-openbmc-linux-gnueabi/x86-power-control/1.0+gitAUTOINC+e63dea0875-r0/recipe-sysroot/usr/include/boost/asio/execution/any_executor.hpp:851:21: error: cannot use 'typeid' with '-fno-rtti'
  851 |     return typeid(Ex);
      |  

@edtanous
Copy link
Contributor

edtanous commented Oct 5, 2020 via email

@geissonator
Copy link
Contributor Author

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

2 participants