-
Notifications
You must be signed in to change notification settings - Fork 254
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
tf and bfl: do_compile fails with boost::serialization error with boost 1.64 #505
Comments
This patch [1] fixes the issue. I'll submit a backport to OE-core. |
The tf package could be easily addressed to work around the issue. Then, I also encountered another issue in the laser-geometry package. |
I tested the boost patch successfully with this build configuration:
|
The v1.64 release has broken array serialization code with issues reported in https://svn.boost.org/trac/boost/ticket/12516 ros/meta-ros#505 Backport the fix from boost::serialization's master. Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The v1.64 release has broken array serialization code with issues reported in https://svn.boost.org/trac/boost/ticket/12516 ros/meta-ros#505 Backport the fix from boost::serialization's master. (From OE-Core rev: b39ec1184eea0ffcc6f0ff63e356811986b28205) Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The v1.64 release has broken array serialization code with issues reported in https://svn.boost.org/trac/boost/ticket/12516 ros/meta-ros#505 Backport the fix from boost::serialization's master. (From OE-Core rev: b39ec1184eea0ffcc6f0ff63e356811986b28205) Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The v1.64 release has broken array serialization code with issues reported in https://svn.boost.org/trac/boost/ticket/12516 ros/meta-ros#505 Backport the fix from boost::serialization's master. Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The v1.64 release has broken array serialization code with issues reported in https://svn.boost.org/trac/boost/ticket/12516 ros/meta-ros#505 Backport the fix from boost::serialization's master. (From OE-Core rev: e1da4cc99e57c596b2a354767cc1e261718dac52) Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The commit that resolves this issue has been finally merged to openembedded-core, cf. http://cgit.openembedded.org/openembedded-core/commit/?id=e1da4cc99e57c596b2a354767cc1e261718dac52. |
Issue is resolved in the openembedded-core repository for quite some time; so we expect that users will not encounter the issue if they update to recent versions. |
The v1.64 release has broken array serialization code with issues reported in https://svn.boost.org/trac/boost/ticket/12516 ros/meta-ros#505 Backport the fix from boost::serialization's master. (From OE-Core rev: e1da4cc99e57c596b2a354767cc1e261718dac52) Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
The v1.64 release has broken array serialization code with issues reported in https://svn.boost.org/trac/boost/ticket/12516 ros/meta-ros#505 Backport the fix from boost::serialization's master. (From OE-Core rev: e1da4cc99e57c596b2a354767cc1e261718dac52) Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OpenEmbedded-Core updated boost to version 1.64 [1]. The two packages tf and bfl both include boost/numeric/ublas, which seems not to properly compile with boost version 1.64.
I already reported the issue with tf on the ros/geometry issue tracker at: ros/geometry#146
Concerning the bfl issue, I did not report anything to the bfl project/maintainers yet.
bitbake tf
fails during compiling with:And similarly for bfl, a similar error occurs:
The failing build configuration is:
[1] http://cgit.openembedded.org/openembedded-core/commit/?id=9ba71dc40dd782d192504b0827ca91f0fe180abe
The text was updated successfully, but these errors were encountered: