GNOME Bugzilla – Bug 781965
Android x86_64 build detects system boost::atomic header
Last modified: 2018-11-03 10:22:17 UTC
While building 1.11.91, the Android build failed in taglib during the x86_64 build. It seems the build detected the boost::atomic headers from the system install, but failed to build taglib against them (luckily). Removing the system package and forcing a rebuild built taglib successfully
This should be fixed by the addition of the '-DCMAKE_DISABLE_FIND_PACKAGE_Boost=TRUE' in the cmake build. I haven't hit this issue in a while.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/cerbero/issues/45.