Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] basic Qt questions
From: Zoltan Gyarmati @ 2012-11-07 13:31 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352292973.99906.YahooMailNeo@web164602.mail.gq1.yahoo.com>

Hi Zoran,

yes, you can use easily the Linux framebuffer, and also there is a
-> Package Selection for the target
? -> Graphic libraries and applications (graphic/text)
? -> Qt (BR2_PACKAGE_QT [=y])
? ->BR2_PACKAGE_QT_DEMOS

what you can select, and xou can test your fb configuration with the 
applications listed in the qt-4.8.3/demos/embedded library in the Qt 
source tree

The color depth could be a pitfall here, you have to check
the color depth according to your framebuffer settings here:

-> Package Selection for the target
? -> Graphic libraries and applications (graphic/text)
? -> Qt (BR2_PACKAGE_QT [=y])
? -> Gui Module (BR2_PACKAGE_QT_GUI_MODULE [=y])
? -> Pixel depths

about the rest of the drivers you can read a summary here: 
http://doc.qt.digia.com/qt/qt-embedded-displaymanagement.html

good luck!
--
Zoltan Gyarmati


On 11/07/2012 01:56 PM, Zoran Djordjevic wrote:
> I've build linux with GTK support and now I want to try Qt.
> I was using TinyX with frame buffer support. So I have directfb
> options selected in "Graphic libraries and application" menu.
> What I am interested about is the opitons
> (meaning + what to choose) regarding Qt->Graphics drivers
> menu (Linux Framebuffer is default choise but what the rest mean).
> Also is there some Qt samples that could be also built - like
> it was the case with GTK samples ?
> Regards
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply

* [Buildroot] basic Qt questions
From: Zoran Djordjevic @ 2012-11-07 12:56 UTC (permalink / raw)
  To: buildroot

I've build linux with GTK support and now I want to try Qt.
I was using TinyX with frame buffer support. So I have directfb
options selected in "Graphic libraries and application" menu.
What I am interested about is the opitons 
(meaning + what to choose) regarding Qt->Graphics drivers 
menu (Linux Framebuffer is default choise but what the rest mean).
Also is there some Qt samples that could be also built - like 
it was the case with GTK samples ?
?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121107/928043ad/attachment.html>

^ permalink raw reply

* [Buildroot] buildroot for AM3358 AM3359 with wireless-tools shared library
From: Jürgen Benjamin Ronshausen @ 2012-11-07 11:04 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <5091AF07.5040803@mind.be>

sorry it took me so long.

regards J?rgen

output/toolchain/gcc-4.6.3-intermediate/gcc/config.status

http://pastebin.com/fLGkJmKi

config.log

http://pastebin.com/WEZd2w7n

auto-host.h

http://pastebin.com/sJZXZvAN

On Thu, 2012-11-01 at 00:06 +0100, Arnout Vandecappelle wrote:
> On 10/31/12 12:30, J?rgen Benjamin Ronshausen wrote:
> > logfile1's size is 3MB, to big for pastebin, so i uploaded both to
> > github
> >
> > https://github.com/steven11/the-hunt-for-wireless-tools
> 
>   gcc-intermediate's config thinks that largefile is enabled...  Can you post
> output/toolchain/gcc-4.6.3-intermediate/gcc/config.status, config.log and
> auto-host.h?
> 
>   BTW what kind of build machine do you use?
> 
>   Regards,
>   Arnout

^ permalink raw reply

* [Buildroot] [PATCH] cpio/initramfs: clarify their use in the help text
From: Peter Korsgaard @ 2012-11-07 10:48 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352245308-10348-1-git-send-email-arnout@mind.be>

>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 Arnout> Recent mails on the list show that it is not very clear how to create
 Arnout> an initial RAM fs with buildroot.  So make this more explicit in the
 Arnout> cpio and initramfs help texts.  Hopefully this will reduce the /init
 Arnout> debugging we have to do.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] cpio/initramfs: clarify their use in the help text
From: Peter Korsgaard @ 2012-11-07 10:48 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=7e61918f9d5d3c5bc1fb435ae9e6c8013cf5ab07
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Recent mails on the list show that it is not very clear how to create
an initial RAM fs with buildroot.  So make this more explicit in the
cpio and initramfs help texts.  Hopefully this will reduce the /init
debugging we have to do.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 fs/cpio/Config.in      |   11 ++++++++---
 fs/initramfs/Config.in |    2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/fs/cpio/Config.in b/fs/cpio/Config.in
index 374cfe0..0669a44 100644
--- a/fs/cpio/Config.in
+++ b/fs/cpio/Config.in
@@ -1,14 +1,19 @@
 config BR2_TARGET_ROOTFS_CPIO
-	bool "cpio the root filesystem"
+	bool "cpio the root filesystem (for use as an initial RAM filesystem)"
 	help
-	  Build a cpio archive of the root filesystem
+	  Build a cpio archive of the root filesystem.  This is typically
+	  used for an initial RAM filesystem that is passed to the kernel
+	  by the bootloader.
 
 choice
         prompt "Compression method"
         default BR2_TARGET_ROOTFS_CPIO_NONE
         depends on BR2_TARGET_ROOTFS_CPIO
         help
-          Select compressor for cpio filesystem of the root filesystem
+          Select compressor for cpio filesystem of the root filesystem.
+          If you use the cpio archive as an initial RAM filesystem, make
+          sure the kernel contains the decompression algorithm selected
+          here.
 
 config BR2_TARGET_ROOTFS_CPIO_NONE
         bool "no compression"
diff --git a/fs/initramfs/Config.in b/fs/initramfs/Config.in
index bbc2ab0..22066ee 100644
--- a/fs/initramfs/Config.in
+++ b/fs/initramfs/Config.in
@@ -1,5 +1,5 @@
 config BR2_TARGET_ROOTFS_INITRAMFS
-	bool "initramfs for initial ramdisk of linux kernel"
+	bool "initial RAM filesystem linked into linux kernel"
 	depends on BR2_LINUX_KERNEL
 	select BR2_TARGET_ROOTFS_CPIO
 	help

^ permalink raw reply related

* [Buildroot] [PATCH] boost: bump to version 1.52.0
From: Victor Hiairrassary @ 2012-11-07 10:41 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352224420-14184-1-git-send-email-victor.hiairrassary.ml@gmail.com>

Hi,

This is the first time I send a patch to an open source project! The next patch bump boost version to 1.52.0.

For that, I needed to add dependance on BR2_LARGEFILE and exclude the new context lib.

Thanks for buildroot! :)


Le 6 nov. 2012 ? 18:53, Victor Hiairrassary <victor.hiairrassary.ml@gmail.com> a ?crit :

> From: mecanix <victor.hiairrassary.ml@gmail.com>
> 
> ---
> package/boost/Config.in | 4 ++++
> package/boost/boost.mk  | 4 ++--
> 2 files changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/package/boost/Config.in b/package/boost/Config.in
> index 8798367..58e62a0 100644
> --- a/package/boost/Config.in
> +++ b/package/boost/Config.in
> @@ -1,9 +1,13 @@
> comment "boost requires a toolchain with C++ support enabled"
>    depends on !BR2_INSTALL_LIBSTDCPP
> 
> +comment "boost requires a toolchain with large file support enabled"
> +    depends on !BR2_LARGEFILE
> +
> config BR2_PACKAGE_BOOST
>    bool "boost"
>    depends on BR2_INSTALL_LIBSTDCPP
> +    depends on BR2_LARGEFILE
>    select BR2_PACKAGE_BZIP2
>    select BR2_PACKAGE_ZLIB
>    help
> diff --git a/package/boost/boost.mk b/package/boost/boost.mk
> index 64856bc..005c7ca 100644
> --- a/package/boost/boost.mk
> +++ b/package/boost/boost.mk
> @@ -4,7 +4,7 @@
> #
> #############################################################
> 
> -BOOST_VERSION = 1.49.0
> +BOOST_VERSION = 1.52.0
> BOOST_FILE_VERSION = $(subst .,_,$(BOOST_VERSION))
> BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2
> BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
> @@ -15,7 +15,7 @@ TARGET_CC_VERSION = $(shell $(TARGET_CC) -dumpversion)
> BOOST_DEPENDENCIES = bzip2 zlib
> 
> BOOST_FLAGS =
> -BOOST_WITHOUT_FLAGS = python
> +BOOST_WITHOUT_FLAGS = python context
> 
> BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_CHRONO),,chrono)
> BOOST_WITHOUT_FLAGS += $(if $(BR2_PACKAGE_BOOST_DATE_TIME),,date_time)
> -- 
> 1.8.0
> 

^ permalink raw reply

* [Buildroot] [PATCH] add new package fxload
From: Jeremy Rosen @ 2012-11-07 10:00 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <87zk2teo8w.fsf@dell.be.48ers.dk>

yay, my first commit to buildroot :)

fight key loggers : write some perl using vim

----- Mail original -----
> De: "Peter Korsgaard" <jacmet@uclibc.org>
> ?: "J?r?my Rosen" <jeremy.rosen@openwide.fr>
> Cc: buildroot at busybox.net
> Envoy?: Mercredi 7 Novembre 2012 10:49:51
> Objet: Re: [PATCH] add new package fxload
> 
> >>>>> "J?r?my" == J?r?my Rosen <jeremy.rosen@openwide.fr> writes:
> 
>  J?r?my> Signed-off-by: J?r?my Rosen <jeremy.rosen@openwide.fr>
>  J?r?my> ---
>  J?r?my> v2: Incorporated comments from Arnout,
> 
> Committed, thanks.
> 
> --
> Bye, Peter Korsgaard
> 

^ permalink raw reply

* [Buildroot] new perl build issue
From: Alexander Khryukin @ 2012-11-07  9:53 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CABtOAfzB6QG++n-pDmpUAp94d6g_6FZO9oCqfXRmej_jdJ-gQQ@mail.gmail.com>

2012/11/7 Alexander Khryukin <alexander@mezon.ru>

>
>
> 2012/11/5 Fran?ois Perrad <francois.perrad@gadz.org>
>
>> 2012/11/5 Alexander Khryukin <alexander@mezon.ru>:
>> >
>> >
>> > 2012/11/5 Alexander Khryukin <alexander@mezon.ru>
>> >>
>> >>
>> >>
>> >> 2012/11/5 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
>> >>>
>> >>>
>> >>> On Sun, 4 Nov 2012 20:41:45 +0100, Fran?ois Perrad wrote:
>> >>>
>> >>> > this afternoon, Thomas has posted 3 patches for qemu (see
>> >>> > http://patchwork.ozlabs.org/patch/197055/).
>> >>> > Alexander, try to rebuild host-qemu with them.
>> >>>
>> >>> Unfortunately, none of those patches have a chance to fix Alexander's
>> >>> problem. My patches only fix missing dependencies.
>> >>>
>> >>> Also, could you have a look at http://autobuild.buildroot.org/ for
>> perl
>> >>> build failures? It seems like Qemu doesn't start properly on some
>> >>> platforms, for some reason.
>> >>>
>> >>> Thomas
>> >>> --
>> >>> Thomas Petazzoni, Free Electrons
>> >>> Kernel, drivers, real-time and embedded Linux
>> >>> development, consulting, training and support.
>> >>> http://free-electrons.com
>> >>
>> >>
>> >>
>> >> I applied your patch but looks it not helps me.
>> >>
>> >> http://pastie.org/5188031
>> >
>> >
>> >
>> > Also if i compile it by my default system gcc it's ok
>> >
>> >
>> > [fdkit at kvm-host UU]$ gcc try.c
>> > [fdkit at kvm-host UU]$ ls ./a.out
>> > ./a.out*
>> > [fdkit at kvm-host UU]$ ./a.out
>> > Ok
>> >
>>
>> Alexander,
>>
>> the 'qemu-arm' built by Buildroot doesn't work properly.
>> could you try this workaround ?
>> 1) install a 'qemu-arm' with your distro package manager,
>>      $ apt-get install qemu-kvm-extras # or equivalent
>> 2) apply this patch :
>> --- a/package/perl/perl.mk
>> +++ b/package/perl/perl.mk
>> @@ -22,7 +22,7 @@ endif
>>
>>  PERL_CONF_OPT = -des \
>>                 -Dusecrosscompile \
>> -               -Dtargetrun=$(QEMU_USER) \
>> +               -Dtargetrun=qemu-arm \
>>                 -Dqemulib=$(STAGING_DIR) \
>>                 -Dar="$(TARGET_AR)" \
>>                 -Dcc="$(TARGET_CC)" \
>>
>> Fran?ois
>>
>
>
> I migrated my build system to fresh linux installation with 3.5.1 kernel
>  Linux localhost.localdomain 3.5.1-nrj-desktop-1mib #1 SMP PREEMPT Tue Aug
> 14 11:57:05 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
>
> Applied your patch, and problem still here.
>
> http://pastie.org/5336882
>
>


Bump!
I don't know how to solve it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121107/531b60f2/attachment.html>

^ permalink raw reply

* [Buildroot] [PATCH] add new package fxload
From: Peter Korsgaard @ 2012-11-07  9:49 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352199012-7746-1-git-send-email-jeremy.rosen@openwide.fr>

>>>>> "J?r?my" == J?r?my Rosen <jeremy.rosen@openwide.fr> writes:

 J?r?my> Signed-off-by: J?r?my Rosen <jeremy.rosen@openwide.fr>
 J?r?my> ---
 J?r?my> v2: Incorporated comments from Arnout,

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] add new package fxload
From: Peter Korsgaard @ 2012-11-07  8:41 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=7103905fdeb4a92e4572045e16396e53cd1bf749
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: J??r??my Rosen <jeremy.rosen@openwide.fr>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/Config.in        |    1 +
 package/fxload/Config.in |    9 +++++++++
 package/fxload/fxload.mk |   19 +++++++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/package/Config.in b/package/Config.in
index e531c41..bcd1b47 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -211,6 +211,7 @@ source "package/flashrom/Config.in"
 source "package/fconfig/Config.in"
 source "package/fis/Config.in"
 source "package/fmtools/Config.in"
+source "package/fxload/Config.in"
 source "package/gadgetfs-test/Config.in"
 source "package/gdisk/Config.in"
 source "package/gpsd/Config.in"
