[Buildroot] [PATCH 1/1] package/jsoncpp: broken with musl on x86

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Oct 27 06:52:07 UTC 2015


Hello,

On Wed, 21 Oct 2015 13:50:29 +0200, Thomas Petazzoni wrote:

> On Tue, 20 Oct 2015 22:51:53 +0200, Jörg Krause wrote:
> > This patch replaces a previous submission made by Bernd Kuhls some while ago
> > [1].
> > 
> > The posix_memalign declaration is incompatible with musl for C++, because of
> > the exception specification [2]. Note, the referenced patch is part of the a
> > patch series to "Add musl support to GCC".
> > 
> > Instead of patching gcc in Buildroot we disable jsoncpp and any reverse
> > dependendy with the musl toolchain on x86.
> > 
> > [1] https://patchwork.ozlabs.org/patch/505425/
> > [2] https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01084.html
> 
> It is indeed not very practical to fix gcc, since external toolchains
> would continue to be affected. But isn't there a way of working around
> the problem inside jsoncpp itself, so that we don't have to do this
> complicated reverse-dependency propagation ?

There is indeed a solution: remove the -pedantic flags from

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wconversion -Wshadow -Wextra -pedantic")

line in CMakeLists.txt. And it builds just fine. It seems a lot simpler
than propagating the reverse dependencies.

Could you submit a patch doing this ?

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list