pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc



On Wed, 29 Sep 2021 16:11:04 +0000
Adam Ciarcinski <adam%netbsd.org@localhost> wrote:

> Log Message:
> boost: updated to 1.77.0

Hi,

This change broke boost with clang, for example on macOS/aarch64 and
also on NetBSD/amd64 with base clang:

> -USE_LANGUAGES=         c c++
> +USE_LANGUAGES=         c c++11

C++ flag leaks into the C compiler:

clang-linux.compile.c.without-pch bin.v2/libs/container/build/clang-linux-13/release/threading-multi/visibility-hidden/alloc_lib.o
error: invalid argument '-std=c++11' not allowed with 'C'

Please revert the change or fix the package.

Kind regards,
-Tobias



Home | Main Index | Thread Index | Old Index