From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH/next 1/1] package/boost: fix sparc build
Date: Sat, 28 Aug 2021 15:25:37 +0200 [thread overview]
Message-ID: <20210828132537.GJ2661@scaer> (raw)
In-Reply-To: <20210828105807.781836-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2021-08-28 12:58 +0200, Fabrice Fontaine spake thusly:
> Fix the following build failure on sparc raised since bump to version
> 1.77.0 in commit d39d8f7cee9b4634e6f490020204f63fae419e8e:
>
> ./boost/predef/architecture/sparc.h:37:38: error: missing ')' in expression
> 37 | # if !defined(BOOST_ARCH_SPARC) && (defined(__sparcv9) || defined(__sparc_v9__)
> | ^
>
> Fixes:
> - http://autobuild.buildroot.org/results/c1f15e3a0cefb7e65e5288fb4564d59a3b06a0bd
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to next, thanks.
Regards,
Yann E. MORIN.
> ---
> .../boost/0001-added-missing-brackets.patch | 29 +++++++++++++++++++
> 1 file changed, 29 insertions(+)
> create mode 100644 package/boost/0001-added-missing-brackets.patch
>
> diff --git a/package/boost/0001-added-missing-brackets.patch b/package/boost/0001-added-missing-brackets.patch
> new file mode 100644
> index 0000000000..1a2d5e67ec
> --- /dev/null
> +++ b/package/boost/0001-added-missing-brackets.patch
> @@ -0,0 +1,29 @@
> +From 1be0e4a2d8db15a405f64a6f65507b87c1be7e1a Mon Sep 17 00:00:00 2001
> +From: tkoecker <tkoecker@gmx.net>
> +Date: Fri, 21 May 2021 16:31:11 +0200
> +Subject: [PATCH] added missing brackets (#118)
> +
> +[Retrieved from:
> +https://github.com/boostorg/predef/commit/1be0e4a2d8db15a405f64a6f65507b87c1be7e1a]
> +Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> +---
> + include/boost/predef/architecture/sparc.h | 4 ++--
> + 1 file changed, 2 insertions(+), 2 deletions(-)
> +
> +diff --git a/boost/predef/architecture/sparc.h b/boost/predef/architecture/sparc.h
> +index d7b94f0..d01605e 100644
> +--- a/boost/predef/architecture/sparc.h
> ++++ b//boost/predef/architecture/sparc.h
> +@@ -34,10 +34,10 @@ Distributed under the Boost Software License, Version 1.0.
> +
> + #if defined(__sparc__) || defined(__sparc)
> + # undef BOOST_ARCH_SPARC
> +-# if !defined(BOOST_ARCH_SPARC) && (defined(__sparcv9) || defined(__sparc_v9__)
> ++# if !defined(BOOST_ARCH_SPARC) && (defined(__sparcv9) || defined(__sparc_v9__))
> + # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(9,0,0)
> + # endif
> +-# if !defined(BOOST_ARCH_SPARC) && (defined(__sparcv8) || defined(__sparc_v8__)
> ++# if !defined(BOOST_ARCH_SPARC) && (defined(__sparcv8) || defined(__sparc_v8__))
> + # define BOOST_ARCH_SPARC BOOST_VERSION_NUMBER(8,0,0)
> + # endif
> + # if !defined(BOOST_ARCH_SPARC)
> --
> 2.32.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot
prev parent reply other threads:[~2021-08-28 13:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-28 10:58 [Buildroot] [PATCH/next 1/1] package/boost: fix sparc build Fabrice Fontaine
2021-08-28 13:25 ` Yann E. MORIN [this message]
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=20210828132537.GJ2661@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.