public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [ANN] U-Boot v2015.01-rc1 released
Date: Wed, 12 Nov 2014 10:12:30 +0100	[thread overview]
Message-ID: <5463247E.3040600@gmail.com> (raw)
In-Reply-To: <20141110212938.GX24724@bill-the-cat>

Hi Tom,

On 11/10/2014 10:29 PM, Tom Rini wrote:
> Hey all,
> 
> I've pushed v2015.01-rc1 out to the repository and tarballs should exist
> soon.
> 
> The merge window is now closed.  Per both the min-summit and the follow
> up emails, I'm going to try and get into the every 2 week RC tagging
> groove.  And, I'm going to be relying on everyones best judgement about
> what level of changes they're going to put into a pull request to me.
> 
> When I do a buildman of most things I see:
>   blackfin: +   ip04
>        arm: +   Ippo_q8h_v5 novena openrd_base maxbcm openrd_ultimate openrd_client tricorder db-mv784mp-gp Linksprite_pcDuino3_fdt tricorder_flash cm_t3517

there must be something wrong:

---8<---
abiessmann at punisher % git describe
v2015.01-rc1-14-g63f7af9
abiessmann@punisher %
PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH
make O=/tmp/build-tricorder CROSS_COMPILE=arm-arm926ejs-linux-gnueabi-
-s -j16 tricorder_defconfig
In file included from scripts/kconfig/zconf.tab.c:2537:0:
/home/abiessmann/src/u-boot/scripts/kconfig/menu.c: In function
?get_symbol_str?:
/home/abiessmann/src/u-boot/scripts/kconfig/menu.c:590:18: warning:
?jump? may be used uninitialized in this function [-Wmaybe-uninitialized]
     jump->offset = strlen(r->s);
                  ^
/home/abiessmann/src/u-boot/scripts/kconfig/menu.c:551:19: note: ?jump?
was declared here
  struct jump_key *jump;
                   ^
#
# configuration written to .config
#
#
# configuration written to spl/.config
#
abiessmann at punisher %
PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH
make O=/tmp/build-tricorder CROSS_COMPILE=arm-arm926ejs-linux-gnueabi-
-s -j16
PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH
make    36.56s user 1.68s system 404% cpu 9.463 total
abiessmann at punisher % rm -rf /tmp/build-tricorder
abiessmann at punisher %
PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH
make O=/tmp/build-tricorder CROSS_COMPILE=arm-arm926ejs-linux-gnueabi-
-s -j16 tricorder_flash_defconfig
In file included from scripts/kconfig/zconf.tab.c:2537:0:
/home/abiessmann/src/u-boot/scripts/kconfig/menu.c: In function
?get_symbol_str?:
/home/abiessmann/src/u-boot/scripts/kconfig/menu.c:590:18: warning:
?jump? may be used uninitialized in this function [-Wmaybe-uninitialized]
     jump->offset = strlen(r->s);
                  ^
/home/abiessmann/src/u-boot/scripts/kconfig/menu.c:551:19: note: ?jump?
was declared here
  struct jump_key *jump;
                   ^
#
# configuration written to .config
#
#
# configuration written to spl/.config
#
abiessmann at punisher %
PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH
make O=/tmp/build-tricorder CROSS_COMPILE=arm-arm926ejs-linux-gnueabi-
-s -j16
PATH=/opt/CS.Toolchain-0.3.0-rc1/arm-arm926ejs-linux-gnueabi/bin:$PATH
make    35.62s user 1.58s system 526% cpu 7.063 total
abiessmann at punisher %
abiessmann at punisher % ./tools/buildman/buildman -o /tmp/testbuild -c 1
-b master tricorder
boards.cfg is up to date. Nothing to do.
Building 1 commit for 2 boards (2 threads, 4 jobs per thread)
Cloning repo for thread 0
Cloning repo for thread 1
    2    0    0 /2      0:00:10  : tricorder
./tools/buildman/buildman -o /tmp/testbuild -c 1 -b master tricorder
73.72s user 4.00s system 338% cpu 22.986 total
abiessmann at punisher %
--->8---

Best regards

Andreas Bie?mann

  parent reply	other threads:[~2014-11-12  9:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-10 21:29 [U-Boot] [ANN] U-Boot v2015.01-rc1 released Tom Rini
2014-11-11 10:44 ` Masahiro Yamada
2014-11-12  9:12 ` Andreas Bießmann [this message]
2014-11-12 17:04   ` Tom Rini
2014-11-12 21:10     ` Tom Rini
2014-11-12 22:16       ` Tom Rini
2014-11-13 15:34         ` Tom Rini
2014-11-12 18:24 ` Nikita Kiryanov
2014-11-12 18:54   ` Tom Rini
2014-11-13  9:46 ` Stefano Babic
2014-11-13 10:06   ` Marek Vasut
2014-11-13 15:15 ` Dirk Eibach
2014-11-14 10:48 ` Valentin Longchamp

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=5463247E.3040600@gmail.com \
    --to=andreas.devel@googlemail.com \
    --cc=u-boot@lists.denx.de \
    /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