tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Boost headers issue



On Sun, Sep 14, 2025 at 05:43:55PM +0100, Marcin Gondek wrote:
> Not sure that something happened, but I can't compile my own dnsdist package on NetBSD 11_BETA running on AMD64.
> 
> In Makefile there is:
> .include "../../devel/boost-headers/buildlink3.mk"
> 
> Adding into Makefile:
> CONFIGURE_ARGS+=        --with-boost=${BUILDLINK_PREFIX.boost-headers}
> 
> Solve the issue, but I'm not sure that is proper way to work around, below log with fix of CONFIGURE_ARGS

This sounds like https://gnats.netbsd.org/59595

In sh(1),

   cd ''

now fails with an error on -current and I think this was pulled up to
NetBSD 11.  There are some versions of the boost detection logic that
use an undefined variable and pass it to cd, falling into that error.
 Thomas


Home | Main Index | Thread Index | Old Index