From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/6] boost: do not allow boost-log on PowerPC with uClibc
Date: Sat, 16 May 2015 15:08:43 +0200 [thread overview]
Message-ID: <87vbfsbrfo.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1431714233-24324-2-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Fri, 15 May 2015 20:23:49 +0200")
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
> The build of boost-log with a uClibc toolchain on PowerPC fails with
> some weird C++ issues. Since nobody ever looked into this problem,
> let's "fix" the autobuilder issue by not allowing to select boost-log
> in such a situation.
> Fixes:
> http://autobuild.buildroot.net/results/13b43105caf4d3952de70030b51f8d96cf6604ee/
> (and many, many similar build failures)
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> package/boost/Config.in | 3 +++
> 1 file changed, 3 insertions(+)
> diff --git a/package/boost/Config.in b/package/boost/Config.in
> index 0ed8dd2..e1b567d 100644
> --- a/package/boost/Config.in
> +++ b/package/boost/Config.in
> @@ -99,6 +99,9 @@ comment "boost-locale needs a toolchain w/ wchar"
> config BR2_PACKAGE_BOOST_LOG
> bool "boost-log"
> depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
> + # for some reason, uClibc on PowerPC fails to build the boost
> + # log module
> + depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
> comment "boost-log needs a toolchain w/ NPTL"
> depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
You forgot to add that dependency to the comment below. Committed with
that fixed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2015-05-16 13:08 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-15 18:23 [Buildroot] [PATCH 1/6] boost: disable on NIOS 2 with broken toolchains Thomas Petazzoni
2015-05-15 18:23 ` [Buildroot] [PATCH 2/6] boost: do not allow boost-log on PowerPC with uClibc Thomas Petazzoni
2015-05-16 13:08 ` Peter Korsgaard [this message]
2015-05-15 18:23 ` [Buildroot] [PATCH 3/6] mosquitto: disable with broken NIOS 2 toolchains Thomas Petazzoni
2015-05-16 13:09 ` Peter Korsgaard
2015-05-15 18:23 ` [Buildroot] [PATCH 4/6] postgresql: mark as not available for static linking Thomas Petazzoni
2015-05-16 13:12 ` Peter Korsgaard
2015-05-16 13:32 ` Thomas Petazzoni
2015-05-16 13:36 ` Peter Korsgaard
2015-05-15 18:23 ` [Buildroot] [PATCH 5/6] qt5base: rename patch to avoid conflict on 0002 Thomas Petazzoni
2015-05-16 13:13 ` Peter Korsgaard
2015-05-15 18:23 ` [Buildroot] [PATCH 6/6] qt5base: add patch to fix gold linker issue Thomas Petazzoni
2015-05-16 13:13 ` Peter Korsgaard
2015-05-16 13:31 ` Thomas Petazzoni
2015-05-16 13:35 ` Peter Korsgaard
2015-05-16 7:26 ` [Buildroot] [PATCH 1/6] boost: disable on NIOS 2 with broken toolchains Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vbfsbrfo.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox