All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: Saul Wold <sgw@linux.intel.com>,
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/3] boost/bjam-native: Upgrade to 1.58.0
Date: Fri, 29 May 2015 09:59:20 +0800	[thread overview]
Message-ID: <5567C7F8.1020003@windriver.com> (raw)
In-Reply-To: <282662bc963d23782bb7c09425fec988fd4b6a69.1432308259.git.sgw@linux.intel.com>


Hi Saul,

Got errors on qemumips:

$ MACHINE=qemumips bitbake boost

gcc.compile.c++ 
bin.v2/libs/system/build/gcc-4.3.1/release/threading-multi/error_code.o
mips-poky-linux-g++: error: unrecognized command line option '-m32'

     "mips-poky-linux-g++" "-meb" "-mabi=32" "-mhard-float" "-march=mips32r2" 
"-Wl,-O1" "-Wl,--as-needed" 
"--sysroot=/buildarea/lyang1/test_x11/tmp/sysroots/qemumips" 
-ftemplate-depth-128  -O2 -pipe -g -feliminate-unused-debug-types 
-fvisibility-inlines-hidden -O3 -finline-functions -Wno-inline -Wall -pedantic 
-pthread -fPIC -m32  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG 
-I"." -c -o 
"bin.v2/libs/system/build/gcc-4.3.1/release/threading-multi/error_code.o" 
"libs/system/src/error_code.cpp"

...failed gcc.compile.c++ 
bin.v2/libs/system/build/gcc-4.3.1/release/threading-multi/error_code.o...
common.mkdir bin.v2/libs/date_time/build/gcc-4.3.1
common.mkdir bin.v2/libs/filesystem/build/gcc-4.3.1
common.mkdir bin.v2/libs/regex/build/gcc-4.3.1/release/link-static
gcc.compile.c++ 
bin.v2/libs/regex/build/gcc-4.3.1/release/threading-multi/c_regex_traits.o
mips-poky-linux-g++: error: unrecognized command line option '-m32'

     "mips-poky-linux-g++" "-meb" "-mabi=32" "-mhard-float" "-march=mips32r2" 
"-Wl,-O1" "-Wl,--as-needed" 
"--sysroot=/buildarea/lyang1/test_x11/tmp/sysroots/qemumips" 
-ftemplate-depth-128  -O2 -pipe -g -feliminate-unused-debug-types 
-fvisibility-inlines-hidden -O3 -finline-functions -Wno-inline -Wall -pedantic 
-pthread -fPIC -m32  -DBOOST_ALL_NO_LIB=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG 
-I"." -c -o 
"bin.v2/libs/regex/build/gcc-4.3.1/release/threading-multi/c_regex_traits.o" 
"libs/regex/build/../src/c_regex_traits.cpp"

...failed gcc.compile.c++ 
bin.v2/libs/regex/build/gcc-4.3.1/release/threading-multi/c_regex_traits.o...
gcc.compile.c++ 
bin.v2/libs/regex/build/gcc-4.3.1/release/threading-multi/cpp_regex_traits.o
mips-poky-linux-g++: error: unrecognized command line option '-m32'

// Robert

On 05/22/2015 11:26 PM, Saul Wold wrote:
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
>   .../boost/{bjam-native_1.57.0.bb => bjam-native_1.58.0.bb}            | 0
>   meta/recipes-support/boost/{boost-1.57.0.inc => boost-1.58.0.inc}     | 4 ++--
>   meta/recipes-support/boost/{boost_1.57.0.bb => boost_1.58.0.bb}       | 0
>   3 files changed, 2 insertions(+), 2 deletions(-)
>   rename meta/recipes-support/boost/{bjam-native_1.57.0.bb => bjam-native_1.58.0.bb} (100%)
>   rename meta/recipes-support/boost/{boost-1.57.0.inc => boost-1.58.0.inc} (83%)
>   rename meta/recipes-support/boost/{boost_1.57.0.bb => boost_1.58.0.bb} (100%)
>
> diff --git a/meta/recipes-support/boost/bjam-native_1.57.0.bb b/meta/recipes-support/boost/bjam-native_1.58.0.bb
> similarity index 100%
> rename from meta/recipes-support/boost/bjam-native_1.57.0.bb
> rename to meta/recipes-support/boost/bjam-native_1.58.0.bb
> diff --git a/meta/recipes-support/boost/boost-1.57.0.inc b/meta/recipes-support/boost/boost-1.58.0.inc
> similarity index 83%
> rename from meta/recipes-support/boost/boost-1.57.0.inc
> rename to meta/recipes-support/boost/boost-1.58.0.inc
> index 809419d..0bae81b 100644
> --- a/meta/recipes-support/boost/boost-1.57.0.inc
> +++ b/meta/recipes-support/boost/boost-1.58.0.inc
> @@ -13,7 +13,7 @@ BOOST_P = "boost_${BOOST_VER}"
>
>   SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2"
>
> -SRC_URI[md5sum] = "1be49befbdd9a5ce9def2983ba3e7b76"
> -SRC_URI[sha256sum] = "910c8c022a33ccec7f088bd65d4f14b466588dda94ba2124e78b8c57db264967"
> +SRC_URI[md5sum] = "b8839650e61e9c1c0a89f371dd475546"
> +SRC_URI[sha256sum] = "fdfc204fc33ec79c99b9a74944c3e54bd78be4f7f15e260c0e2700a36dc7d3e5"
>
>   S = "${WORKDIR}/${BOOST_P}"
> diff --git a/meta/recipes-support/boost/boost_1.57.0.bb b/meta/recipes-support/boost/boost_1.58.0.bb
> similarity index 100%
> rename from meta/recipes-support/boost/boost_1.57.0.bb
> rename to meta/recipes-support/boost/boost_1.58.0.bb
>


  reply	other threads:[~2015-05-29  1:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-22 15:26 [PATCH 0/3] More package upgrades Saul Wold
2015-05-22 15:26 ` [PATCH 1/3] boost/bjam-native: Upgrade to 1.58.0 Saul Wold
2015-05-29  1:59   ` Robert Yang [this message]
2015-05-22 15:26 ` [PATCH 2/3] libassuan: Upgrade to 2.2.1 Saul Wold
2015-05-22 15:26 ` [PATCH 3/3] npth: Upgrade to 1.2 Saul Wold

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=5567C7F8.1020003@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=sgw@linux.intel.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.