diff --git a/package/fxload/Config.in b/package/fxload/Config.in
new file mode 100644
index 0000000..ac190f0
--- /dev/null
+++ b/package/fxload/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_FXLOAD
+	bool "fxload"
+	help
+	  This program is conveniently able to download firmware into FX, FX2,
+	  and FX2LP EZ-USB devices, as well as the original AnchorChips EZ-USB.
+	  It is intended to be invoked by hotplug scripts when the unprogrammed
+	  device appears on the bus.
+
+	  http://sourceforge.net/projects/linux-hotplug/
diff --git a/package/fxload/fxload.mk b/package/fxload/fxload.mk
new file mode 100644
index 0000000..1b5e8c7
--- /dev/null
+++ b/package/fxload/fxload.mk
@@ -0,0 +1,19 @@
+#############################################################
+#
+# fxload
+#
+#############################################################
+FXLOAD_VERSION = 2008_10_13
+FXLOAD_SITE = http://downloads.sourceforge.net/project/linux-hotplug/fxload/$(FXLOAD_VERSION)
+FXLOAD_LICENSE = GPLv2+
+FXLOAD_LICENSE_FILE = COPYING
+
+define FXLOAD_BUILD_CMDS
+    $(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
+endef
+
+define FXLOAD_INSTALL_TARGET_CMDS
+    $(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) prefix=$(TARGET_DIR) -C $(@D) install
+endef
+
+$(eval $(generic-package))

^ permalink raw reply related

* [Buildroot] [PATCHv2 03/10] ctng: add ctng-update-config target
From: Luca Ceresoli @ 2012-11-07  8:28 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <509A1918.5010109@mind.be>

Arnout Vandecappelle wrote:
> On 07/11/12 09:12, Luca Ceresoli wrote:
>> Arnout Vandecappelle (Essensium/Mind) wrote:
>>> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>>>
>>> Analogous to linux-update-config and friends.
>>>
>>> Also update documentation.
>>>
>>> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
>>
>> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
>
>   I guess you mean Acked-by?

Oops, of course.

Sorry,
Luca

^ permalink raw reply

* [Buildroot] [PATCHv2 03/10] ctng: add ctng-update-config target
From: Arnout Vandecappelle @ 2012-11-07  8:17 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <509A17D5.6090201@lucaceresoli.net>

On 07/11/12 09:12, Luca Ceresoli wrote:
> Arnout Vandecappelle (Essensium/Mind) wrote:
>> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>>
>> Analogous to linux-update-config and friends.
>>
>> Also update documentation.
>>
>> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
>
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

  I guess you mean Acked-by?

  Regards,
  Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply

* [Buildroot] [PATCHv2 10/10] Make savedefconfig save to a configured file.
From: Luca Ceresoli @ 2012-11-07  8:14 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351063027-13800-11-git-send-email-arnout@mind.be>

Arnout Vandecappelle (Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>
> Store BR2_DEFCONFIG in .config, and use it to update the original input
> defconfig file after updating the configuration.  When a config is
> created by using the BR2_DEFCONFIG=... option, this is saved in the
> .config file; later runs of savedefconfig will update that same location.
> It is also possible to configure this place in the interactive
> configuration.
>
> The BR2_DEFCONFIG value itself is not saved into the generated
> defconfig, since Kconfig considers it at its default. This is
> intentional, to avoid hard-coding an absolute path in the defconfig.
> It will anyway be set again when the defconfig is used with the
> 'make BR2_DEFCONFIG=... defconfig' command.
>
> As a side-effect of this change, the *config options have been moved out
> of the BR2_HAVE_DOT_CONFIG condition.  This doesn't make any functional
> difference, because the .config is still not read for the *config targets.
> However, the defconfig and savedefconfig targets do need to include
> .config now, which makes them slightly slower.
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

...snip...

> diff --git a/docs/manual/customize-store.txt b/docs/manual/customize-store.txt
> index 05d1061..77b079c 100644
> --- a/docs/manual/customize-store.txt
> +++ b/docs/manual/customize-store.txt
> @@ -163,6 +163,7 @@ the buildroot tree).
>      * +BR2_TOOLCHAIN_CTNG_CONFIG+
>      * +BR2_UCLIBC_CONFIG+
>      * +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_CONFIG_FILE+
> +1. Set +BR2_DEFCONFIG+ to +<path-to-board-directory>/buildroot.config+

I've always been saving my Buildroot board config in configs/, to allow
me to startup from a clean working copy with a simple:
   make myboard_defconfig

The location you suggest requires a bit more typing, but it is probably
cleaner, and it does not prevent me to continue my way... so:

Acked-by: Luca Ceresoli <luca@lucaceresoli.net>

Luca

^ permalink raw reply

* [Buildroot] [PATCHv2 09/10] uClibc: update-all-config shouldn't update default uClibc config
From: Luca Ceresoli @ 2012-11-07  8:13 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351063027-13800-10-git-send-email-arnout@mind.be>

Arnout Vandecappelle (Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>
> The new update-all-config target will update the uClibc config file
> if BR2_UCLIBC_CONFIG is set, even if it is set to the default value
> in toolchain/uClibc/uClibc-xxx.config.
>
> To avoid this, set the default BR2_UCLIBC_CONFIG to empty, and select
> a default to use in the .mk file.
>
> Note that uclibc-update-config will still overwrite the default file
> in toolchain/uClibc/uClibc-xxx.config - presumably it's intentional.
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Acked-by: Luca Ceresoli <luca@lucaceresoli.net>

Luca

^ permalink raw reply

* [Buildroot] [PATCHv2 08/10] crosstool-ng: update-all-config shouldn't update default crosstool-ng config
From: Luca Ceresoli @ 2012-11-07  8:13 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351063027-13800-9-git-send-email-arnout@mind.be>

Arnout Vandecappelle (Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>
> The new update-all-config target will update the ctng config file
> if BR2_TOOLCHAIN_CTNG_CONFIG is set, even if it is set to the
> default value in toolchain/toolchain-crosstool-ng/crosstool-ng.config-xxx
>
> To avoid this, set the default BR2_TOOLCHAIN_CTNG_CONFIG to empty,
> and select a default to use in the .mk file.
>
> Note that ctng-update-config will still overwrite the default
> file in toolchain/toolchain-crosstool-ng/crosstool-ng.config-xxx -
> presumably it's intentional.
>
> Also factored out the often-qstripped BR2_TOOLCHAIN_CTNG_LIBC (thereby
> adding a few missing qstrips).
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Acked-by: Luca Ceresoli

Luca

^ permalink raw reply

* [Buildroot] [PATCHv2 07/10] busybox: update-all-config shouldn't update default busybox config
From: Luca Ceresoli @ 2012-11-07  8:13 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351063027-13800-8-git-send-email-arnout@mind.be>

Arnout Vandecappelle (Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>
> The new update-all-config target will update the busybox config file
> if BR2_PACKAGE_BUSYBOX_CONFIG is set, even if it is set to the
> default value in package/busybox/busybox-xxx.config.
>
> To avoid this, set the default BR2_PACKAGE_BUSYBOX_CONFIG to empty,
> and select a default to use in the .mk file.
>
> Note that busybox-update-config will still overwrite the default
> file in package/busybox/busybox-xxx.config - presumably it's
> intentional.
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
>   package/busybox/Config.in  |    7 ++-----
>   package/busybox/busybox.mk |    9 +++++----
>   2 files changed, 7 insertions(+), 9 deletions(-)
>
> diff --git a/package/busybox/Config.in b/package/busybox/Config.in
> index dedcf18..0b77872 100644
> --- a/package/busybox/Config.in
> +++ b/package/busybox/Config.in
> @@ -40,15 +40,12 @@ config BR2_BUSYBOX_VERSION
>
>   config BR2_PACKAGE_BUSYBOX_CONFIG
>   	string "BusyBox configuration file to use?"
> -	default "package/busybox/busybox-1.20.x.config" if BR2_PACKAGE_BUSYBOX_SNAPSHOT
> -	default "package/busybox/busybox-1.18.x.config" if BR2_BUSYBOX_VERSION_1_18_X
> -	default "package/busybox/busybox-1.19.x.config" if BR2_BUSYBOX_VERSION_1_19_X
> -	default "package/busybox/busybox-1.20.x.config" if BR2_BUSYBOX_VERSION_1_20_X
> +	default ""
>   	help
>   	  Some people may wish to use their own modified BusyBox configuration
>   	  file, and will specify their config file location with this option.
>
> -	  Most people will just use the default BusyBox configuration file.
> +	  If left empty, a default configuration file is used.
>
>   config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
>   	bool "Show packages that are also provided by busybox"
> diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
> index c73d0d0..5c54319 100644
> --- a/package/busybox/busybox.mk
> +++ b/package/busybox/busybox.mk
> @@ -6,9 +6,11 @@
>
>   ifeq ($(BR2_PACKAGE_BUSYBOX_SNAPSHOT),y)
>   BUSYBOX_VERSION = snapshot
> +BUSYBOX_CONFIG_VERSION = 1.20
>   BUSYBOX_SITE = http://www.busybox.net/downloads/snapshots
>   else
>   BUSYBOX_VERSION = $(call qstrip,$(BR2_BUSYBOX_VERSION))
> +BUSYBOX_CONFIG_VERSION = $(subst $(space),.,$(wordlist 1,2,$(subst .,$(space),$(BUSYBOX_VERSION))))

Smart! But maybe not obvious at first sight, so I'd add a brief
explanatory comment such as:
# strip bugfix number, e.g.: 1.20.3 -> 1.20

Up to here you're automating the config filename handling, not doing
anything related to update-config. It may be worth splitting the patch,
although the changed lines are very few.

>   BUSYBOX_SITE = http://www.busybox.net/downloads
>   endif
>   BUSYBOX_SOURCE = busybox-$(BUSYBOX_VERSION).tar.bz2
> @@ -27,9 +29,8 @@ BUSYBOX_MAKE_OPTS = \
>   	CONFIG_PREFIX="$(TARGET_DIR)" \
>   	SKIP_STRIP=y
>
> -ifndef BUSYBOX_CONFIG_FILE
> -	BUSYBOX_CONFIG_FILE = $(call qstrip,$(BR2_PACKAGE_BUSYBOX_CONFIG))
> -endif
> +BUSYBOX_CONFIG = $(call qstrip,$(BR2_PACKAGE_BUSYBOX_CONFIG))
> +BUSYBOX_CONFIG_FILE = $(or $(wildcard $(BUSYBOX_CONFIG)),package/busybox/busybox-$(BUSYBOX_CONFIG_VERSION).x.config)
>
>   define BUSYBOX_PERMISSIONS
>   /bin/busybox			 f 4755	0 0 - - - - -
> @@ -218,6 +219,6 @@ busybox-menuconfig busybox-xconfig busybox-gconfig: busybox-patch
>   busybox-update-config: busybox-configure
>   	cp -f $(BUSYBOX_BUILD_CONFIG) $(BUSYBOX_CONFIG_FILE)
>
> -ifneq ($(BUSYBOX_CONFIG_FILE),)
> +ifneq ($(BUSYBOX_CONFIG),)
>   UPDATE_ALL_CONFIG_TARGETS += busybox-update-config
>   endif
>

Luca

^ permalink raw reply

* [Buildroot] [PATCHv2 06/10] Add update-all-config target
From: Luca Ceresoli @ 2012-11-07  8:12 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351063027-13800-7-git-send-email-arnout@mind.be>

Arnout Vandecappelle (Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>
> The update-all-config target updates all the external configuration
> file with their current values.  This includes:
> - buildroot
> - busybox
> - linux
> - crosstool-ng
> - uClibc
> - at91bootstrap3
>
> Linux and buildroot are saved as defconfigs.  For Linux, this means
> that it will fail on kernels before 2.6.33 (when the savedefconfig
> was added to Linux Kconfig).
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

I think this target should be renamed update-all-configs (plural), but
that's just cosmetics, so:

Acked-by: Luca Ceresoli <luca@lucaceresoli.net>

Luca

^ permalink raw reply

* [Buildroot] [PATCHv2 05/10] at91bootstrap3: add -update-config target
From: Luca Ceresoli @ 2012-11-07  8:12 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351063027-13800-6-git-send-email-arnout@mind.be>

Arnout Vandecappelle (Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Acked-by: Luca Ceresoli <luca@lucaceresoli.net>

Luca

^ permalink raw reply

* [Buildroot] [PATCHv2 04/10] busybox: busybox-update-config should depend on busybox-configure
From: Luca Ceresoli @ 2012-11-07  8:12 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351063027-13800-5-git-send-email-arnout@mind.be>

Arnout Vandecappelle (Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>
> Before the config file can be copied, it has to exist.  The
> other xxx-update-config targets do this as well.
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Acked-by: Luca Ceresoli <luca@lucaceresoli.net>

Luca

^ permalink raw reply

* [Buildroot] [PATCHv2 03/10] ctng: add ctng-update-config target
From: Luca Ceresoli @ 2012-11-07  8:12 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351063027-13800-4-git-send-email-arnout@mind.be>

Arnout Vandecappelle (Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>
> Analogous to linux-update-config and friends.
>
> Also update documentation.
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

Luca

^ permalink raw reply

* [Buildroot] [autobuild.buildroot.net] Build results for 2012-11-06
From: Thomas Petazzoni @ 2012-11-07  7:32 UTC (permalink / raw)
  To: buildroot


Hello,

On 2012-11-06, 225 random build tests have been done and
submitted on autobuild.buildroot.net.
 48 builds have been successful
 177 builds have failed

Below the results of the failed builds. Successful builds are omitted.

Build 29cda175b07c71eac0177801adf7cac60470f18f
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 00:02:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/29cda175b07c71eac0177801adf7cac60470f18f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/29cda175b07c71eac0177801adf7cac60470f18f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/29cda175b07c71eac0177801adf7cac60470f18f/config
Defconfig      : http://autobuild.buildroot.net/results/29cda175b07c71eac0177801adf7cac60470f18f/defconfig

Build bdd57c74c5f8d564edb1fa549cddc8c0f064b17d
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 00:06:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/bdd57c74c5f8d564edb1fa549cddc8c0f064b17d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bdd57c74c5f8d564edb1fa549cddc8c0f064b17d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bdd57c74c5f8d564edb1fa549cddc8c0f064b17d/config
Defconfig      : http://autobuild.buildroot.net/results/bdd57c74c5f8d564edb1fa549cddc8c0f064b17d/defconfig

Build acbb32900fb66035205e29ae48cbcb55d9474747
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 00:09:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/acbb32900fb66035205e29ae48cbcb55d9474747/build-end.log
Complete log   : http://autobuild.buildroot.net/results/acbb32900fb66035205e29ae48cbcb55d9474747/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/acbb32900fb66035205e29ae48cbcb55d9474747/config
Defconfig      : http://autobuild.buildroot.net/results/acbb32900fb66035205e29ae48cbcb55d9474747/defconfig

Build 8a5a377ccebc738d5bd7642cc5aab03a0d26f1fc
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 00:19:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/8a5a377ccebc738d5bd7642cc5aab03a0d26f1fc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8a5a377ccebc738d5bd7642cc5aab03a0d26f1fc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8a5a377ccebc738d5bd7642cc5aab03a0d26f1fc/config
Defconfig      : http://autobuild.buildroot.net/results/8a5a377ccebc738d5bd7642cc5aab03a0d26f1fc/defconfig

Build 02521be4529d5e6fdc817d89b03306326426f4be
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 00:26:29
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/02521be4529d5e6fdc817d89b03306326426f4be/build-end.log
Complete log   : http://autobuild.buildroot.net/results/02521be4529d5e6fdc817d89b03306326426f4be/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/02521be4529d5e6fdc817d89b03306326426f4be/config
Defconfig      : http://autobuild.buildroot.net/results/02521be4529d5e6fdc817d89b03306326426f4be/defconfig

Build 9ce6c77a8a810b91d87633d79b29dbb0129d6d05
==============================================

Status         : NOK
Failure reason : imagemagick-6.7.8-8
Architecture   : sh4
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 01:06:41
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/9ce6c77a8a810b91d87633d79b29dbb0129d6d05/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9ce6c77a8a810b91d87633d79b29dbb0129d6d05/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9ce6c77a8a810b91d87633d79b29dbb0129d6d05/config
Defconfig      : http://autobuild.buildroot.net/results/9ce6c77a8a810b91d87633d79b29dbb0129d6d05/defconfig

Build 54208d08d94077c86cfcc1a00b9132cda49532ea
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : sh4
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 01:13:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/54208d08d94077c86cfcc1a00b9132cda49532ea/build-end.log
Complete log   : http://autobuild.buildroot.net/results/54208d08d94077c86cfcc1a00b9132cda49532ea/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/54208d08d94077c86cfcc1a00b9132cda49532ea/config
Defconfig      : http://autobuild.buildroot.net/results/54208d08d94077c86cfcc1a00b9132cda49532ea/defconfig

Build 4ae0e368842f8fa2c8aeb47febc32130358ac3f6
==============================================

Status         : NOK
Failure reason : xlib_libX11-1.4.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 01:17:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/4ae0e368842f8fa2c8aeb47febc32130358ac3f6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4ae0e368842f8fa2c8aeb47febc32130358ac3f6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4ae0e368842f8fa2c8aeb47febc32130358ac3f6/config
Defconfig      : http://autobuild.buildroot.net/results/4ae0e368842f8fa2c8aeb47febc32130358ac3f6/defconfig

Build dbc43f5286c2658c30e26a50ed15a20f33c18bc3
==============================================

Status         : NOK
Failure reason : gettext-0.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 01:22:04
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/dbc43f5286c2658c30e26a50ed15a20f33c18bc3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dbc43f5286c2658c30e26a50ed15a20f33c18bc3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dbc43f5286c2658c30e26a50ed15a20f33c18bc3/config
Defconfig      : http://autobuild.buildroot.net/results/dbc43f5286c2658c30e26a50ed15a20f33c18bc3/defconfig

Build 5741c4978683225e9fa675277fa276824d2bcea4
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 01:37:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/5741c4978683225e9fa675277fa276824d2bcea4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5741c4978683225e9fa675277fa276824d2bcea4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5741c4978683225e9fa675277fa276824d2bcea4/config
Defconfig      : http://autobuild.buildroot.net/results/5741c4978683225e9fa675277fa276824d2bcea4/defconfig

Build 363c56c8cabbf4d8a84f72e1541b100110386e2c
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 01:59:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/363c56c8cabbf4d8a84f72e1541b100110386e2c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/363c56c8cabbf4d8a84f72e1541b100110386e2c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/363c56c8cabbf4d8a84f72e1541b100110386e2c/config
Defconfig      : http://autobuild.buildroot.net/results/363c56c8cabbf4d8a84f72e1541b100110386e2c/defconfig

Build d10e039d90e9d34b1b3ca5a4a132d862fb3c8d5a
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 02:04:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/d10e039d90e9d34b1b3ca5a4a132d862fb3c8d5a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d10e039d90e9d34b1b3ca5a4a132d862fb3c8d5a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d10e039d90e9d34b1b3ca5a4a132d862fb3c8d5a/config
Defconfig      : http://autobuild.buildroot.net/results/d10e039d90e9d34b1b3ca5a4a132d862fb3c8d5a/defconfig

Build d5a62e64641320efe03207340fc83bab57574db6
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 02:06:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/d5a62e64641320efe03207340fc83bab57574db6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d5a62e64641320efe03207340fc83bab57574db6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d5a62e64641320efe03207340fc83bab57574db6/config
Defconfig      : http://autobuild.buildroot.net/results/d5a62e64641320efe03207340fc83bab57574db6/defconfig

Build 7e32e686a0981b8f914aaed4892954c359e26145
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 02:19:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/7e32e686a0981b8f914aaed4892954c359e26145/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7e32e686a0981b8f914aaed4892954c359e26145/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7e32e686a0981b8f914aaed4892954c359e26145/config
Defconfig      : http://autobuild.buildroot.net/results/7e32e686a0981b8f914aaed4892954c359e26145/defconfig

Build 4eb2e0cd673fb74840980c0b2e58958bdbbe69c0
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 02:37:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/4eb2e0cd673fb74840980c0b2e58958bdbbe69c0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4eb2e0cd673fb74840980c0b2e58958bdbbe69c0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4eb2e0cd673fb74840980c0b2e58958bdbbe69c0/config
Defconfig      : http://autobuild.buildroot.net/results/4eb2e0cd673fb74840980c0b2e58958bdbbe69c0/defconfig

Build a0bb59814c4b338151ef41c6a8266de6e1ae6cef
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 02:41:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/a0bb59814c4b338151ef41c6a8266de6e1ae6cef/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a0bb59814c4b338151ef41c6a8266de6e1ae6cef/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a0bb59814c4b338151ef41c6a8266de6e1ae6cef/config
Defconfig      : http://autobuild.buildroot.net/results/a0bb59814c4b338151ef41c6a8266de6e1ae6cef/defconfig

Build 80b7c12f53a9da350a501f417c19364bbb13c521
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 03:34:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/80b7c12f53a9da350a501f417c19364bbb13c521/build-end.log
Complete log   : http://autobuild.buildroot.net/results/80b7c12f53a9da350a501f417c19364bbb13c521/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/80b7c12f53a9da350a501f417c19364bbb13c521/config
Defconfig      : http://autobuild.buildroot.net/results/80b7c12f53a9da350a501f417c19364bbb13c521/defconfig

Build de5a701b802a9f8239db81398b621f1ae01e0665
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 03:35:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/de5a701b802a9f8239db81398b621f1ae01e0665/build-end.log
Complete log   : http://autobuild.buildroot.net/results/de5a701b802a9f8239db81398b621f1ae01e0665/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/de5a701b802a9f8239db81398b621f1ae01e0665/config
Defconfig      : http://autobuild.buildroot.net/results/de5a701b802a9f8239db81398b621f1ae01e0665/defconfig

Build a6b4424293f404f9eb3aefb6d05ed67a691be80b
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 03:39:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/a6b4424293f404f9eb3aefb6d05ed67a691be80b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a6b4424293f404f9eb3aefb6d05ed67a691be80b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a6b4424293f404f9eb3aefb6d05ed67a691be80b/config
Defconfig      : http://autobuild.buildroot.net/results/a6b4424293f404f9eb3aefb6d05ed67a691be80b/defconfig

Build da1d07c981de0222a0f674e84ed39e6c32131fbe
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 03:48:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/da1d07c981de0222a0f674e84ed39e6c32131fbe/build-end.log
Complete log   : http://autobuild.buildroot.net/results/da1d07c981de0222a0f674e84ed39e6c32131fbe/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/da1d07c981de0222a0f674e84ed39e6c32131fbe/config
Defconfig      : http://autobuild.buildroot.net/results/da1d07c981de0222a0f674e84ed39e6c32131fbe/defconfig

Build 739f41f0d3bc227aff321b38d8550c217387e607
==============================================

Status         : NOK
Failure reason : gdbhost-7.4.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 03:49:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/739f41f0d3bc227aff321b38d8550c217387e607/build-end.log
Complete log   : http://autobuild.buildroot.net/results/739f41f0d3bc227aff321b38d8550c217387e607/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/739f41f0d3bc227aff321b38d8550c217387e607/config
Defconfig      : http://autobuild.buildroot.net/results/739f41f0d3bc227aff321b38d8550c217387e607/defconfig

Build 5578a9f2152b94fc300f0f64803231211f5bd36d
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 03:57:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/5578a9f2152b94fc300f0f64803231211f5bd36d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5578a9f2152b94fc300f0f64803231211f5bd36d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5578a9f2152b94fc300f0f64803231211f5bd36d/config
Defconfig      : http://autobuild.buildroot.net/results/5578a9f2152b94fc300f0f64803231211f5bd36d/defconfig

Build 85bccfdf0b59ef892ed0b1e2b8190d81facf94d9
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 04:03:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/85bccfdf0b59ef892ed0b1e2b8190d81facf94d9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/85bccfdf0b59ef892ed0b1e2b8190d81facf94d9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/85bccfdf0b59ef892ed0b1e2b8190d81facf94d9/config
Defconfig      : http://autobuild.buildroot.net/results/85bccfdf0b59ef892ed0b1e2b8190d81facf94d9/defconfig

Build ed17c13af7667c539a9e3ffc4faac2c8510a8d8c
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 04:12:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/ed17c13af7667c539a9e3ffc4faac2c8510a8d8c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ed17c13af7667c539a9e3ffc4faac2c8510a8d8c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ed17c13af7667c539a9e3ffc4faac2c8510a8d8c/config
Defconfig      : http://autobuild.buildroot.net/results/ed17c13af7667c539a9e3ffc4faac2c8510a8d8c/defconfig

Build d037f5176c5a9ed17a6604abdbd5e818e0421721
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 04:22:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/d037f5176c5a9ed17a6604abdbd5e818e0421721/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d037f5176c5a9ed17a6604abdbd5e818e0421721/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d037f5176c5a9ed17a6604abdbd5e818e0421721/config
Defconfig      : http://autobuild.buildroot.net/results/d037f5176c5a9ed17a6604abdbd5e818e0421721/defconfig

Build 0b5204a3e455c695438443a4ad7ec51443444b47
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 04:33:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/0b5204a3e455c695438443a4ad7ec51443444b47/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0b5204a3e455c695438443a4ad7ec51443444b47/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0b5204a3e455c695438443a4ad7ec51443444b47/config
Defconfig      : http://autobuild.buildroot.net/results/0b5204a3e455c695438443a4ad7ec51443444b47/defconfig

Build c1973d850186829fa7f34e08452c11ddae5b5c07
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 04:40:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/c1973d850186829fa7f34e08452c11ddae5b5c07/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c1973d850186829fa7f34e08452c11ddae5b5c07/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c1973d850186829fa7f34e08452c11ddae5b5c07/config
Defconfig      : http://autobuild.buildroot.net/results/c1973d850186829fa7f34e08452c11ddae5b5c07/defconfig

Build edba7221b362d9f97b8620ad4d87711b664951df
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 04:52:51
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/edba7221b362d9f97b8620ad4d87711b664951df/build-end.log
Complete log   : http://autobuild.buildroot.net/results/edba7221b362d9f97b8620ad4d87711b664951df/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/edba7221b362d9f97b8620ad4d87711b664951df/config
Defconfig      : http://autobuild.buildroot.net/results/edba7221b362d9f97b8620ad4d87711b664951df/defconfig

Build b1ee7b82f6d0f2534b413cd5b0a6bb46804c9d47
==============================================

Status         : NOK
Failure reason : lttng-libust-2.0.3
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 04:57:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/b1ee7b82f6d0f2534b413cd5b0a6bb46804c9d47/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b1ee7b82f6d0f2534b413cd5b0a6bb46804c9d47/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b1ee7b82f6d0f2534b413cd5b0a6bb46804c9d47/config
Defconfig      : http://autobuild.buildroot.net/results/b1ee7b82f6d0f2534b413cd5b0a6bb46804c9d47/defconfig

Build 96a0ede663e88187597fc4812dea563be35e1887
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 05:05:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/96a0ede663e88187597fc4812dea563be35e1887/build-end.log
Complete log   : http://autobuild.buildroot.net/results/96a0ede663e88187597fc4812dea563be35e1887/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/96a0ede663e88187597fc4812dea563be35e1887/config
Defconfig      : http://autobuild.buildroot.net/results/96a0ede663e88187597fc4812dea563be35e1887/defconfig

Build 1802e0cc4866bba541ba6b7490e5b423d7d31741
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 05:37:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/1802e0cc4866bba541ba6b7490e5b423d7d31741/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1802e0cc4866bba541ba6b7490e5b423d7d31741/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1802e0cc4866bba541ba6b7490e5b423d7d31741/config
Defconfig      : http://autobuild.buildroot.net/results/1802e0cc4866bba541ba6b7490e5b423d7d31741/defconfig

Build 066cdd4763ab9b0cb427b80764cbaeab508de0dc
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 05:42:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/066cdd4763ab9b0cb427b80764cbaeab508de0dc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/066cdd4763ab9b0cb427b80764cbaeab508de0dc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/066cdd4763ab9b0cb427b80764cbaeab508de0dc/config
Defconfig      : http://autobuild.buildroot.net/results/066cdd4763ab9b0cb427b80764cbaeab508de0dc/defconfig

Build e4dabc491a19938f6dda11ac68165a7a2829c7a9
==============================================

Status         : NOK
Failure reason : iptables-1.4.16.3
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 05:44:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/e4dabc491a19938f6dda11ac68165a7a2829c7a9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e4dabc491a19938f6dda11ac68165a7a2829c7a9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e4dabc491a19938f6dda11ac68165a7a2829c7a9/config
Defconfig      : http://autobuild.buildroot.net/results/e4dabc491a19938f6dda11ac68165a7a2829c7a9/defconfig

Build c38bc539af126f3826f4db617e6f704278b5d6a4
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 05:54:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/c38bc539af126f3826f4db617e6f704278b5d6a4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c38bc539af126f3826f4db617e6f704278b5d6a4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c38bc539af126f3826f4db617e6f704278b5d6a4/config
Defconfig      : http://autobuild.buildroot.net/results/c38bc539af126f3826f4db617e6f704278b5d6a4/defconfig

Build 5ee0a292fe2daad987f933040cbad4727108ef42
==============================================

Status         : NOK
Failure reason : xlib_libX11-1.4.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 06:07:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/5ee0a292fe2daad987f933040cbad4727108ef42/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5ee0a292fe2daad987f933040cbad4727108ef42/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5ee0a292fe2daad987f933040cbad4727108ef42/config
Defconfig      : http://autobuild.buildroot.net/results/5ee0a292fe2daad987f933040cbad4727108ef42/defconfig

Build 66a757886e1cf764a325deca2461b8771aaa3202
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 06:20:00
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/66a757886e1cf764a325deca2461b8771aaa3202/build-end.log
Complete log   : http://autobuild.buildroot.net/results/66a757886e1cf764a325deca2461b8771aaa3202/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/66a757886e1cf764a325deca2461b8771aaa3202/config
Defconfig      : http://autobuild.buildroot.net/results/66a757886e1cf764a325deca2461b8771aaa3202/defconfig

Build ea1b9d28019e7af640245f6504d03995f1f7c8b1
==============================================

Status         : NOK
Failure reason : arptables-0.0.3
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 06:22:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/ea1b9d28019e7af640245f6504d03995f1f7c8b1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ea1b9d28019e7af640245f6504d03995f1f7c8b1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ea1b9d28019e7af640245f6504d03995f1f7c8b1/config
Defconfig      : http://autobuild.buildroot.net/results/ea1b9d28019e7af640245f6504d03995f1f7c8b1/defconfig

Build 50a5e21dfc01bf738b21d4a304062ad0c76a01e9
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output/stamps/ext-toolchain-checked] Error 1
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 06:23:04
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/50a5e21dfc01bf738b21d4a304062ad0c76a01e9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/50a5e21dfc01bf738b21d4a304062ad0c76a01e9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/50a5e21dfc01bf738b21d4a304062ad0c76a01e9/config
Defconfig      : http://autobuild.buildroot.net/results/50a5e21dfc01bf738b21d4a304062ad0c76a01e9/defconfig

Build 494d54a754462780323d8c3370ac94a775c85651
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 06:25:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/494d54a754462780323d8c3370ac94a775c85651/build-end.log
Complete log   : http://autobuild.buildroot.net/results/494d54a754462780323d8c3370ac94a775c85651/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/494d54a754462780323d8c3370ac94a775c85651/config
Defconfig      : http://autobuild.buildroot.net/results/494d54a754462780323d8c3370ac94a775c85651/defconfig

Build c7229927a9a72a2f0eeb136ea4456707c9bc834e
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 06:29:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/c7229927a9a72a2f0eeb136ea4456707c9bc834e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c7229927a9a72a2f0eeb136ea4456707c9bc834e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c7229927a9a72a2f0eeb136ea4456707c9bc834e/config
Defconfig      : http://autobuild.buildroot.net/results/c7229927a9a72a2f0eeb136ea4456707c9bc834e/defconfig

Build db0943db76a9de2070bb4d6034c7ad3f62dae3ae
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 06:50:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/db0943db76a9de2070bb4d6034c7ad3f62dae3ae/build-end.log
Complete log   : http://autobuild.buildroot.net/results/db0943db76a9de2070bb4d6034c7ad3f62dae3ae/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/db0943db76a9de2070bb4d6034c7ad3f62dae3ae/config
Defconfig      : http://autobuild.buildroot.net/results/db0943db76a9de2070bb4d6034c7ad3f62dae3ae/defconfig

Build e24da05b74f4e047335651a85824005217bcd91b
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 07:09:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/e24da05b74f4e047335651a85824005217bcd91b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e24da05b74f4e047335651a85824005217bcd91b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e24da05b74f4e047335651a85824005217bcd91b/config
Defconfig      : http://autobuild.buildroot.net/results/e24da05b74f4e047335651a85824005217bcd91b/defconfig

Build f9a7315533deabc4520175126ab8a78eb806c3dc
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : sh4
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 07:16:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/f9a7315533deabc4520175126ab8a78eb806c3dc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f9a7315533deabc4520175126ab8a78eb806c3dc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f9a7315533deabc4520175126ab8a78eb806c3dc/config
Defconfig      : http://autobuild.buildroot.net/results/f9a7315533deabc4520175126ab8a78eb806c3dc/defconfig

Build 1313d861c2cb2d72e026347118a34f7e3cfc3acc
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 07:26:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/1313d861c2cb2d72e026347118a34f7e3cfc3acc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1313d861c2cb2d72e026347118a34f7e3cfc3acc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1313d861c2cb2d72e026347118a34f7e3cfc3acc/config
Defconfig      : http://autobuild.buildroot.net/results/1313d861c2cb2d72e026347118a34f7e3cfc3acc/defconfig

Build e626b1e56e0182b59eac8773a4ad0e60e1a1d851
==============================================

Status         : NOK
Failure reason : gsl-1.15
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 07:33:51
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/e626b1e56e0182b59eac8773a4ad0e60e1a1d851/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e626b1e56e0182b59eac8773a4ad0e60e1a1d851/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e626b1e56e0182b59eac8773a4ad0e60e1a1d851/config
Defconfig      : http://autobuild.buildroot.net/results/e626b1e56e0182b59eac8773a4ad0e60e1a1d851/defconfig

Build dc8587f0b6b5d477297e58b65c3213aa4fb1c619
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 07:50:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/dc8587f0b6b5d477297e58b65c3213aa4fb1c619/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dc8587f0b6b5d477297e58b65c3213aa4fb1c619/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dc8587f0b6b5d477297e58b65c3213aa4fb1c619/config
Defconfig      : http://autobuild.buildroot.net/results/dc8587f0b6b5d477297e58b65c3213aa4fb1c619/defconfig

Build a10020f076666460a01b7487c326a734748d85c2
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 08:05:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/a10020f076666460a01b7487c326a734748d85c2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a10020f076666460a01b7487c326a734748d85c2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a10020f076666460a01b7487c326a734748d85c2/config
Defconfig      : http://autobuild.buildroot.net/results/a10020f076666460a01b7487c326a734748d85c2/defconfig

Build 053a92ff211c0a5e6536f9a881433334a3236aaa
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 08:13:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/053a92ff211c0a5e6536f9a881433334a3236aaa/build-end.log
Complete log   : http://autobuild.buildroot.net/results/053a92ff211c0a5e6536f9a881433334a3236aaa/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/053a92ff211c0a5e6536f9a881433334a3236aaa/config
Defconfig      : http://autobuild.buildroot.net/results/053a92ff211c0a5e6536f9a881433334a3236aaa/defconfig

Build 26773cf974588976fca99125c7c64efe62c234a1
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 08:25:00
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/26773cf974588976fca99125c7c64efe62c234a1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/26773cf974588976fca99125c7c64efe62c234a1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/26773cf974588976fca99125c7c64efe62c234a1/config
Defconfig      : http://autobuild.buildroot.net/results/26773cf974588976fca99125c7c64efe62c234a1/defconfig

Build 297ce2902110637b82e0bb1e8d6b2bfcfb340a86
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 08:25:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/297ce2902110637b82e0bb1e8d6b2bfcfb340a86/build-end.log
Complete log   : http://autobuild.buildroot.net/results/297ce2902110637b82e0bb1e8d6b2bfcfb340a86/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/297ce2902110637b82e0bb1e8d6b2bfcfb340a86/config
Defconfig      : http://autobuild.buildroot.net/results/297ce2902110637b82e0bb1e8d6b2bfcfb340a86/defconfig

Build f2b8abda5cfc52d281444ba4cf30d6f9f46cc971
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 08:38:02
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c65d92e8e2767b09aaee6b717cbd9b66f88ea39c
End of log     : http://autobuild.buildroot.net/results/f2b8abda5cfc52d281444ba4cf30d6f9f46cc971/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f2b8abda5cfc52d281444ba4cf30d6f9f46cc971/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f2b8abda5cfc52d281444ba4cf30d6f9f46cc971/config
Defconfig      : http://autobuild.buildroot.net/results/f2b8abda5cfc52d281444ba4cf30d6f9f46cc971/defconfig

Build facbf558489eec4756cc85d191ed1c5352e4c397
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 08:41:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/facbf558489eec4756cc85d191ed1c5352e4c397/build-end.log
Complete log   : http://autobuild.buildroot.net/results/facbf558489eec4756cc85d191ed1c5352e4c397/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/facbf558489eec4756cc85d191ed1c5352e4c397/config
Defconfig      : http://autobuild.buildroot.net/results/facbf558489eec4756cc85d191ed1c5352e4c397/defconfig

Build 72686ec14576eb55dda66f6ed5feeea11c52befd
==============================================

Status         : NOK
Failure reason : attr-2.4.46
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 08:41:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/72686ec14576eb55dda66f6ed5feeea11c52befd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/72686ec14576eb55dda66f6ed5feeea11c52befd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/72686ec14576eb55dda66f6ed5feeea11c52befd/config
Defconfig      : http://autobuild.buildroot.net/results/72686ec14576eb55dda66f6ed5feeea11c52befd/defconfig

Build 8ca82ff74c9e792f66fb74528957acf33d66d15a
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 08:50:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/8ca82ff74c9e792f66fb74528957acf33d66d15a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8ca82ff74c9e792f66fb74528957acf33d66d15a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8ca82ff74c9e792f66fb74528957acf33d66d15a/config
Defconfig      : http://autobuild.buildroot.net/results/8ca82ff74c9e792f66fb74528957acf33d66d15a/defconfig

Build 2cac276a981a22cd72cef3b76e3290db02a607e1
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 09:11:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/2cac276a981a22cd72cef3b76e3290db02a607e1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2cac276a981a22cd72cef3b76e3290db02a607e1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2cac276a981a22cd72cef3b76e3290db02a607e1/config
Defconfig      : http://autobuild.buildroot.net/results/2cac276a981a22cd72cef3b76e3290db02a607e1/defconfig

Build 15af5525d29f67f55057e8bfb97b3006943a05a4
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 09:24:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/15af5525d29f67f55057e8bfb97b3006943a05a4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/15af5525d29f67f55057e8bfb97b3006943a05a4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/15af5525d29f67f55057e8bfb97b3006943a05a4/config
Defconfig      : http://autobuild.buildroot.net/results/15af5525d29f67f55057e8bfb97b3006943a05a4/defconfig

Build abe1c1da3191eae2ce971b71351fed64379cb9c7
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 09:38:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/abe1c1da3191eae2ce971b71351fed64379cb9c7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/abe1c1da3191eae2ce971b71351fed64379cb9c7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/abe1c1da3191eae2ce971b71351fed64379cb9c7/config
Defconfig      : http://autobuild.buildroot.net/results/abe1c1da3191eae2ce971b71351fed64379cb9c7/defconfig

Build 6db178460ede39e2637cf84972ec6319c59fce03
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 10:13:03
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/6db178460ede39e2637cf84972ec6319c59fce03/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6db178460ede39e2637cf84972ec6319c59fce03/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6db178460ede39e2637cf84972ec6319c59fce03/config
Defconfig      : http://autobuild.buildroot.net/results/6db178460ede39e2637cf84972ec6319c59fce03/defconfig

Build ebf46c29935107ed93790c9dbeffee29e4a80dca
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 10:13:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/ebf46c29935107ed93790c9dbeffee29e4a80dca/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ebf46c29935107ed93790c9dbeffee29e4a80dca/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ebf46c29935107ed93790c9dbeffee29e4a80dca/config
Defconfig      : http://autobuild.buildroot.net/results/ebf46c29935107ed93790c9dbeffee29e4a80dca/defconfig

Build 861ad3336eb8cbd1cbd37d0b5829c9ce4de26a56
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : sh4
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 10:15:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/861ad3336eb8cbd1cbd37d0b5829c9ce4de26a56/build-end.log
Complete log   : http://autobuild.buildroot.net/results/861ad3336eb8cbd1cbd37d0b5829c9ce4de26a56/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/861ad3336eb8cbd1cbd37d0b5829c9ce4de26a56/config
Defconfig      : http://autobuild.buildroot.net/results/861ad3336eb8cbd1cbd37d0b5829c9ce4de26a56/defconfig

Build 662241b66b409563fcb4fa6a47dac6114d349aae
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 10:17:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/662241b66b409563fcb4fa6a47dac6114d349aae/build-end.log
Complete log   : http://autobuild.buildroot.net/results/662241b66b409563fcb4fa6a47dac6114d349aae/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/662241b66b409563fcb4fa6a47dac6114d349aae/config
Defconfig      : http://autobuild.buildroot.net/results/662241b66b409563fcb4fa6a47dac6114d349aae/defconfig

Build fec6020504a4022c71a06ce8dad42fef5a692a72
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 10:25:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/fec6020504a4022c71a06ce8dad42fef5a692a72/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fec6020504a4022c71a06ce8dad42fef5a692a72/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fec6020504a4022c71a06ce8dad42fef5a692a72/config
Defconfig      : http://autobuild.buildroot.net/results/fec6020504a4022c71a06ce8dad42fef5a692a72/defconfig

Build fb714371cec00dd644c64d5b72053d29f4f4492e
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 10:27:25
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/fb714371cec00dd644c64d5b72053d29f4f4492e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fb714371cec00dd644c64d5b72053d29f4f4492e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fb714371cec00dd644c64d5b72053d29f4f4492e/config
Defconfig      : http://autobuild.buildroot.net/results/fb714371cec00dd644c64d5b72053d29f4f4492e/defconfig

Build 646dbdc3f0828644c319de5c254178a94c0f8e03
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 10:31:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/646dbdc3f0828644c319de5c254178a94c0f8e03/build-end.log
Complete log   : http://autobuild.buildroot.net/results/646dbdc3f0828644c319de5c254178a94c0f8e03/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/646dbdc3f0828644c319de5c254178a94c0f8e03/config
Defconfig      : http://autobuild.buildroot.net/results/646dbdc3f0828644c319de5c254178a94c0f8e03/defconfig

Build 082cc26fb3e24bdbc4761dd56a487431dba7caf4
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 10:33:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/082cc26fb3e24bdbc4761dd56a487431dba7caf4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/082cc26fb3e24bdbc4761dd56a487431dba7caf4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/082cc26fb3e24bdbc4761dd56a487431dba7caf4/config
Defconfig      : http://autobuild.buildroot.net/results/082cc26fb3e24bdbc4761dd56a487431dba7caf4/defconfig

Build 19afe47c8672a80200793dc3c978567dff81338b
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 10:36:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/19afe47c8672a80200793dc3c978567dff81338b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/19afe47c8672a80200793dc3c978567dff81338b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/19afe47c8672a80200793dc3c978567dff81338b/config
Defconfig      : http://autobuild.buildroot.net/results/19afe47c8672a80200793dc3c978567dff81338b/defconfig

Build b3fa188e39a1f7eefb58a3af6e1764d41eb30b4e
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 10:46:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/b3fa188e39a1f7eefb58a3af6e1764d41eb30b4e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b3fa188e39a1f7eefb58a3af6e1764d41eb30b4e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b3fa188e39a1f7eefb58a3af6e1764d41eb30b4e/config
Defconfig      : http://autobuild.buildroot.net/results/b3fa188e39a1f7eefb58a3af6e1764d41eb30b4e/defconfig

Build f87bf8b76abe05a27e59b87f0f64c77250c826df
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 10:51:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/f87bf8b76abe05a27e59b87f0f64c77250c826df/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f87bf8b76abe05a27e59b87f0f64c77250c826df/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f87bf8b76abe05a27e59b87f0f64c77250c826df/config
Defconfig      : http://autobuild.buildroot.net/results/f87bf8b76abe05a27e59b87f0f64c77250c826df/defconfig

Build a69be317e8b0a1b46f91247cb928e212c49da01e
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 10:58:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/a69be317e8b0a1b46f91247cb928e212c49da01e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a69be317e8b0a1b46f91247cb928e212c49da01e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a69be317e8b0a1b46f91247cb928e212c49da01e/config
Defconfig      : http://autobuild.buildroot.net/results/a69be317e8b0a1b46f91247cb928e212c49da01e/defconfig

Build 56894d5c4601cf107cd2eb69fc2094e345be1b06
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 11:06:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/56894d5c4601cf107cd2eb69fc2094e345be1b06/build-end.log
Complete log   : http://autobuild.buildroot.net/results/56894d5c4601cf107cd2eb69fc2094e345be1b06/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/56894d5c4601cf107cd2eb69fc2094e345be1b06/config
Defconfig      : http://autobuild.buildroot.net/results/56894d5c4601cf107cd2eb69fc2094e345be1b06/defconfig

Build 737bae48b26597dad60e4dc7fda27125739ed540
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 11:17:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/737bae48b26597dad60e4dc7fda27125739ed540/build-end.log
Complete log   : http://autobuild.buildroot.net/results/737bae48b26597dad60e4dc7fda27125739ed540/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/737bae48b26597dad60e4dc7fda27125739ed540/config
Defconfig      : http://autobuild.buildroot.net/results/737bae48b26597dad60e4dc7fda27125739ed540/defconfig

Build 5bfe873fc685d85e95d96a703d9da9529273beba
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 11:27:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/5bfe873fc685d85e95d96a703d9da9529273beba/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5bfe873fc685d85e95d96a703d9da9529273beba/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5bfe873fc685d85e95d96a703d9da9529273beba/config
Defconfig      : http://autobuild.buildroot.net/results/5bfe873fc685d85e95d96a703d9da9529273beba/defconfig

Build d14020d99dca22cb0af9c7a7b32da10a7518b7b1
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 11:51:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/d14020d99dca22cb0af9c7a7b32da10a7518b7b1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d14020d99dca22cb0af9c7a7b32da10a7518b7b1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d14020d99dca22cb0af9c7a7b32da10a7518b7b1/config
Defconfig      : http://autobuild.buildroot.net/results/d14020d99dca22cb0af9c7a7b32da10a7518b7b1/defconfig

Build cb0c91ea443bb8a6fb57de3660523816d43e30e5
==============================================

Status         : NOK
Failure reason : gettext-0.16.1
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 11:57:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/cb0c91ea443bb8a6fb57de3660523816d43e30e5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/cb0c91ea443bb8a6fb57de3660523816d43e30e5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/cb0c91ea443bb8a6fb57de3660523816d43e30e5/config
Defconfig      : http://autobuild.buildroot.net/results/cb0c91ea443bb8a6fb57de3660523816d43e30e5/defconfig

Build 0fe34a3bd87b74b49aeff575fda0b9601662f5c0
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 11:57:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/0fe34a3bd87b74b49aeff575fda0b9601662f5c0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0fe34a3bd87b74b49aeff575fda0b9601662f5c0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0fe34a3bd87b74b49aeff575fda0b9601662f5c0/config
Defconfig      : http://autobuild.buildroot.net/results/0fe34a3bd87b74b49aeff575fda0b9601662f5c0/defconfig

Build 31479f6f046776451dc421458c761daf9d2a9578
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 12:01:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/31479f6f046776451dc421458c761daf9d2a9578/build-end.log
Complete log   : http://autobuild.buildroot.net/results/31479f6f046776451dc421458c761daf9d2a9578/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/31479f6f046776451dc421458c761daf9d2a9578/config
Defconfig      : http://autobuild.buildroot.net/results/31479f6f046776451dc421458c761daf9d2a9578/defconfig

Build 1b5af54cc487417e60bb04049db818a7b92a3ce5
==============================================

Status         : NOK
Failure reason : libpcap-1.3.0
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 12:01:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/1b5af54cc487417e60bb04049db818a7b92a3ce5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1b5af54cc487417e60bb04049db818a7b92a3ce5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1b5af54cc487417e60bb04049db818a7b92a3ce5/config
Defconfig      : http://autobuild.buildroot.net/results/1b5af54cc487417e60bb04049db818a7b92a3ce5/defconfig

Build 9e496b67f98f456385ae3592e8969d6f921c0bfb
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 12:08:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/9e496b67f98f456385ae3592e8969d6f921c0bfb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9e496b67f98f456385ae3592e8969d6f921c0bfb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9e496b67f98f456385ae3592e8969d6f921c0bfb/config
Defconfig      : http://autobuild.buildroot.net/results/9e496b67f98f456385ae3592e8969d6f921c0bfb/defconfig

Build 16e647750b8648d853a031d699a7c800ac738c3d
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 12:16:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/16e647750b8648d853a031d699a7c800ac738c3d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/16e647750b8648d853a031d699a7c800ac738c3d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/16e647750b8648d853a031d699a7c800ac738c3d/config
Defconfig      : http://autobuild.buildroot.net/results/16e647750b8648d853a031d699a7c800ac738c3d/defconfig

Build f68b9babf29dbc3300b25d5c260e22b594dfe8c4
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 12:26:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=448b7069b2bd1b57fe39f90bccc5271c06a36110
End of log     : http://autobuild.buildroot.net/results/f68b9babf29dbc3300b25d5c260e22b594dfe8c4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f68b9babf29dbc3300b25d5c260e22b594dfe8c4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f68b9babf29dbc3300b25d5c260e22b594dfe8c4/config
Defconfig      : http://autobuild.buildroot.net/results/f68b9babf29dbc3300b25d5c260e22b594dfe8c4/defconfig

Build 0fb223159bcf3959a0519e30ffbe26afd0e7f861
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 12:32:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/0fb223159bcf3959a0519e30ffbe26afd0e7f861/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0fb223159bcf3959a0519e30ffbe26afd0e7f861/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0fb223159bcf3959a0519e30ffbe26afd0e7f861/config
Defconfig      : http://autobuild.buildroot.net/results/0fb223159bcf3959a0519e30ffbe26afd0e7f861/defconfig

Build 52d8fc9972e7d485610e35b5dcd37f09e536e0c4
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 12:42:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/52d8fc9972e7d485610e35b5dcd37f09e536e0c4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/52d8fc9972e7d485610e35b5dcd37f09e536e0c4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/52d8fc9972e7d485610e35b5dcd37f09e536e0c4/config
Defconfig      : http://autobuild.buildroot.net/results/52d8fc9972e7d485610e35b5dcd37f09e536e0c4/defconfig

Build 5a7a783444a1c5301612b4f629561de0b90d2a3f
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 12:59:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/5a7a783444a1c5301612b4f629561de0b90d2a3f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5a7a783444a1c5301612b4f629561de0b90d2a3f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5a7a783444a1c5301612b4f629561de0b90d2a3f/config
Defconfig      : http://autobuild.buildroot.net/results/5a7a783444a1c5301612b4f629561de0b90d2a3f/defconfig

Build a2cd9a555c05ef5a735af9005b9fce38733297c0
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 13:17:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/a2cd9a555c05ef5a735af9005b9fce38733297c0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a2cd9a555c05ef5a735af9005b9fce38733297c0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a2cd9a555c05ef5a735af9005b9fce38733297c0/config
Defconfig      : http://autobuild.buildroot.net/results/a2cd9a555c05ef5a735af9005b9fce38733297c0/defconfig

Build 8ebb57389f838024f77ac70246269bafc9515928
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 13:17:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/8ebb57389f838024f77ac70246269bafc9515928/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8ebb57389f838024f77ac70246269bafc9515928/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8ebb57389f838024f77ac70246269bafc9515928/config
Defconfig      : http://autobuild.buildroot.net/results/8ebb57389f838024f77ac70246269bafc9515928/defconfig

Build 24f7f459d780ba2c26b5d650e1d80ce048c4fd73
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 13:22:01
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/24f7f459d780ba2c26b5d650e1d80ce048c4fd73/build-end.log
Complete log   : http://autobuild.buildroot.net/results/24f7f459d780ba2c26b5d650e1d80ce048c4fd73/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/24f7f459d780ba2c26b5d650e1d80ce048c4fd73/config
Defconfig      : http://autobuild.buildroot.net/results/24f7f459d780ba2c26b5d650e1d80ce048c4fd73/defconfig

Build 65f60e0f5680822cccdb04c942100805d7c4c710
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 13:22:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/65f60e0f5680822cccdb04c942100805d7c4c710/build-end.log
Complete log   : http://autobuild.buildroot.net/results/65f60e0f5680822cccdb04c942100805d7c4c710/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/65f60e0f5680822cccdb04c942100805d7c4c710/config
Defconfig      : http://autobuild.buildroot.net/results/65f60e0f5680822cccdb04c942100805d7c4c710/defconfig

Build 9c4977b66ebd7b859a75c8b6d00a3c49e8f76ea5
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 13:28:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/9c4977b66ebd7b859a75c8b6d00a3c49e8f76ea5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9c4977b66ebd7b859a75c8b6d00a3c49e8f76ea5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9c4977b66ebd7b859a75c8b6d00a3c49e8f76ea5/config
Defconfig      : http://autobuild.buildroot.net/results/9c4977b66ebd7b859a75c8b6d00a3c49e8f76ea5/defconfig

Build ff30c7164319117955da42bd53ab0cbdc016d08c
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 13:32:01
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/ff30c7164319117955da42bd53ab0cbdc016d08c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ff30c7164319117955da42bd53ab0cbdc016d08c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ff30c7164319117955da42bd53ab0cbdc016d08c/config
Defconfig      : http://autobuild.buildroot.net/results/ff30c7164319117955da42bd53ab0cbdc016d08c/defconfig

Build b2f961080498e31962955c4d2c1e5b1109952933
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 13:38:00
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/b2f961080498e31962955c4d2c1e5b1109952933/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b2f961080498e31962955c4d2c1e5b1109952933/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b2f961080498e31962955c4d2c1e5b1109952933/config
Defconfig      : http://autobuild.buildroot.net/results/b2f961080498e31962955c4d2c1e5b1109952933/defconfig

Build 7ea5499dd044d10c7102d5bd9056817bd99ab179
==============================================

Status         : NOK
Failure reason : xlib_libX11-1.4.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 13:38:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/7ea5499dd044d10c7102d5bd9056817bd99ab179/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7ea5499dd044d10c7102d5bd9056817bd99ab179/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7ea5499dd044d10c7102d5bd9056817bd99ab179/config
Defconfig      : http://autobuild.buildroot.net/results/7ea5499dd044d10c7102d5bd9056817bd99ab179/defconfig

Build e836b28884b6e65bb922669ffce9d3d51d7ae3da
==============================================

Status         : NOK
Failure reason : xlib_libX11-1.4.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 13:43:02
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/e836b28884b6e65bb922669ffce9d3d51d7ae3da/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e836b28884b6e65bb922669ffce9d3d51d7ae3da/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e836b28884b6e65bb922669ffce9d3d51d7ae3da/config
Defconfig      : http://autobuild.buildroot.net/results/e836b28884b6e65bb922669ffce9d3d51d7ae3da/defconfig

Build ffca233363c458f7bf69e4081e6299f9c7046f85
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 13:50:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/ffca233363c458f7bf69e4081e6299f9c7046f85/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ffca233363c458f7bf69e4081e6299f9c7046f85/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ffca233363c458f7bf69e4081e6299f9c7046f85/config
Defconfig      : http://autobuild.buildroot.net/results/ffca233363c458f7bf69e4081e6299f9c7046f85/defconfig

Build 7114c828f19ce434846dda67ee50f60cf006b74d
==============================================

Status         : NOK
Failure reason : attr-2.4.46
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 13:50:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/7114c828f19ce434846dda67ee50f60cf006b74d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7114c828f19ce434846dda67ee50f60cf006b74d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7114c828f19ce434846dda67ee50f60cf006b74d/config
Defconfig      : http://autobuild.buildroot.net/results/7114c828f19ce434846dda67ee50f60cf006b74d/defconfig

Build 392df066c31135ecddb3488eaed3255b8250b97b
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 13:53:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/392df066c31135ecddb3488eaed3255b8250b97b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/392df066c31135ecddb3488eaed3255b8250b97b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/392df066c31135ecddb3488eaed3255b8250b97b/config
Defconfig      : http://autobuild.buildroot.net/results/392df066c31135ecddb3488eaed3255b8250b97b/defconfig

Build 2ed4be598879528a5a1e93648f3efa9dc110c837
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 13:57:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/2ed4be598879528a5a1e93648f3efa9dc110c837/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2ed4be598879528a5a1e93648f3efa9dc110c837/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2ed4be598879528a5a1e93648f3efa9dc110c837/config
Defconfig      : http://autobuild.buildroot.net/results/2ed4be598879528a5a1e93648f3efa9dc110c837/defconfig

Build d1c3419bb4a89b674d92747ec0c9d5d5fe395fdc
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 14:02:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/d1c3419bb4a89b674d92747ec0c9d5d5fe395fdc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d1c3419bb4a89b674d92747ec0c9d5d5fe395fdc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d1c3419bb4a89b674d92747ec0c9d5d5fe395fdc/config
Defconfig      : http://autobuild.buildroot.net/results/d1c3419bb4a89b674d92747ec0c9d5d5fe395fdc/defconfig

Build bb8541dbe7d87916cccc9d7079c314bf843e35fc
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 14:08:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/bb8541dbe7d87916cccc9d7079c314bf843e35fc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bb8541dbe7d87916cccc9d7079c314bf843e35fc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bb8541dbe7d87916cccc9d7079c314bf843e35fc/config
Defconfig      : http://autobuild.buildroot.net/results/bb8541dbe7d87916cccc9d7079c314bf843e35fc/defconfig

Build 323c15af1594cb87b191fa4f3437c7e57cfa00f0
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 14:19:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/323c15af1594cb87b191fa4f3437c7e57cfa00f0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/323c15af1594cb87b191fa4f3437c7e57cfa00f0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/323c15af1594cb87b191fa4f3437c7e57cfa00f0/config
Defconfig      : http://autobuild.buildroot.net/results/323c15af1594cb87b191fa4f3437c7e57cfa00f0/defconfig

Build 97c3ac2b5c0ec2a71598a803bf11e7f8c9beffd6
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 14:27:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/97c3ac2b5c0ec2a71598a803bf11e7f8c9beffd6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/97c3ac2b5c0ec2a71598a803bf11e7f8c9beffd6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/97c3ac2b5c0ec2a71598a803bf11e7f8c9beffd6/config
Defconfig      : http://autobuild.buildroot.net/results/97c3ac2b5c0ec2a71598a803bf11e7f8c9beffd6/defconfig

Build 2306a1c481725c3e81166f54e45db9c30054c4f2
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 14:30:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/2306a1c481725c3e81166f54e45db9c30054c4f2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2306a1c481725c3e81166f54e45db9c30054c4f2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2306a1c481725c3e81166f54e45db9c30054c4f2/config
Defconfig      : http://autobuild.buildroot.net/results/2306a1c481725c3e81166f54e45db9c30054c4f2/defconfig

Build 98175c8798c0442a23a481f058986c5b2892e208
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 14:31:46
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/98175c8798c0442a23a481f058986c5b2892e208/build-end.log
Complete log   : http://autobuild.buildroot.net/results/98175c8798c0442a23a481f058986c5b2892e208/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/98175c8798c0442a23a481f058986c5b2892e208/config
Defconfig      : http://autobuild.buildroot.net/results/98175c8798c0442a23a481f058986c5b2892e208/defconfig

Build d6135da63a9098d27008af0089ce957bfb046aaa
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 14:37:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/d6135da63a9098d27008af0089ce957bfb046aaa/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d6135da63a9098d27008af0089ce957bfb046aaa/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d6135da63a9098d27008af0089ce957bfb046aaa/config
Defconfig      : http://autobuild.buildroot.net/results/d6135da63a9098d27008af0089ce957bfb046aaa/defconfig

Build 903c64bd5e05ef1a2a6ef7519b54ab0d0971bf48
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 14:41:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/903c64bd5e05ef1a2a6ef7519b54ab0d0971bf48/build-end.log
Complete log   : http://autobuild.buildroot.net/results/903c64bd5e05ef1a2a6ef7519b54ab0d0971bf48/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/903c64bd5e05ef1a2a6ef7519b54ab0d0971bf48/config
Defconfig      : http://autobuild.buildroot.net/results/903c64bd5e05ef1a2a6ef7519b54ab0d0971bf48/defconfig

Build b2529b1eb9687771cb73311dd7b3878d95ab9070
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 14:52:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/b2529b1eb9687771cb73311dd7b3878d95ab9070/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b2529b1eb9687771cb73311dd7b3878d95ab9070/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b2529b1eb9687771cb73311dd7b3878d95ab9070/config
Defconfig      : http://autobuild.buildroot.net/results/b2529b1eb9687771cb73311dd7b3878d95ab9070/defconfig

Build 59ac9bd9f5b6649ea4f528d461efbe80cc87b033
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 15:00:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/59ac9bd9f5b6649ea4f528d461efbe80cc87b033/build-end.log
Complete log   : http://autobuild.buildroot.net/results/59ac9bd9f5b6649ea4f528d461efbe80cc87b033/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/59ac9bd9f5b6649ea4f528d461efbe80cc87b033/config
Defconfig      : http://autobuild.buildroot.net/results/59ac9bd9f5b6649ea4f528d461efbe80cc87b033/defconfig

Build 8703db1de846383176b17a13f3d14f24bb7831d7
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 15:02:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/8703db1de846383176b17a13f3d14f24bb7831d7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8703db1de846383176b17a13f3d14f24bb7831d7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8703db1de846383176b17a13f3d14f24bb7831d7/config
Defconfig      : http://autobuild.buildroot.net/results/8703db1de846383176b17a13f3d14f24bb7831d7/defconfig

Build 6185ff0c58af33fa3c268f38827cbc07c8dd0a55
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 15:14:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/6185ff0c58af33fa3c268f38827cbc07c8dd0a55/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6185ff0c58af33fa3c268f38827cbc07c8dd0a55/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6185ff0c58af33fa3c268f38827cbc07c8dd0a55/config
Defconfig      : http://autobuild.buildroot.net/results/6185ff0c58af33fa3c268f38827cbc07c8dd0a55/defconfig

Build 10bf0e79ab58b98b11531f709a27075df3092853
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 15:22:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/10bf0e79ab58b98b11531f709a27075df3092853/build-end.log
Complete log   : http://autobuild.buildroot.net/results/10bf0e79ab58b98b11531f709a27075df3092853/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/10bf0e79ab58b98b11531f709a27075df3092853/config
Defconfig      : http://autobuild.buildroot.net/results/10bf0e79ab58b98b11531f709a27075df3092853/defconfig

Build 9e494f0408d1cf404b18a8b5d301ad2aad1e7811
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 15:30:22
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/9e494f0408d1cf404b18a8b5d301ad2aad1e7811/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9e494f0408d1cf404b18a8b5d301ad2aad1e7811/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9e494f0408d1cf404b18a8b5d301ad2aad1e7811/config
Defconfig      : http://autobuild.buildroot.net/results/9e494f0408d1cf404b18a8b5d301ad2aad1e7811/defconfig

Build 140d7419c6f3509635452ccf587aed11fcd8b4cd
==============================================

Status         : NOK
Failure reason : quota-4.00
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 15:32:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/140d7419c6f3509635452ccf587aed11fcd8b4cd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/140d7419c6f3509635452ccf587aed11fcd8b4cd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/140d7419c6f3509635452ccf587aed11fcd8b4cd/config
Defconfig      : http://autobuild.buildroot.net/results/140d7419c6f3509635452ccf587aed11fcd8b4cd/defconfig

Build aa0bb77839dc43cd1a501551b538b5869821dac7
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 15:32:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/aa0bb77839dc43cd1a501551b538b5869821dac7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/aa0bb77839dc43cd1a501551b538b5869821dac7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/aa0bb77839dc43cd1a501551b538b5869821dac7/config
Defconfig      : http://autobuild.buildroot.net/results/aa0bb77839dc43cd1a501551b538b5869821dac7/defconfig

Build eced40d0b7e0686be2ed9f8c69bbccb807de91b7
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 15:33:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/eced40d0b7e0686be2ed9f8c69bbccb807de91b7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/eced40d0b7e0686be2ed9f8c69bbccb807de91b7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/eced40d0b7e0686be2ed9f8c69bbccb807de91b7/config
Defconfig      : http://autobuild.buildroot.net/results/eced40d0b7e0686be2ed9f8c69bbccb807de91b7/defconfig

Build e4c3bcfca695494f2d86e3060fe142ef511e315b
==============================================

Status         : NOK
Failure reason : attr-2.4.46
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 15:34:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/e4c3bcfca695494f2d86e3060fe142ef511e315b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e4c3bcfca695494f2d86e3060fe142ef511e315b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e4c3bcfca695494f2d86e3060fe142ef511e315b/config
Defconfig      : http://autobuild.buildroot.net/results/e4c3bcfca695494f2d86e3060fe142ef511e315b/defconfig

Build a68778a7650c99205a15b1c2d8a42930c3da8a9f
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 15:54:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/a68778a7650c99205a15b1c2d8a42930c3da8a9f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a68778a7650c99205a15b1c2d8a42930c3da8a9f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a68778a7650c99205a15b1c2d8a42930c3da8a9f/config
Defconfig      : http://autobuild.buildroot.net/results/a68778a7650c99205a15b1c2d8a42930c3da8a9f/defconfig

Build 7e1be626e6525589defdad60f979180350f1ee80
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 15:56:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/7e1be626e6525589defdad60f979180350f1ee80/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7e1be626e6525589defdad60f979180350f1ee80/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7e1be626e6525589defdad60f979180350f1ee80/config
Defconfig      : http://autobuild.buildroot.net/results/7e1be626e6525589defdad60f979180350f1ee80/defconfig

Build ff1786c44fe2547d4d8cbf6fd3f606101dc32dfa
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 16:23:51
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/ff1786c44fe2547d4d8cbf6fd3f606101dc32dfa/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ff1786c44fe2547d4d8cbf6fd3f606101dc32dfa/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ff1786c44fe2547d4d8cbf6fd3f606101dc32dfa/config
Defconfig      : http://autobuild.buildroot.net/results/ff1786c44fe2547d4d8cbf6fd3f606101dc32dfa/defconfig

Build daabfc3b9f67c4e805b71e0c4abfbcb53e6dc633
==============================================

Status         : NOK
Failure reason : quota-4.00
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 16:28:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/daabfc3b9f67c4e805b71e0c4abfbcb53e6dc633/build-end.log
Complete log   : http://autobuild.buildroot.net/results/daabfc3b9f67c4e805b71e0c4abfbcb53e6dc633/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/daabfc3b9f67c4e805b71e0c4abfbcb53e6dc633/config
Defconfig      : http://autobuild.buildroot.net/results/daabfc3b9f67c4e805b71e0c4abfbcb53e6dc633/defconfig

Build 850249df8b27684a45846fd966b8d0d4ae1798bd
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 16:39:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/850249df8b27684a45846fd966b8d0d4ae1798bd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/850249df8b27684a45846fd966b8d0d4ae1798bd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/850249df8b27684a45846fd966b8d0d4ae1798bd/config
Defconfig      : http://autobuild.buildroot.net/results/850249df8b27684a45846fd966b8d0d4ae1798bd/defconfig

Build 29dc4d71395d6f215cdee4bc7881263ded1289bf
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 16:48:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/29dc4d71395d6f215cdee4bc7881263ded1289bf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/29dc4d71395d6f215cdee4bc7881263ded1289bf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/29dc4d71395d6f215cdee4bc7881263ded1289bf/config
Defconfig      : http://autobuild.buildroot.net/results/29dc4d71395d6f215cdee4bc7881263ded1289bf/defconfig

Build 16423163d0feff2dba3f6b9494cf717a14d9fbc5
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 16:48:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/16423163d0feff2dba3f6b9494cf717a14d9fbc5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/16423163d0feff2dba3f6b9494cf717a14d9fbc5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/16423163d0feff2dba3f6b9494cf717a14d9fbc5/config
Defconfig      : http://autobuild.buildroot.net/results/16423163d0feff2dba3f6b9494cf717a14d9fbc5/defconfig

Build 884b05c79933d9bab24208900f55ac811368ec47
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 16:50:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/884b05c79933d9bab24208900f55ac811368ec47/build-end.log
Complete log   : http://autobuild.buildroot.net/results/884b05c79933d9bab24208900f55ac811368ec47/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/884b05c79933d9bab24208900f55ac811368ec47/config
Defconfig      : http://autobuild.buildroot.net/results/884b05c79933d9bab24208900f55ac811368ec47/defconfig

Build 95b7f4d1b0ac375b05ddc15349f462c92bb53080
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 17:00:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/95b7f4d1b0ac375b05ddc15349f462c92bb53080/build-end.log
Complete log   : http://autobuild.buildroot.net/results/95b7f4d1b0ac375b05ddc15349f462c92bb53080/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/95b7f4d1b0ac375b05ddc15349f462c92bb53080/config
Defconfig      : http://autobuild.buildroot.net/results/95b7f4d1b0ac375b05ddc15349f462c92bb53080/defconfig

Build e3d9e7f91098438b3a78e990e2ff5ef8669e0b25
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 17:28:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/e3d9e7f91098438b3a78e990e2ff5ef8669e0b25/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e3d9e7f91098438b3a78e990e2ff5ef8669e0b25/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e3d9e7f91098438b3a78e990e2ff5ef8669e0b25/config
Defconfig      : http://autobuild.buildroot.net/results/e3d9e7f91098438b3a78e990e2ff5ef8669e0b25/defconfig

Build 616c2a854a2f7fb58bd9969eb3d7c870f49c440b
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 17:32:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/616c2a854a2f7fb58bd9969eb3d7c870f49c440b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/616c2a854a2f7fb58bd9969eb3d7c870f49c440b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/616c2a854a2f7fb58bd9969eb3d7c870f49c440b/config
Defconfig      : http://autobuild.buildroot.net/results/616c2a854a2f7fb58bd9969eb3d7c870f49c440b/defconfig

Build e6f268f24c8fb3d0397b82feda88bffd10cb2210
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 17:33:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/e6f268f24c8fb3d0397b82feda88bffd10cb2210/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e6f268f24c8fb3d0397b82feda88bffd10cb2210/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e6f268f24c8fb3d0397b82feda88bffd10cb2210/config
Defconfig      : http://autobuild.buildroot.net/results/e6f268f24c8fb3d0397b82feda88bffd10cb2210/defconfig

Build 572cbb1d15163b3392c5c4f4d0f3deed5eceebf2
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 17:34:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/572cbb1d15163b3392c5c4f4d0f3deed5eceebf2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/572cbb1d15163b3392c5c4f4d0f3deed5eceebf2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/572cbb1d15163b3392c5c4f4d0f3deed5eceebf2/config
Defconfig      : http://autobuild.buildroot.net/results/572cbb1d15163b3392c5c4f4d0f3deed5eceebf2/defconfig

Build 882231851a703a401f936af8c6ac3a09ea037012
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 17:41:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/882231851a703a401f936af8c6ac3a09ea037012/build-end.log
Complete log   : http://autobuild.buildroot.net/results/882231851a703a401f936af8c6ac3a09ea037012/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/882231851a703a401f936af8c6ac3a09ea037012/config
Defconfig      : http://autobuild.buildroot.net/results/882231851a703a401f936af8c6ac3a09ea037012/defconfig

Build c7197cbcd44f6cb586ad9652696b7e19a55f5315
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 17:59:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/c7197cbcd44f6cb586ad9652696b7e19a55f5315/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c7197cbcd44f6cb586ad9652696b7e19a55f5315/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c7197cbcd44f6cb586ad9652696b7e19a55f5315/config
Defconfig      : http://autobuild.buildroot.net/results/c7197cbcd44f6cb586ad9652696b7e19a55f5315/defconfig

Build e50c054d1b98a455cf756b31bb3d9987fe798af9
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 18:24:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/e50c054d1b98a455cf756b31bb3d9987fe798af9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e50c054d1b98a455cf756b31bb3d9987fe798af9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e50c054d1b98a455cf756b31bb3d9987fe798af9/config
Defconfig      : http://autobuild.buildroot.net/results/e50c054d1b98a455cf756b31bb3d9987fe798af9/defconfig

Build 825d739dc12b8e6fa4d83dd29b0470eb02b35bdc
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 18:31:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/825d739dc12b8e6fa4d83dd29b0470eb02b35bdc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/825d739dc12b8e6fa4d83dd29b0470eb02b35bdc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/825d739dc12b8e6fa4d83dd29b0470eb02b35bdc/config
Defconfig      : http://autobuild.buildroot.net/results/825d739dc12b8e6fa4d83dd29b0470eb02b35bdc/defconfig

Build f606cc60c72d372c138b62653427b6d5babf6a4b
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 18:32:51
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/f606cc60c72d372c138b62653427b6d5babf6a4b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f606cc60c72d372c138b62653427b6d5babf6a4b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f606cc60c72d372c138b62653427b6d5babf6a4b/config
Defconfig      : http://autobuild.buildroot.net/results/f606cc60c72d372c138b62653427b6d5babf6a4b/defconfig

Build d77677d5072cbf2fa20e1acb92bb64e55ee72484
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 18:50:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/d77677d5072cbf2fa20e1acb92bb64e55ee72484/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d77677d5072cbf2fa20e1acb92bb64e55ee72484/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d77677d5072cbf2fa20e1acb92bb64e55ee72484/config
Defconfig      : http://autobuild.buildroot.net/results/d77677d5072cbf2fa20e1acb92bb64e55ee72484/defconfig

Build e112aabce09fe559ea46c12b5de1877a03adb860
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 19:05:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/e112aabce09fe559ea46c12b5de1877a03adb860/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e112aabce09fe559ea46c12b5de1877a03adb860/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e112aabce09fe559ea46c12b5de1877a03adb860/config
Defconfig      : http://autobuild.buildroot.net/results/e112aabce09fe559ea46c12b5de1877a03adb860/defconfig

Build 9565b585c7b9186f9750d6b68dffd6a8784a8e70
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 19:09:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/9565b585c7b9186f9750d6b68dffd6a8784a8e70/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9565b585c7b9186f9750d6b68dffd6a8784a8e70/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9565b585c7b9186f9750d6b68dffd6a8784a8e70/config
Defconfig      : http://autobuild.buildroot.net/results/9565b585c7b9186f9750d6b68dffd6a8784a8e70/defconfig

Build 2155af7f9426ac3f1109957d757ed05146dbbf67
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 19:16:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/2155af7f9426ac3f1109957d757ed05146dbbf67/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2155af7f9426ac3f1109957d757ed05146dbbf67/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2155af7f9426ac3f1109957d757ed05146dbbf67/config
Defconfig      : http://autobuild.buildroot.net/results/2155af7f9426ac3f1109957d757ed05146dbbf67/defconfig

Build 44d7db02f0a20cc5e9f980e3aff596bf8729cc6e
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 19:24:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/44d7db02f0a20cc5e9f980e3aff596bf8729cc6e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/44d7db02f0a20cc5e9f980e3aff596bf8729cc6e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/44d7db02f0a20cc5e9f980e3aff596bf8729cc6e/config
Defconfig      : http://autobuild.buildroot.net/results/44d7db02f0a20cc5e9f980e3aff596bf8729cc6e/defconfig

Build 48cf52f22f034e3fb1d9d3827426ae4794d1ba4c
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 19:31:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/48cf52f22f034e3fb1d9d3827426ae4794d1ba4c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/48cf52f22f034e3fb1d9d3827426ae4794d1ba4c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/48cf52f22f034e3fb1d9d3827426ae4794d1ba4c/config
Defconfig      : http://autobuild.buildroot.net/results/48cf52f22f034e3fb1d9d3827426ae4794d1ba4c/defconfig

Build 10470061b6928538e4b2bde2e2abe41cbf3f60fb
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 19:35:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/10470061b6928538e4b2bde2e2abe41cbf3f60fb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/10470061b6928538e4b2bde2e2abe41cbf3f60fb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/10470061b6928538e4b2bde2e2abe41cbf3f60fb/config
Defconfig      : http://autobuild.buildroot.net/results/10470061b6928538e4b2bde2e2abe41cbf3f60fb/defconfig

Build 620133f7dab089b6bf359d5153fa1510ba933d1e
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 19:44:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/620133f7dab089b6bf359d5153fa1510ba933d1e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/620133f7dab089b6bf359d5153fa1510ba933d1e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/620133f7dab089b6bf359d5153fa1510ba933d1e/config
Defconfig      : http://autobuild.buildroot.net/results/620133f7dab089b6bf359d5153fa1510ba933d1e/defconfig

Build f9ab2994251e5a07bd4ef652ccba84146992796d
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 19:51:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/f9ab2994251e5a07bd4ef652ccba84146992796d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f9ab2994251e5a07bd4ef652ccba84146992796d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f9ab2994251e5a07bd4ef652ccba84146992796d/config
Defconfig      : http://autobuild.buildroot.net/results/f9ab2994251e5a07bd4ef652ccba84146992796d/defconfig

Build 128bea41a44db2846445bb2bd79bd96bacef2dd1
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 19:54:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/128bea41a44db2846445bb2bd79bd96bacef2dd1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/128bea41a44db2846445bb2bd79bd96bacef2dd1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/128bea41a44db2846445bb2bd79bd96bacef2dd1/config
Defconfig      : http://autobuild.buildroot.net/results/128bea41a44db2846445bb2bd79bd96bacef2dd1/defconfig

Build a591c8006ba575de25ca0ce8dbd87ea6cdf7f014
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 19:57:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/a591c8006ba575de25ca0ce8dbd87ea6cdf7f014/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a591c8006ba575de25ca0ce8dbd87ea6cdf7f014/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a591c8006ba575de25ca0ce8dbd87ea6cdf7f014/config
Defconfig      : http://autobuild.buildroot.net/results/a591c8006ba575de25ca0ce8dbd87ea6cdf7f014/defconfig

Build e682b16caf123dec3a7384e6d8557f1eb062d839
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 20:01:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/e682b16caf123dec3a7384e6d8557f1eb062d839/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e682b16caf123dec3a7384e6d8557f1eb062d839/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e682b16caf123dec3a7384e6d8557f1eb062d839/config
Defconfig      : http://autobuild.buildroot.net/results/e682b16caf123dec3a7384e6d8557f1eb062d839/defconfig

Build 90f38731013fd7145b3f4205eadf1eef2cb3febd
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 20:12:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/90f38731013fd7145b3f4205eadf1eef2cb3febd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/90f38731013fd7145b3f4205eadf1eef2cb3febd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/90f38731013fd7145b3f4205eadf1eef2cb3febd/config
Defconfig      : http://autobuild.buildroot.net/results/90f38731013fd7145b3f4205eadf1eef2cb3febd/defconfig

Build 89c9ac43f75392432e4c00e9c16b803f052319e5
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 20:27:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/89c9ac43f75392432e4c00e9c16b803f052319e5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/89c9ac43f75392432e4c00e9c16b803f052319e5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/89c9ac43f75392432e4c00e9c16b803f052319e5/config
Defconfig      : http://autobuild.buildroot.net/results/89c9ac43f75392432e4c00e9c16b803f052319e5/defconfig

Build 6be60bbf85a0863569e2be3671eb2b9e8e10e16a
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 20:42:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/6be60bbf85a0863569e2be3671eb2b9e8e10e16a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6be60bbf85a0863569e2be3671eb2b9e8e10e16a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6be60bbf85a0863569e2be3671eb2b9e8e10e16a/config
Defconfig      : http://autobuild.buildroot.net/results/6be60bbf85a0863569e2be3671eb2b9e8e10e16a/defconfig

Build a4775f7528068ff2d39935bb3728efcd31191642
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 20:48:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/a4775f7528068ff2d39935bb3728efcd31191642/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a4775f7528068ff2d39935bb3728efcd31191642/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a4775f7528068ff2d39935bb3728efcd31191642/config
Defconfig      : http://autobuild.buildroot.net/results/a4775f7528068ff2d39935bb3728efcd31191642/defconfig

Build 3e5a5823899de3edb06b9ef3ee2b9fd5e7cc4fbd
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.25
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 20:52:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/3e5a5823899de3edb06b9ef3ee2b9fd5e7cc4fbd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3e5a5823899de3edb06b9ef3ee2b9fd5e7cc4fbd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3e5a5823899de3edb06b9ef3ee2b9fd5e7cc4fbd/config
Defconfig      : http://autobuild.buildroot.net/results/3e5a5823899de3edb06b9ef3ee2b9fd5e7cc4fbd/defconfig

Build 47c430a9d99f0c66631f787e18ab1d0b9b95f811
==============================================

Status         : NOK
Failure reason : sconeserver-180
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 20:56:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/47c430a9d99f0c66631f787e18ab1d0b9b95f811/build-end.log
Complete log   : http://autobuild.buildroot.net/results/47c430a9d99f0c66631f787e18ab1d0b9b95f811/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/47c430a9d99f0c66631f787e18ab1d0b9b95f811/config
Defconfig      : http://autobuild.buildroot.net/results/47c430a9d99f0c66631f787e18ab1d0b9b95f811/defconfig

Build 2ca6929b3ffbd767ce02ae540720fc7c16f6e2de
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 20:56:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/2ca6929b3ffbd767ce02ae540720fc7c16f6e2de/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2ca6929b3ffbd767ce02ae540720fc7c16f6e2de/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2ca6929b3ffbd767ce02ae540720fc7c16f6e2de/config
Defconfig      : http://autobuild.buildroot.net/results/2ca6929b3ffbd767ce02ae540720fc7c16f6e2de/defconfig

Build 2ea8ed150e9e790ede6ef766ab08e3637b487af2
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 20:57:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/2ea8ed150e9e790ede6ef766ab08e3637b487af2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2ea8ed150e9e790ede6ef766ab08e3637b487af2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2ea8ed150e9e790ede6ef766ab08e3637b487af2/config
Defconfig      : http://autobuild.buildroot.net/results/2ea8ed150e9e790ede6ef766ab08e3637b487af2/defconfig

Build e773ed0b9cc8cad93f9ee262a98c1e49d02c1450
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 21:17:01
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/e773ed0b9cc8cad93f9ee262a98c1e49d02c1450/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e773ed0b9cc8cad93f9ee262a98c1e49d02c1450/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e773ed0b9cc8cad93f9ee262a98c1e49d02c1450/config
Defconfig      : http://autobuild.buildroot.net/results/e773ed0b9cc8cad93f9ee262a98c1e49d02c1450/defconfig

Build 5bc8a7cde560da7acd733e2d0607e136f6a1aee8
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 21:20:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/5bc8a7cde560da7acd733e2d0607e136f6a1aee8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5bc8a7cde560da7acd733e2d0607e136f6a1aee8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5bc8a7cde560da7acd733e2d0607e136f6a1aee8/config
Defconfig      : http://autobuild.buildroot.net/results/5bc8a7cde560da7acd733e2d0607e136f6a1aee8/defconfig

Build c6af45d8cbe4e00339422f9da2c6be2f2142b765
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 21:25:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/c6af45d8cbe4e00339422f9da2c6be2f2142b765/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c6af45d8cbe4e00339422f9da2c6be2f2142b765/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c6af45d8cbe4e00339422f9da2c6be2f2142b765/config
Defconfig      : http://autobuild.buildroot.net/results/c6af45d8cbe4e00339422f9da2c6be2f2142b765/defconfig

Build b0107b580ca6e71c56bdc4168c58eb48d593ded2
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 21:37:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/b0107b580ca6e71c56bdc4168c58eb48d593ded2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b0107b580ca6e71c56bdc4168c58eb48d593ded2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b0107b580ca6e71c56bdc4168c58eb48d593ded2/config
Defconfig      : http://autobuild.buildroot.net/results/b0107b580ca6e71c56bdc4168c58eb48d593ded2/defconfig

Build dabefcbb953ae05af31d8c537f0cf2684539cdde
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 21:42:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/dabefcbb953ae05af31d8c537f0cf2684539cdde/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dabefcbb953ae05af31d8c537f0cf2684539cdde/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dabefcbb953ae05af31d8c537f0cf2684539cdde/config
Defconfig      : http://autobuild.buildroot.net/results/dabefcbb953ae05af31d8c537f0cf2684539cdde/defconfig

Build 06c07d893f1151624159c95e9a8a5142fdae7bfe
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 21:53:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/06c07d893f1151624159c95e9a8a5142fdae7bfe/build-end.log
Complete log   : http://autobuild.buildroot.net/results/06c07d893f1151624159c95e9a8a5142fdae7bfe/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/06c07d893f1151624159c95e9a8a5142fdae7bfe/config
Defconfig      : http://autobuild.buildroot.net/results/06c07d893f1151624159c95e9a8a5142fdae7bfe/defconfig

Build 1813c935c107ed22044e487029dc54e7f200b0e1
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 22:01:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/1813c935c107ed22044e487029dc54e7f200b0e1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1813c935c107ed22044e487029dc54e7f200b0e1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1813c935c107ed22044e487029dc54e7f200b0e1/config
Defconfig      : http://autobuild.buildroot.net/results/1813c935c107ed22044e487029dc54e7f200b0e1/defconfig

Build 9e26e93b9443aa350b7291aa2b6dbd694df7533a
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-06 22:02:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/9e26e93b9443aa350b7291aa2b6dbd694df7533a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9e26e93b9443aa350b7291aa2b6dbd694df7533a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9e26e93b9443aa350b7291aa2b6dbd694df7533a/config
Defconfig      : http://autobuild.buildroot.net/results/9e26e93b9443aa350b7291aa2b6dbd694df7533a/defconfig

Build 3ea473900e4ae6bc9371cf1177a34c9aaa2a3696
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 22:04:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/3ea473900e4ae6bc9371cf1177a34c9aaa2a3696/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3ea473900e4ae6bc9371cf1177a34c9aaa2a3696/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3ea473900e4ae6bc9371cf1177a34c9aaa2a3696/config
Defconfig      : http://autobuild.buildroot.net/results/3ea473900e4ae6bc9371cf1177a34c9aaa2a3696/defconfig

Build be4a771cca422e5e818f28744af8d503506ec681
==============================================

Status         : NOK
Failure reason : quota-4.00
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 22:19:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/be4a771cca422e5e818f28744af8d503506ec681/build-end.log
Complete log   : http://autobuild.buildroot.net/results/be4a771cca422e5e818f28744af8d503506ec681/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/be4a771cca422e5e818f28744af8d503506ec681/config
Defconfig      : http://autobuild.buildroot.net/results/be4a771cca422e5e818f28744af8d503506ec681/defconfig

Build be2db0a49afcd20475d83518ec37275f5af40c83
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 22:21:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/be2db0a49afcd20475d83518ec37275f5af40c83/build-end.log
Complete log   : http://autobuild.buildroot.net/results/be2db0a49afcd20475d83518ec37275f5af40c83/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/be2db0a49afcd20475d83518ec37275f5af40c83/config
Defconfig      : http://autobuild.buildroot.net/results/be2db0a49afcd20475d83518ec37275f5af40c83/defconfig

Build fcf257fdc0239bca2111edbb96493417299e793f
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 22:26:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/fcf257fdc0239bca2111edbb96493417299e793f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fcf257fdc0239bca2111edbb96493417299e793f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fcf257fdc0239bca2111edbb96493417299e793f/config
Defconfig      : http://autobuild.buildroot.net/results/fcf257fdc0239bca2111edbb96493417299e793f/defconfig

Build 7d5cd8ff56d9b9fd7b04c20f4ded9201e42997dc
==============================================

Status         : NOK
Failure reason : gdbhost-7.4.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 22:32:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/7d5cd8ff56d9b9fd7b04c20f4ded9201e42997dc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7d5cd8ff56d9b9fd7b04c20f4ded9201e42997dc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7d5cd8ff56d9b9fd7b04c20f4ded9201e42997dc/config
Defconfig      : http://autobuild.buildroot.net/results/7d5cd8ff56d9b9fd7b04c20f4ded9201e42997dc/defconfig

Build 86e010fbdfa9b8b3a60941d1d5be7f5394253917
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 22:34:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/86e010fbdfa9b8b3a60941d1d5be7f5394253917/build-end.log
Complete log   : http://autobuild.buildroot.net/results/86e010fbdfa9b8b3a60941d1d5be7f5394253917/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/86e010fbdfa9b8b3a60941d1d5be7f5394253917/config
Defconfig      : http://autobuild.buildroot.net/results/86e010fbdfa9b8b3a60941d1d5be7f5394253917/defconfig

Build 229f19570938bff35bf4815d8a63142587e2d7eb
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : sh4a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 22:56:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/229f19570938bff35bf4815d8a63142587e2d7eb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/229f19570938bff35bf4815d8a63142587e2d7eb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/229f19570938bff35bf4815d8a63142587e2d7eb/config
Defconfig      : http://autobuild.buildroot.net/results/229f19570938bff35bf4815d8a63142587e2d7eb/defconfig

Build c354a2a7025a33486c493bf02272b04041e1bf34
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 23:02:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/c354a2a7025a33486c493bf02272b04041e1bf34/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c354a2a7025a33486c493bf02272b04041e1bf34/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c354a2a7025a33486c493bf02272b04041e1bf34/config
Defconfig      : http://autobuild.buildroot.net/results/c354a2a7025a33486c493bf02272b04041e1bf34/defconfig

Build 58e7c319a6c84da0e20223b0b5704b45008758b1
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 23:04:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/58e7c319a6c84da0e20223b0b5704b45008758b1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/58e7c319a6c84da0e20223b0b5704b45008758b1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/58e7c319a6c84da0e20223b0b5704b45008758b1/config
Defconfig      : http://autobuild.buildroot.net/results/58e7c319a6c84da0e20223b0b5704b45008758b1/defconfig

Build adb6d4d4c9dd3803f637b05a3bb621616628bb4b
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 23:09:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/adb6d4d4c9dd3803f637b05a3bb621616628bb4b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/adb6d4d4c9dd3803f637b05a3bb621616628bb4b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/adb6d4d4c9dd3803f637b05a3bb621616628bb4b/config
Defconfig      : http://autobuild.buildroot.net/results/adb6d4d4c9dd3803f637b05a3bb621616628bb4b/defconfig

Build f4b1cc9e094c83655a1f007cd13f812aa1748ef5
==============================================

Status         : NOK
Failure reason : libnetfilter_queue-1.0.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 23:11:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/f4b1cc9e094c83655a1f007cd13f812aa1748ef5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f4b1cc9e094c83655a1f007cd13f812aa1748ef5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f4b1cc9e094c83655a1f007cd13f812aa1748ef5/config
Defconfig      : http://autobuild.buildroot.net/results/f4b1cc9e094c83655a1f007cd13f812aa1748ef5/defconfig

Build ff3fef7f2ab5da21d43d43f8737521835173cd82
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 23:19:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/ff3fef7f2ab5da21d43d43f8737521835173cd82/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ff3fef7f2ab5da21d43d43f8737521835173cd82/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ff3fef7f2ab5da21d43d43f8737521835173cd82/config
Defconfig      : http://autobuild.buildroot.net/results/ff3fef7f2ab5da21d43d43f8737521835173cd82/defconfig

Build debe944613aebd01e5a00fdf33f8dd2beaa66c99
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 23:25:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/debe944613aebd01e5a00fdf33f8dd2beaa66c99/build-end.log
Complete log   : http://autobuild.buildroot.net/results/debe944613aebd01e5a00fdf33f8dd2beaa66c99/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/debe944613aebd01e5a00fdf33f8dd2beaa66c99/config
Defconfig      : http://autobuild.buildroot.net/results/debe944613aebd01e5a00fdf33f8dd2beaa66c99/defconfig

Build 91d821056ce14582323c9a24e4c123ce377921a4
==============================================

Status         : NOK
Failure reason : gdbhost-7.4.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 23:38:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/91d821056ce14582323c9a24e4c123ce377921a4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/91d821056ce14582323c9a24e4c123ce377921a4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/91d821056ce14582323c9a24e4c123ce377921a4/config
Defconfig      : http://autobuild.buildroot.net/results/91d821056ce14582323c9a24e4c123ce377921a4/defconfig

Build 130175abe401b68409c83c8a12e562cccba6c6e5
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-06 23:38:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/130175abe401b68409c83c8a12e562cccba6c6e5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/130175abe401b68409c83c8a12e562cccba6c6e5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/130175abe401b68409c83c8a12e562cccba6c6e5/config
Defconfig      : http://autobuild.buildroot.net/results/130175abe401b68409c83c8a12e562cccba6c6e5/defconfig

Build 633b7265fea15301d882ba64adc0a7a5927e9a91
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-06 23:58:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/633b7265fea15301d882ba64adc0a7a5927e9a91/build-end.log
Complete log   : http://autobuild.buildroot.net/results/633b7265fea15301d882ba64adc0a7a5927e9a91/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/633b7265fea15301d882ba64adc0a7a5927e9a91/config
Defconfig      : http://autobuild.buildroot.net/results/633b7265fea15301d882ba64adc0a7a5927e9a91/defconfig

Build 5e274ea6af7d63b8827eaa59749b6ee7729f439b
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-06 23:59:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=5a6392228a4f9383c40005bbd0b41ebda977d3cd
End of log     : http://autobuild.buildroot.net/results/5e274ea6af7d63b8827eaa59749b6ee7729f439b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5e274ea6af7d63b8827eaa59749b6ee7729f439b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5e274ea6af7d63b8827eaa59749b6ee7729f439b/config
Defconfig      : http://autobuild.buildroot.net/results/5e274ea6af7d63b8827eaa59749b6ee7729f439b/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] Build a Linux on a Customized Board (SAMSUNG S3C2410A)
From: narke @ 2012-11-07  5:54 UTC (permalink / raw)
  To: buildroot

Hi, List

I want to build a Linux system on a customized board.  I desire to get
professional suggestions from you about how possible to have the task
done with buildroot.  I also like to know your suggestions what else
if not buildroot I still need to go for a learn.

I don't so much care what the version of the resulting OS kernel, I
just know a need a c lib to support a set of C applications that
originally run on the board.

The board current already had a Linux OS run on it, together with our
applications.  I have on-hand three binary image files, a boot loader,
a kernel image and a root file system image.  But I don't have the
source.  Several guys prepared the board and the OS for our company,
but it's long long time ago.  These guys had already dismissed their
some company and we lost contacts to them.

I know there have one or two customized drivers inside the kernel, but
don't know what they are.  I also know, there is a CPLD chip on the
board that is doing some memory mapping to translate between virtual
addresses to some peripherals.  I see 4 pcs of 16C554DIQ(D2) chips on
the board.

The CPU is a SAMSUNG S3C2410AL-20 ARM. Other common peripherals on the
board includes: flash chips, SD card, Ethernet ports.

For the unclear hardware, I have a hardware guy who can support me to
clarify the functionality of the hardware part. But, as the only
firmware guy, I have to build and prepare the Linux OS.  We cannot use
the original binary version of Linux any more because we cannot extend
that for new needs.

Where should I start? And, whether the famous Buildroot can save my
ass?  It will be highly appreciated if you give me any suggestions and
clues.


-- 
Life is the only flaw in an otherwise perfect nonexistence
    -- Schopenhauer

narke
public key at http://subkeys.pgp.net:11371 (narkewoody at gmail.com)

^ permalink raw reply

* [Buildroot] Build a Linux on a Customized Board (SAMSUNG S3C2410 ARM)
From: Wu, Woody @ 2012-11-07  2:26 UTC (permalink / raw)
  To: buildroot

Hi, List

I want to build a Linux system on a customized board.  I desire to get professional suggestions from you about how possible to have the task done with buildroot.  I also like to know your suggestions what else if not buildroot I still need to go for a learn.

I don't so much care what the version of the resulting OS kernel, I just know a need a c lib to support a set of C applications that originally run on the board.

The board current already had a Linux OS run on it, together with our applications.  I have on-hand three binary image files, a boot loader,
a kernel image and a root file system image.  But I don't have the source.  Several guys prepared the board and the OS for our company, but it's long long time ago.  These guys had already dismissed their some company and we lost contacts to them.

I know there have one or two customized drivers inside the kernel, but don't know what they are.  I also know, there is a CPLD chip on the board that is doing some memory mapping to translate between virtual addresses to some peripherals.  I see 4 pcs of 16C554DIQ(D2) chips on the board.

The CPU is a SAMSUNG S3C2410AL-20 ARM. Other common peripherals on the board includes: flash chips, SD card, Ethernet ports.

For the unclear hardware, I have a hardware guy who can support me to clarify the functionality of the hardware part. But, as the only firmware guy, I have to build and prepare the Linux OS.  We cannot use the original binary version of Linux any more because we cannot extend that for new needs.

Where should I start? And, whether the famous Buildroot can save my ass?  It will be highly appreciated if you give me any suggestions and clues.

--
woody


P PLEASE CONSIDER OUR ENVIRONMENT BEFORE PRINTING THIS EMAIL.

This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments. Thank you.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121107/cd045555/attachment-0001.html>

^ permalink raw reply

* [Buildroot] [PATCH] add new package fxload
From: Arnout Vandecappelle @ 2012-11-07  0:23 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352199012-7746-1-git-send-email-jeremy.rosen@openwide.fr>

On 06/11/12 11:50, J?r?my Rosen wrote:
> Signed-off-by: J?r?my Rosen<jeremy.rosen@openwide.fr>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

> ---
> v2: Incorporated comments from Arnout,

  Yep, this is the way to separate additional comments from the commit message.

>
> I am not sure about the make install target line,
>
> I would have expected prefix= to be set by the environement, but maybe it is not a standard var name for make...

  Nope.  The usual variable is DESTDIR.  I guess in fxload they have chosen prefix
because it's similar to 'configure --prefix'.

  Regards,
  Arnout

[snip]

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply

* [Buildroot] [PATCH] add new package fxload
From: Arnout Vandecappelle @ 2012-11-07  0:21 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <27204261.196.1352192268013.JavaMail.rosen@pcrosen>

On 06/11/12 09:58, Jeremy Rosen wrote:
>>    Add a Signed-off-by line for yourself.  This is a short way for you
>> >     to
>> >  assert that you are entitled to contribute the patch under
>> >  buildroot's
>> >  GPL license.  Seehttp://kerneltrap.org/files/Jeremy/DCO.txt  for
>> >  more
>> >  details.
> ok, will do .
>
> BTW, your link is dead, a minute of googling and I found
>
> http://elinux.org/Developer_Certificate_Of_Origin

  Thanks!  I've updated my template with that link.

  Regards,
  Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox