You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recursor is bringing in a dependency on libboost_thread even though it is not required on Linux. This is causing OpenWRT's build system to pick up an erroneous unwanted dependency that's only used in the Configure script.
Environment
Operating system: OpenWRT
Software version: 18.06
Software source: Self-compiled
Steps to reproduce
Install the minimal required boost libraries to build recursor
Run the build with standard configure options on linux
Check to see if built files have a dependency on libboost_thread
Expected behaviour
Recursor would build without any missing library errors
Actual behaviour
Recursor build shows missing libboost_thread
Other information
OpenWRT removed a dependency from their libboost_context package on libboost_thread which caused this issue because the package stopped being brought in.
The text was updated successfully, but these errors were encountered:
# BOOST_CONTEXT([PREFERRED-RT-OPT], [ERROR_ON_UNUSABLE])
# -----------------------------------
# Look for Boost.Context. For the documentation of PREFERRED-RT-OPT, see the
# documentation of BOOST_FIND_LIB above.
[...]
# * A dependency on boost_thread appears in 1.57.0
[...]
Short description
Recursor is bringing in a dependency on libboost_thread even though it is not required on Linux. This is causing OpenWRT's build system to pick up an erroneous unwanted dependency that's only used in the Configure script.
Environment
Steps to reproduce
Expected behaviour
Recursor would build without any missing library errors
Actual behaviour
Recursor build shows missing libboost_thread
Other information
OpenWRT removed a dependency from their libboost_context package on libboost_thread which caused this issue because the package stopped being brought in.
The text was updated successfully, but these errors were encountered: