* [Buildroot] autobuild server down...
From: Thomas Petazzoni @ 2012-11-10 9:48 UTC (permalink / raw)
To: buildroot
In-Reply-To: <509D3E53.2000403@mind.be>
Dear Arnout Vandecappelle,
On Fri, 09 Nov 2012 18:33:07 +0100, Arnout Vandecappelle wrote:
> Did the autobuild server die under the pressure of all the failed perl builds? :-)
The Apache server running on the autobuild server sometimes has issues,
for unknown reasons (and sysadmin is definitely not my cup of tea). I
restarted the server yesterday evening, and it now works again.
Thanks for the notice,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply
* [Buildroot] [PATCH 4/4] cpanminus: requires host-qemu
From: Thomas Petazzoni @ 2012-11-10 9:47 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1352489646-30635-4-git-send-email-arnout@mind.be>
On Fri, 9 Nov 2012 20:34:06 +0100, Arnout Vandecappelle
(Essensium/Mind) wrote:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>
> Must also disable all non-supported architectures, including x86
> (which doesn't have a working fork()).
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
> It still only works half the time. For instance, in one arm configuration
> I have qemu sitting there consuming 100% CPU without any output, system
> calls, or nothing...
I don't think it is worth spending too much time getting cpanminus to
work with host-qemu. The entire idea of using host-qemu is broken due
to the potential incompatibility between the kernel headers used to
build the target C library and applications and the kernel currently
running on the build machine.
So any usage of host-qemu to do cross-compilation is doomed to fail,
unless we force very old kernel headers versions.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply
* [Buildroot] [PATCH] libatomic_ops version update 7.3alpha2 old version 1.2 does not compiles with modern gcc and utils
From: Alexander Khryukin @ 2012-11-10 8:46 UTC (permalink / raw)
To: buildroot
In-Reply-To: <509DA91C.8070805@mind.be>
2012/11/10 Arnout Vandecappelle <arnout@mind.be>
> On 11/09/12 13:55, Alexander Khryukin wrote:
>
>>
>> Signed-off-by: Alexander Khryukin<alexander@mezon.ru>
>> ---
>> package/libatomic_ops/libatomi**c_ops.mk <http://libatomic_ops.mk> |
>> 10 +++++-----
>> 1 file changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/package/libatomic_ops/libato**mic_ops.mk<http://libatomic_ops.mk>b/package/libatomic_ops/
>> libato**mic_ops.mk <http://libatomic_ops.mk>
>> index 6d50d0a..c946df0 100644
>> --- a/package/libatomic_ops/libato**mic_ops.mk <http://libatomic_ops.mk>
>> +++ b/package/libatomic_ops/libato**mic_ops.mk <http://libatomic_ops.mk>
>> @@ -1,12 +1,12 @@
>> ##############################**##############################**#
>> #
>> -# Atomic_ops library
>> +## Atomic_ops library
>> #
>> -#############################**##############################**##
>> +#############################**##############################**###
>>
>
> Please don't modify the header.
>
>
>
>> -LIBATOMIC_OPS_VERSION = 1.2
>> +LIBATOMIC_OPS_VERSION = 7.3alpha2
>>
>
> Is there a particular reason to use the experimental version, instead of
> the "current" version 7.2d?
>
>
> LIBATOMIC_OPS_SOURCE = libatomic_ops-$(LIBATOMIC_OPS_**VERSION).tar.gz
>> -LIBATOMIC_OPS_SITE = http://www.hpl.hp.com/**research/linux/atomic_ops/*
>> *download <http://www.hpl.hp.com/research/linux/atomic_ops/download>
>> -LIBATOMIC_OPS_INSTALL_STAGING = YES
>> +LIBATOMIC_OPS_SITE = http://www.hpl.hp.com/**personal/Hans_Boehm/gc/gc_*
>> *source/ <http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/>
>> + LIBATOMIC_OPS_INSTALL_STAGING = YES
>>
>
> What's wrong with the old download site? It works fine for me...
> And please don't mess up the indentation of the _INSTALL_STAGING line.
>
>
> Regards,
> Arnout
>
>
>> $(eval $(autotools-package))
>>
>
> --
> 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<http://www.linkedin.com/in/arnoutvandecappelle>
> GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
>
Current version not compiles with modern gcc (4.7x) and no compiles with
armhf compiler even with thumb-interwork.
I'm tried own toolchain, linaro toolchains. sourcery and buildroot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121110/d6f791d3/attachment.html>
^ permalink raw reply
* [Buildroot] [PATCH 1/4] perl: remove redundant patches
From: François Perrad @ 2012-11-10 7:59 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1352489646-30635-1-git-send-email-arnout@mind.be>
Arnout,
package/perl/perl-fix-Module-Build.patch is still useful for cpanminus.
Fran?ois
2012/11/9 Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>:
> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
>
> Now we are using perlcross, the patches to make perl work with qemu are
> redundant, so remove them.
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
> package/perl/perl-configure-qemu.patch | 53 ------------------------------
> package/perl/perl-fix-Module-Build.patch | 16 ---------
> package/perl/perl-make-ext.patch | 24 --------------
> package/perl/perl-mkppport.patch | 37 ---------------------
> 4 files changed, 130 deletions(-)
> delete mode 100644 package/perl/perl-configure-qemu.patch
> delete mode 100644 package/perl/perl-fix-Module-Build.patch
> delete mode 100644 package/perl/perl-make-ext.patch
> delete mode 100644 package/perl/perl-mkppport.patch
>
> diff --git a/package/perl/perl-configure-qemu.patch b/package/perl/perl-configure-qemu.patch
> deleted file mode 100644
> index c2d6b92..0000000
> --- a/package/perl/perl-configure-qemu.patch
> +++ /dev/null
> @@ -1,53 +0,0 @@
> -Add qemu support
> -
> -see https://rt.perl.org/rt3//Public/Bug/Display.html?id=114798
> -
> -Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> -
> -Index: b/Configure
> -===================================================================
> ---- a/Configure
> -+++ b/Configure
> -@@ -2837,6 +2837,9 @@
> - ;;
> - *) echo "Using usrinc $usrinc." >&4 ;;
> - esac
> -+ case "$targetrun" in
> -+ *qemu*) targethost=dummy ;;
> -+ esac
> - case "$targethost" in
> - '') echo "Targethost not defined." >&4; croak=y ;;
> - *) echo "Using targethost $targethost." >&4
> -@@ -2868,7 +2871,7 @@
> - case "$targetfrom" in
> - '') targetfrom=scp ;;
> - esac
> -- run=$run-$targetrun
> -+ run=$run-`basename $targetrun`
> - to=$to-$targetto
> - from=$from-$targetfrom
> - case "$targetdir" in
> -@@ -2908,6 +2911,14 @@
> - $targetrun -l $targetuser $targethost "cd \$cwd && ./\$exe \$@"
> - EOF
> - ;;
> -+ *qemu*)
> -+ to=:
> -+ from=:
> -+ cat >$run <<EOF
> -+#!/bin/sh
> -+$targetrun -L $qemulib "\$@"
> -+EOF
> -+ ;;
> - *) echo "Unknown targetrun '$targetrun'" >&4
> - exit 1
> - ;;
> -@@ -5048,7 +5059,7 @@
> - echo " ";
> - echo "Checking if your compiler accepts $flag" 2>&1;
> - echo "int main(void) { return 0; }" > gcctest.c;
> --if $cc -O2 $flag -o gcctest gcctest.c 2>gcctest.out && ./gcctest; then
> -+if $cc -O2 $flag -o gcctest gcctest.c 2>gcctest.out && $run ./gcctest; then
> - echo "Yes, it does." 2>&1;
> - if $test -s gcctest.out ; then
> - echo "But your platform does not like it:";
> diff --git a/package/perl/perl-fix-Module-Build.patch b/package/perl/perl-fix-Module-Build.patch
> deleted file mode 100644
> index 26b15e4..0000000
> --- a/package/perl/perl-fix-Module-Build.patch
> +++ /dev/null
> @@ -1,16 +0,0 @@
> -
> -Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> -
> -Index: b/cpan/Module-Build/lib/Module/Build/Base.pm
> -===================================================================
> ---- a/cpan/Module-Build/lib/Module/Build/Base.pm
> -+++ b/cpan/Module-Build/lib/Module/Build/Base.pm
> -@@ -456,7 +456,7 @@
> - my $proto = shift;
> - my $c = ref($proto) ? $proto->{config} : 'Module::Build::Config';
> -
> -- my $perl = $^X;
> -+ my $perl = $ENV{RUN_PERL} || $^X;
> - my $perl_basename = File::Basename::basename($perl);
> -
> - my @potential_perls;
> diff --git a/package/perl/perl-make-ext.patch b/package/perl/perl-make-ext.patch
> deleted file mode 100644
> index e0195e7..0000000
> --- a/package/perl/perl-make-ext.patch
> +++ /dev/null
> @@ -1,24 +0,0 @@
> -Don't use RUN with make (only for perl)
> -
> -Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> -
> -Index: b/make_ext.pl
> -===================================================================
> ---- a/make_ext.pl
> -+++ b/make_ext.pl
> -@@ -458,11 +458,13 @@
> - # Give makefile an opportunity to rewrite itself.
> - # reassure users that life goes on...
> - my @args = ('config', @$pass_through);
> -- system(@run, @make, @args) and print "@run @make @args failed, continuing anyway...\n";
> -+# system(@run, @make, @args) and print "@run @make @args failed, continuing anyway...\n";
> -+ system(@make, @args) and print "@make @args failed, continuing anyway...\n";
> - }
> - my @targ = ($target, @$pass_through);
> - print "Making $target in $ext_dir\n at run @make @targ\n";
> -- my $code = system(@run, @make, @targ);
> -+# my $code = system(@run, @make, @targ);
> -+ my $code = system(@make, @targ);
> - die "Unsuccessful make($ext_dir): code=$code" if $code != 0;
> -
> - chdir $return_dir || die "Cannot cd to $return_dir: $!";
> diff --git a/package/perl/perl-mkppport.patch b/package/perl/perl-mkppport.patch
> deleted file mode 100644
> index 97f27a2..0000000
> --- a/package/perl/perl-mkppport.patch
> +++ /dev/null
> @@ -1,37 +0,0 @@
> -Add RUN
> -
> -Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> -
> -Index: b/mkppport
> -===================================================================
> ---- a/mkppport
> -+++ b/mkppport
> -@@ -1,6 +1,7 @@
> - use strict;
> - use warnings;
> -
> -+use Config;
> - use Getopt::Long;
> - use File::Spec;
> - use File::Compare qw( compare );
> -@@ -136,14 +137,18 @@
> - #----------------------------------------------
> - sub run
> - {
> -+ my @run = $Config{run};
> -+ @run = () if not defined $run[0] or $run[0] eq '';
> - my @args = ("-I" . File::Spec->catdir((File::Spec->updir) x 2, 'lib'), @_);
> - my $run = $perl =~ m/\s/ ? qq("$perl") : $perl;
> - for (@args) {
> - $_ = qq("$_") if $^O eq 'VMS' && /^[^"]/;
> - $run .= " $_";
> - }
> -- print "running $run\n";
> -- system $run and die "$run failed: $?\n";
> -+# print "running $run\n";
> -+# system $run and die "$run failed: $?\n";
> -+ print "running ", join(' ', @run, $run), "\n";
> -+ system join(' ', @run, $run) and die "@run $run failed: $?\n";
> - }
> -
> - __END__
> --
> 1.7.10.4
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply
* [Buildroot] [autobuild.buildroot.net] Build results for 2012-11-09
From: Thomas Petazzoni @ 2012-11-10 7:33 UTC (permalink / raw)
To: buildroot
Hello,
On 2012-11-09, 168 random build tests have been done and
submitted on autobuild.buildroot.net.
40 builds have been successful
128 builds have failed
Below the results of the failed builds. Successful builds are omitted.
Build e11d7a820bb6a604b5d20d9d1ea6211d76a4dff5
==============================================
Status : NOK
Failure reason : qextserialport-ef4af2a2ee3f
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 00:05:22
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=3d3047f28d3016b351213dc99b73e299d2310f25
End of log : http://autobuild.buildroot.net/results/e11d7a820bb6a604b5d20d9d1ea6211d76a4dff5/build-end.log
Complete log : http://autobuild.buildroot.net/results/e11d7a820bb6a604b5d20d9d1ea6211d76a4dff5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e11d7a820bb6a604b5d20d9d1ea6211d76a4dff5/config
Defconfig : http://autobuild.buildroot.net/results/e11d7a820bb6a604b5d20d9d1ea6211d76a4dff5/defconfig
Build 4910ec6791b62363a709be33598215546f77463d
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 00:08:51
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=ce70d058f55096a16352d4428f6833c953cd9b7c
End of log : http://autobuild.buildroot.net/results/4910ec6791b62363a709be33598215546f77463d/build-end.log
Complete log : http://autobuild.buildroot.net/results/4910ec6791b62363a709be33598215546f77463d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4910ec6791b62363a709be33598215546f77463d/config
Defconfig : http://autobuild.buildroot.net/results/4910ec6791b62363a709be33598215546f77463d/defconfig
Build 34d702ad318aed0c571cf94379b95f8be5cf5699
==============================================
Status : NOK
Failure reason : attr-2.4.46
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 00:09:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=ce70d058f55096a16352d4428f6833c953cd9b7c
End of log : http://autobuild.buildroot.net/results/34d702ad318aed0c571cf94379b95f8be5cf5699/build-end.log
Complete log : http://autobuild.buildroot.net/results/34d702ad318aed0c571cf94379b95f8be5cf5699/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/34d702ad318aed0c571cf94379b95f8be5cf5699/config
Defconfig : http://autobuild.buildroot.net/results/34d702ad318aed0c571cf94379b95f8be5cf5699/defconfig
Build a23452d42962c33dadbe6f9c0c35cc48da832484
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 00:21:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=ce70d058f55096a16352d4428f6833c953cd9b7c
End of log : http://autobuild.buildroot.net/results/a23452d42962c33dadbe6f9c0c35cc48da832484/build-end.log
Complete log : http://autobuild.buildroot.net/results/a23452d42962c33dadbe6f9c0c35cc48da832484/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a23452d42962c33dadbe6f9c0c35cc48da832484/config
Defconfig : http://autobuild.buildroot.net/results/a23452d42962c33dadbe6f9c0c35cc48da832484/defconfig
Build 7a19f0c26d86eb605cc0929ef938bb35868d2463
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 00:26:38
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=ce70d058f55096a16352d4428f6833c953cd9b7c
End of log : http://autobuild.buildroot.net/results/7a19f0c26d86eb605cc0929ef938bb35868d2463/build-end.log
Complete log : http://autobuild.buildroot.net/results/7a19f0c26d86eb605cc0929ef938bb35868d2463/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7a19f0c26d86eb605cc0929ef938bb35868d2463/config
Defconfig : http://autobuild.buildroot.net/results/7a19f0c26d86eb605cc0929ef938bb35868d2463/defconfig
Build ad90497c765396470b1408391866cdba27bf80ed
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 00:32:34
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=ce70d058f55096a16352d4428f6833c953cd9b7c
End of log : http://autobuild.buildroot.net/results/ad90497c765396470b1408391866cdba27bf80ed/build-end.log
Complete log : http://autobuild.buildroot.net/results/ad90497c765396470b1408391866cdba27bf80ed/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ad90497c765396470b1408391866cdba27bf80ed/config
Defconfig : http://autobuild.buildroot.net/results/ad90497c765396470b1408391866cdba27bf80ed/defconfig
Build 4de6c868c6e8e212763b19bed53b2bbfb611c38f
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : i686
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 00:37:43
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=ce70d058f55096a16352d4428f6833c953cd9b7c
End of log : http://autobuild.buildroot.net/results/4de6c868c6e8e212763b19bed53b2bbfb611c38f/build-end.log
Complete log : http://autobuild.buildroot.net/results/4de6c868c6e8e212763b19bed53b2bbfb611c38f/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4de6c868c6e8e212763b19bed53b2bbfb611c38f/config
Defconfig : http://autobuild.buildroot.net/results/4de6c868c6e8e212763b19bed53b2bbfb611c38f/defconfig
Build d4348f5210b54403d1d391a44773c79223d99d3a
==============================================
Status : NOK
Failure reason : quota-4.00
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 00:43:32
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=ce70d058f55096a16352d4428f6833c953cd9b7c
End of log : http://autobuild.buildroot.net/results/d4348f5210b54403d1d391a44773c79223d99d3a/build-end.log
Complete log : http://autobuild.buildroot.net/results/d4348f5210b54403d1d391a44773c79223d99d3a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d4348f5210b54403d1d391a44773c79223d99d3a/config
Defconfig : http://autobuild.buildroot.net/results/d4348f5210b54403d1d391a44773c79223d99d3a/defconfig
Build 5c9eb5032e08918c94a674558149ea3a01144700
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 00:46:01
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=ce70d058f55096a16352d4428f6833c953cd9b7c
End of log : http://autobuild.buildroot.net/results/5c9eb5032e08918c94a674558149ea3a01144700/build-end.log
Complete log : http://autobuild.buildroot.net/results/5c9eb5032e08918c94a674558149ea3a01144700/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/5c9eb5032e08918c94a674558149ea3a01144700/config
Defconfig : http://autobuild.buildroot.net/results/5c9eb5032e08918c94a674558149ea3a01144700/defconfig
Build 009642a201127a473676dbd28fa0d5f9fb931f1e
==============================================
Status : NOK
Failure reason : lua-5.1.5
Architecture : mipsel
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 00:48:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/009642a201127a473676dbd28fa0d5f9fb931f1e/build-end.log
Complete log : http://autobuild.buildroot.net/results/009642a201127a473676dbd28fa0d5f9fb931f1e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/009642a201127a473676dbd28fa0d5f9fb931f1e/config
Defconfig : http://autobuild.buildroot.net/results/009642a201127a473676dbd28fa0d5f9fb931f1e/defconfig
Build ae45d3d71515e880da36db02be0d130e823473bf
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 00:49:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/ae45d3d71515e880da36db02be0d130e823473bf/build-end.log
Complete log : http://autobuild.buildroot.net/results/ae45d3d71515e880da36db02be0d130e823473bf/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ae45d3d71515e880da36db02be0d130e823473bf/config
Defconfig : http://autobuild.buildroot.net/results/ae45d3d71515e880da36db02be0d130e823473bf/defconfig
Build 9f6155cbb404dd3ec18b524e88a69b538210b9d2
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 00:58:51
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/9f6155cbb404dd3ec18b524e88a69b538210b9d2/build-end.log
Complete log : http://autobuild.buildroot.net/results/9f6155cbb404dd3ec18b524e88a69b538210b9d2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/9f6155cbb404dd3ec18b524e88a69b538210b9d2/config
Defconfig : http://autobuild.buildroot.net/results/9f6155cbb404dd3ec18b524e88a69b538210b9d2/defconfig
Build 79c029447ac41873fe187c87cecb850747d2054b
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 01:15:10
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/79c029447ac41873fe187c87cecb850747d2054b/build-end.log
Complete log : http://autobuild.buildroot.net/results/79c029447ac41873fe187c87cecb850747d2054b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/79c029447ac41873fe187c87cecb850747d2054b/config
Defconfig : http://autobuild.buildroot.net/results/79c029447ac41873fe187c87cecb850747d2054b/defconfig
Build 792c7c886a04abb1fbd53f194c7743b92f0932bf
==============================================
Status : NOK
Failure reason : icu-4.8.1.1
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 01:20:13
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/792c7c886a04abb1fbd53f194c7743b92f0932bf/build-end.log
Complete log : http://autobuild.buildroot.net/results/792c7c886a04abb1fbd53f194c7743b92f0932bf/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/792c7c886a04abb1fbd53f194c7743b92f0932bf/config
Defconfig : http://autobuild.buildroot.net/results/792c7c886a04abb1fbd53f194c7743b92f0932bf/defconfig
Build 8b7aa080cc5576e13ffc64fd657b05e100009b40
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 01:27:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/8b7aa080cc5576e13ffc64fd657b05e100009b40/build-end.log
Complete log : http://autobuild.buildroot.net/results/8b7aa080cc5576e13ffc64fd657b05e100009b40/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/8b7aa080cc5576e13ffc64fd657b05e100009b40/config
Defconfig : http://autobuild.buildroot.net/results/8b7aa080cc5576e13ffc64fd657b05e100009b40/defconfig
Build e84f824756f9f824322790c6bb3de664e9da5ca5
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 01:49:01
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/e84f824756f9f824322790c6bb3de664e9da5ca5/build-end.log
Complete log : http://autobuild.buildroot.net/results/e84f824756f9f824322790c6bb3de664e9da5ca5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e84f824756f9f824322790c6bb3de664e9da5ca5/config
Defconfig : http://autobuild.buildroot.net/results/e84f824756f9f824322790c6bb3de664e9da5ca5/defconfig
Build 58fafbd4df474028eedde3cd20594a39313f2dc7
==============================================
Status : NOK
Failure reason : boost-1.49.0
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 01:51:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/58fafbd4df474028eedde3cd20594a39313f2dc7/build-end.log
Complete log : http://autobuild.buildroot.net/results/58fafbd4df474028eedde3cd20594a39313f2dc7/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/58fafbd4df474028eedde3cd20594a39313f2dc7/config
Defconfig : http://autobuild.buildroot.net/results/58fafbd4df474028eedde3cd20594a39313f2dc7/defconfig
Build 531cc583fc3e6b7fbf8e44c2f56440b1f935dbe8
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 01:54:38
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/531cc583fc3e6b7fbf8e44c2f56440b1f935dbe8/build-end.log
Complete log : http://autobuild.buildroot.net/results/531cc583fc3e6b7fbf8e44c2f56440b1f935dbe8/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/531cc583fc3e6b7fbf8e44c2f56440b1f935dbe8/config
Defconfig : http://autobuild.buildroot.net/results/531cc583fc3e6b7fbf8e44c2f56440b1f935dbe8/defconfig
Build 66a5088d8b999cd29f6906414b2c6b9d6fa24705
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 01:59:42
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/66a5088d8b999cd29f6906414b2c6b9d6fa24705/build-end.log
Complete log : http://autobuild.buildroot.net/results/66a5088d8b999cd29f6906414b2c6b9d6fa24705/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/66a5088d8b999cd29f6906414b2c6b9d6fa24705/config
Defconfig : http://autobuild.buildroot.net/results/66a5088d8b999cd29f6906414b2c6b9d6fa24705/defconfig
Build 618aa114b26c0dbcaa473e5d82a406d25522df6e
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 02:02:07
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/618aa114b26c0dbcaa473e5d82a406d25522df6e/build-end.log
Complete log : http://autobuild.buildroot.net/results/618aa114b26c0dbcaa473e5d82a406d25522df6e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/618aa114b26c0dbcaa473e5d82a406d25522df6e/config
Defconfig : http://autobuild.buildroot.net/results/618aa114b26c0dbcaa473e5d82a406d25522df6e/defconfig
Build e9445b83c29fab19ca26df4a21ec63b9bf9b3568
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 02:18:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/e9445b83c29fab19ca26df4a21ec63b9bf9b3568/build-end.log
Complete log : http://autobuild.buildroot.net/results/e9445b83c29fab19ca26df4a21ec63b9bf9b3568/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e9445b83c29fab19ca26df4a21ec63b9bf9b3568/config
Defconfig : http://autobuild.buildroot.net/results/e9445b83c29fab19ca26df4a21ec63b9bf9b3568/defconfig
Build b57c3073b26c3153f5cca9ed94b0dc19a3aba09d
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 02:20:07
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/b57c3073b26c3153f5cca9ed94b0dc19a3aba09d/build-end.log
Complete log : http://autobuild.buildroot.net/results/b57c3073b26c3153f5cca9ed94b0dc19a3aba09d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b57c3073b26c3153f5cca9ed94b0dc19a3aba09d/config
Defconfig : http://autobuild.buildroot.net/results/b57c3073b26c3153f5cca9ed94b0dc19a3aba09d/defconfig
Build aa95964d55bb57fe3dbfd69fc8a95114e56ff9fc
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 02:29:23
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/aa95964d55bb57fe3dbfd69fc8a95114e56ff9fc/build-end.log
Complete log : http://autobuild.buildroot.net/results/aa95964d55bb57fe3dbfd69fc8a95114e56ff9fc/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/aa95964d55bb57fe3dbfd69fc8a95114e56ff9fc/config
Defconfig : http://autobuild.buildroot.net/results/aa95964d55bb57fe3dbfd69fc8a95114e56ff9fc/defconfig
Build 0a1f762ea8bb352f8fc78eb3c2ad5339cd4cfa8f
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 02:29:48
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/0a1f762ea8bb352f8fc78eb3c2ad5339cd4cfa8f/build-end.log
Complete log : http://autobuild.buildroot.net/results/0a1f762ea8bb352f8fc78eb3c2ad5339cd4cfa8f/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/0a1f762ea8bb352f8fc78eb3c2ad5339cd4cfa8f/config
Defconfig : http://autobuild.buildroot.net/results/0a1f762ea8bb352f8fc78eb3c2ad5339cd4cfa8f/defconfig
Build 6868ea9508526f7bcd7bd4234779c281fc59a380
==============================================
Status : NOK
Failure reason : valgrind-3.7.0
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 02:32:01
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/6868ea9508526f7bcd7bd4234779c281fc59a380/build-end.log
Complete log : http://autobuild.buildroot.net/results/6868ea9508526f7bcd7bd4234779c281fc59a380/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/6868ea9508526f7bcd7bd4234779c281fc59a380/config
Defconfig : http://autobuild.buildroot.net/results/6868ea9508526f7bcd7bd4234779c281fc59a380/defconfig
Build 818c6383c8ff0420cd2f8724e9b9a030e8479de4
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 02:37:17
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/818c6383c8ff0420cd2f8724e9b9a030e8479de4/build-end.log
Complete log : http://autobuild.buildroot.net/results/818c6383c8ff0420cd2f8724e9b9a030e8479de4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/818c6383c8ff0420cd2f8724e9b9a030e8479de4/config
Defconfig : http://autobuild.buildroot.net/results/818c6383c8ff0420cd2f8724e9b9a030e8479de4/defconfig
Build efb943f91128c811e30bf2218519882ce9264ec8
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 02:41:27
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/efb943f91128c811e30bf2218519882ce9264ec8/build-end.log
Complete log : http://autobuild.buildroot.net/results/efb943f91128c811e30bf2218519882ce9264ec8/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/efb943f91128c811e30bf2218519882ce9264ec8/config
Defconfig : http://autobuild.buildroot.net/results/efb943f91128c811e30bf2218519882ce9264ec8/defconfig
Build 4ac7b86b7f9d695ea5f68435bfdd9062288b700a
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 02:42:38
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/4ac7b86b7f9d695ea5f68435bfdd9062288b700a/build-end.log
Complete log : http://autobuild.buildroot.net/results/4ac7b86b7f9d695ea5f68435bfdd9062288b700a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4ac7b86b7f9d695ea5f68435bfdd9062288b700a/config
Defconfig : http://autobuild.buildroot.net/results/4ac7b86b7f9d695ea5f68435bfdd9062288b700a/defconfig
Build 541569fdc659eaf8001f7fe1a5cdfc3b67336510
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 02:51:03
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/541569fdc659eaf8001f7fe1a5cdfc3b67336510/build-end.log
Complete log : http://autobuild.buildroot.net/results/541569fdc659eaf8001f7fe1a5cdfc3b67336510/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/541569fdc659eaf8001f7fe1a5cdfc3b67336510/config
Defconfig : http://autobuild.buildroot.net/results/541569fdc659eaf8001f7fe1a5cdfc3b67336510/defconfig
Build cd9d5215d082cc3e90221d0ca4cf5f89a2cd060b
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 03:00:08
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/cd9d5215d082cc3e90221d0ca4cf5f89a2cd060b/build-end.log
Complete log : http://autobuild.buildroot.net/results/cd9d5215d082cc3e90221d0ca4cf5f89a2cd060b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/cd9d5215d082cc3e90221d0ca4cf5f89a2cd060b/config
Defconfig : http://autobuild.buildroot.net/results/cd9d5215d082cc3e90221d0ca4cf5f89a2cd060b/defconfig
Build de1ad621130fa3c68161fab0c6944d8a1a6777c6
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 03:22:16
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/de1ad621130fa3c68161fab0c6944d8a1a6777c6/build-end.log
Complete log : http://autobuild.buildroot.net/results/de1ad621130fa3c68161fab0c6944d8a1a6777c6/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/de1ad621130fa3c68161fab0c6944d8a1a6777c6/config
Defconfig : http://autobuild.buildroot.net/results/de1ad621130fa3c68161fab0c6944d8a1a6777c6/defconfig
Build 475dbaca50f9863200eb20db34e18aaff7238a24
==============================================
Status : NOK
Failure reason : quota-4.00
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 03:45:13
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/475dbaca50f9863200eb20db34e18aaff7238a24/build-end.log
Complete log : http://autobuild.buildroot.net/results/475dbaca50f9863200eb20db34e18aaff7238a24/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/475dbaca50f9863200eb20db34e18aaff7238a24/config
Defconfig : http://autobuild.buildroot.net/results/475dbaca50f9863200eb20db34e18aaff7238a24/defconfig
Build 531154629d4f4222ff7ca828aaee4e76b2053462
==============================================
Status : NOK
Failure reason : libnspr-4.8.7
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 03:45:18
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/531154629d4f4222ff7ca828aaee4e76b2053462/build-end.log
Complete log : http://autobuild.buildroot.net/results/531154629d4f4222ff7ca828aaee4e76b2053462/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/531154629d4f4222ff7ca828aaee4e76b2053462/config
Defconfig : http://autobuild.buildroot.net/results/531154629d4f4222ff7ca828aaee4e76b2053462/defconfig
Build cb6b11a1d9419f79b59c6aab8501877d7081dbf4
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 03:45:20
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/cb6b11a1d9419f79b59c6aab8501877d7081dbf4/build-end.log
Complete log : http://autobuild.buildroot.net/results/cb6b11a1d9419f79b59c6aab8501877d7081dbf4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/cb6b11a1d9419f79b59c6aab8501877d7081dbf4/config
Defconfig : http://autobuild.buildroot.net/results/cb6b11a1d9419f79b59c6aab8501877d7081dbf4/defconfig
Build 576598019470ae4d4d41929981c245ae6cee9d40
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 03:53:53
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/576598019470ae4d4d41929981c245ae6cee9d40/build-end.log
Complete log : http://autobuild.buildroot.net/results/576598019470ae4d4d41929981c245ae6cee9d40/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/576598019470ae4d4d41929981c245ae6cee9d40/config
Defconfig : http://autobuild.buildroot.net/results/576598019470ae4d4d41929981c245ae6cee9d40/defconfig
Build 6a07aeb334d02bacb525acbb2dea5257372f1c88
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 03:58:28
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/6a07aeb334d02bacb525acbb2dea5257372f1c88/build-end.log
Complete log : http://autobuild.buildroot.net/results/6a07aeb334d02bacb525acbb2dea5257372f1c88/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/6a07aeb334d02bacb525acbb2dea5257372f1c88/config
Defconfig : http://autobuild.buildroot.net/results/6a07aeb334d02bacb525acbb2dea5257372f1c88/defconfig
Build 9197779cbfc13d2b980edb92bda40c425dcff559
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 04:01:47
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/9197779cbfc13d2b980edb92bda40c425dcff559/build-end.log
Complete log : http://autobuild.buildroot.net/results/9197779cbfc13d2b980edb92bda40c425dcff559/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/9197779cbfc13d2b980edb92bda40c425dcff559/config
Defconfig : http://autobuild.buildroot.net/results/9197779cbfc13d2b980edb92bda40c425dcff559/defconfig
Build d6bfb4e06d32071e0444a0446370a0e485006433
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 04:24:05
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/d6bfb4e06d32071e0444a0446370a0e485006433/build-end.log
Complete log : http://autobuild.buildroot.net/results/d6bfb4e06d32071e0444a0446370a0e485006433/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d6bfb4e06d32071e0444a0446370a0e485006433/config
Defconfig : http://autobuild.buildroot.net/results/d6bfb4e06d32071e0444a0446370a0e485006433/defconfig
Build 350027292509e09279cff05a2402cb9ddac4060b
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 04:27:16
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/350027292509e09279cff05a2402cb9ddac4060b/build-end.log
Complete log : http://autobuild.buildroot.net/results/350027292509e09279cff05a2402cb9ddac4060b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/350027292509e09279cff05a2402cb9ddac4060b/config
Defconfig : http://autobuild.buildroot.net/results/350027292509e09279cff05a2402cb9ddac4060b/defconfig
Build d706c0c53d1a99339f66b3dc15a29386a5214f67
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 04:28:01
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/d706c0c53d1a99339f66b3dc15a29386a5214f67/build-end.log
Complete log : http://autobuild.buildroot.net/results/d706c0c53d1a99339f66b3dc15a29386a5214f67/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d706c0c53d1a99339f66b3dc15a29386a5214f67/config
Defconfig : http://autobuild.buildroot.net/results/d706c0c53d1a99339f66b3dc15a29386a5214f67/defconfig
Build 419a695bdec0a064de9877e54a635be37429e5ca
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 04:29:02
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/419a695bdec0a064de9877e54a635be37429e5ca/build-end.log
Complete log : http://autobuild.buildroot.net/results/419a695bdec0a064de9877e54a635be37429e5ca/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/419a695bdec0a064de9877e54a635be37429e5ca/config
Defconfig : http://autobuild.buildroot.net/results/419a695bdec0a064de9877e54a635be37429e5ca/defconfig
Build a03af6f4b3935c9eeea60dcb5c74f38ef237eaa9
==============================================
Status : NOK
Failure reason : nfs-utils-1.2.6
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 04:54:28
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/a03af6f4b3935c9eeea60dcb5c74f38ef237eaa9/build-end.log
Complete log : http://autobuild.buildroot.net/results/a03af6f4b3935c9eeea60dcb5c74f38ef237eaa9/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a03af6f4b3935c9eeea60dcb5c74f38ef237eaa9/config
Defconfig : http://autobuild.buildroot.net/results/a03af6f4b3935c9eeea60dcb5c74f38ef237eaa9/defconfig
Build 2520a2bca5a64c64924059a6253880904c79900c
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 05:02:25
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/2520a2bca5a64c64924059a6253880904c79900c/build-end.log
Complete log : http://autobuild.buildroot.net/results/2520a2bca5a64c64924059a6253880904c79900c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/2520a2bca5a64c64924059a6253880904c79900c/config
Defconfig : http://autobuild.buildroot.net/results/2520a2bca5a64c64924059a6253880904c79900c/defconfig
Build aa5e9f094f76f1b45303888c6e7f32b4f9409ef3
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 05:06:20
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/aa5e9f094f76f1b45303888c6e7f32b4f9409ef3/build-end.log
Complete log : http://autobuild.buildroot.net/results/aa5e9f094f76f1b45303888c6e7f32b4f9409ef3/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/aa5e9f094f76f1b45303888c6e7f32b4f9409ef3/config
Defconfig : http://autobuild.buildroot.net/results/aa5e9f094f76f1b45303888c6e7f32b4f9409ef3/defconfig
Build a81e78cffd30b619affa36823131ac76ed3ef2dd
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 05:06:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/a81e78cffd30b619affa36823131ac76ed3ef2dd/build-end.log
Complete log : http://autobuild.buildroot.net/results/a81e78cffd30b619affa36823131ac76ed3ef2dd/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a81e78cffd30b619affa36823131ac76ed3ef2dd/config
Defconfig : http://autobuild.buildroot.net/results/a81e78cffd30b619affa36823131ac76ed3ef2dd/defconfig
Build c08ab085b9166158dc698bd518bde3c864dc5d5a
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 05:12:03
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/c08ab085b9166158dc698bd518bde3c864dc5d5a/build-end.log
Complete log : http://autobuild.buildroot.net/results/c08ab085b9166158dc698bd518bde3c864dc5d5a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c08ab085b9166158dc698bd518bde3c864dc5d5a/config
Defconfig : http://autobuild.buildroot.net/results/c08ab085b9166158dc698bd518bde3c864dc5d5a/defconfig
Build 86e82fa30e76fd3ead9b5d45ccdb6d2046e06c76
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 05:15:56
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/86e82fa30e76fd3ead9b5d45ccdb6d2046e06c76/build-end.log
Complete log : http://autobuild.buildroot.net/results/86e82fa30e76fd3ead9b5d45ccdb6d2046e06c76/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/86e82fa30e76fd3ead9b5d45ccdb6d2046e06c76/config
Defconfig : http://autobuild.buildroot.net/results/86e82fa30e76fd3ead9b5d45ccdb6d2046e06c76/defconfig
Build 74701a684538ba6aeef413170ce9666a6af1555b
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 05:21:31
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/74701a684538ba6aeef413170ce9666a6af1555b/build-end.log
Complete log : http://autobuild.buildroot.net/results/74701a684538ba6aeef413170ce9666a6af1555b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/74701a684538ba6aeef413170ce9666a6af1555b/config
Defconfig : http://autobuild.buildroot.net/results/74701a684538ba6aeef413170ce9666a6af1555b/defconfig
Build 871a68f13c074b0b1806779a48ec235c2e35d152
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 05:28:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/871a68f13c074b0b1806779a48ec235c2e35d152/build-end.log
Complete log : http://autobuild.buildroot.net/results/871a68f13c074b0b1806779a48ec235c2e35d152/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/871a68f13c074b0b1806779a48ec235c2e35d152/config
Defconfig : http://autobuild.buildroot.net/results/871a68f13c074b0b1806779a48ec235c2e35d152/defconfig
Build 7096d40671eea201852e3d5ac88f729702c0bec5
==============================================
Status : NOK
Failure reason : icu-4.8.1.1
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 05:31:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/7096d40671eea201852e3d5ac88f729702c0bec5/build-end.log
Complete log : http://autobuild.buildroot.net/results/7096d40671eea201852e3d5ac88f729702c0bec5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7096d40671eea201852e3d5ac88f729702c0bec5/config
Defconfig : http://autobuild.buildroot.net/results/7096d40671eea201852e3d5ac88f729702c0bec5/defconfig
Build 2508ba7d2f14cffaaab9b8aef07a59701edc8b98
==============================================
Status : NOK
Failure reason : alsa-lib-1.0.25
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 05:31:56
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/2508ba7d2f14cffaaab9b8aef07a59701edc8b98/build-end.log
Complete log : http://autobuild.buildroot.net/results/2508ba7d2f14cffaaab9b8aef07a59701edc8b98/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/2508ba7d2f14cffaaab9b8aef07a59701edc8b98/config
Defconfig : http://autobuild.buildroot.net/results/2508ba7d2f14cffaaab9b8aef07a59701edc8b98/defconfig
Build 3a249939333b33b54569c95c641ba6fae4afa903
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 06:02:43
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/3a249939333b33b54569c95c641ba6fae4afa903/build-end.log
Complete log : http://autobuild.buildroot.net/results/3a249939333b33b54569c95c641ba6fae4afa903/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/3a249939333b33b54569c95c641ba6fae4afa903/config
Defconfig : http://autobuild.buildroot.net/results/3a249939333b33b54569c95c641ba6fae4afa903/defconfig
Build 909877e7e4dfa0fb4c9cd14e1584a3a1f44cf148
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 06:04:26
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/909877e7e4dfa0fb4c9cd14e1584a3a1f44cf148/build-end.log
Complete log : http://autobuild.buildroot.net/results/909877e7e4dfa0fb4c9cd14e1584a3a1f44cf148/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/909877e7e4dfa0fb4c9cd14e1584a3a1f44cf148/config
Defconfig : http://autobuild.buildroot.net/results/909877e7e4dfa0fb4c9cd14e1584a3a1f44cf148/defconfig
Build bd0bea8482e5ab6d08a3f0b07e3d09ccaa0e73ef
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 06:05:32
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/bd0bea8482e5ab6d08a3f0b07e3d09ccaa0e73ef/build-end.log
Complete log : http://autobuild.buildroot.net/results/bd0bea8482e5ab6d08a3f0b07e3d09ccaa0e73ef/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/bd0bea8482e5ab6d08a3f0b07e3d09ccaa0e73ef/config
Defconfig : http://autobuild.buildroot.net/results/bd0bea8482e5ab6d08a3f0b07e3d09ccaa0e73ef/defconfig
Build 5db9a10ed79a7febdf4087181f66791cb0d98599
==============================================
Status : NOK
Failure reason : nfs-utils-1.2.6
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 06:10:13
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/5db9a10ed79a7febdf4087181f66791cb0d98599/build-end.log
Complete log : http://autobuild.buildroot.net/results/5db9a10ed79a7febdf4087181f66791cb0d98599/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/5db9a10ed79a7febdf4087181f66791cb0d98599/config
Defconfig : http://autobuild.buildroot.net/results/5db9a10ed79a7febdf4087181f66791cb0d98599/defconfig
Build bf34e36b468226ec3abceaa187afacdbd7198a06
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : avr32
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 06:16:32
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/bf34e36b468226ec3abceaa187afacdbd7198a06/build-end.log
Complete log : http://autobuild.buildroot.net/results/bf34e36b468226ec3abceaa187afacdbd7198a06/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/bf34e36b468226ec3abceaa187afacdbd7198a06/config
Defconfig : http://autobuild.buildroot.net/results/bf34e36b468226ec3abceaa187afacdbd7198a06/defconfig
Build 09c46c02c74b3314dbd2cf3771299030481c890a
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 06:16:51
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/09c46c02c74b3314dbd2cf3771299030481c890a/build-end.log
Complete log : http://autobuild.buildroot.net/results/09c46c02c74b3314dbd2cf3771299030481c890a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/09c46c02c74b3314dbd2cf3771299030481c890a/config
Defconfig : http://autobuild.buildroot.net/results/09c46c02c74b3314dbd2cf3771299030481c890a/defconfig
Build 5cc17945c2a58807db02c659d22c9c88a91c8780
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 06:21:28
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/5cc17945c2a58807db02c659d22c9c88a91c8780/build-end.log
Complete log : http://autobuild.buildroot.net/results/5cc17945c2a58807db02c659d22c9c88a91c8780/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/5cc17945c2a58807db02c659d22c9c88a91c8780/config
Defconfig : http://autobuild.buildroot.net/results/5cc17945c2a58807db02c659d22c9c88a91c8780/defconfig
Build ae4705250793c14dec57933fccc3c845de619562
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 06:25:53
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/ae4705250793c14dec57933fccc3c845de619562/build-end.log
Complete log : http://autobuild.buildroot.net/results/ae4705250793c14dec57933fccc3c845de619562/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ae4705250793c14dec57933fccc3c845de619562/config
Defconfig : http://autobuild.buildroot.net/results/ae4705250793c14dec57933fccc3c845de619562/defconfig
Build 27f978834084140fb615d7e4b30cd1b958277bb3
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 06:41:41
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/27f978834084140fb615d7e4b30cd1b958277bb3/build-end.log
Complete log : http://autobuild.buildroot.net/results/27f978834084140fb615d7e4b30cd1b958277bb3/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/27f978834084140fb615d7e4b30cd1b958277bb3/config
Defconfig : http://autobuild.buildroot.net/results/27f978834084140fb615d7e4b30cd1b958277bb3/defconfig
Build af495c44bd3c04642fc20089f882e2300c75a4d1
==============================================
Status : NOK
Failure reason : nfs-utils-1.2.6
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 06:58:15
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/af495c44bd3c04642fc20089f882e2300c75a4d1/build-end.log
Complete log : http://autobuild.buildroot.net/results/af495c44bd3c04642fc20089f882e2300c75a4d1/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/af495c44bd3c04642fc20089f882e2300c75a4d1/config
Defconfig : http://autobuild.buildroot.net/results/af495c44bd3c04642fc20089f882e2300c75a4d1/defconfig
Build a16eb5e135acb28071e83a1e6e22e144964ee2fc
==============================================
Status : NOK
Failure reason : bluez_utils-4.101
Architecture : avr32
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 06:59:22
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/a16eb5e135acb28071e83a1e6e22e144964ee2fc/build-end.log
Complete log : http://autobuild.buildroot.net/results/a16eb5e135acb28071e83a1e6e22e144964ee2fc/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a16eb5e135acb28071e83a1e6e22e144964ee2fc/config
Defconfig : http://autobuild.buildroot.net/results/a16eb5e135acb28071e83a1e6e22e144964ee2fc/defconfig
Build 13f73289595cd8a60a16c417687478cc92da04cc
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 07:07:08
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/13f73289595cd8a60a16c417687478cc92da04cc/build-end.log
Complete log : http://autobuild.buildroot.net/results/13f73289595cd8a60a16c417687478cc92da04cc/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/13f73289595cd8a60a16c417687478cc92da04cc/config
Defconfig : http://autobuild.buildroot.net/results/13f73289595cd8a60a16c417687478cc92da04cc/defconfig
Build 0552e8b8a7b43639a4b4b839e08d746f1676365e
==============================================
Status : NOK
Failure reason : gdbhost-7.4.1
Architecture : mipsel
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 07:13:30
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/0552e8b8a7b43639a4b4b839e08d746f1676365e/build-end.log
Complete log : http://autobuild.buildroot.net/results/0552e8b8a7b43639a4b4b839e08d746f1676365e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/0552e8b8a7b43639a4b4b839e08d746f1676365e/config
Defconfig : http://autobuild.buildroot.net/results/0552e8b8a7b43639a4b4b839e08d746f1676365e/defconfig
Build 1a6fdaf7eaa2f1a29134c3ed13fea92ed8b1c737
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 07:16:49
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/1a6fdaf7eaa2f1a29134c3ed13fea92ed8b1c737/build-end.log
Complete log : http://autobuild.buildroot.net/results/1a6fdaf7eaa2f1a29134c3ed13fea92ed8b1c737/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1a6fdaf7eaa2f1a29134c3ed13fea92ed8b1c737/config
Defconfig : http://autobuild.buildroot.net/results/1a6fdaf7eaa2f1a29134c3ed13fea92ed8b1c737/defconfig
Build e76a58d9c98775835971e2265ffc25cd79d36ae2
==============================================
Status : NOK
Failure reason : rpcbind-0.2.0
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 07:19:21
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/e76a58d9c98775835971e2265ffc25cd79d36ae2/build-end.log
Complete log : http://autobuild.buildroot.net/results/e76a58d9c98775835971e2265ffc25cd79d36ae2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e76a58d9c98775835971e2265ffc25cd79d36ae2/config
Defconfig : http://autobuild.buildroot.net/results/e76a58d9c98775835971e2265ffc25cd79d36ae2/defconfig
Build d1ca5cc5e36bb37043fdfe5bf85fe54c9ff739c5
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 07:25:34
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/d1ca5cc5e36bb37043fdfe5bf85fe54c9ff739c5/build-end.log
Complete log : http://autobuild.buildroot.net/results/d1ca5cc5e36bb37043fdfe5bf85fe54c9ff739c5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d1ca5cc5e36bb37043fdfe5bf85fe54c9ff739c5/config
Defconfig : http://autobuild.buildroot.net/results/d1ca5cc5e36bb37043fdfe5bf85fe54c9ff739c5/defconfig
Build e836ba5c22c0e1c5f00e2fd2eb1314d1c14ed0f6
==============================================
Status : NOK
Failure reason : dhcpdump-1.8
Architecture : avr32
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 08:44:58
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/e836ba5c22c0e1c5f00e2fd2eb1314d1c14ed0f6/build-end.log
Complete log : http://autobuild.buildroot.net/results/e836ba5c22c0e1c5f00e2fd2eb1314d1c14ed0f6/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e836ba5c22c0e1c5f00e2fd2eb1314d1c14ed0f6/config
Defconfig : http://autobuild.buildroot.net/results/e836ba5c22c0e1c5f00e2fd2eb1314d1c14ed0f6/defconfig
Build 80193806f07d0280e9833dce8d34ffbad361cdc1
==============================================
Status : NOK
Failure reason : gdb-7.4.1-target
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 08:46:41
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/80193806f07d0280e9833dce8d34ffbad361cdc1/build-end.log
Complete log : http://autobuild.buildroot.net/results/80193806f07d0280e9833dce8d34ffbad361cdc1/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/80193806f07d0280e9833dce8d34ffbad361cdc1/config
Defconfig : http://autobuild.buildroot.net/results/80193806f07d0280e9833dce8d34ffbad361cdc1/defconfig
Build b2a8016e185cb1f82cec7ad2c88b481b47db5214
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 08:48:42
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/b2a8016e185cb1f82cec7ad2c88b481b47db5214/build-end.log
Complete log : http://autobuild.buildroot.net/results/b2a8016e185cb1f82cec7ad2c88b481b47db5214/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b2a8016e185cb1f82cec7ad2c88b481b47db5214/config
Defconfig : http://autobuild.buildroot.net/results/b2a8016e185cb1f82cec7ad2c88b481b47db5214/defconfig
Build d5e341b130bd443281285cd662d01c3c340d984a
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 08:56:48
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/d5e341b130bd443281285cd662d01c3c340d984a/build-end.log
Complete log : http://autobuild.buildroot.net/results/d5e341b130bd443281285cd662d01c3c340d984a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d5e341b130bd443281285cd662d01c3c340d984a/config
Defconfig : http://autobuild.buildroot.net/results/d5e341b130bd443281285cd662d01c3c340d984a/defconfig
Build ec9ca3604a49d63a345d1816863e9c583062d933
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 08:57:10
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/ec9ca3604a49d63a345d1816863e9c583062d933/build-end.log
Complete log : http://autobuild.buildroot.net/results/ec9ca3604a49d63a345d1816863e9c583062d933/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ec9ca3604a49d63a345d1816863e9c583062d933/config
Defconfig : http://autobuild.buildroot.net/results/ec9ca3604a49d63a345d1816863e9c583062d933/defconfig
Build ff9c5cd107cca76f64363dc8e1663db301583d46
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 09:11:52
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/ff9c5cd107cca76f64363dc8e1663db301583d46/build-end.log
Complete log : http://autobuild.buildroot.net/results/ff9c5cd107cca76f64363dc8e1663db301583d46/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ff9c5cd107cca76f64363dc8e1663db301583d46/config
Defconfig : http://autobuild.buildroot.net/results/ff9c5cd107cca76f64363dc8e1663db301583d46/defconfig
Build cee58b9a8708169537079070d969340899b6cfc3
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 09:12:11
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/cee58b9a8708169537079070d969340899b6cfc3/build-end.log
Complete log : http://autobuild.buildroot.net/results/cee58b9a8708169537079070d969340899b6cfc3/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/cee58b9a8708169537079070d969340899b6cfc3/config
Defconfig : http://autobuild.buildroot.net/results/cee58b9a8708169537079070d969340899b6cfc3/defconfig
Build 7dcfed9f82c2a5389986f5768d536b2ccc86b5dd
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 09:22:12
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/7dcfed9f82c2a5389986f5768d536b2ccc86b5dd/build-end.log
Complete log : http://autobuild.buildroot.net/results/7dcfed9f82c2a5389986f5768d536b2ccc86b5dd/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7dcfed9f82c2a5389986f5768d536b2ccc86b5dd/config
Defconfig : http://autobuild.buildroot.net/results/7dcfed9f82c2a5389986f5768d536b2ccc86b5dd/defconfig
Build 297941ddfb6ac0a8b27ccc5449cc7289c419e491
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 09:28:47
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=fc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb
End of log : http://autobuild.buildroot.net/results/297941ddfb6ac0a8b27ccc5449cc7289c419e491/build-end.log
Complete log : http://autobuild.buildroot.net/results/297941ddfb6ac0a8b27ccc5449cc7289c419e491/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/297941ddfb6ac0a8b27ccc5449cc7289c419e491/config
Defconfig : http://autobuild.buildroot.net/results/297941ddfb6ac0a8b27ccc5449cc7289c419e491/defconfig
Build d2c357b97b00e869aa86f58c9d0a4144ba47f931
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 09:34:18
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/d2c357b97b00e869aa86f58c9d0a4144ba47f931/build-end.log
Complete log : http://autobuild.buildroot.net/results/d2c357b97b00e869aa86f58c9d0a4144ba47f931/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d2c357b97b00e869aa86f58c9d0a4144ba47f931/config
Defconfig : http://autobuild.buildroot.net/results/d2c357b97b00e869aa86f58c9d0a4144ba47f931/defconfig
Build 6d2bab1f29d4d792c938d9ff128402b149802a69
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : sh4
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 09:50:55
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=fc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb
End of log : http://autobuild.buildroot.net/results/6d2bab1f29d4d792c938d9ff128402b149802a69/build-end.log
Complete log : http://autobuild.buildroot.net/results/6d2bab1f29d4d792c938d9ff128402b149802a69/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/6d2bab1f29d4d792c938d9ff128402b149802a69/config
Defconfig : http://autobuild.buildroot.net/results/6d2bab1f29d4d792c938d9ff128402b149802a69/defconfig
Build 946339d2ff205870266f8c3d6df364494fb13326
==============================================
Status : NOK
Failure reason : lcdproc-0.5.6
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 09:51:59
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=35b7560a1bf9bc3a46ff9d3942fb38bc51c6e378
End of log : http://autobuild.buildroot.net/results/946339d2ff205870266f8c3d6df364494fb13326/build-end.log
Complete log : http://autobuild.buildroot.net/results/946339d2ff205870266f8c3d6df364494fb13326/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/946339d2ff205870266f8c3d6df364494fb13326/config
Defconfig : http://autobuild.buildroot.net/results/946339d2ff205870266f8c3d6df364494fb13326/defconfig
Build d6464ad4507b7ba513ba39edf50a1d228778451d
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 09:55:45
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=fc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb
End of log : http://autobuild.buildroot.net/results/d6464ad4507b7ba513ba39edf50a1d228778451d/build-end.log
Complete log : http://autobuild.buildroot.net/results/d6464ad4507b7ba513ba39edf50a1d228778451d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d6464ad4507b7ba513ba39edf50a1d228778451d/config
Defconfig : http://autobuild.buildroot.net/results/d6464ad4507b7ba513ba39edf50a1d228778451d/defconfig
Build 3c0e8b1a48031d191e0a8c20d7e28c59b0e3eff4
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 09:56:27
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=fc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb
End of log : http://autobuild.buildroot.net/results/3c0e8b1a48031d191e0a8c20d7e28c59b0e3eff4/build-end.log
Complete log : http://autobuild.buildroot.net/results/3c0e8b1a48031d191e0a8c20d7e28c59b0e3eff4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/3c0e8b1a48031d191e0a8c20d7e28c59b0e3eff4/config
Defconfig : http://autobuild.buildroot.net/results/3c0e8b1a48031d191e0a8c20d7e28c59b0e3eff4/defconfig
Build c9864e8f089761b0b97b9d2f476df7b097091bc8
==============================================
Status : NOK
Failure reason : gsl-1.15
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 10:07:57
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=fc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb
End of log : http://autobuild.buildroot.net/results/c9864e8f089761b0b97b9d2f476df7b097091bc8/build-end.log
Complete log : http://autobuild.buildroot.net/results/c9864e8f089761b0b97b9d2f476df7b097091bc8/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c9864e8f089761b0b97b9d2f476df7b097091bc8/config
Defconfig : http://autobuild.buildroot.net/results/c9864e8f089761b0b97b9d2f476df7b097091bc8/defconfig
Build b04f47188f254cc70ec574b78afc968896000e90
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 10:16:41
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=fc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb
End of log : http://autobuild.buildroot.net/results/b04f47188f254cc70ec574b78afc968896000e90/build-end.log
Complete log : http://autobuild.buildroot.net/results/b04f47188f254cc70ec574b78afc968896000e90/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b04f47188f254cc70ec574b78afc968896000e90/config
Defconfig : http://autobuild.buildroot.net/results/b04f47188f254cc70ec574b78afc968896000e90/defconfig
Build d7ae88b075adee64fd92cd6254ca507b1afa24ba
==============================================
Status : NOK
Failure reason : gdbhost-7.4.1
Architecture : mipsel
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 10:21:49
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=fc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb
End of log : http://autobuild.buildroot.net/results/d7ae88b075adee64fd92cd6254ca507b1afa24ba/build-end.log
Complete log : http://autobuild.buildroot.net/results/d7ae88b075adee64fd92cd6254ca507b1afa24ba/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d7ae88b075adee64fd92cd6254ca507b1afa24ba/config
Defconfig : http://autobuild.buildroot.net/results/d7ae88b075adee64fd92cd6254ca507b1afa24ba/defconfig
Build 39640ebdef5f8145c72f89f71da041ab664dc967
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 10:22:03
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=fc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb
End of log : http://autobuild.buildroot.net/results/39640ebdef5f8145c72f89f71da041ab664dc967/build-end.log
Complete log : http://autobuild.buildroot.net/results/39640ebdef5f8145c72f89f71da041ab664dc967/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/39640ebdef5f8145c72f89f71da041ab664dc967/config
Defconfig : http://autobuild.buildroot.net/results/39640ebdef5f8145c72f89f71da041ab664dc967/defconfig
Build 5e9205c060401e08bb12a3083090ea9e0ad215b8
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 10:59:57
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=fc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb
End of log : http://autobuild.buildroot.net/results/5e9205c060401e08bb12a3083090ea9e0ad215b8/build-end.log
Complete log : http://autobuild.buildroot.net/results/5e9205c060401e08bb12a3083090ea9e0ad215b8/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/5e9205c060401e08bb12a3083090ea9e0ad215b8/config
Defconfig : http://autobuild.buildroot.net/results/5e9205c060401e08bb12a3083090ea9e0ad215b8/defconfig
Build bc9ecf451eafaed877d619fa5f36d0adacb36a4e
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 11:10:15
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=fc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb
End of log : http://autobuild.buildroot.net/results/bc9ecf451eafaed877d619fa5f36d0adacb36a4e/build-end.log
Complete log : http://autobuild.buildroot.net/results/bc9ecf451eafaed877d619fa5f36d0adacb36a4e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/bc9ecf451eafaed877d619fa5f36d0adacb36a4e/config
Defconfig : http://autobuild.buildroot.net/results/bc9ecf451eafaed877d619fa5f36d0adacb36a4e/defconfig
Build 91716057f86b8e5368ca5316833c3d0ad1e444ab
==============================================
Status : NOK
Failure reason : perl-5.16.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 11:12:27
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=fc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb
End of log : http://autobuild.buildroot.net/results/91716057f86b8e5368ca5316833c3d0ad1e444ab/build-end.log
Complete log : http://autobuild.buildroot.net/results/91716057f86b8e5368ca5316833c3d0ad1e444ab/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/91716057f86b8e5368ca5316833c3d0ad1e444ab/config
Defconfig : http://autobuild.buildroot.net/results/91716057f86b8e5368ca5316833c3d0ad1e444ab/defconfig
Build f96da079c00a852c3b61add7a9b17680099b3dfc
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 11:33:34
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/f96da079c00a852c3b61add7a9b17680099b3dfc/build-end.log
Complete log : http://autobuild.buildroot.net/results/f96da079c00a852c3b61add7a9b17680099b3dfc/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/f96da079c00a852c3b61add7a9b17680099b3dfc/config
Defconfig : http://autobuild.buildroot.net/results/f96da079c00a852c3b61add7a9b17680099b3dfc/defconfig
Build 37de7ae6a441e1c529d3de065a0e09b564c7ffaa
==============================================
Status : NOK
Failure reason : cpanminus-1.5018
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 11:39:59
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/37de7ae6a441e1c529d3de065a0e09b564c7ffaa/build-end.log
Complete log : http://autobuild.buildroot.net/results/37de7ae6a441e1c529d3de065a0e09b564c7ffaa/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/37de7ae6a441e1c529d3de065a0e09b564c7ffaa/config
Defconfig : http://autobuild.buildroot.net/results/37de7ae6a441e1c529d3de065a0e09b564c7ffaa/defconfig
Build fef7a95bd285e250c79bb584d06bb668e3b14838
==============================================
Status : NOK
Failure reason : nfs-utils-1.2.6
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 11:58:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/fef7a95bd285e250c79bb584d06bb668e3b14838/build-end.log
Complete log : http://autobuild.buildroot.net/results/fef7a95bd285e250c79bb584d06bb668e3b14838/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/fef7a95bd285e250c79bb584d06bb668e3b14838/config
Defconfig : http://autobuild.buildroot.net/results/fef7a95bd285e250c79bb584d06bb668e3b14838/defconfig
Build 7869cc9b1c944e31fb5af6346499ea0820ec434e
==============================================
Status : NOK
Failure reason : rpcbind-0.2.0
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 12:12:25
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/7869cc9b1c944e31fb5af6346499ea0820ec434e/build-end.log
Complete log : http://autobuild.buildroot.net/results/7869cc9b1c944e31fb5af6346499ea0820ec434e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7869cc9b1c944e31fb5af6346499ea0820ec434e/config
Defconfig : http://autobuild.buildroot.net/results/7869cc9b1c944e31fb5af6346499ea0820ec434e/defconfig
Build 7a23279d21f76722c4dd9a153a95d35b03356b18
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 12:13:06
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/7a23279d21f76722c4dd9a153a95d35b03356b18/build-end.log
Complete log : http://autobuild.buildroot.net/results/7a23279d21f76722c4dd9a153a95d35b03356b18/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7a23279d21f76722c4dd9a153a95d35b03356b18/config
Defconfig : http://autobuild.buildroot.net/results/7a23279d21f76722c4dd9a153a95d35b03356b18/defconfig
Build a890d4de0c6bf33570ab632c2e1791ca8ec902aa
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 12:16:41
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/a890d4de0c6bf33570ab632c2e1791ca8ec902aa/build-end.log
Complete log : http://autobuild.buildroot.net/results/a890d4de0c6bf33570ab632c2e1791ca8ec902aa/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a890d4de0c6bf33570ab632c2e1791ca8ec902aa/config
Defconfig : http://autobuild.buildroot.net/results/a890d4de0c6bf33570ab632c2e1791ca8ec902aa/defconfig
Build 7632addf9b40d4cf4fa5e8a53a9c0c6c692f721a
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 12:22:01
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/7632addf9b40d4cf4fa5e8a53a9c0c6c692f721a/build-end.log
Complete log : http://autobuild.buildroot.net/results/7632addf9b40d4cf4fa5e8a53a9c0c6c692f721a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7632addf9b40d4cf4fa5e8a53a9c0c6c692f721a/config
Defconfig : http://autobuild.buildroot.net/results/7632addf9b40d4cf4fa5e8a53a9c0c6c692f721a/defconfig
Build b9703e59876c78ee84474ac3ad8ce8e0aa0c98bd
==============================================
Status : NOK
Failure reason : cpanminus-1.5018
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 12:22:23
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/b9703e59876c78ee84474ac3ad8ce8e0aa0c98bd/build-end.log
Complete log : http://autobuild.buildroot.net/results/b9703e59876c78ee84474ac3ad8ce8e0aa0c98bd/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b9703e59876c78ee84474ac3ad8ce8e0aa0c98bd/config
Defconfig : http://autobuild.buildroot.net/results/b9703e59876c78ee84474ac3ad8ce8e0aa0c98bd/defconfig
Build bc3f9a69f0693ce3683e2a03b96cf225b6d3f545
==============================================
Status : NOK
Failure reason : can-utils-50775159276d896d8b3102b6dbc658a91a2a1d53
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 12:23:13
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/bc3f9a69f0693ce3683e2a03b96cf225b6d3f545/build-end.log
Complete log : http://autobuild.buildroot.net/results/bc3f9a69f0693ce3683e2a03b96cf225b6d3f545/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/bc3f9a69f0693ce3683e2a03b96cf225b6d3f545/config
Defconfig : http://autobuild.buildroot.net/results/bc3f9a69f0693ce3683e2a03b96cf225b6d3f545/defconfig
Build d47b983abde8eebe02c228d638101b8d5cd92965
==============================================
Status : NOK
Failure reason : lua-5.1.5
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 12:38:00
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/d47b983abde8eebe02c228d638101b8d5cd92965/build-end.log
Complete log : http://autobuild.buildroot.net/results/d47b983abde8eebe02c228d638101b8d5cd92965/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d47b983abde8eebe02c228d638101b8d5cd92965/config
Defconfig : http://autobuild.buildroot.net/results/d47b983abde8eebe02c228d638101b8d5cd92965/defconfig
Build 3beede0a7000d1e73699b597e1f0784f1ee7233c
==============================================
Status : NOK
Failure reason : cpanminus-1.5018
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 12:51:03
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/3beede0a7000d1e73699b597e1f0784f1ee7233c/build-end.log
Complete log : http://autobuild.buildroot.net/results/3beede0a7000d1e73699b597e1f0784f1ee7233c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/3beede0a7000d1e73699b597e1f0784f1ee7233c/config
Defconfig : http://autobuild.buildroot.net/results/3beede0a7000d1e73699b597e1f0784f1ee7233c/defconfig
Build 97a1ecbc94a26fe9e32a1b0966ade02982e6b2ca
==============================================
Status : NOK
Failure reason : rpcbind-0.2.0
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 13:55:04
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/97a1ecbc94a26fe9e32a1b0966ade02982e6b2ca/build-end.log
Complete log : http://autobuild.buildroot.net/results/97a1ecbc94a26fe9e32a1b0966ade02982e6b2ca/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/97a1ecbc94a26fe9e32a1b0966ade02982e6b2ca/config
Defconfig : http://autobuild.buildroot.net/results/97a1ecbc94a26fe9e32a1b0966ade02982e6b2ca/defconfig
Build 88644bd606558918502b234f13006285ae6c32df
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 14:11:18
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/88644bd606558918502b234f13006285ae6c32df/build-end.log
Complete log : http://autobuild.buildroot.net/results/88644bd606558918502b234f13006285ae6c32df/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/88644bd606558918502b234f13006285ae6c32df/config
Defconfig : http://autobuild.buildroot.net/results/88644bd606558918502b234f13006285ae6c32df/defconfig
Build f0cde90ec09fbc6b017bd3efbb376a302b2908fa
==============================================
Status : NOK
Failure reason : nfs-utils-1.2.6
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 14:26:53
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/f0cde90ec09fbc6b017bd3efbb376a302b2908fa/build-end.log
Complete log : http://autobuild.buildroot.net/results/f0cde90ec09fbc6b017bd3efbb376a302b2908fa/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/f0cde90ec09fbc6b017bd3efbb376a302b2908fa/config
Defconfig : http://autobuild.buildroot.net/results/f0cde90ec09fbc6b017bd3efbb376a302b2908fa/defconfig
Build 56b6b18bc86825218c2667ca1146f633e57b581d
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 14:40:50
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/56b6b18bc86825218c2667ca1146f633e57b581d/build-end.log
Complete log : http://autobuild.buildroot.net/results/56b6b18bc86825218c2667ca1146f633e57b581d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/56b6b18bc86825218c2667ca1146f633e57b581d/config
Defconfig : http://autobuild.buildroot.net/results/56b6b18bc86825218c2667ca1146f633e57b581d/defconfig
Build 5d5b23d57f72cc1d12fff2aa43d7a01b15a6c8d8
==============================================
Status : NOK
Failure reason : cpanminus-1.5018
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 15:03:12
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/5d5b23d57f72cc1d12fff2aa43d7a01b15a6c8d8/build-end.log
Complete log : http://autobuild.buildroot.net/results/5d5b23d57f72cc1d12fff2aa43d7a01b15a6c8d8/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/5d5b23d57f72cc1d12fff2aa43d7a01b15a6c8d8/config
Defconfig : http://autobuild.buildroot.net/results/5d5b23d57f72cc1d12fff2aa43d7a01b15a6c8d8/defconfig
Build 7bb3acc3dae134bd32e0e21ab4236802cfaadad0
==============================================
Status : NOK
Failure reason : libcap-2.22
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 15:18:48
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/7bb3acc3dae134bd32e0e21ab4236802cfaadad0/build-end.log
Complete log : http://autobuild.buildroot.net/results/7bb3acc3dae134bd32e0e21ab4236802cfaadad0/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7bb3acc3dae134bd32e0e21ab4236802cfaadad0/config
Defconfig : http://autobuild.buildroot.net/results/7bb3acc3dae134bd32e0e21ab4236802cfaadad0/defconfig
Build cc9c79e2986a95a6229860d4d3c577ec58fd208e
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 15:21:13
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/cc9c79e2986a95a6229860d4d3c577ec58fd208e/build-end.log
Complete log : http://autobuild.buildroot.net/results/cc9c79e2986a95a6229860d4d3c577ec58fd208e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/cc9c79e2986a95a6229860d4d3c577ec58fd208e/config
Defconfig : http://autobuild.buildroot.net/results/cc9c79e2986a95a6229860d4d3c577ec58fd208e/defconfig
Build ebd6a03ca65869bce329faa9825efb2da42649f0
==============================================
Status : NOK
Failure reason : nfs-utils-1.2.6
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 16:04:45
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/ebd6a03ca65869bce329faa9825efb2da42649f0/build-end.log
Complete log : http://autobuild.buildroot.net/results/ebd6a03ca65869bce329faa9825efb2da42649f0/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ebd6a03ca65869bce329faa9825efb2da42649f0/config
Defconfig : http://autobuild.buildroot.net/results/ebd6a03ca65869bce329faa9825efb2da42649f0/defconfig
Build 9f4dbc4b99689dede1eeeeef19c14ff95560a2e0
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 16:10:17
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/9f4dbc4b99689dede1eeeeef19c14ff95560a2e0/build-end.log
Complete log : http://autobuild.buildroot.net/results/9f4dbc4b99689dede1eeeeef19c14ff95560a2e0/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/9f4dbc4b99689dede1eeeeef19c14ff95560a2e0/config
Defconfig : http://autobuild.buildroot.net/results/9f4dbc4b99689dede1eeeeef19c14ff95560a2e0/defconfig
Build aa4586eda12cda079b24031532c9a7b09fd9b831
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 16:40:29
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/aa4586eda12cda079b24031532c9a7b09fd9b831/build-end.log
Complete log : http://autobuild.buildroot.net/results/aa4586eda12cda079b24031532c9a7b09fd9b831/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/aa4586eda12cda079b24031532c9a7b09fd9b831/config
Defconfig : http://autobuild.buildroot.net/results/aa4586eda12cda079b24031532c9a7b09fd9b831/defconfig
Build dd682c1b19718b66ec7c5662f83ded7618c5a110
==============================================
Status : NOK
Failure reason : cpanminus-1.5018
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 17:20:53
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/dd682c1b19718b66ec7c5662f83ded7618c5a110/build-end.log
Complete log : http://autobuild.buildroot.net/results/dd682c1b19718b66ec7c5662f83ded7618c5a110/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/dd682c1b19718b66ec7c5662f83ded7618c5a110/config
Defconfig : http://autobuild.buildroot.net/results/dd682c1b19718b66ec7c5662f83ded7618c5a110/defconfig
Build 7573c09b27982a65e501b0b2c3555dd1c77bbd6a
==============================================
Status : NOK
Failure reason : cpanminus-1.5018
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 18:49:16
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/7573c09b27982a65e501b0b2c3555dd1c77bbd6a/build-end.log
Complete log : http://autobuild.buildroot.net/results/7573c09b27982a65e501b0b2c3555dd1c77bbd6a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7573c09b27982a65e501b0b2c3555dd1c77bbd6a/config
Defconfig : http://autobuild.buildroot.net/results/7573c09b27982a65e501b0b2c3555dd1c77bbd6a/defconfig
Build cee3eaa7cbd24cfff4a543621b705f0631d5f67a
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 19:40:28
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/cee3eaa7cbd24cfff4a543621b705f0631d5f67a/build-end.log
Complete log : http://autobuild.buildroot.net/results/cee3eaa7cbd24cfff4a543621b705f0631d5f67a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/cee3eaa7cbd24cfff4a543621b705f0631d5f67a/config
Defconfig : http://autobuild.buildroot.net/results/cee3eaa7cbd24cfff4a543621b705f0631d5f67a/defconfig
Build 1d07978b4aec98c78f5ed207409c8762b3a5329d
==============================================
Status : NOK
Failure reason : nfs-utils-1.2.6
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 19:45:31
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/1d07978b4aec98c78f5ed207409c8762b3a5329d/build-end.log
Complete log : http://autobuild.buildroot.net/results/1d07978b4aec98c78f5ed207409c8762b3a5329d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1d07978b4aec98c78f5ed207409c8762b3a5329d/config
Defconfig : http://autobuild.buildroot.net/results/1d07978b4aec98c78f5ed207409c8762b3a5329d/defconfig
Build 9a959b4431dd1a0e07f179c6afc272f1cbfe449b
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 19:48:04
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/9a959b4431dd1a0e07f179c6afc272f1cbfe449b/build-end.log
Complete log : http://autobuild.buildroot.net/results/9a959b4431dd1a0e07f179c6afc272f1cbfe449b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/9a959b4431dd1a0e07f179c6afc272f1cbfe449b/config
Defconfig : http://autobuild.buildroot.net/results/9a959b4431dd1a0e07f179c6afc272f1cbfe449b/defconfig
Build ae723ab13758c12fb71193648e982b221c8a89f8
==============================================
Status : NOK
Failure reason : lcdproc-0.5.6
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-11-09 19:54:59
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/ae723ab13758c12fb71193648e982b221c8a89f8/build-end.log
Complete log : http://autobuild.buildroot.net/results/ae723ab13758c12fb71193648e982b221c8a89f8/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ae723ab13758c12fb71193648e982b221c8a89f8/config
Defconfig : http://autobuild.buildroot.net/results/ae723ab13758c12fb71193648e982b221c8a89f8/defconfig
Build c25fdcf382ee1a98ac42a3bb6f836e056b94e2d0
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 20:04:05
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/c25fdcf382ee1a98ac42a3bb6f836e056b94e2d0/build-end.log
Complete log : http://autobuild.buildroot.net/results/c25fdcf382ee1a98ac42a3bb6f836e056b94e2d0/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c25fdcf382ee1a98ac42a3bb6f836e056b94e2d0/config
Defconfig : http://autobuild.buildroot.net/results/c25fdcf382ee1a98ac42a3bb6f836e056b94e2d0/defconfig
Build 1ce86dae19a234ded258d526783e5c7161bae48e
==============================================
Status : NOK
Failure reason : alsa-lib-1.0.25
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 20:28:06
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/1ce86dae19a234ded258d526783e5c7161bae48e/build-end.log
Complete log : http://autobuild.buildroot.net/results/1ce86dae19a234ded258d526783e5c7161bae48e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1ce86dae19a234ded258d526783e5c7161bae48e/config
Defconfig : http://autobuild.buildroot.net/results/1ce86dae19a234ded258d526783e5c7161bae48e/defconfig
Build f7560e81189b909bf7752df1d571634405fd74b8
==============================================
Status : NOK
Failure reason : nfs-utils-1.2.6
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 20:45:49
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/f7560e81189b909bf7752df1d571634405fd74b8/build-end.log
Complete log : http://autobuild.buildroot.net/results/f7560e81189b909bf7752df1d571634405fd74b8/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/f7560e81189b909bf7752df1d571634405fd74b8/config
Defconfig : http://autobuild.buildroot.net/results/f7560e81189b909bf7752df1d571634405fd74b8/defconfig
Build 9c56441c8705b3f86bafccadb5b381a263ece403
==============================================
Status : NOK
Failure reason : sconeserver-180
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 20:46:02
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/9c56441c8705b3f86bafccadb5b381a263ece403/build-end.log
Complete log : http://autobuild.buildroot.net/results/9c56441c8705b3f86bafccadb5b381a263ece403/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/9c56441c8705b3f86bafccadb5b381a263ece403/config
Defconfig : http://autobuild.buildroot.net/results/9c56441c8705b3f86bafccadb5b381a263ece403/defconfig
Build 4ae0a25d768fa9860973de3683698994cfb0646e
==============================================
Status : NOK
Failure reason : nfs-utils-1.2.6
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 21:41:17
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/4ae0a25d768fa9860973de3683698994cfb0646e/build-end.log
Complete log : http://autobuild.buildroot.net/results/4ae0a25d768fa9860973de3683698994cfb0646e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4ae0a25d768fa9860973de3683698994cfb0646e/config
Defconfig : http://autobuild.buildroot.net/results/4ae0a25d768fa9860973de3683698994cfb0646e/defconfig
Build ff0a4c56279e73a782ea5e0eff381a650e9c2b2c
==============================================
Status : NOK
Failure reason : cpanminus-1.5018
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 21:54:35
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/ff0a4c56279e73a782ea5e0eff381a650e9c2b2c/build-end.log
Complete log : http://autobuild.buildroot.net/results/ff0a4c56279e73a782ea5e0eff381a650e9c2b2c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ff0a4c56279e73a782ea5e0eff381a650e9c2b2c/config
Defconfig : http://autobuild.buildroot.net/results/ff0a4c56279e73a782ea5e0eff381a650e9c2b2c/defconfig
Build ae757fe54e7e7db1f505aee523a85fbc7de07078
==============================================
Status : NOK
Failure reason : cpanminus-1.5018
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 22:05:43
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/ae757fe54e7e7db1f505aee523a85fbc7de07078/build-end.log
Complete log : http://autobuild.buildroot.net/results/ae757fe54e7e7db1f505aee523a85fbc7de07078/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ae757fe54e7e7db1f505aee523a85fbc7de07078/config
Defconfig : http://autobuild.buildroot.net/results/ae757fe54e7e7db1f505aee523a85fbc7de07078/defconfig
Build f31aad404e835c1e306285c701b17b5d910a9ae7
==============================================
Status : NOK
Failure reason : directfb-1.4.17
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 22:15:39
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/f31aad404e835c1e306285c701b17b5d910a9ae7/build-end.log
Complete log : http://autobuild.buildroot.net/results/f31aad404e835c1e306285c701b17b5d910a9ae7/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/f31aad404e835c1e306285c701b17b5d910a9ae7/config
Defconfig : http://autobuild.buildroot.net/results/f31aad404e835c1e306285c701b17b5d910a9ae7/defconfig
Build 4add50e059073bc905c4ebe2049e7f15cffd1bbd
==============================================
Status : NOK
Failure reason : cpanminus-1.5018
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 22:21:50
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/4add50e059073bc905c4ebe2049e7f15cffd1bbd/build-end.log
Complete log : http://autobuild.buildroot.net/results/4add50e059073bc905c4ebe2049e7f15cffd1bbd/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4add50e059073bc905c4ebe2049e7f15cffd1bbd/config
Defconfig : http://autobuild.buildroot.net/results/4add50e059073bc905c4ebe2049e7f15cffd1bbd/defconfig
Build fd4433a235a05c69c4d01ba9c346c912de511417
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 22:33:50
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/fd4433a235a05c69c4d01ba9c346c912de511417/build-end.log
Complete log : http://autobuild.buildroot.net/results/fd4433a235a05c69c4d01ba9c346c912de511417/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/fd4433a235a05c69c4d01ba9c346c912de511417/config
Defconfig : http://autobuild.buildroot.net/results/fd4433a235a05c69c4d01ba9c346c912de511417/defconfig
Build 57c68170f3c21fdab5bbf951db8f382f93cdcd24
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-11-09 22:41:53
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/57c68170f3c21fdab5bbf951db8f382f93cdcd24/build-end.log
Complete log : http://autobuild.buildroot.net/results/57c68170f3c21fdab5bbf951db8f382f93cdcd24/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/57c68170f3c21fdab5bbf951db8f382f93cdcd24/config
Defconfig : http://autobuild.buildroot.net/results/57c68170f3c21fdab5bbf951db8f382f93cdcd24/defconfig
Build cca1e96d64bb44c50e9c7e97a9edd9da974e9f0b
==============================================
Status : NOK
Failure reason : lcdproc-0.5.6
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-11-09 23:01:13
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/cca1e96d64bb44c50e9c7e97a9edd9da974e9f0b/build-end.log
Complete log : http://autobuild.buildroot.net/results/cca1e96d64bb44c50e9c7e97a9edd9da974e9f0b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/cca1e96d64bb44c50e9c7e97a9edd9da974e9f0b/config
Defconfig : http://autobuild.buildroot.net/results/cca1e96d64bb44c50e9c7e97a9edd9da974e9f0b/defconfig
Build 47f17ac52867e0d2f30ca87d98f8b4d7d5bdd99d
==============================================
Status : NOK
Failure reason : nfs-utils-1.2.6
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-11-09 23:23:07
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log : http://autobuild.buildroot.net/results/47f17ac52867e0d2f30ca87d98f8b4d7d5bdd99d/build-end.log
Complete log : http://autobuild.buildroot.net/results/47f17ac52867e0d2f30ca87d98f8b4d7d5bdd99d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/47f17ac52867e0d2f30ca87d98f8b4d7d5bdd99d/config
Defconfig : http://autobuild.buildroot.net/results/47f17ac52867e0d2f30ca87d98f8b4d7d5bdd99d/defconfig
--
http://autobuild.buildroot.net
^ permalink raw reply
* [Buildroot] [PATCH v3] fs/common: Create initial console device
From: Arnout Vandecappelle @ 2012-11-10 2:26 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1352108694-11875-1-git-send-email-markos.chandras@gmail.com>
On 11/05/12 10:44, Markos Chandras wrote:
> From: Markos Chandras<markos.chandras@imgtec.com>
>
> A /dev/console node must be present in rootfs when the Linux kernel
> boots otherwise the kernel will print the following warning:
> "Warning: unable to open an initial console"
>
> This is because when we use an initramfs the /dev directory is not
> populated at this point. This can cause problems when a program
> (e.g ldso with early debugging enabled) opens a standard file
> descriptor for read/write before these descriptors are actually
> created by the init process later on.
>
> Signed-off-by: Markos Chandras<markos.chandras@imgtec.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-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 3/6] Add firmware for the AW-NH580 connectivity module of the snowball
From: Arnout Vandecappelle @ 2012-11-10 2:16 UTC (permalink / raw)
To: buildroot
In-Reply-To: <509B7184.3090501@calao-systems.com>
On 11/08/12 09:47, Gr?gory Hermant wrote:
>>> >> +SNOWBALL_FIRMWARE_LICENSE = PROPRIETARY
>> >
>> > Again not a very accurate license. "Snowball click-wrap license" is more
>> > appropriate. It does come pretty close to proprietary, however. I wonder
>> > if the linaro maintainers have permission to redistribute it via launchpad...
>> >
>> > The license file is license.txt.
> What do you suggest for the UX500_FIRMWARE_LICENSE = ?
I would set
UX500_FIRMWARE_LICENSE = Snowball click-wrap license
UX500_FIRMWARE_DISTRIBUTE = NO
And then we also have a use case for Luca's new no-distribute function.
Can you test a 'make legal-info' with this? It should not store the
ux500-firmware tarball to the legal-info/sources directory.
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 2/2] neardal: new package
From: Arnout Vandecappelle @ 2012-11-10 2:12 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1352459105-13590-3-git-send-email-spdawson@gmail.com>
On 11/09/12 12:05, spdawson at gmail.com wrote:
> Signed-off-by: Simon Dawson<spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(built-test on a minimal powerpc config)
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 1/2 v2] neard: new package
From: Arnout Vandecappelle @ 2012-11-10 2:12 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1352469107-25993-1-git-send-email-spdawson@gmail.com>
On 11/09/12 14:51, spdawson at gmail.com wrote:
> Signed-off-by: Simon Dawson<spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(built-test on a minimal powerpc config)
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] mesa3d: "ImportError: No module named libxml2"
From: Arnout Vandecappelle @ 2012-11-10 1:51 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1531E53627F1F749B4FE809BF2A4EB6703A24FFD@wetmex10>
On 11/05/12 10:18, Vellemans, Noel wrote:
> I do end up with this error while building mesa3d" "ImportError: No
> module named libxml2" (ONLY if I do build into a clean-output
> directory!)
>
> The strange thing is that when building for a second time it all builds
> fine.
The problem is that host-python is used, not native python, and host-python
doesn't have libxml2 bindings. python is used to generate api_exec_es1.c:
python -t -O -O main/es_generator.py -S main/APIspec.xml -V GLES1.1 > main/api_exec_es1.c
When you run it the second time, the file exists (and is empty), so you
won't get an error. But as soon as you try to use GLES, you'll notice that
it doesn't work :-)
The problem is that libxml2 python bindings are part of libxml2. If we want
to build them, we would have to make host-libxml2 depend on host-python...
And that's certainly something we don't want.
A work-around is to set
MESA3D_CONF_ENV = PYTHON2=/usr/bin/python
but that's not something we want to do in buildroot either, because there is
not guarantee that native python has libxml2, or that the native python is
python2, or that it is in /usr/bin.
The only realistic solution I can think of is to create a blind
BR2_NEED_HOST_LIBXML2_PYTHON_BINDINGS and select this from mesa3d. Then we
can conditionally depend on host-python and build the bindings in libxml2.mk.
But it is still fairly horrible.
BTW, Thomas already told you this on October 12 (though his explanation
was a bit shorter :-).
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] libatomic_ops version update 7.3alpha2 old version 1.2 does not compiles with modern gcc and utils
From: Arnout Vandecappelle @ 2012-11-10 1:08 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1352465722-23459-1-git-send-email-alexander@mezon.ru>
On 11/09/12 13:55, Alexander Khryukin wrote:
>
> Signed-off-by: Alexander Khryukin<alexander@mezon.ru>
> ---
> package/libatomic_ops/libatomic_ops.mk | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/package/libatomic_ops/libatomic_ops.mk b/package/libatomic_ops/libatomic_ops.mk
> index 6d50d0a..c946df0 100644
> --- a/package/libatomic_ops/libatomic_ops.mk
> +++ b/package/libatomic_ops/libatomic_ops.mk
> @@ -1,12 +1,12 @@
> #############################################################
> #
> -# Atomic_ops library
> +## Atomic_ops library
> #
> -#############################################################
> +##############################################################
Please don't modify the header.
>
> -LIBATOMIC_OPS_VERSION = 1.2
> +LIBATOMIC_OPS_VERSION = 7.3alpha2
Is there a particular reason to use the experimental version, instead of
the "current" version 7.2d?
> LIBATOMIC_OPS_SOURCE = libatomic_ops-$(LIBATOMIC_OPS_VERSION).tar.gz
> -LIBATOMIC_OPS_SITE = http://www.hpl.hp.com/research/linux/atomic_ops/download
> -LIBATOMIC_OPS_INSTALL_STAGING = YES
> +LIBATOMIC_OPS_SITE = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
> + LIBATOMIC_OPS_INSTALL_STAGING = YES
What's wrong with the old download site? It works fine for me...
And please don't mess up the indentation of the _INSTALL_STAGING line.
Regards,
Arnout
>
> $(eval $(autotools-package))
--
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] diffutils stdio: don't assume gets any more
From: Arnout Vandecappelle @ 2012-11-10 1:02 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1352466130-23535-1-git-send-email-alexander@mezon.ru>
Change the commit message into:
diffutils: fix build with glibc2.16, which doesn't declare gets()
On 11/09/12 14:02, Alexander Khryukin wrote:
>
> Signed-off-by: Alexander Khryukin<alexander@mezon.ru>
> ---
> package/diffutils/diffutils-3.2-no-gets.patch | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
> create mode 100644 package/diffutils/diffutils-3.2-no-gets.patch
>
> diff --git a/package/diffutils/diffutils-3.2-no-gets.patch b/package/diffutils/diffutils-3.2-no-gets.patch
> new file mode 100644
> index 0000000..56ca22d
> --- /dev/null
> +++ b/package/diffutils/diffutils-3.2-no-gets.patch
> @@ -0,0 +1,21 @@
> +hack until gzip pulls a newer gnulib version
> +
You should still add your SoB here, to indicate that you were in the
forwarding path.
Even so,
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
[snip]
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply
* [Buildroot] [PATCH] gnutls-2.12.20-glibc-2.16.patch glibc-2.16 and gnutls2 fix i forgot my signoff
From: Arnout Vandecappelle @ 2012-11-10 0:59 UTC (permalink / raw)
To: buildroot
In-Reply-To: <509DA5F3.2000108@mind.be>
On 11/10/12 01:55, Arnout Vandecappelle wrote:
> On 11/09/12 17:54, Samuel Martin wrote:
>> Hi Alexander,
>>
>> 2012/11/9 Alexander Khryukin<alexander@mezon.ru>:
>>> >
>>> > Signed-off-by: Alexander Khryukin<alexander@mezon.ru>
>>> > ---
>>> > package/gnutls/gnutls-2.12.20-glibc2.16.patch | 26 ++++++++++++++++++++++++++
>>> > 1 file changed, 26 insertions(+)
>>> > create mode 100644 package/gnutls/gnutls-2.12.20-glibc2.16.patch
>>> >
>>> > diff --git a/package/gnutls/gnutls-2.12.20-glibc2.16.patch b/package/gnutls/gnutls-2.12.20-glibc2.16.patch
>>> > new file mode 100644
>>> > index 0000000..6b7f545
>>> > --- /dev/null
>>> > +++ b/package/gnutls/gnutls-2.12.20-glibc2.16.patch
>>> > @@ -0,0 +1,26 @@
>>> > +--- gnutls-2.12.20/gl/stdio.in.h
>>> > ++++ gnutls-2.12.20/gl/stdio.in.h
>> When adding a patch to a package, we usually add a header to the patch
>> containing a description and the SoB line.
>
> And the commit message itself should also be something more explanatory, e.g.:
>
> gnutls: fix build with glibc2.16, which doesn't declare gets()
BTW, I verified that this indeed fixes the build for glibc2.16, so with a
corrected commit message and a SoB in the patch, 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] gnutls-2.12.20-glibc-2.16.patch glibc-2.16 and gnutls2 fix i forgot my signoff
From: Arnout Vandecappelle @ 2012-11-10 0:55 UTC (permalink / raw)
To: buildroot
In-Reply-To: <CAHXCMMLpVAHmvEHdpkyorLHb=DJGmHhG6cnWkpZ0pkfEp5Sg9g@mail.gmail.com>
On 11/09/12 17:54, Samuel Martin wrote:
> Hi Alexander,
>
> 2012/11/9 Alexander Khryukin<alexander@mezon.ru>:
>> >
>> > Signed-off-by: Alexander Khryukin<alexander@mezon.ru>
>> > ---
>> > package/gnutls/gnutls-2.12.20-glibc2.16.patch | 26 ++++++++++++++++++++++++++
>> > 1 file changed, 26 insertions(+)
>> > create mode 100644 package/gnutls/gnutls-2.12.20-glibc2.16.patch
>> >
>> > diff --git a/package/gnutls/gnutls-2.12.20-glibc2.16.patch b/package/gnutls/gnutls-2.12.20-glibc2.16.patch
>> > new file mode 100644
>> > index 0000000..6b7f545
>> > --- /dev/null
>> > +++ b/package/gnutls/gnutls-2.12.20-glibc2.16.patch
>> > @@ -0,0 +1,26 @@
>> > +--- gnutls-2.12.20/gl/stdio.in.h
>> > ++++ gnutls-2.12.20/gl/stdio.in.h
> When adding a patch to a package, we usually add a header to the patch
> containing a description and the SoB line.
And the commit message itself should also be something more explanatory, e.g.:
gnutls: fix build with glibc2.16, which doesn't declare gets()
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 2/2 v3] xtensa: support configurable processor configurations
From: Arnout Vandecappelle @ 2012-11-10 0:51 UTC (permalink / raw)
To: buildroot
In-Reply-To: <509d9db2.4883440a.7065.016e@mx.google.com>
On 11/10/12 01:20, Chris Zankel wrote:
> Xtensa is a configurable processor architecture, which allows to define
> additional instructions and registers. The required variant specific
> information for the toolchain is delivered in an 'overlay' file, which
> needs to be 'untarred' to the corresponding directories after the
> source is installed and patched.
> This patch provides support for binutils, gcc, and gdb with a very
> limited changes to the build scripts. These additions are only executed
> for the Xtensa architecture and have no effect on other architectures.
>
> Signed-off-by: Chris Zankel<chris@zankel.net>
>
> diff --git a/arch/Config.in.xtensa b/arch/Config.in.xtensa
> new file mode 100644
> index 0000000..61c0235
> --- /dev/null
> +++ b/arch/Config.in.xtensa
> @@ -0,0 +1,30 @@
> +choice
> + prompt "Target ABI"
> + depends on BR2_xtensa
> + default BR2_xtensa_fsf
> +config BR2_xtensa_custom
> + bool "Custom Xtensa processor configuration"
> +config BR2_xtensa_fsf
> + bool "fsf - Default configuration"
> +endchoice
Put empty lines between the different config options.
All config names should be in capitals - the only exception is the
arch name itself (i.e. BR2_xtensa, but BR2_XTENSA_FSF).
> +
> +config BR2_xtensa_custom_name
> + string "Custom Xtensa processor configuration anme"
anme -> name
> + depends on BR2_xtensa_custom
> + default ""
> + help
> + Name given to a custom Xtensa processor configuration.
> +
> +config BR2_xtensa_core_name
> + string
> + default BR2_xtensa_custom_name if BR2_xtensa_custom
> + default "" if BR2_xtensa_fsf
Minor detail: missing "depends on BR2_xtensa".
Perhaps it's better to move the condition to a
if BR2_xtensa
...
endif
around the entire file. Thomas has a patch lined up to move all
the conditions outside of the Config.in.*
> +
> +config BR2_xtensa_overlay_dir
> + string "Overlay directory for custom configuration"
> + depends on BR2_xtensa_custom
> + default ""
> + help
> + Provide a directory path that contains the overlay files
> + for the custom configuration. The path is based on the
> + buildroot top directory.
based on -> relative to
I don't find this explanation sufficient. First of all, it should
mention that that directory should contain tar files. Second, it
would help if you could explain where the tar files are supposed
to come from (I guess they're generated by some Xtensa tool).
Regards,
Arnout
[snip]
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply
* [Buildroot] [PATCH 1/2 v3] xtensa: add support for the Xtensa architecture
From: Chris Zankel @ 2012-11-10 0:50 UTC (permalink / raw)
To: buildroot
In-Reply-To: <509DA1F4.7010009@mind.be>
HI Arnout,
On 11/09/2012 04:38 PM, Arnout Vandecappelle wrote:
> On 11/10/12 01:19, Chris Zankel wrote:
>> diff --git a/package/autoconf/Config.in b/package/autoconf/Config.in
>> index c304572..3622f3d 100644
>> --- a/package/autoconf/Config.in
>> +++ b/package/autoconf/Config.in
>> @@ -1,6 +1,7 @@
>> config BR2_PACKAGE_AUTOCONF
>> bool "autoconf"
>> - depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64)
>> + depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3)
>> + depends on !(BR2_sh3eb || BR2_sh64 || BR2_xtensa)
>> select BR2_PACKAGE_PERL
>> help
>> Extensible program for developing configure scripts. These
> Actually, these dependencies can be removed again, because perl no longer
> depends on host-qemu. I'll post a patch removing them.
So, I guess that breaks my patch ;-)
> And anyway, host-qemu exists for xtensa, no?
Yes, there is a version of Qemu that was done my Max, but it might
require a different processor configuration than what's in the toolchain
by default.
-Chris
^ permalink raw reply
* [Buildroot] [PATCH] Revert "auto{conf, make}: only make available on archs supported by qemu"
From: Arnout Vandecappelle @ 2012-11-10 0:40 UTC (permalink / raw)
To: buildroot
From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
Since perl no longer requires host-qemu, autoconf and automake work
again on the architectures that are not supported by host-qemu.
This reverts commit c65d92e8e2767b09aaee6b717cbd9b66f88ea39c.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
package/autoconf/Config.in | 4 ----
package/automake/Config.in | 4 ----
2 files changed, 8 deletions(-)
diff --git a/package/autoconf/Config.in b/package/autoconf/Config.in
index c304572..5f2f148 100644
--- a/package/autoconf/Config.in
+++ b/package/autoconf/Config.in
@@ -1,12 +1,8 @@
config BR2_PACKAGE_AUTOCONF
bool "autoconf"
- depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64)
select BR2_PACKAGE_PERL
help
Extensible program for developing configure scripts. These
scripts handle all the mundane system/feature detection.
http://www.gnu.org/software/autoconf/
-
-comment "autoconf requires an architecture supported by qemu"
- depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64
diff --git a/package/automake/Config.in b/package/automake/Config.in
index f8d74ef..9a9673a 100644
--- a/package/automake/Config.in
+++ b/package/automake/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_AUTOMAKE
bool "automake"
- depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64)
select BR2_PACKAGE_AUTOCONF
select BR2_PACKAGE_PERL
help
@@ -8,6 +7,3 @@ config BR2_PACKAGE_AUTOMAKE
configure scripts (made by autoconf).
http://www.gnu.org/software/automake/
-
-comment "automake requires an architecture supported by qemu"
- depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64
--
1.7.10.4
^ permalink raw reply related
* [Buildroot] [PATCH 1/2 v3] xtensa: add support for the Xtensa architecture
From: Arnout Vandecappelle @ 2012-11-10 0:38 UTC (permalink / raw)
To: buildroot
In-Reply-To: <509d9da3.e2d5440a.1892.015f@mx.google.com>
On 11/10/12 01:19, Chris Zankel wrote:
> diff --git a/package/autoconf/Config.in b/package/autoconf/Config.in
> index c304572..3622f3d 100644
> --- a/package/autoconf/Config.in
> +++ b/package/autoconf/Config.in
> @@ -1,6 +1,7 @@
> config BR2_PACKAGE_AUTOCONF
> bool "autoconf"
> - depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64)
> + depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3)
> + depends on !(BR2_sh3eb || BR2_sh64 || BR2_xtensa)
> select BR2_PACKAGE_PERL
> help
> Extensible program for developing configure scripts. These
Actually, these dependencies can be removed again, because perl no longer
depends on host-qemu. I'll post a patch removing them.
And anyway, host-qemu exists for xtensa, no?
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 1/2] xtensa: add support for the Xtensa architecture
From: Arnout Vandecappelle @ 2012-11-10 0:33 UTC (permalink / raw)
To: buildroot
In-Reply-To: <509D9F95.1040806@zankel.net>
On 11/10/12 01:28, Chris Zankel wrote:
> On 11/08/2012 01:01 PM, Arnout Vandecappelle wrote:
>> > On 11/08/12 04:38, Chris Zankel wrote:
>>> >> config BR2_USE_MMU
>>> >> - bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh
>>> >> + bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh || BR2_xtensa
>>> >> default y if !BR2_bfin
>> > So the Xtensa, a configurable processor, always has a MMU?
> Good point. Actually, you can configure Xtensa with and without an MMU,
> so I think the above logic is correct. It allows to configure MMU if the
> processor is Xtensa, am I wrong?
Err, yes, I was misreading the patch... Sorry about that.
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] target: add option to set the root password
From: Arnout Vandecappelle @ 2012-11-10 0:30 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1352503739-20083-1-git-send-email-yann.morin.1998@free.fr>
On 11/10/12 00:28, Yann E. MORIN wrote:
> Add an option in the menuconfig to specify a root password.
>
> If set to empty, no root password is created; otherwise, the password is
> encrypted using MD5 (MD5 is not the default for crypt(3), DES-56 is, but
> MD5 is widely available, not-so-strong, but not-so-weak either).
>
> Add a check for 'mkpasswd' as a new dependency.
Is it necessary to put the plaintext password in the .config? Why not put the
output of mkpasswd in the config, and explain in the help text how to produce
it? Perhaps even with vVj0miIkzZnhg as an example of password root. So the
help text could be:
Set the root password. This is the crypt'ed password as it should
appear in /etc/shadow. To create a password, use the mkpasswd
utility: "mkpasswd -m md5" to create an md5-crypted password.
Note that sha256 or sha512-crypted passwords are preferred, because
md5 is somewhat compromised. However, the default busybox
configuration does not have support for sha256 and sha512 passwords.
Obviously, this will make the patch much simpler, as there won't be a need
anymore to distinguish between no-root-passwd and root-passwd.
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 1/2] xtensa: add support for the Xtensa architecture
From: Chris Zankel @ 2012-11-10 0:28 UTC (permalink / raw)
To: buildroot
In-Reply-To: <509C1D94.2010107@mind.be>
Hi Arnout,
On 11/08/2012 01:01 PM, Arnout Vandecappelle wrote:
> On 11/08/12 04:38, Chris Zankel wrote:
>> config BR2_USE_MMU
>> - bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh
>> + bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh || BR2_xtensa
>> default y if !BR2_bfin
> So the Xtensa, a configurable processor, always has a MMU?
Good point. Actually, you can configure Xtensa with and without an MMU,
so I think the above logic is correct. It allows to configure MMU if the
processor is Xtensa, am I wrong?
Thanks,
-Chris
^ permalink raw reply
* [Buildroot] [PATCH] uclibc-snapshot: remove obsolete patch and fix config
From: Chris Zankel @ 2012-11-10 0:20 UTC (permalink / raw)
To: buildroot
uClibc has added a new configuration item (LDSO_SAFE_RUNPATH),
so add it to the uClibc-snapshot.config with the default value 'y'.
The linuxthreads-errno-fix.patch doesn't apply cleanly anymore, and
a similar patch for the 0.9.32.1 version wasn't carried over
to 0.9.32.2, so should be save to remove it also for 'snapshot'.
Signed-off-by: Chris Zankel <chris@zankel.net>
diff --git a/toolchain/uClibc/uClibc-snapshot.config b/toolchain/uClibc/uClibc-snapshot.config
index eb39df6..01fa998 100644
--- a/toolchain/uClibc/uClibc-snapshot.config
+++ b/toolchain/uClibc/uClibc-snapshot.config
@@ -83,6 +83,7 @@ HAVE_DOT_CONFIG=y
DOPIC=y
# ARCH_HAS_NO_SHARED is not set
# ARCH_HAS_NO_LDSO is not set
+LDSO_SAFE_RUNPATH=y
HAVE_SHARED=y
# FORCE_SHAREABLE_TEXT_SEGMENTS is not set
LDSO_LDD_SUPPORT=y
diff --git a/toolchain/uClibc/uClibc.snapshot.linuxthreads-errno-fix.patch b/toolchain/uClibc/uClibc.snapshot.linuxthreads-errno-fix.patch
deleted file mode 100644
index c4d0d00..0000000
--- a/toolchain/uClibc/uClibc.snapshot.linuxthreads-errno-fix.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-From af8b2d71ce37b9d4d24ddbc755cdea68de02949a Mon Sep 17 00:00:00 2001
-From: Peter Korsgaard <jacmet@sunsite.dk>
-Date: Mon, 5 Jul 2010 14:08:17 +0200
-Subject: [PATCH] don't make __errno_location / __h_errno_location hidden
-
-Closes #2089 (https://bugs.busybox.net/show_bug.cgi?id=2089)
-
-__errno_location / __h_errno_location access has to go through the PLT
-like malloc/free, so the linuxthread variants gets used instead when
-compiling with -pthread.
-
-Based on http://github.com/mat-c/uClibc/commit/328d392c54aa5dc2b8e7f398a419087de497de2b
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- include/netdb.h | 1 -
- libc/misc/internals/__errno_location.c | 3 ---
- libc/misc/internals/__h_errno_location.c | 1 -
- libc/sysdeps/linux/common/bits/errno.h | 1 -
- 6 files changed, 0 insertions(+), 11 deletions(-)
-
-diff --git a/include/netdb.h b/include/netdb.h
-index 9d3807d..ac411ab 100644
---- a/include/netdb.h
-+++ b/include/netdb.h
-@@ -59,7 +59,6 @@ __BEGIN_DECLS
-
- /* Function to get address of global `h_errno' variable. */
- extern int *__h_errno_location (void) __THROW __attribute__ ((__const__));
--libc_hidden_proto(__h_errno_location)
-
- /* Macros for accessing h_errno from inside libc. */
- #ifdef _LIBC
-diff --git a/libc/misc/internals/__errno_location.c b/libc/misc/internals/__errno_location.c
-index 487a9c2..0620860 100644
---- a/libc/misc/internals/__errno_location.c
-+++ b/libc/misc/internals/__errno_location.c
-@@ -15,6 +15,3 @@ int * weak_const_function __errno_location (void)
- {
- return &errno;
- }
--#ifdef IS_IN_libc /* not really need, only to keep in sync w/ libc_hidden_proto */
--libc_hidden_weak(__errno_location)
--#endif
-diff --git a/libc/misc/internals/__h_errno_location.c b/libc/misc/internals/__h_errno_location.c
-index 213d398..235df4e 100644
---- a/libc/misc/internals/__h_errno_location.c
-+++ b/libc/misc/internals/__h_errno_location.c
-@@ -10,4 +10,3 @@ int * weak_const_function __h_errno_location (void)
- {
- return &h_errno;
- }
--libc_hidden_weak(__h_errno_location)
-diff --git a/libc/misc/internals/__uClibc_main.c b/libc/misc/internals/__uClibc_main.c
-index 6e520fa..f4a9ebb 100644
---- a/libc/sysdeps/linux/common/bits/errno.h
-+++ b/libc/sysdeps/linux/common/bits/errno.h
-@@ -43,7 +43,6 @@
- # ifndef __ASSEMBLER__
- /* Function to get address of global `errno' variable. */
- extern int *__errno_location (void) __THROW __attribute__ ((__const__));
--libc_hidden_proto(__errno_location)
-
- # ifdef __UCLIBC_HAS_THREADS__
- /* When using threads, errno is a per-thread value. */
---
-1.7.1
-
^ permalink raw reply related
* [Buildroot] [PATCH 2/2 v3] xtensa: support configurable processor configurations
From: Chris Zankel @ 2012-11-10 0:20 UTC (permalink / raw)
To: buildroot
Xtensa is a configurable processor architecture, which allows to define
additional instructions and registers. The required variant specific
information for the toolchain is delivered in an 'overlay' file, which
needs to be 'untarred' to the corresponding directories after the
source is installed and patched.
This patch provides support for binutils, gcc, and gdb with a very
limited changes to the build scripts. These additions are only executed
for the Xtensa architecture and have no effect on other architectures.
Signed-off-by: Chris Zankel <chris@zankel.net>
diff --git a/arch/Config.in.xtensa b/arch/Config.in.xtensa
new file mode 100644
index 0000000..61c0235
--- /dev/null
+++ b/arch/Config.in.xtensa
@@ -0,0 +1,30 @@
+choice
+ prompt "Target ABI"
+ depends on BR2_xtensa
+ default BR2_xtensa_fsf
+config BR2_xtensa_custom
+ bool "Custom Xtensa processor configuration"
+config BR2_xtensa_fsf
+ bool "fsf - Default configuration"
+endchoice
+
+config BR2_xtensa_custom_name
+ string "Custom Xtensa processor configuration anme"
+ depends on BR2_xtensa_custom
+ default ""
+ help
+ Name given to a custom Xtensa processor configuration.
+
+config BR2_xtensa_core_name
+ string
+ default BR2_xtensa_custom_name if BR2_xtensa_custom
+ default "" if BR2_xtensa_fsf
+
+config BR2_xtensa_overlay_dir
+ string "Overlay directory for custom configuration"
+ depends on BR2_xtensa_custom
+ default ""
+ help
+ Provide a directory path that contains the overlay files
+ for the custom configuration. The path is based on the
+ buildroot top directory.
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index e1aac9b..0c69cb5 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -66,5 +66,14 @@ define BINUTILS_INSTALL_TARGET_CMDS
endef
endif
+XTENSA_CORE_NAME = $(call qstrip, $(BR2_xtensa_core_name))
+ifneq ($(XTENSA_CORE_NAME),)
+define BINUTILS_XTENSA_PRE_PATCH
+ tar xf $(BR2_xtensa_overlay_dir)/xtensa_$(XTENSA_CORE_NAME).tar \
+ -C $(@D) bfd include ld
+endef
+HOST_BINUTILS_PRE_PATCH_HOOKS += BINUTILS_XTENSA_PRE_PATCH
+endif
+
$(eval $(autotools-package))
$(eval $(host-autotools-package))
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk
index 1a075cc..1710070 100644
--- a/toolchain/gcc/gcc-uclibc-4.x.mk
+++ b/toolchain/gcc/gcc-uclibc-4.x.mk
@@ -251,6 +251,10 @@ $(GCC_DIR)/.unpacked: $(DL_DIR)/$(GCC_SOURCE)
rm -rf $(GCC_DIR)
$(GCC_CAT) $(DL_DIR)/$(GCC_SOURCE) | tar -C $(TOOLCHAIN_DIR) $(TAR_OPTIONS) -
$(call CONFIG_UPDATE,$(@D))
+ifneq ($(call qstrip, $(BR2_xtensa_core_name)),)
+ tar xf $(BR2_xtensa_overlay_dir)/xtensa_$(call qstrip,\
+ $(BR2_xtensa_core_name)).tar -C $(@D) include
+endif
touch $@
gcc-patched: $(GCC_DIR)/.patched
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk
index 6b029a8..dc305a6 100644
--- a/toolchain/gdb/gdb.mk
+++ b/toolchain/gdb/gdb.mk
@@ -25,6 +25,10 @@ gdb-unpacked: $(GDB_DIR)/.unpacked
$(GDB_DIR)/.unpacked: $(DL_DIR)/$(GDB_SOURCE)
mkdir -p $(GDB_DIR)
$(GDB_CAT) $(DL_DIR)/$(GDB_SOURCE) | tar -C $(GDB_DIR) $(TAR_STRIP_COMPONENTS)=1 $(TAR_OPTIONS) -
+ifneq ($(call qstrip, $(BR2_xtensa_core_name)),)
+ tar xf $(BR2_xtensa_overlay_dir)/xtensa_$(call qstrip, \
+ $(BR2_xtensa_core_name)).tar -C $(@D) bfd include gdb
+endif
ifneq ($(wildcard $(GDB_PATCH_DIR)),)
support/scripts/apply-patches.sh $(GDB_DIR) $(GDB_PATCH_DIR) \*.patch
endif
^ permalink raw reply related
* [Buildroot] [PATCH 1/2 v3] xtensa: add support for the Xtensa architecture
From: Chris Zankel @ 2012-11-10 0:19 UTC (permalink / raw)
To: buildroot
The Xtensa architecture had been removed because it required special
handling and depended on additional directories and files that became
obsolete over time. This change is more aligned to other architectures.
Signed-off-by: Chris Zankel <chris@zankel.net>
diff --git a/arch/Config.in b/arch/Config.in
index 4d1f81f..ad4a9e0 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -145,6 +145,13 @@ config BR2_x86_64
architecture compatible microprocessor).
http://en.wikipedia.org/wiki/X86_64
+config BR2_xtensa
+ bool "Xtensa"
+ help
+ Xtensa is a Tensilica processor IP architecture.
+ http://en.wikipedia.org/wiki/Xtensa
+ http://www.tensilica.com/
+
endchoice
config BR2_microblaze
@@ -158,4 +165,5 @@ source "arch/Config.in.powerpc"
source "arch/Config.in.sh"
source "arch/Config.in.sparc"
source "arch/Config.in.x86"
+source "arch/Config.in.xtensa"
source "arch/Config.in.common"
diff --git a/arch/Config.in.common b/arch/Config.in.common
index 1ed9929..d2bfd59 100644
--- a/arch/Config.in.common
+++ b/arch/Config.in.common
@@ -49,6 +49,7 @@ config BR2_ARCH
default "sh4aeb" if BR2_sh4aeb
default "sh64" if BR2_sh64
default "sparc" if BR2_sparc
+ default "xtensa" if BR2_xtensa
config BR2_ENDIAN
diff --git a/linux/Config.in b/linux/Config.in
index 277ef0e..29a2110 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -152,7 +152,8 @@ config BR2_LINUX_KERNEL_BZIMAGE
config BR2_LINUX_KERNEL_ZIMAGE
bool "zImage"
- depends on BR2_arm || BR2_armeb || BR2_powerpc || BR2_sparc || BR2_sh || BR2_sh64
+ depends on BR2_arm || BR2_armeb || BR2_powerpc || BR2_sparc || \
+ BR2_sh || BR2_sh64 || BR2_xtensa
config BR2_LINUX_KERNEL_APPENDED_ZIMAGE
bool "zImage with appended DT"
diff --git a/package/autoconf/Config.in b/package/autoconf/Config.in
index c304572..3622f3d 100644
--- a/package/autoconf/Config.in
+++ b/package/autoconf/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_AUTOCONF
bool "autoconf"
- depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64)
+ depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3)
+ depends on !(BR2_sh3eb || BR2_sh64 || BR2_xtensa)
select BR2_PACKAGE_PERL
help
Extensible program for developing configure scripts. These
@@ -9,4 +10,5 @@ config BR2_PACKAGE_AUTOCONF
http://www.gnu.org/software/autoconf/
comment "autoconf requires an architecture supported by qemu"
- depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64
+ depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || \
+ BR2_sh3eb || BR2_sh64 || BR2_xtensa
diff --git a/package/automake/Config.in b/package/automake/Config.in
index f8d74ef..6e48517 100644
--- a/package/automake/Config.in
+++ b/package/automake/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_AUTOMAKE
bool "automake"
- depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64)
+ depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3)
+ depends on !(BR2_sh3eb || BR2_sh64 || BR2_xtensa)
select BR2_PACKAGE_AUTOCONF
select BR2_PACKAGE_PERL
help
@@ -10,4 +11,5 @@ config BR2_PACKAGE_AUTOMAKE
http://www.gnu.org/software/automake/
comment "automake requires an architecture supported by qemu"
- depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64
+ depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || \
+ BR2_sh3eb || BR2_sh64 || BR2_xtensa
diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in
index a65ca48..4cce767 100644
--- a/package/ltrace/Config.in
+++ b/package/ltrace/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LTRACE
bool "ltrace"
depends on !(BR2_avr32 || BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64)
+ depends on !BR2_xtensa
select BR2_PACKAGE_LIBELF
help
Debugging program which runs a specified command until it exits.
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 29ed2f0..7edf82b 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -23,7 +23,7 @@ config BR2_TOOLCHAIN_EXTERNAL
config BR2_TOOLCHAIN_CTNG
bool "Crosstool-NG toolchain"
- depends on !BR2_microblaze && !BR2_aarch64
+ depends on !BR2_microblaze && !BR2_aarch64 && !BR2_xtensa
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED
help
diff --git a/toolchain/toolchain-buildroot/Config.in.2 b/toolchain/toolchain-buildroot/Config.in.2
index 956ec2f..d27c9f3 100644
--- a/toolchain/toolchain-buildroot/Config.in.2
+++ b/toolchain/toolchain-buildroot/Config.in.2
@@ -68,7 +68,7 @@ config BR2_TOOLCHAIN_BUILDROOT_USE_SSP
choice
prompt "Thread library implementation"
- default BR2_PTHREADS_NATIVE if (!BR2_UCLIBC_VERSION_0_9_31) && !BR2_ARM_OABI
+ default BR2_PTHREADS_NATIVE if (!BR2_UCLIBC_VERSION_0_9_31) && !BR2_ARM_OABI && !BR2_xtensa
default BR2_PTHREADS_OLD
help
Use this option to select the thread library implementation
@@ -82,6 +82,7 @@ choice
config BR2_PTHREADS
bool "linuxthreads"
+ depends on !BR2_xtensa
select BR2_TOOLCHAIN_HAS_THREADS
config BR2_PTHREADS_OLD
@@ -94,6 +95,7 @@ choice
depends on !BR2_UCLIBC_VERSION_0_9_31
depends on !BR2_ARM_OABI
depends on !BR2_x86_i386
+ depends on !BR2_xtensa
endchoice
source "toolchain/elf2flt/Config.in"
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in
index 4c2a28b..9f11a39 100644
--- a/toolchain/toolchain-common.in
+++ b/toolchain/toolchain-common.in
@@ -93,7 +93,7 @@ config BR2_NEEDS_GETTEXT_IF_LOCALE
default y if (BR2_NEEDS_GETTEXT && BR2_ENABLE_LOCALE)
config BR2_USE_MMU
- bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh
+ bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh || BR2_xtensa
default y if !BR2_bfin
help
If your target has a MMU, you should say Y here. If you
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
index f46a415..e47bc9b 100644
--- a/toolchain/uClibc/Config.in
+++ b/toolchain/uClibc/Config.in
@@ -12,14 +12,15 @@ choice
config BR2_UCLIBC_VERSION_0_9_31
bool "uClibc 0.9.31.x"
+ depends on !BR2_xtensa
config BR2_UCLIBC_VERSION_0_9_32
bool "uClibc 0.9.32.x"
- depends on !(BR2_avr32 || BR2_sh)
+ depends on !(BR2_avr32 || BR2_sh || BR2_xtensa)
config BR2_UCLIBC_VERSION_0_9_33
bool "uClibc 0.9.33.x"
- depends on !BR2_avr32
+ depends on !(BR2_avr32 || BR2_xtensa)
config BR2_UCLIBC_VERSION_SNAPSHOT
bool "daily snapshot"
diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk
index 8cf59bc..055267c 100644
--- a/toolchain/uClibc/uclibc.mk
+++ b/toolchain/uClibc/uclibc.mk
@@ -38,6 +38,7 @@ UCLIBC_TARGET_ARCH:=$(shell $(SHELL) -c "echo $(ARCH) | sed \
-e 's/sh[234].*/sh/' \
-e 's/mips.*/mips/' \
-e 's/cris.*/cris/' \
+ -e 's/xtensa.*/xtensa/' \
")
UCLIBC_TARGET_ENDIAN:=$(call qstrip,$(BR2_ENDIAN))
^ permalink raw reply related
* [Buildroot] [PATCH] iso9660 fs: use cpio initrd instead of ext2
From: Arnout Vandecappelle @ 2012-11-09 23:54 UTC (permalink / raw)
To: buildroot
The ext2 initrd is pretty broken, because it requires an additional
root=/dev/ram0 command line parameter, and a /init to mount
devtmps that isn't there in out ext2 rootfs. So just use a cpio
instead.
Note that there is no check if the kernel supports initramfs or the
selected compression method.
Also removed a bit of dead code in iso9660.mk.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
fs/iso9660/Config.in | 2 +-
fs/iso9660/iso9660.mk | 11 +++++------
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/fs/iso9660/Config.in b/fs/iso9660/Config.in
index 4c00583..98ff78b 100644
--- a/fs/iso9660/Config.in
+++ b/fs/iso9660/Config.in
@@ -2,7 +2,7 @@ config BR2_TARGET_ROOTFS_ISO9660
bool "iso image"
depends on (BR2_i386 || BR2_x86_64)
depends on BR2_LINUX_KERNEL
- select BR2_TARGET_ROOTFS_EXT2
+ select BR2_TARGET_ROOTFS_CPIO
select BR2_TARGET_GRUB
help
Build a bootable iso9660 image
diff --git a/fs/iso9660/iso9660.mk b/fs/iso9660/iso9660.mk
index f51b6ee..029c0dd 100644
--- a/fs/iso9660/iso9660.mk
+++ b/fs/iso9660/iso9660.mk
@@ -9,20 +9,19 @@
ISO9660_TARGET_DIR=$(BUILD_DIR)/iso9660
ISO9660_BOOT_MENU:=$(call qstrip,$(BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU))
-ISO9660_OPTS:=
-ifeq ($(BR2_TARGET_ROOTFS_ISO9660_SQUASH),y)
-ISO9660_OPTS+=-U
-endif
+ISO9660_CPIO_EXT-$(BR2_TARGET_ROOTFS_CPIO_GZIP) = .gz
+ISO9660_CPIO_EXT-$(BR2_TARGET_ROOTFS_CPIO_BZIP2) = .bz2
+ISO9660_CPIO_EXT-$(BR2_TARGET_ROOTFS_CPIO_LZMA) = .lzma
-$(BINARIES_DIR)/rootfs.iso9660: host-cdrkit host-fakeroot linux rootfs-ext2 grub
+$(BINARIES_DIR)/rootfs.iso9660: host-cdrkit host-fakeroot linux rootfs-cpio grub
@$(call MESSAGE,"Generating root filesystem image rootfs.iso9660")
mkdir -p $(ISO9660_TARGET_DIR)
mkdir -p $(ISO9660_TARGET_DIR)/boot/grub
cp $(GRUB_DIR)/stage2/stage2_eltorito $(ISO9660_TARGET_DIR)/boot/grub/
cp $(ISO9660_BOOT_MENU) $(ISO9660_TARGET_DIR)/boot/grub/menu.lst
cp $(LINUX_IMAGE_PATH) $(ISO9660_TARGET_DIR)/kernel
- cp $(BINARIES_DIR)/rootfs.ext2 $(ISO9660_TARGET_DIR)/initrd
+ cp $(BINARIES_DIR)/rootfs.cpio$(ISO9660_CPIO_EXT-y) $(ISO9660_TARGET_DIR)/initrd
# Use fakeroot to pretend all target binaries are owned by root
rm -f $(FAKEROOT_SCRIPT)
echo "chown -R 0:0 $(ISO9660_TARGET_DIR)" >> $(FAKEROOT_SCRIPT)
--
tg: (234fe44..) t/iso9660 (depends on: master)
^ permalink raw reply related
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox