Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Stefan Fröberg" <stefan.froberg@petroprogram.com>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2013-03-09
Date: Sun, 10 Mar 2013 14:44:49 +0200	[thread overview]
Message-ID: <513C8041.9030103@petroprogram.com> (raw)
In-Reply-To: <20130310073527.D510B430447@lolut.humanoidz.org>



> Build 6a01adcf1bda008994c3a1e17e36590abe70b11d
> ==============================================
>
> Status         : NOK
> Failure reason : boost-1.52.0
> Architecture   : x86_64
> Submitted by   : Thomas Petazzoni (Free Electrons build server)
> Submitted at   : 2013-03-09 16:26:48
> Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=8d3f97257ffb9ed89761f503014f0e3375f2d6a3
> End of log     : http://autobuild.buildroot.net/results/6a01adcf1bda008994c3a1e17e36590abe70b11d/build-end.log
> Complete log   : http://autobuild.buildroot.net/results/6a01adcf1bda008994c3a1e17e36590abe70b11d/build.log.bz2
> Configuration  : http://autobuild.buildroot.net/results/6a01adcf1bda008994c3a1e17e36590abe70b11d/config
> Defconfig      : http://autobuild.buildroot.net/results/6a01adcf1bda008994c3a1e17e36590abe70b11d/defconfig
>

This could maybe fix that (from:
https://svn.boost.org/trac/boost/query?status=!closed&page=8&order=type&row=description)

diff -ruN boost_1_49_0.orig/libs/locale/src/icu/formatter.cpp boost_1_49_0/libs/locale/src/icu/formatter.cpp
--- boost_1_49_0.orig/libs/locale/src/icu/formatter.cpp 2011-07-12 14:57:36.000000000 +0100
+++ boost_1_49_0/libs/locale/src/icu/formatter.cpp      2012-05-01 14:27:54.000000000 +0100
@@ -58,7 +58,7 @@
             virtual string_type format(int64_t value,size_t &code_points) const
             {
                 icu::UnicodeString tmp;
-                icu_fmt_->format(value,tmp);
+                icu_fmt_->format(::int64_t(value),tmp);
                 code_points=tmp.countChar32();
                 return cvt_.std(tmp);
             }



Regards
Stefan

      reply	other threads:[~2013-03-10 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-10  7:35 [Buildroot] [autobuild.buildroot.net] Build results for 2013-03-09 Thomas Petazzoni
2013-03-10 12:44 ` Stefan Fröberg [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=513C8041.9030103@petroprogram.com \
    --to=stefan.froberg@petroprogram.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