First alpha release of PowerDNS Recursor 5.5.0 #17892
Replies: 2 comments 1 reply
|
Hi, I am migrating the RPM package for PowerDNS Recursor to Meson (RPM spec file ). I used AI assistance while investigating this issue. I verified the workaround (see bellow) with a successful offline build. The build runs in an offline distribution build environment (OBS). It failed during the Rust build although the source package contains a pre-generated Cargo The AI provided a patch as a workaround. From this point on, the report is AI-generated. I hope that's okay. Offline Meson builds do not use vendored Cargo dependencies. When building the Recursor with Meson in an offline distribution build environment, the Rust build fails because Our source package includes a Cargo As a downstream workaround, we patch This makes the offline build succeed. We are providing the patch as an illustration of the issue, not necessarily as the preferred upstream solution. Since a normal Git checkout might not contain a vendor/ directory, could |
|
The package build environments that force offline builds we have seen sofar take care of this in other ways. For example, on OpenBSD, a The issue with the proposed patch is that it would likely interfere with that mechanism. |
Uh oh!
There was an error while loading. Please reload this page.
https://blog.powerdns.com/2026/08/13/first-alpha-release-of-powerdns-recursor-5.5.0
All reactions