-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
pdns-recursor missing dependency #10273
Comments
That's a good point. I'll open an issue in the upstream project to see what their thoughts are. |
Hello @neheb I've had an update from PowerDNS and it looks like boost_context has a dependency on boost_thread, which is mentioned in the upstream boost.m4 at https://github.com/tsuna/boost.m4/blob/master/build-aux/boost.m4 Here's the relevant snippet:
|
But if you look in the actual library code you'll see there has been a check for https://github.com/boostorg/context/blob/boost-1.71.0/build/Jamfile.v2#L783-L789 |
Any forthcoming fix for this error? (as right now the package does not compile at all) Even a temporary fix? |
I don't know why I didn't think of that as a stop gap. I'll whip up a PR tonight. |
There is an issue with the included build scripts which improperly check for a requirement on libboost-thread where another implementation is available. Fixes openwrt#10273. Signed-off-by: James Taylor <[email protected]>
There is an issue with the included build scripts which improperly check for a requirement on libboost-thread where another implementation is available. Fixes openwrt#10273. Signed-off-by: James Taylor <[email protected]>
There is an issue with the included build scripts which improperly check for a requirement on libboost-thread where another implementation is available. Fixes openwrt#10273. Signed-off-by: James Taylor <[email protected]>
https://downloads.openwrt.org/snapshots/faillogs/mipsel_24kc_24kf/packages/pdns-recursor/compile.txt
ping @James-TR
I'm curious about this dependency. I downloaded the source code and saw that it is not being used at all. It's only used in the configure script.
The failure is due to 260d4a3#diff-eda03f2256b0bcbeec4978a233231a89
And similarly, it's not used here either.
The text was updated successfully, but these errors were encountered: