Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Udev on a live CD system does not appear to populate /dev
From: Antony Vennard @ 2012-11-06 14:02 UTC (permalink / raw)
  To: buildroot

Hi All,

I'm currently looking at using udev for a live cd environment built with
buildroot, and I'm having trouble getting udev to pick up the machine's
devices.

I have some questions and some details that will (hopefully) help
identify my problem

Firstly, my kernel is configured to use devtmpfs:

681:CONFIG_DEVTMPFS=y
682:CONFIG_DEVTMPFS_MOUNT=y

so as I understand it, /dev should be mounted as a tmpfs by the kernel
and populated with /dev/null, /dev/console etc. Yet, my
buildroot/output/target contains a dev folder with subdirectories
created by buildroot.

So, I tried both creating the entries with target/generic_device_table
for tty0, tty1, console, null. This works, and udev reports it is
scanning for devices and done, yet /dev never picks up e.g. /dev/sda, or
/dev/disk/..., or so on. I have, in this configuration, copied
/usr/lib/udev/rules.d/* to buildroot/output/target/etc/udev/rules.d to
no avail; as far as I can see whatever rules I supply, even from my
Fedora or Ubuntu distributions, do not seem to affect udev.

Wondering if this creation method was wrong, I have then removed all of
the entries in /dev so that the kernel can mount its own devtmpfs. When
booting, /dev/null and /dev/tty1 are reported as missing. I imagine
there is nothing in /dev at this stage

Various possibly related points:
 * I thought udev required udevd, yet I can't see that either running or
available on the ISO, nor can I find a configuration option to create it.
 * I have D-Bus built for the system, as I read udev required it.
 * I can see sda1 in /sys/block/sda/sda1; likewise for other attached
storage devices.

Am I doing anything very wrong? I get the feeling I must be missing
something for this to not work, yet I'm not sure what.

Can anyone offer any advice? Happy to provide config snippets etc.

Using buildroot 2012.08.

Thanks,

Antony


-- 
________________

Macrium? Software is a trading name of Paramount Software UK Ltd, 
Registered in England and Wales Number 02973414
Registered Office: Kilburn House, Manchester Science Park, Lloyd St. North, 
Manchester M15 6SE United Kingdom

The information contained in this e-mail is confidential, privileged, or 
otherwise protected from disclosure. It is intended only for the use of the 
authorized individual as indicated in the e-mail. Any unauthorized 
disclosure, copying, distribution or taking of any action based on the 
contents of this material is strictly prohibited.

If you have received this e-mail in error, please delete it immediately.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 895 bytes
Desc: OpenPGP digital signature
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121106/29afbc10/attachment.asc>

^ permalink raw reply

* [Buildroot] [PATCH] BR2_PREFER_STATIC_LIB and LDFLAGS+= -static
From: ANDY KENNEDY @ 2012-11-06 15:06 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50984D57.3080402@mind.be>

> 
>   Although I'm OK with this patch, I have been unable to reproduce the problem
> and I'd like to know why it is going wrong with -static.  Can you post a
> defconfig that I can rebuild and that exposes the problem?
> 
>   Note: a few autobuilders with BR2_PREFER_STATIC_LIB enabled could be nice -
> or maybe not, because many packages _will_break.
> 
>   Regards,
>   Arnout

First off, I built again with a clean copy of BuildRoot (2012.08) and
produced this output this time:

root at akennedy_lin:~/deleteme/buildroot-2012.08# find output/target/ \
-exec file {} \; 2>&1 | grep dynamic | awk -F: '{print $1}'
output/target/usr/bin/ldd
output/target/usr/bin/htop
output/target/usr/bin/getconf
output/target/usr/sbin/kdump
output/target/usr/sbin/proftpd
output/target/sbin/ldconfig

Note that htop and proftpd got linked dynamically.  The odd part is
that kexec built static this time.  What's up with that?  I repeated
this twice and kexec builds static every time. . . though I really
thought I did this last week and it was dynamically linked.  Perhaps
I'm smokin' something. . .  BTW, I have _NEVER_ been able to build
kdump static through their build.  I can reproduce it manually, but
there seems to be no way to do it with their current Makefile.

Attached is the config file.  You may want to change the primary
download site as I have it set to ftp://localhost/pub/dl.

Andy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: buildroot-2012_08.config
Type: application/octet-stream
Size: 25887 bytes
Desc: buildroot-2012_08.config
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121106/a48d4e15/attachment-0001.obj>

^ permalink raw reply

* [Buildroot] [PATCH] add new package fxload
From: Alex Bradbury @ 2012-11-06 15:33 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <27204261.196.1352192268013.JavaMail.rosen@pcrosen>

On 6 November 2012 08:58, Jeremy Rosen <jeremy.rosen@openwide.fr> wrote:
>>   Also I'll warn you: it may take a while (months) before your patch
>>   is
>> accepted even if you make all necessary correction, and we may even
>> forget
>> to include it in the end.  That's not because we're evil :-) but
>> because
>> our contribution process is still sub-optimal.  Buildroot has grown
>> significantly in number of contributions over the last two years, and
>> our maintainer (Peter Korsgaard) is just saturated.  We're still
>> experimenting
>> with ways to improve the process.
>>
>
> Fair enough, i'm a maintainer for other FOSS projects, so I know how that sort of problem go...
>
> is Peter the only one comitting ? couldn't someone help with simple patches (like updating version of existing packages)

Note it was decided at the recent Developer Days meeting that patches
would be accepted more aggressively. Presumably this means the chances
of patches that have been appropriately cleaned up to meet the
buildroot guidelines are less likely to be accidentally dropped.

Alex

^ permalink raw reply

* [Buildroot] [PATCH v11 2/9] perl: new package
From: François Perrad @ 2012-11-06 16:23 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAB0FRsv058=3G7qbFPS6xrSr_TG5=QDhRKcOU8O6mCot_dCuMQ@mail.gmail.com>

2012/11/6 Fran?ois Perrad <francois.perrad@gadz.org>:
> 2012/11/5 Fran?ois Perrad <francois.perrad@gadz.org>:
>> 2012/10/30 Bernd Kuhls <berndkuhls@hotmail.com>:
>>> Hi,
>>>
>>> Francois Perrad <fperrad@gmail.com> wrote in
>>> news:1350652434-32020-2-git-send-email-francois.perrad at gadz.org:
>>>
>>> currently I am testing your patchset, but I found problems during
>>> compiling, some I could solve myself:
>>>
>>>> +PERL_CONF_OPT = -des \
>>>
>>> [...]
>>>
>>>> +          -Dlibc=$(STAGING_DIR)/lib/libc.so \
>>>
>>> I had to change this line to
>>>
>>>              -Dlibc=$(STAGING_DIR)/usr/lib/libc.so.0 \
>>>
>>> for usage with uClibc 0.9.33.2
>>>
>>> [...]
>>>
>>>> +          -Uoptimize
>>>
>>> Here I had to add "-Ud_eaccess" to avoid a compilation bug.
>>>
>>> Perl will still not finish to compile, stopping with this error message:
>>>
>>>> LD_LIBRARY_PATH=/home/bernd/.fbr/build/output/build/perl-5.16.1
>>> /home/bernd/.fbr/build/output/build/perl-5.16.1/Cross/run-qemu-i386
>>> ./miniperl -Ilib make_ext.pl cpan/Archive-Extract/pm_to_blib
>>> MAKE=/home/bernd/.fbr/build/output/host/usr/bin/make LIBPERL_A=libperl.so
>>>>         Making Archive::Extract (all)
>>>>
>>>> Creating Makefile.PL in cpan/Archive-Extract for Archive::Extract
>>>>
>>>> Running Makefile.PL in cpan/Archive-Extract
>>>> /home/bernd/.fbr/build/output/build/perl-5.16.1/Cross/run-qemu-i386
>>> ../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none
>>> INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.so
>>>> -1 from cpan/Archive-Extract's Makefile.PL at make_ext.pl line 409.
>>>> Warning: No Makefile!
>>>> /home/bernd/.fbr/build/output/host/usr/bin/make config PERL_CORE=1
>>> LIBPERL_A=libperl.so failed, continuing anyway...
>>>> Making all in cpan/Archive-Extract
>>>> /home/bernd/.fbr/build/output/build/perl-5.16.1/Cross/run-qemu-i386
>>> /home/bernd/.fbr/build/output/host/usr/bin/make all PERL_CORE=1
>>> LIBPERL_A=libperl.so
>>>> Unsuccessful make(cpan/Archive-Extract): code=-1 at make_ext.pl line 468.
>>>> make[1]: *** [cpan/Archive-Extract/pm_to_blib] Fehler 22
>>>> make[1]: Leaving directory `/home/bernd/.fbr/build/output/build/perl-
>>> 5.16.1'
>>>> make: *** [/home/bernd/.fbr/build/output/build/perl-5.16.1/.stamp_built]
>>> Fehler 2
>>>
>>> Executing the last command alone provides this error hinting at a problem
>>> with host-qemu, which I was able to solve yet.
>>>
>>> $ /home/bernd/.fbr/build/output/build/perl-5.16.1/Cross/run-qemu-i386
>>> /home/bernd/.fbr/build/output/host/usr/bin/make all PERL_CORE=1
>>> LIBPERL_A=libperl.so
>>> qemu: Unsupported syscall: 240
>>> qemu: Unsupported syscall: 240
>>>
>>> First I got this error message with Debian Squeeze i386 (virtualbox guest,
>>> Win XP host), but also on Debian wheezy amd64 running non-virtualized.
>>>
>>> My .config can be found here: http://pastebin.com/yz1SzeB2
>>> I am using buildroot as part of the FLI4L source package[1].
>>>
>>> Kind regards, Bernd
>>>
>>
>> I could reproduce the lastest problem on the HEAD of Buildroot with
>> qemu_x86_defconfig (which is a smaller config than your FLI4L config).
>>
>
> first, before manually running a command in the build tree, you must
> set PERL_MM_OPT
>    $ export PERL_MM_OPT="PERL=`pwd`/Cross/miniperl"
>
> the error
>     -1 from cpan/Archive-Extract's Makefile.PL at make_ext.pl line 409.
> comes from miniperl which fails with a 'system' call.
>
> this problem could be reproduced with a simple one-liner :
>
> $ perl -e "my \$code = system( q(echo), q(hello) ); print(\$code);"
> hello
> 0
>
> $ Cross/miniperl -e "my \$code = system( q(echo), q(hello) ); print(\$code);"
> -1
>
> Fran?ois
>

after an installation on the target, this 'miniperl' works fine.
so, the problem comes from Qemu.

I write a small C example :

$ cat sys.c
#include <stdio.h>
#include <stdlib.h>

int main()
{
 	int ret = system("echo hello");
	printf("%d\n", ret);
}

$ ../../host/usr/bin/i686-buildroot-linux-uclibc-gcc -o sys sys.c
$ file sys
sys: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
dynamically linked (uses shared libs), not stripped
$ ../../host/usr/bin/qemu-i386 ./sys
-1

I also try on various architecture.
I build Perl successfully with qemu-arm and qemu-mips,
the problem occurs with qemu-i386 and qemu-x86_64,
with a qemu-i386 version 1.2.0 built with Buildroot and with a
qemu-i386 version 1.0.50 which comes my distro Ubuntu 12.04 LTS.

Other bad new, these days, the homepage of Qemu (http://wiki.qemu.org) is down.

Fran?ois

>> Fran?ois
>>
>>> [1] http://www.fli4l.de/download/tarball-version/aktuell.html
>>>
>>> _______________________________________________
>>> buildroot mailing list
>>> buildroot at busybox.net
>>> http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply

* [Buildroot] [PATCH] boost: bump to version 1.52.0
From: Victor Hiairrassary @ 2012-11-06 17:53 UTC (permalink / raw)
  To: buildroot

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 related

* [Buildroot] Udev on a live CD system does not appear to populate /dev
From: Stefan Fröberg @ 2012-11-06 18:37 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <5099186E.1030409@macrium.com>

6.11.2012 16:02, Antony Vennard kirjoitti:
> Hi All,
>
> I'm currently looking at using udev for a live cd environment built with
> buildroot, and I'm having trouble getting udev to pick up the machine's
> devices.
>
> I have some questions and some details that will (hopefully) help
> identify my problem
>
> Firstly, my kernel is configured to use devtmpfs:
>
> 681:CONFIG_DEVTMPFS=y
> 682:CONFIG_DEVTMPFS_MOUNT=y
>
> so as I understand it, /dev should be mounted as a tmpfs by the kernel
> and populated with /dev/null, /dev/console etc. Yet, my
> buildroot/output/target contains a dev folder with subdirectories
> created by buildroot.
>
> So, I tried both creating the entries with target/generic_device_table
> for tty0, tty1, console, null. This works, and udev reports it is
> scanning for devices and done, yet /dev never picks up e.g. /dev/sda, or
> /dev/disk/..., or so on. I have, in this configuration, copied
> /usr/lib/udev/rules.d/* to buildroot/output/target/etc/udev/rules.d to
> no avail; as far as I can see whatever rules I supply, even from my
> Fedora or Ubuntu distributions, do not seem to affect udev.
>
> Wondering if this creation method was wrong, I have then removed all of
> the entries in /dev so that the kernel can mount its own devtmpfs. When
> booting, /dev/null and /dev/tty1 are reported as missing. I imagine
> there is nothing in /dev at this stage
Im not sure but I tought that device nodes /dev/null and /dev/console
(and some others)
have to always be created manually
(either with buildroot device tables, by doing the mknod thing or just
by copying those
nodes from host system to output/target/dev or fs/skeleton/dev)
to be of any use.

At least that's what I have done always, created those /dev/null and
/dev/cosole and also
/dev/ram0 etc.. myself into output/target/dev and then make my initramfs
from that directory and
 let the hotplug program (either busybox's own mdev or udev) do the rest.

Here's what I have minimally in my own buildroot's fs/skeleton/dev
folder (which is copied at the end of the buildroot
process into output/target/dev )

crw-------.  1 root root 5, 1 11.1.2012 console
lrwxrwxrwx.  1 root root   10 19.3.2012 log -> ../tmp/log
brw-rw----.  1 root root 7, 0 20.8. 00:58 loop0
crw-------.  1 root root 1, 1 11.1.2012 mem
crw-r--r--.  1 root root 1, 3 12.1.2012 null
drwxr-xr-x.  2 root root 1024 12.1.2012 pts
brw-r-----.  1 root root 5, 0 12.1.2012 ram0
crw-r--r--.  1 root root 5, 0 12.1.2012 tty
crw-------.  1 root root 4, 0 11.1.2012 tty0
crw-------.  1 root root 4, 1 11.1.2012 tty1
crw-------.  1 root root 1, 5 11.1.2012 zero

Now, some of those might not be strictly necessary and should be created
by mdev/udev.
But it's good to have them just in case.

Besides some pre-made device nodes, make sure that you have S10udev in your
output/target/etc/init.d.
That is the one responsible of starting udev.

You can also copy S10udev to fs/skeleton/etc/init.d to make sure that
it's included in
output/target/etc/init.d everytime you make complete new rebuild
(make clean && make)


Im presuming you *are* using initramfs in your early device initialization ?
(if not then you absolutely should. Live CD without initramfs is useless)

Best regards
Stefan
> Various possibly related points:
>  * I thought udev required udevd, yet I can't see that either running or
> available on the ISO, nor can I find a configuration option to create it.
>  * I have D-Bus built for the system, as I read udev required it.
>  * I can see sda1 in /sys/block/sda/sda1; likewise for other attached
> storage devices.
>
> Am I doing anything very wrong? I get the feeling I must be missing
> something for this to not work, yet I'm not sure what.
>
> Can anyone offer any advice? Happy to provide config snippets etc.
>
> Using buildroot 2012.08.
>
> Thanks,
>
> Antony
>
>
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121106/3d142432/attachment.html>

^ permalink raw reply

* [Buildroot] [PATCH] [v3] Allow to run severals post build scripts instead of only one
From: Arnout Vandecappelle @ 2012-11-06 19:36 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <21241_1352183937_5098B081_21241_18787_1_OF7B519B75.588186A9-ONC1257AAE.002464C5-C1257AAE.0024853E@sagemcom.com>

On 11/06/12 07:38, Philippe REYNES wrote:
> I've tried to remove this backslashes, and I've got an error when building:
>
>
> /bin/sh: -c: line 0: syntax error near unexpected token `('
> /bin/sh: -c: line 0: `echo ">>>    "Executing post-build script(s)""'
> make: *** [target-finalize] Error 1
>
> So those backslashes are usefull.

  Oh I see - it's because the quotes shouldn't be there...  But since we have
quotes in all MESSAGE calls at the moment, leave it as it is.

  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] how does udhcpc print messages to console
From: Jürgen Benjamin Ronshausen @ 2012-11-06 19:48 UTC (permalink / raw)
  To: buildroot

hi,

i am trying to print message from my program which is called in a shell
script.

problem is the shell script collects all the output from my program and
doesn't print it immediately.

i noticed, that udhcpc print its messages immediately by calling syslog.

from debug.h

# define LOG_EMERG	"EMERGENCY!"
# define LOG_ALERT	"ALERT!"
# define LOG_CRIT	"critical!"
# define LOG_WARNING	"warning"
# define LOG_ERR	"error"
# define LOG_INFO	"info"
# define LOG_DEBUG	"debug"
# define LOG(level, str, args...) do { printf("%s, ", level); \
				printf(str, ## args); \
				printf("\n"); } while(0)
# define OPEN_LOG(name) do {;} while(0)
#define CLOSE_LOG() do {;} while(0)

from dhcpc.c

OPEN_LOG("udhcpc");
LOG(LOG_INFO, "udhcp client (v%s) started", VERSION);

is there more than this to do?

thx J?rgen

^ permalink raw reply

* [Buildroot] new perl build issue
From: Alexander Khryukin @ 2012-11-06 20:51 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAB0FRssio4MnFavizgHUnLa-_tJAZAUNcb4hxKb=RjQKoXnfQg@mail.gmail.com>

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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121106/fa1dd9f9/attachment.html>

^ permalink raw reply

* [Buildroot] [PATCH v11 2/9] perl: new package
From: Bernd Kuhls @ 2012-11-06 21:03 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50986270.4070804@mind.be>

Arnout Vandecappelle <arnout@mind.be> wrote in 
news:50986270.4070804 at mind.be:

>   Is it possible that this is because the target binary is created with
> kernel headers 3.2, but you're running it on a host which is only 2.6.32
> (squeeze)?  But then it should work on wheezy, because that has 3.2 as
> well (at least since about four months IIRC).  Although...  240 on i386
> is futex, which has existed already since long before 2.6.32.

Hi,

on wheezy I am using kernel 3.5.5.

$ LC_ALL=C apt-cache policy linux-image-3.5-trunk-amd64
linux-image-3.5-trunk-amd64:
  Installed: 3.5.5-1~experimental.1
  Candidate: 3.5.5-1~experimental.1

Kind regards, Bernd

^ permalink raw reply

* [Buildroot] [PATCH v11 2/9] perl: new package
From: Bernd Kuhls @ 2012-11-06 21:09 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121106080812.4e7bd01a@skate>

Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8
@public.gmane.org> wrote in news:20121106080812.4e7bd01a at skate:

> I guess this whole qemu thing for Perl is going to be annoying on the
> long term. We might need to start looking for a different option, i.e
> seeing how to get Perl to build without needing qemu.

Hi,

maybe this can be of help: http://perlcross.berlios.de/

Kind regards, Bernd

PS: The reason I am fiddling around with Perl is to compile 
Mail::Spamassassin which needs a lot of other modules.

^ permalink raw reply

* [Buildroot] no jack?
From: Grant @ 2012-11-06 21:39 UTC (permalink / raw)
  To: buildroot

Is there a jack package available for buildroot?

- Grant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121106/cd4c830e/attachment.html>

^ permalink raw reply

* [Buildroot] [PATCH] BR2_PREFER_STATIC_LIB and LDFLAGS+= -static
From: Arnout Vandecappelle @ 2012-11-06 22:32 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <F9C551623D2CBB4C9488801D14F864C628B69F@ex-mb1.corp.adtran.com>

On 11/06/12 16:06, ANDY KENNEDY wrote:
>> >     Although I'm OK with this patch, I have been unable to reproduce the problem
>> >  and I'd like to know why it is going wrong with -static.  Can you post a
>> >  defconfig that I can rebuild and that exposes the problem?
>> >
>> >     Note: a few autobuilders with BR2_PREFER_STATIC_LIB enabled could be nice -
>> >  or maybe not, because many packages _will_break.
>> >
>> >     Regards,
>> >     Arnout
> First off, I built again with a clean copy of BuildRoot (2012.08) and
> produced this output this time:
>
> root at akennedy_lin:~/deleteme/buildroot-2012.08#  find output/target/ \
> -exec file {} \; 2>&1 | grep dynamic | awk -F: '{print $1}'
> output/target/usr/bin/ldd
> output/target/usr/bin/htop
> output/target/usr/bin/getconf
> output/target/usr/sbin/kdump
> output/target/usr/sbin/proftpd
> output/target/sbin/ldconfig

  I finally understand what's going on - it's exactly what Andy said in his
first mail :-)

  libtool interpret -static as linking statically with libraries that will not
be installed to the libdir; you have to pass it -all-static to force static
linking.  Or, as Andy proposes, pass --static, which libtool passes on blindly
to gcc.  gcc and (GNU) ld both interpret --static the same as -static (although
this isn't documented).

  Therefore, this gets my
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>


  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] [PATCH v11 2/9] perl: new package
From: Arnout Vandecappelle @ 2012-11-06 22:59 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <6aub7k.9fm.ln@bernd-kuhls.de>

On 06/11/12 22:09, Bernd Kuhls wrote:
> Thomas Petazzoni<thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8
> @public.gmane.org>  wrote in news:20121106080812.4e7bd01a at skate:
>
>> I guess this whole qemu thing for Perl is going to be annoying on the
>> long term. We might need to start looking for a different option, i.e
>> seeing how to get Perl to build without needing qemu.
>
> Hi,
>
> maybe this can be of help: http://perlcross.berlios.de/

  That sounds like a terrific idea!  Do you feel up to integrating this in
buildroot and sending a patch?

  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] [git commit] rpcbind: correct download URL
From: Peter Korsgaard @ 2012-11-06 23:07 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=456f9de2fd6feffa465aeef44fb3d0082e3b0e0f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

BR2_SOURCEFORGE_MIRROR is gone.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/rpcbind/rpcbind.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/rpcbind/rpcbind.mk b/package/rpcbind/rpcbind.mk
index d9a80de..de9a421 100644
--- a/package/rpcbind/rpcbind.mk
+++ b/package/rpcbind/rpcbind.mk
@@ -5,7 +5,7 @@
 #############################################################
 
 RPCBIND_VERSION = 0.2.0
-RPCBIND_SITE    = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
+RPCBIND_SITE    = http://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
 RPCBIND_SOURCE  = rpcbind-$(RPCBIND_VERSION).tar.bz2
 RPCBIND_LICENSE = BSD-3c
 RPCBIND_LICENSE_FILES = COPYING

^ permalink raw reply related

* [Buildroot] [git commit] adding-package-generic.txt: BR2_SOURCEFORGE_MIRROR is no more
From: Peter Korsgaard @ 2012-11-06 23:10 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 docs/manual/adding-packages-generic.txt |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index e1b46b0..7ecdb91 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -167,9 +167,7 @@ information is (assuming the package name is +libfoo+) :
   slash for absolute paths:
   +scp://[user@]host:/absolutepath+. +
   If +HOST_LIBFOO_SITE+ is not specified, it defaults to
-  +LIBFOO_SITE+. If none are specified, then the location is assumed
-  to be
-  +http://$$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/packagename+. +
+  +LIBFOO_SITE+.
   Examples: +
     +LIBFOO_SITE=http://www.libfoosoftware.org/libfoo+ +
     +LIBFOO_SITE=http://svn.xiph.org/trunk/Tremor/+ +

^ permalink raw reply related

* [Buildroot] no jack?
From: Arnout Vandecappelle @ 2012-11-06 23:12 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAN0CFw31RjieVoSKf9QOAud5yHe6w-oy_J77V9iLYxu2-pSz5g@mail.gmail.com>

On 06/11/12 22:39, Grant wrote:
> Is there a jack package available for buildroot?

  No, but it shouldn't be too difficult to integrate.  Look at midori for an
example of a package using waf as the build system.

  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] Udev on a live CD system does not appear to populate /dev
From: Arnout Vandecappelle @ 2012-11-06 23:26 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <5099186E.1030409@macrium.com>

On 06/11/12 15:02, Antony Vennard wrote:
> Hi All,
>
> I'm currently looking at using udev for a live cd environment built with
> buildroot, and I'm having trouble getting udev to pick up the machine's
> devices.
>
> I have some questions and some details that will (hopefully) help
> identify my problem

  It would help if you can do 'make savedefconfig' and post the
resulting defconfig file.

>
> Firstly, my kernel is configured to use devtmpfs:
>
> 681:CONFIG_DEVTMPFS=y
> 682:CONFIG_DEVTMPFS_MOUNT=y
>
> so as I understand it, /dev should be mounted as a tmpfs by the kernel
> and populated with /dev/null, /dev/console etc.

  Since you're making a live CD, you'll probably boot with an
initrd/initramfs.  The kernel then doesn't mount /dev automatically,
it has to be done by init script in /init (which is called instead of
/sbin/init for an initramfs).  Buildroot creates this script for you
when you build a cpio or initramfs filesystem (i.e. the things that are
typically used as initrd image).  If you're trying to use an ext2 as
an initrd (which is a bad idea), you have to copy fs/cpio/init to the
target yourself.

> Yet, my
> buildroot/output/target contains a dev folder with subdirectories
> created by buildroot.

  Yes, that's a bit silly.  It doesn't really matter, because the devtmpfs
gets mounted over it and those files are no longer visible.

  If you have an initrd/initramfs, /dev/console should ideally be there,
otherwise you get the message 'Failed to open an initial console'.  That
message is harmless though because the /init script mounts /dev, which
implicitly creates /dev/console, and when /sbin/init is execed it can use
this /dev/console.

> So, I tried both creating the entries with target/generic_device_table
> for tty0, tty1, console, null. This works,

  Yep, this sounds like you're missing a /init.

> and udev reports it is scanning for devices and done,
> yet /dev never picks up e.g. /dev/sda, or
> /dev/disk/..., or so on. I have, in this configuration, copied
> /usr/lib/udev/rules.d/* to buildroot/output/target/etc/udev/rules.d to
> no avail; as far as I can see whatever rules I supply, even from my
> Fedora or Ubuntu distributions, do not seem to affect udev.

  Note that udev doesn't create anything in /dev - it relies on the kernel
to create the device nodes. udev only does renaming, chmodding, chowning
and making symlinks.

>
> Wondering if this creation method was wrong, I have then removed all of
> the entries in /dev so that the kernel can mount its own devtmpfs. When
> booting, /dev/null and /dev/tty1 are reported as missing. I imagine
> there is nothing in /dev at this stage

  This is weird.  If there's no /dev/console, how can init report that
/dev/tty1 is missing?

[snip]

  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] [PATCH] cpio/initramfs: clarify their use in the help text
From: Arnout Vandecappelle @ 2012-11-06 23:41 UTC (permalink / raw)
  To: buildroot

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>
---
Is this a documentation patch that should be picked up by Samuel, or
is it for Peter?

 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
-- 
tg: (5a63922..) t/cpio-clarify-help (depends on: master)

^ permalink raw reply related

* [Buildroot] Udev on a live CD system does not appear to populate /dev
From: Arnout Vandecappelle @ 2012-11-06 23:46 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <509958D9.7050108@petroprogram.com>

On 06/11/12 19:37, Stefan Fr?berg wrote:
> Here's what I have minimally in my own buildroot's fs/skeleton/dev folder (which is copied at the end of the buildroot
> process into output/target/dev )

  Err... That can only work if you have sudo in your post-build script - which
we consider bad practice.  We have the device_table to deal with device nodes.
And all of that shouldn't be necessary if you use devtmpfs (or udev or mdev,
which implies devtmpfs).  If you use static device nodes, then the default
device_table_dev creates all of those.

  If that doesn't work for you, then we should try to fix it in buildroot.

  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] [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

* [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] 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] 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] [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


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