Closed shahab-vahedi closed 3 years ago
That's a problem of ntp
package when glibc 2.34+ is used as there PTHREAD_STACK_MIN
is no longer a compile-time constant, see https://github.com/openembedded/meta-openembedded/commit/7055c764c83150f9310ce04bcfb19330460582fc
Similar patch applied to our local Buildroot tree (https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot/compare/arc64-2021.08.x) by @temap via https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot/commit/666196c84487d5b7ee127d906757af9fcd785218.
Fix posted to Buildroot: https://lists.buildroot.org/pipermail/buildroot/2021-September/623040.html
While building
ntp-4.2.8p15
with buildroot, the build fails with:This happens, because
PTHREAD_STACK_MIN
is a dynamic value now :Buildroot setup
glibc setup