Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] xapp_xfd: bump version to 1.1.1 to fix Xmu related build failure
From: Peter Korsgaard @ 2012-11-17  8:12 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/x11r7/xapp_xfd/xapp_xfd.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/xapp_xfd/xapp_xfd.mk b/package/x11r7/xapp_xfd/xapp_xfd.mk
index 50f15b1..72c1aca 100644
--- a/package/x11r7/xapp_xfd/xapp_xfd.mk
+++ b/package/x11r7/xapp_xfd/xapp_xfd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XFD_VERSION = 1.0.1
+XAPP_XFD_VERSION = 1.1.1
 XAPP_XFD_SOURCE = xfd-$(XAPP_XFD_VERSION).tar.bz2
 XAPP_XFD_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XFD_DEPENDENCIES = freetype fontconfig xlib_libXaw xlib_libXft

^ permalink raw reply related

* [Buildroot] [PATCH] python: uses fork(), only available on MMU platforms
From: Maxime Ripard @ 2012-11-17  8:12 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.org/results/1738a8b09b04d2b2fc1de6d1ff5eb0363fed6348/build-end.log

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 package/python/Config.in |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python/Config.in b/package/python/Config.in
index 11aa267..4089cce 100644
--- a/package/python/Config.in
+++ b/package/python/Config.in
@@ -1,6 +1,8 @@
 config BR2_PACKAGE_PYTHON
 	bool "python"
 	depends on BR2_USE_WCHAR
+	# uses fork()
+	depends on BR2_USE_MMU
 	select BR2_PACKAGE_LIBFFI
 	help
 	  The python language interpreter.
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [git commit] xapp_xditview: bump version to 1.0.2 to fix Xmu related build failure
From: Peter Korsgaard @ 2012-11-17  8:12 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/x11r7/xapp_xditview/xapp_xditview.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/xapp_xditview/xapp_xditview.mk b/package/x11r7/xapp_xditview/xapp_xditview.mk
index 00d6038..773ed21 100644
--- a/package/x11r7/xapp_xditview/xapp_xditview.mk
+++ b/package/x11r7/xapp_xditview/xapp_xditview.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XDITVIEW_VERSION = 1.0.1
+XAPP_XDITVIEW_VERSION = 1.0.2
 XAPP_XDITVIEW_SOURCE = xditview-$(XAPP_XDITVIEW_VERSION).tar.bz2
 XAPP_XDITVIEW_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XDITVIEW_DEPENDENCIES = xlib_libXaw

^ permalink raw reply related

* [Buildroot] [git commit] xapp_xclipboard: bump to 1.1.2 to fix Xmu related build failure
From: Peter Korsgaard @ 2012-11-17  8:12 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/x11r7/xapp_xclipboard/xapp_xclipboard.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/x11r7/xapp_xclipboard/xapp_xclipboard.mk b/package/x11r7/xapp_xclipboard/xapp_xclipboard.mk
index a7bc4ab..1fb7ca4 100644
--- a/package/x11r7/xapp_xclipboard/xapp_xclipboard.mk
+++ b/package/x11r7/xapp_xclipboard/xapp_xclipboard.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-XAPP_XCLIPBOARD_VERSION = 1.0.1
+XAPP_XCLIPBOARD_VERSION = 1.1.2
 XAPP_XCLIPBOARD_SOURCE = xclipboard-$(XAPP_XCLIPBOARD_VERSION).tar.bz2
 XAPP_XCLIPBOARD_SITE = http://xorg.freedesktop.org/releases/individual/app
-XAPP_XCLIPBOARD_DEPENDENCIES = xlib_libXaw
+XAPP_XCLIPBOARD_DEPENDENCIES = xlib_libXaw xlib_libXmu xlib_libXt
 
 $(eval $(autotools-package))

^ permalink raw reply related

* [Buildroot] [git commit] xapp_viewres: bump to 1.0.3 to fix Xmu related build failure
From: Peter Korsgaard @ 2012-11-17  8:10 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/x11r7/xapp_viewres/xapp_viewres.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/xapp_viewres/xapp_viewres.mk b/package/x11r7/xapp_viewres/xapp_viewres.mk
index 622dcd9..04ba936 100644
--- a/package/x11r7/xapp_viewres/xapp_viewres.mk
+++ b/package/x11r7/xapp_viewres/xapp_viewres.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_VIEWRES_VERSION = 1.0.1
+XAPP_VIEWRES_VERSION = 1.0.3
 XAPP_VIEWRES_SOURCE = viewres-$(XAPP_VIEWRES_VERSION).tar.bz2
 XAPP_VIEWRES_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_VIEWRES_DEPENDENCIES = xlib_libXaw

^ permalink raw reply related

* [Buildroot] gcc on target system issue
From: Peter Korsgaard @ 2012-11-17  8:10 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CABtOAfyM4gF-AUi0cNSusC542dxcRps=TM20pJe3RdXWU69AuA@mail.gmail.com>

>>>>> "Alexander" == Alexander Khryukin <alexander@mezon.ru> writes:

Hi,

 Alexander> i'm embedded linux developer and trying to build
 Alexander> OpenMandriva linux for cortex-a9, but without gcc on target
 Alexander> my work is totally unuseful.

Ok, but is buildroot the right tool for that job? It would imho make
more sense to install a full blown distribution supporting ARM
(Debian/Fedora/Ubuntu/..) and use that to rebuild the mandriva packages.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH] mxs-bootloader: Barebox entry point symbol changed in 2012.08
From: Maxime Ripard @ 2012-11-17  8:07 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1350547326-31407-1-git-send-email-maxime.ripard@free-electrons.com>

Hi Peter,

Le 18/10/2012 10:02, Maxime Ripard a ?crit :
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> ---
>  boot/mxs-bootlets/barebox_ivt.bd |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/boot/mxs-bootlets/barebox_ivt.bd b/boot/mxs-bootlets/barebox_ivt.bd
> index e02ddd6..0c67e9c 100644
> --- a/boot/mxs-bootlets/barebox_ivt.bd
> +++ b/boot/mxs-bootlets/barebox_ivt.bd
> @@ -28,7 +28,7 @@ section (0) {
>  	//----------------------------------------------------------
>  
>          load barebox;
> -        load ivt (entry = barebox:exception_vectors) > 0x8000;
> +        load ivt (entry = barebox:start) > 0x8000;
>  	hab call 0x8000;
>  
>  }

Can we apply this patch now that all supported barebox versions have
this entry point ?

Thanks,
Maxime

-- 
Maxime Ripard, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply

* [Buildroot] [git commit] xapp_twm: bump to 1.0.6 to fix Xmu related build failure
From: Peter Korsgaard @ 2012-11-17  8:07 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/x11r7/xapp_twm/xapp_twm.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/xapp_twm/xapp_twm.mk b/package/x11r7/xapp_twm/xapp_twm.mk
index c8f15d3..9474eca 100644
--- a/package/x11r7/xapp_twm/xapp_twm.mk
+++ b/package/x11r7/xapp_twm/xapp_twm.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_TWM_VERSION = 1.0.3
+XAPP_TWM_VERSION = 1.0.6
 XAPP_TWM_SOURCE = twm-$(XAPP_TWM_VERSION).tar.bz2
 XAPP_TWM_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_TWM_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xlib_libXmu

^ permalink raw reply related

* [Buildroot] [git commit] xapp_editres: bump to 1.0.5 to fix Xmu related build failure
From: Peter Korsgaard @ 2012-11-17  8:03 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/x11r7/xapp_editres/xapp_editres.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/xapp_editres/xapp_editres.mk b/package/x11r7/xapp_editres/xapp_editres.mk
index e5371fa..440ce61 100644
--- a/package/x11r7/xapp_editres/xapp_editres.mk
+++ b/package/x11r7/xapp_editres/xapp_editres.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_EDITRES_VERSION = 1.0.2
+XAPP_EDITRES_VERSION = 1.0.5
 XAPP_EDITRES_SOURCE = editres-$(XAPP_EDITRES_VERSION).tar.bz2
 XAPP_EDITRES_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_EDITRES_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXmu xlib_libXt

^ permalink raw reply related

* [Buildroot] [PATCH] barebox: Add 2012.11, remove 2012.07
From: Peter Korsgaard @ 2012-11-17  8:02 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353103459-17468-1-git-send-email-maxime.ripard@free-electrons.com>

>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:

 Maxime> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] xutil_util-macros: bump to version 1.17
From: Peter Korsgaard @ 2012-11-17  8:02 UTC (permalink / raw)
  To: buildroot

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

Needed by other xapp versions bump, which themselves are needed to fix
the missing link against the Xmu library (build failures similar to
http://autobuild.buildroot.org/results/1a4f84ad76ad8c4e70bff6878fc232edf46ff8f1/build-end.log).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 .../x11r7/xutil_util-macros/xutil_util-macros.mk   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/x11r7/xutil_util-macros/xutil_util-macros.mk b/package/x11r7/xutil_util-macros/xutil_util-macros.mk
index 7a13a61..6171c39 100644
--- a/package/x11r7/xutil_util-macros/xutil_util-macros.mk
+++ b/package/x11r7/xutil_util-macros/xutil_util-macros.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XUTIL_UTIL_MACROS_VERSION = 1.11.0
+XUTIL_UTIL_MACROS_VERSION = 1.17
 XUTIL_UTIL_MACROS_SOURCE = util-macros-$(XUTIL_UTIL_MACROS_VERSION).tar.bz2
 XUTIL_UTIL_MACROS_SITE = http://xorg.freedesktop.org/releases/individual/util
 XUTIL_UTIL_MACROS_INSTALL_STAGING = YES

^ permalink raw reply related

* [Buildroot] [git commit] xlib_libXt: bump version to 1.1.3
From: Peter Korsgaard @ 2012-11-17  8:01 UTC (permalink / raw)
  To: buildroot

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

Needed by the bump of xapp_clipboard, itself needed to avoid the
following build failure:

  http://autobuild.buildroot.org/results/1a4f84ad76ad8c4e70bff6878fc232edf46ff8f1/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 ...il-don-t-link-makestrs-with-target-cflags.patch |   19 +++++++++----------
 package/x11r7/xlib_libXt/xlib_libXt.mk             |    2 +-
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/package/x11r7/xlib_libXt/xlib_libXt-0001-util-don-t-link-makestrs-with-target-cflags.patch b/package/x11r7/xlib_libXt/xlib_libXt-0001-util-don-t-link-makestrs-with-target-cflags.patch
index aafb352..692d03b 100644
--- a/package/x11r7/xlib_libXt/xlib_libXt-0001-util-don-t-link-makestrs-with-target-cflags.patch
+++ b/package/x11r7/xlib_libXt/xlib_libXt-0001-util-don-t-link-makestrs-with-target-cflags.patch
@@ -1,11 +1,11 @@
-From 9324466141626518e5a67838813562ec6ef62ba3 Mon Sep 17 00:00:00 2001
+From 3f064076c783914cafdff028db303681dae4291d Mon Sep 17 00:00:00 2001
 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 Date: Thu, 15 Nov 2012 18:31:53 +0100
-Subject: [PATCH] util: don't link makestrs with target cflags
+Subject: [PATCH] libXt: util: don't link makestrs with target cflags
 
 The line:
 
-makestrs_CFLAGS = $(XT_CFLAGS)
+AM_CFLAGS = $(XT_CFLAGS)
 
 in util/Makefile.am is wrong because it adds target cflags to the
 compilation of makestrs, which is built for the build machine, which
@@ -23,19 +23,19 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  2 files changed, 2 deletions(-)
 
 diff --git a/util/Makefile.am b/util/Makefile.am
-index 969ecef..cc6f3fc 100644
+index dedfa6b..cc6f3fc 100644
 --- a/util/Makefile.am
 +++ b/util/Makefile.am
 @@ -10,7 +10,6 @@ EXTRA_DIST = \
- 	StrDefs.ht \
- 	string.list
+        StrDefs.ht \
+        string.list
  
--makestrs_CFLAGS = $(XT_CFLAGS)
+-AM_CFLAGS = $(XT_CFLAGS)
  makestrs_SOURCES = makestrs.c
  
  
 diff --git a/util/makestrs.c b/util/makestrs.c
-index 3551cc1..456735b 100644
+index a52866a..00c861f 100644
 --- a/util/makestrs.c
 +++ b/util/makestrs.c
 @@ -27,7 +27,6 @@ in this Software without prior written authorization from The Open Group.
@@ -45,7 +45,6 @@ index 3551cc1..456735b 100644
 -#include <X11/Xos.h>
  #include <stdlib.h>
  #include <unistd.h>
- #if defined(macII) && !defined(__STDC__)  /* stdlib.h fails to define these */
+ 
 -- 
 1.7.9.5
-
diff --git a/package/x11r7/xlib_libXt/xlib_libXt.mk b/package/x11r7/xlib_libXt/xlib_libXt.mk
index fd8f079..9f9aaea 100644
--- a/package/x11r7/xlib_libXt/xlib_libXt.mk
+++ b/package/x11r7/xlib_libXt/xlib_libXt.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XLIB_LIBXT_VERSION = 1.0.9
+XLIB_LIBXT_VERSION = 1.1.3
 XLIB_LIBXT_SOURCE = libXt-$(XLIB_LIBXT_VERSION).tar.bz2
 XLIB_LIBXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXT_INSTALL_STAGING = YES

^ permalink raw reply related

* [Buildroot] [git commit] barebox: Add 2012.11, remove 2012.07
From: Peter Korsgaard @ 2012-11-17  8:01 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 boot/barebox/Config.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index d6ce8dd..c9e7088 100644
--- a/boot/barebox/Config.in
+++ b/boot/barebox/Config.in
@@ -8,13 +8,10 @@ config BR2_TARGET_BAREBOX
 if BR2_TARGET_BAREBOX
 choice
 	prompt "version"
-	default BR2_TARGET_BAREBOX_2012_10
+	default BR2_TARGET_BAREBOX_2012_11
 	help
 	  Select the specific Barebox version you want to use
 
-config BR2_TARGET_BAREBOX_2012_07
-	bool "2012.07"
-
 config BR2_TARGET_BAREBOX_2012_08
 	bool "2012.08"
 
@@ -24,6 +21,9 @@ config BR2_TARGET_BAREBOX_2012_09
 config BR2_TARGET_BAREBOX_2012_10
 	bool "2012.10"
 
+config BR2_TARGET_BAREBOX_2012_11
+	bool "2012.11"
+
 config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
 	bool "Custom tarball"
 

^ permalink raw reply related

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


Hello,

On 2012-11-16, 110 random build tests have been done and
submitted on autobuild.buildroot.net.
 44 builds have been successful
 66 builds have failed

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

Build 121b1216d80aa59b1588efbda72a07a0fc9c2968
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-16 00:15:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a064238c3c0e5743e1f66353e620bd35399d6a76
End of log     : http://autobuild.buildroot.net/results/121b1216d80aa59b1588efbda72a07a0fc9c2968/build-end.log
Complete log   : http://autobuild.buildroot.net/results/121b1216d80aa59b1588efbda72a07a0fc9c2968/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/121b1216d80aa59b1588efbda72a07a0fc9c2968/config
Defconfig      : http://autobuild.buildroot.net/results/121b1216d80aa59b1588efbda72a07a0fc9c2968/defconfig

Build 0932679b247d085c0dca3520428bb0b4990b7eb7
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 00:35:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=cea473d8afaf164a83b1bef92965d3d28e11c41f
End of log     : http://autobuild.buildroot.net/results/0932679b247d085c0dca3520428bb0b4990b7eb7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0932679b247d085c0dca3520428bb0b4990b7eb7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0932679b247d085c0dca3520428bb0b4990b7eb7/config
Defconfig      : http://autobuild.buildroot.net/results/0932679b247d085c0dca3520428bb0b4990b7eb7/defconfig

Build 6b4b4c414d366c936df480747c78272050c84293
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 00:42:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/6b4b4c414d366c936df480747c78272050c84293/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6b4b4c414d366c936df480747c78272050c84293/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6b4b4c414d366c936df480747c78272050c84293/config
Defconfig      : http://autobuild.buildroot.net/results/6b4b4c414d366c936df480747c78272050c84293/defconfig

Build f9ab89149f9e91613022fa79f81d61e65317b5cb
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 00:45:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a064238c3c0e5743e1f66353e620bd35399d6a76
End of log     : http://autobuild.buildroot.net/results/f9ab89149f9e91613022fa79f81d61e65317b5cb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f9ab89149f9e91613022fa79f81d61e65317b5cb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f9ab89149f9e91613022fa79f81d61e65317b5cb/config
Defconfig      : http://autobuild.buildroot.net/results/f9ab89149f9e91613022fa79f81d61e65317b5cb/defconfig

Build f6a633cd5180af0057e8f073fb70df50e965da1f
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 00:58:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/f6a633cd5180af0057e8f073fb70df50e965da1f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f6a633cd5180af0057e8f073fb70df50e965da1f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f6a633cd5180af0057e8f073fb70df50e965da1f/config
Defconfig      : http://autobuild.buildroot.net/results/f6a633cd5180af0057e8f073fb70df50e965da1f/defconfig

Build 137a5ee141a98813633f619afa88b3e6086860ff
==============================================

Status         : NOK
Failure reason : berkeleydb-5.3.21
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 00:59:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/137a5ee141a98813633f619afa88b3e6086860ff/build-end.log
Complete log   : http://autobuild.buildroot.net/results/137a5ee141a98813633f619afa88b3e6086860ff/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/137a5ee141a98813633f619afa88b3e6086860ff/config
Defconfig      : http://autobuild.buildroot.net/results/137a5ee141a98813633f619afa88b3e6086860ff/defconfig

Build f13a757c7dc6e183e327e64c32840cc63c0ffd0a
==============================================

Status         : NOK
Failure reason : attr-2.4.46
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 00:59:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/f13a757c7dc6e183e327e64c32840cc63c0ffd0a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f13a757c7dc6e183e327e64c32840cc63c0ffd0a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f13a757c7dc6e183e327e64c32840cc63c0ffd0a/config
Defconfig      : http://autobuild.buildroot.net/results/f13a757c7dc6e183e327e64c32840cc63c0ffd0a/defconfig

Build 133b54be10e0716c7ec1a53a03c75d1d86af4877
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 01:32:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/133b54be10e0716c7ec1a53a03c75d1d86af4877/build-end.log
Complete log   : http://autobuild.buildroot.net/results/133b54be10e0716c7ec1a53a03c75d1d86af4877/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/133b54be10e0716c7ec1a53a03c75d1d86af4877/config
Defconfig      : http://autobuild.buildroot.net/results/133b54be10e0716c7ec1a53a03c75d1d86af4877/defconfig

Build 0f76dbba2852bacdd22177deaf8f8be80dc193d1
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 01:58:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/0f76dbba2852bacdd22177deaf8f8be80dc193d1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0f76dbba2852bacdd22177deaf8f8be80dc193d1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0f76dbba2852bacdd22177deaf8f8be80dc193d1/config
Defconfig      : http://autobuild.buildroot.net/results/0f76dbba2852bacdd22177deaf8f8be80dc193d1/defconfig

Build 2e1c519eedca43629dbee299dc89e92231dffd4d
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-16 02:33:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/2e1c519eedca43629dbee299dc89e92231dffd4d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2e1c519eedca43629dbee299dc89e92231dffd4d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2e1c519eedca43629dbee299dc89e92231dffd4d/config
Defconfig      : http://autobuild.buildroot.net/results/2e1c519eedca43629dbee299dc89e92231dffd4d/defconfig

Build 315d574f00a10205898ed09eed47051d43829e06
==============================================

Status         : NOK
Failure reason : xapp_twm-1.0.3
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 02:35:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/315d574f00a10205898ed09eed47051d43829e06/build-end.log
Complete log   : http://autobuild.buildroot.net/results/315d574f00a10205898ed09eed47051d43829e06/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/315d574f00a10205898ed09eed47051d43829e06/config
Defconfig      : http://autobuild.buildroot.net/results/315d574f00a10205898ed09eed47051d43829e06/defconfig

Build 678f8fce3feeb922657551ee7f218bdf2c456bae
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 02:56:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/678f8fce3feeb922657551ee7f218bdf2c456bae/build-end.log
Complete log   : http://autobuild.buildroot.net/results/678f8fce3feeb922657551ee7f218bdf2c456bae/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/678f8fce3feeb922657551ee7f218bdf2c456bae/config
Defconfig      : http://autobuild.buildroot.net/results/678f8fce3feeb922657551ee7f218bdf2c456bae/defconfig

Build 25a1b19dd5a469cc51af7a7dfc021ad1b276b92f
==============================================

Status         : NOK
Failure reason : lua-msgpack-native-41cce91ab6
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-16 03:57:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/25a1b19dd5a469cc51af7a7dfc021ad1b276b92f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/25a1b19dd5a469cc51af7a7dfc021ad1b276b92f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/25a1b19dd5a469cc51af7a7dfc021ad1b276b92f/config
Defconfig      : http://autobuild.buildroot.net/results/25a1b19dd5a469cc51af7a7dfc021ad1b276b92f/defconfig

Build 4c19ee240cd588d60d4db79ec4ac61e3a9ba4815
==============================================

Status         : NOK
Failure reason : pcsc-lite-1.8.6
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 04:00:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/4c19ee240cd588d60d4db79ec4ac61e3a9ba4815/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4c19ee240cd588d60d4db79ec4ac61e3a9ba4815/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4c19ee240cd588d60d4db79ec4ac61e3a9ba4815/config
Defconfig      : http://autobuild.buildroot.net/results/4c19ee240cd588d60d4db79ec4ac61e3a9ba4815/defconfig

Build e95f59bfcfa15c1d20190e2e02ae8a21c64d207b
==============================================

Status         : NOK
Failure reason : gdb-7.4.1-target
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 04:02:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/e95f59bfcfa15c1d20190e2e02ae8a21c64d207b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e95f59bfcfa15c1d20190e2e02ae8a21c64d207b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e95f59bfcfa15c1d20190e2e02ae8a21c64d207b/config
Defconfig      : http://autobuild.buildroot.net/results/e95f59bfcfa15c1d20190e2e02ae8a21c64d207b/defconfig

Build 7cdac08d4b3397afda638d7a44d07d88647bc8f1
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 04:22:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/7cdac08d4b3397afda638d7a44d07d88647bc8f1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7cdac08d4b3397afda638d7a44d07d88647bc8f1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7cdac08d4b3397afda638d7a44d07d88647bc8f1/config
Defconfig      : http://autobuild.buildroot.net/results/7cdac08d4b3397afda638d7a44d07d88647bc8f1/defconfig

Build db38791a1a2f6fbe6da9cd9f95ba7a2b3e908d73
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 04:51:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/db38791a1a2f6fbe6da9cd9f95ba7a2b3e908d73/build-end.log
Complete log   : http://autobuild.buildroot.net/results/db38791a1a2f6fbe6da9cd9f95ba7a2b3e908d73/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/db38791a1a2f6fbe6da9cd9f95ba7a2b3e908d73/config
Defconfig      : http://autobuild.buildroot.net/results/db38791a1a2f6fbe6da9cd9f95ba7a2b3e908d73/defconfig

Build c7d1a944c628cb7f65694d41ca9cd22947a6f0a4
==============================================

Status         : NOK
Failure reason : lua-msgpack-native-41cce91ab6
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 05:00:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/c7d1a944c628cb7f65694d41ca9cd22947a6f0a4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c7d1a944c628cb7f65694d41ca9cd22947a6f0a4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c7d1a944c628cb7f65694d41ca9cd22947a6f0a4/config
Defconfig      : http://autobuild.buildroot.net/results/c7d1a944c628cb7f65694d41ca9cd22947a6f0a4/defconfig

Build ac2adda8383612ff60e5d8393f99d4713b04ffe2
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 05:18:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/ac2adda8383612ff60e5d8393f99d4713b04ffe2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ac2adda8383612ff60e5d8393f99d4713b04ffe2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ac2adda8383612ff60e5d8393f99d4713b04ffe2/config
Defconfig      : http://autobuild.buildroot.net/results/ac2adda8383612ff60e5d8393f99d4713b04ffe2/defconfig

Build 39f3646618b8b1fe1ed41614ce65ba744194aa71
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 05:45:04
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/39f3646618b8b1fe1ed41614ce65ba744194aa71/build-end.log
Complete log   : http://autobuild.buildroot.net/results/39f3646618b8b1fe1ed41614ce65ba744194aa71/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/39f3646618b8b1fe1ed41614ce65ba744194aa71/config
Defconfig      : http://autobuild.buildroot.net/results/39f3646618b8b1fe1ed41614ce65ba744194aa71/defconfig

Build 9ca4edec3372407745e7fec0f447c0c41f0998df
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-16 06:04:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/9ca4edec3372407745e7fec0f447c0c41f0998df/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9ca4edec3372407745e7fec0f447c0c41f0998df/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9ca4edec3372407745e7fec0f447c0c41f0998df/config
Defconfig      : http://autobuild.buildroot.net/results/9ca4edec3372407745e7fec0f447c0c41f0998df/defconfig

Build d32a0fb1584a125cccde521a3960fb87ff7e2de6
==============================================

Status         : NOK
Failure reason : gdb-7.4.1-target
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 06:37:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/d32a0fb1584a125cccde521a3960fb87ff7e2de6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d32a0fb1584a125cccde521a3960fb87ff7e2de6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d32a0fb1584a125cccde521a3960fb87ff7e2de6/config
Defconfig      : http://autobuild.buildroot.net/results/d32a0fb1584a125cccde521a3960fb87ff7e2de6/defconfig

Build b8d22f58944de5075477443c0d55db6daa90d45c
==============================================

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

Build 8464ca20839df296fabc63de5aa407a643ec355e
==============================================

Status         : NOK
Failure reason : libatomic_ops-1.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 07:08:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/8464ca20839df296fabc63de5aa407a643ec355e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8464ca20839df296fabc63de5aa407a643ec355e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8464ca20839df296fabc63de5aa407a643ec355e/config
Defconfig      : http://autobuild.buildroot.net/results/8464ca20839df296fabc63de5aa407a643ec355e/defconfig

Build 12d92aded33331adf70182accc8a540c4bb67e72
==============================================

Status         : NOK
Failure reason : audiofile-0.3.4
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 07:08:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/12d92aded33331adf70182accc8a540c4bb67e72/build-end.log
Complete log   : http://autobuild.buildroot.net/results/12d92aded33331adf70182accc8a540c4bb67e72/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/12d92aded33331adf70182accc8a540c4bb67e72/config
Defconfig      : http://autobuild.buildroot.net/results/12d92aded33331adf70182accc8a540c4bb67e72/defconfig

Build d7938a92d5a6c9f7b86bcac9dc44c25732d2ea8a
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 07:32:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/d7938a92d5a6c9f7b86bcac9dc44c25732d2ea8a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d7938a92d5a6c9f7b86bcac9dc44c25732d2ea8a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d7938a92d5a6c9f7b86bcac9dc44c25732d2ea8a/config
Defconfig      : http://autobuild.buildroot.net/results/d7938a92d5a6c9f7b86bcac9dc44c25732d2ea8a/defconfig

Build 5559dc37f6d3d9d5ee3e9b27512364c66376c7e2
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 07:51:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/5559dc37f6d3d9d5ee3e9b27512364c66376c7e2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5559dc37f6d3d9d5ee3e9b27512364c66376c7e2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5559dc37f6d3d9d5ee3e9b27512364c66376c7e2/config
Defconfig      : http://autobuild.buildroot.net/results/5559dc37f6d3d9d5ee3e9b27512364c66376c7e2/defconfig

Build 2bb03bfa5782f6b2e3e112d1aeb9d577c7760a47
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-16 08:06:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/2bb03bfa5782f6b2e3e112d1aeb9d577c7760a47/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2bb03bfa5782f6b2e3e112d1aeb9d577c7760a47/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2bb03bfa5782f6b2e3e112d1aeb9d577c7760a47/config
Defconfig      : http://autobuild.buildroot.net/results/2bb03bfa5782f6b2e3e112d1aeb9d577c7760a47/defconfig

Build 78ab6918f6331539022a6644c2a7c98d255aec61
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 08:25:41
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b0e53fef86814d0e300665f80374e61840e9a38c
End of log     : http://autobuild.buildroot.net/results/78ab6918f6331539022a6644c2a7c98d255aec61/build-end.log
Complete log   : http://autobuild.buildroot.net/results/78ab6918f6331539022a6644c2a7c98d255aec61/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/78ab6918f6331539022a6644c2a7c98d255aec61/config
Defconfig      : http://autobuild.buildroot.net/results/78ab6918f6331539022a6644c2a7c98d255aec61/defconfig

Build 450d7f7bed4402303dda5424e1eb16177f63d11e
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 09:10:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/450d7f7bed4402303dda5424e1eb16177f63d11e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/450d7f7bed4402303dda5424e1eb16177f63d11e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/450d7f7bed4402303dda5424e1eb16177f63d11e/config
Defconfig      : http://autobuild.buildroot.net/results/450d7f7bed4402303dda5424e1eb16177f63d11e/defconfig

Build fe8b742e61ddb3469681d6ddc22b7e5da8f3b51c
==============================================

Status         : NOK
Failure reason : gdbhost-7.4.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 09:17:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/fe8b742e61ddb3469681d6ddc22b7e5da8f3b51c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fe8b742e61ddb3469681d6ddc22b7e5da8f3b51c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fe8b742e61ddb3469681d6ddc22b7e5da8f3b51c/config
Defconfig      : http://autobuild.buildroot.net/results/fe8b742e61ddb3469681d6ddc22b7e5da8f3b51c/defconfig

Build 523f3752cffa5ec4e43cbe417b5be727a0b0a803
==============================================

Status         : NOK
Failure reason : attr-2.4.46
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 09:18:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/523f3752cffa5ec4e43cbe417b5be727a0b0a803/build-end.log
Complete log   : http://autobuild.buildroot.net/results/523f3752cffa5ec4e43cbe417b5be727a0b0a803/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/523f3752cffa5ec4e43cbe417b5be727a0b0a803/config
Defconfig      : http://autobuild.buildroot.net/results/523f3752cffa5ec4e43cbe417b5be727a0b0a803/defconfig

Build 5f711e561e90532230c5213572b9eeeb121107da
==============================================

Status         : NOK
Failure reason : libpcap-1.3.0
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 09:28:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/5f711e561e90532230c5213572b9eeeb121107da/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5f711e561e90532230c5213572b9eeeb121107da/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5f711e561e90532230c5213572b9eeeb121107da/config
Defconfig      : http://autobuild.buildroot.net/results/5f711e561e90532230c5213572b9eeeb121107da/defconfig

Build e52c35806739c178334f91af31a3cf159276d177
==============================================

Status         : NOK
Failure reason : pcsc-lite-1.8.6
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 10:44:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/e52c35806739c178334f91af31a3cf159276d177/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e52c35806739c178334f91af31a3cf159276d177/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e52c35806739c178334f91af31a3cf159276d177/config
Defconfig      : http://autobuild.buildroot.net/results/e52c35806739c178334f91af31a3cf159276d177/defconfig

Build 33d9701cd5b407e1532b0b3c89445863823a18a3
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 10:51:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/33d9701cd5b407e1532b0b3c89445863823a18a3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/33d9701cd5b407e1532b0b3c89445863823a18a3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/33d9701cd5b407e1532b0b3c89445863823a18a3/config
Defconfig      : http://autobuild.buildroot.net/results/33d9701cd5b407e1532b0b3c89445863823a18a3/defconfig

Build 509de0104f2359ad7dafccab8d621d55c2d2a3c0
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 11:23:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/509de0104f2359ad7dafccab8d621d55c2d2a3c0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/509de0104f2359ad7dafccab8d621d55c2d2a3c0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/509de0104f2359ad7dafccab8d621d55c2d2a3c0/config
Defconfig      : http://autobuild.buildroot.net/results/509de0104f2359ad7dafccab8d621d55c2d2a3c0/defconfig

Build 5711c9b0f1ca2ec237c561ac46569553de2aa99f
==============================================

Status         : NOK
Failure reason : lcdproc-0.5.6
Architecture   : sh4
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 12:15:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/5711c9b0f1ca2ec237c561ac46569553de2aa99f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5711c9b0f1ca2ec237c561ac46569553de2aa99f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5711c9b0f1ca2ec237c561ac46569553de2aa99f/config
Defconfig      : http://autobuild.buildroot.net/results/5711c9b0f1ca2ec237c561ac46569553de2aa99f/defconfig

Build b9421bc564c73b5e84da32b4bbc2db23f8ef16bc
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 12:42:02
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/b9421bc564c73b5e84da32b4bbc2db23f8ef16bc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b9421bc564c73b5e84da32b4bbc2db23f8ef16bc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b9421bc564c73b5e84da32b4bbc2db23f8ef16bc/config
Defconfig      : http://autobuild.buildroot.net/results/b9421bc564c73b5e84da32b4bbc2db23f8ef16bc/defconfig

Build 28abfc795307afe7c08804acc0ce0b603f3c62f9
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 13:14:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/28abfc795307afe7c08804acc0ce0b603f3c62f9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/28abfc795307afe7c08804acc0ce0b603f3c62f9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/28abfc795307afe7c08804acc0ce0b603f3c62f9/config
Defconfig      : http://autobuild.buildroot.net/results/28abfc795307afe7c08804acc0ce0b603f3c62f9/defconfig

Build 1a4f84ad76ad8c4e70bff6878fc232edf46ff8f1
==============================================

Status         : NOK
Failure reason : xapp_xclipboard-1.0.1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 13:54:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/1a4f84ad76ad8c4e70bff6878fc232edf46ff8f1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1a4f84ad76ad8c4e70bff6878fc232edf46ff8f1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1a4f84ad76ad8c4e70bff6878fc232edf46ff8f1/config
Defconfig      : http://autobuild.buildroot.net/results/1a4f84ad76ad8c4e70bff6878fc232edf46ff8f1/defconfig

Build 9372af00209d7a234f0cdd419a291c1554c67af6
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 13:57:04
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/9372af00209d7a234f0cdd419a291c1554c67af6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9372af00209d7a234f0cdd419a291c1554c67af6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9372af00209d7a234f0cdd419a291c1554c67af6/config
Defconfig      : http://autobuild.buildroot.net/results/9372af00209d7a234f0cdd419a291c1554c67af6/defconfig

Build 71c38d2da105a96423bc7ec698b39c8e87034c49
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 14:25:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/71c38d2da105a96423bc7ec698b39c8e87034c49/build-end.log
Complete log   : http://autobuild.buildroot.net/results/71c38d2da105a96423bc7ec698b39c8e87034c49/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/71c38d2da105a96423bc7ec698b39c8e87034c49/config
Defconfig      : http://autobuild.buildroot.net/results/71c38d2da105a96423bc7ec698b39c8e87034c49/defconfig

Build 480df1df70f0a97267144bf2fd5ba78af5ab2af7
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 14:37:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/480df1df70f0a97267144bf2fd5ba78af5ab2af7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/480df1df70f0a97267144bf2fd5ba78af5ab2af7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/480df1df70f0a97267144bf2fd5ba78af5ab2af7/config
Defconfig      : http://autobuild.buildroot.net/results/480df1df70f0a97267144bf2fd5ba78af5ab2af7/defconfig

Build da67eeb8de539addadf9ebd9b4eb189c9c89fa12
==============================================

Status         : NOK
Failure reason : lua-msgpack-native-41cce91ab6
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-16 14:42:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/da67eeb8de539addadf9ebd9b4eb189c9c89fa12/build-end.log
Complete log   : http://autobuild.buildroot.net/results/da67eeb8de539addadf9ebd9b4eb189c9c89fa12/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/da67eeb8de539addadf9ebd9b4eb189c9c89fa12/config
Defconfig      : http://autobuild.buildroot.net/results/da67eeb8de539addadf9ebd9b4eb189c9c89fa12/defconfig

Build 80642cb2d6e27fc25d0eb10a87ec6dfbdf9677a5
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 14:52:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/80642cb2d6e27fc25d0eb10a87ec6dfbdf9677a5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/80642cb2d6e27fc25d0eb10a87ec6dfbdf9677a5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/80642cb2d6e27fc25d0eb10a87ec6dfbdf9677a5/config
Defconfig      : http://autobuild.buildroot.net/results/80642cb2d6e27fc25d0eb10a87ec6dfbdf9677a5/defconfig

Build 514b8b342b5e449b6af273665eb02ff02689b152
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 15:30:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/514b8b342b5e449b6af273665eb02ff02689b152/build-end.log
Complete log   : http://autobuild.buildroot.net/results/514b8b342b5e449b6af273665eb02ff02689b152/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/514b8b342b5e449b6af273665eb02ff02689b152/config
Defconfig      : http://autobuild.buildroot.net/results/514b8b342b5e449b6af273665eb02ff02689b152/defconfig

Build 3e1d5a01ebe63702f98d15a385316fc174dfd611
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 15:46:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/3e1d5a01ebe63702f98d15a385316fc174dfd611/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3e1d5a01ebe63702f98d15a385316fc174dfd611/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3e1d5a01ebe63702f98d15a385316fc174dfd611/config
Defconfig      : http://autobuild.buildroot.net/results/3e1d5a01ebe63702f98d15a385316fc174dfd611/defconfig

Build 43c249897509d3a81b7b8b2830361b5d5644c99d
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 16:22:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/43c249897509d3a81b7b8b2830361b5d5644c99d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/43c249897509d3a81b7b8b2830361b5d5644c99d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/43c249897509d3a81b7b8b2830361b5d5644c99d/config
Defconfig      : http://autobuild.buildroot.net/results/43c249897509d3a81b7b8b2830361b5d5644c99d/defconfig

Build fc68e2c1319ae59084f453da82c85a756981d842
==============================================

Status         : NOK
Failure reason : lua-msgpack-native-41cce91ab6
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-16 16:23:01
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/fc68e2c1319ae59084f453da82c85a756981d842/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fc68e2c1319ae59084f453da82c85a756981d842/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fc68e2c1319ae59084f453da82c85a756981d842/config
Defconfig      : http://autobuild.buildroot.net/results/fc68e2c1319ae59084f453da82c85a756981d842/defconfig

Build 9f704ccba68421cf3b7aa686d5dfde56353a1e09
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 17:05:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
End of log     : http://autobuild.buildroot.net/results/9f704ccba68421cf3b7aa686d5dfde56353a1e09/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9f704ccba68421cf3b7aa686d5dfde56353a1e09/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9f704ccba68421cf3b7aa686d5dfde56353a1e09/config
Defconfig      : http://autobuild.buildroot.net/results/9f704ccba68421cf3b7aa686d5dfde56353a1e09/defconfig

Build 3d77a3e044666973994fca6280927957a247da9e
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 17:37:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/3d77a3e044666973994fca6280927957a247da9e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3d77a3e044666973994fca6280927957a247da9e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3d77a3e044666973994fca6280927957a247da9e/config
Defconfig      : http://autobuild.buildroot.net/results/3d77a3e044666973994fca6280927957a247da9e/defconfig

Build bd7f797580b40c6fc01ef55badddf18f5e792751
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 17:44:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/bd7f797580b40c6fc01ef55badddf18f5e792751/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bd7f797580b40c6fc01ef55badddf18f5e792751/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bd7f797580b40c6fc01ef55badddf18f5e792751/config
Defconfig      : http://autobuild.buildroot.net/results/bd7f797580b40c6fc01ef55badddf18f5e792751/defconfig

Build fb4c0a5a2afb8be40a58e7419efc7c33ecfa8c79
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 18:37:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/fb4c0a5a2afb8be40a58e7419efc7c33ecfa8c79/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fb4c0a5a2afb8be40a58e7419efc7c33ecfa8c79/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fb4c0a5a2afb8be40a58e7419efc7c33ecfa8c79/config
Defconfig      : http://autobuild.buildroot.net/results/fb4c0a5a2afb8be40a58e7419efc7c33ecfa8c79/defconfig

Build 4f1e9a8eb9a06875ac4815a82630281e22c21750
==============================================

Status         : NOK
Failure reason : perl-5.16.1
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 19:00:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/4f1e9a8eb9a06875ac4815a82630281e22c21750/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4f1e9a8eb9a06875ac4815a82630281e22c21750/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4f1e9a8eb9a06875ac4815a82630281e22c21750/config
Defconfig      : http://autobuild.buildroot.net/results/4f1e9a8eb9a06875ac4815a82630281e22c21750/defconfig

Build 108bf8462a3a8e7cbe63d5da8ba9ff0366d6a9cb
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 19:17:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/108bf8462a3a8e7cbe63d5da8ba9ff0366d6a9cb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/108bf8462a3a8e7cbe63d5da8ba9ff0366d6a9cb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/108bf8462a3a8e7cbe63d5da8ba9ff0366d6a9cb/config
Defconfig      : http://autobuild.buildroot.net/results/108bf8462a3a8e7cbe63d5da8ba9ff0366d6a9cb/defconfig

Build 7414989c182f8fd5b3ac849b7897b8e15df0024f
==============================================

Status         : NOK
Failure reason : gnutls-2.12.20
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 20:17:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/7414989c182f8fd5b3ac849b7897b8e15df0024f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7414989c182f8fd5b3ac849b7897b8e15df0024f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7414989c182f8fd5b3ac849b7897b8e15df0024f/config
Defconfig      : http://autobuild.buildroot.net/results/7414989c182f8fd5b3ac849b7897b8e15df0024f/defconfig

Build f6a2c92e2041007e891226549c22fe3adb82811a
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 20:19:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/f6a2c92e2041007e891226549c22fe3adb82811a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f6a2c92e2041007e891226549c22fe3adb82811a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f6a2c92e2041007e891226549c22fe3adb82811a/config
Defconfig      : http://autobuild.buildroot.net/results/f6a2c92e2041007e891226549c22fe3adb82811a/defconfig

Build 09140575c22c21c1e6dd887e0a04608cc9bd09bc
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-16 20:59:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/09140575c22c21c1e6dd887e0a04608cc9bd09bc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/09140575c22c21c1e6dd887e0a04608cc9bd09bc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/09140575c22c21c1e6dd887e0a04608cc9bd09bc/config
Defconfig      : http://autobuild.buildroot.net/results/09140575c22c21c1e6dd887e0a04608cc9bd09bc/defconfig

Build f2f4bdbed7bcf0e98d3fb33944085726a7543008
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-16 21:30:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/f2f4bdbed7bcf0e98d3fb33944085726a7543008/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f2f4bdbed7bcf0e98d3fb33944085726a7543008/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f2f4bdbed7bcf0e98d3fb33944085726a7543008/config
Defconfig      : http://autobuild.buildroot.net/results/f2f4bdbed7bcf0e98d3fb33944085726a7543008/defconfig

Build 59fa4892e9ae90fd82492ec0d6b90f726e151178
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-16 21:31:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/59fa4892e9ae90fd82492ec0d6b90f726e151178/build-end.log
Complete log   : http://autobuild.buildroot.net/results/59fa4892e9ae90fd82492ec0d6b90f726e151178/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/59fa4892e9ae90fd82492ec0d6b90f726e151178/config
Defconfig      : http://autobuild.buildroot.net/results/59fa4892e9ae90fd82492ec0d6b90f726e151178/defconfig

Build 6533ff2bd90743114abceca58a444237ad146773
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 21:44:25
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/6533ff2bd90743114abceca58a444237ad146773/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6533ff2bd90743114abceca58a444237ad146773/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6533ff2bd90743114abceca58a444237ad146773/config
Defconfig      : http://autobuild.buildroot.net/results/6533ff2bd90743114abceca58a444237ad146773/defconfig

Build 94ef6be7dcb31021462e7313724217627d4b29df
==============================================

Status         : NOK
Failure reason : libatomic_ops-1.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 22:03:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/94ef6be7dcb31021462e7313724217627d4b29df/build-end.log
Complete log   : http://autobuild.buildroot.net/results/94ef6be7dcb31021462e7313724217627d4b29df/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/94ef6be7dcb31021462e7313724217627d4b29df/config
Defconfig      : http://autobuild.buildroot.net/results/94ef6be7dcb31021462e7313724217627d4b29df/defconfig

Build 5089ded0e9bb4dba1eb5068b2f0ae66bf8dd3118
==============================================

Status         : NOK
Failure reason : lua-msgpack-native-41cce91ab6
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-16 22:39:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/5089ded0e9bb4dba1eb5068b2f0ae66bf8dd3118/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5089ded0e9bb4dba1eb5068b2f0ae66bf8dd3118/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5089ded0e9bb4dba1eb5068b2f0ae66bf8dd3118/config
Defconfig      : http://autobuild.buildroot.net/results/5089ded0e9bb4dba1eb5068b2f0ae66bf8dd3118/defconfig

Build dc290cba7773716127e3c6325c8112ac9bd6cdd1
==============================================

Status         : NOK
Failure reason : lua-msgpack-native-41cce91ab6
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 22:45:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3116742e8f0c45e5ca06b32f91e481763356e03e
End of log     : http://autobuild.buildroot.net/results/dc290cba7773716127e3c6325c8112ac9bd6cdd1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dc290cba7773716127e3c6325c8112ac9bd6cdd1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dc290cba7773716127e3c6325c8112ac9bd6cdd1/config
Defconfig      : http://autobuild.buildroot.net/results/dc290cba7773716127e3c6325c8112ac9bd6cdd1/defconfig

Build aa3d4763a0e90c995bc8431cf345730ee22e65a1
==============================================

Status         : NOK
Failure reason : gpsd-3.7
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 23:23:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=4b8215714da48367fa67bdbc98fa12fd9371e6ba
End of log     : http://autobuild.buildroot.net/results/aa3d4763a0e90c995bc8431cf345730ee22e65a1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/aa3d4763a0e90c995bc8431cf345730ee22e65a1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/aa3d4763a0e90c995bc8431cf345730ee22e65a1/config
Defconfig      : http://autobuild.buildroot.net/results/aa3d4763a0e90c995bc8431cf345730ee22e65a1/defconfig

Build 066409c16cf6301178007e55eb55f56e913c5e04
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-16 23:56:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=4b8215714da48367fa67bdbc98fa12fd9371e6ba
End of log     : http://autobuild.buildroot.net/results/066409c16cf6301178007e55eb55f56e913c5e04/build-end.log
Complete log   : http://autobuild.buildroot.net/results/066409c16cf6301178007e55eb55f56e913c5e04/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/066409c16cf6301178007e55eb55f56e913c5e04/config
Defconfig      : http://autobuild.buildroot.net/results/066409c16cf6301178007e55eb55f56e913c5e04/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [PATCH] barebox: Add 2012.11, remove 2012.07
From: Maxime Ripard @ 2012-11-16 22:04 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 boot/barebox/Config.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index d6ce8dd..c9e7088 100644
--- a/boot/barebox/Config.in
+++ b/boot/barebox/Config.in
@@ -8,13 +8,10 @@ config BR2_TARGET_BAREBOX
 if BR2_TARGET_BAREBOX
 choice
 	prompt "version"
-	default BR2_TARGET_BAREBOX_2012_10
+	default BR2_TARGET_BAREBOX_2012_11
 	help
 	  Select the specific Barebox version you want to use
 
-config BR2_TARGET_BAREBOX_2012_07
-	bool "2012.07"
-
 config BR2_TARGET_BAREBOX_2012_08
 	bool "2012.08"
 
@@ -24,6 +21,9 @@ config BR2_TARGET_BAREBOX_2012_09
 config BR2_TARGET_BAREBOX_2012_10
 	bool "2012.10"
 
+config BR2_TARGET_BAREBOX_2012_11
+	bool "2012.11"
+
 config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
 	bool "Custom tarball"
 
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] gcc on target system issue
From: Alexander Khryukin @ 2012-11-16 21:59 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121116183044.6dcfc297@skate>

2012/11/16 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

> Dear Alexander Khryukin,
>
> On Fri, 16 Nov 2012 01:20:32 +0300, Alexander Khryukin wrote:
>
> > I'm trying to build gcc on target but it fails with
>
> Why are you trying to build gcc on target? What is the purpose of
> getting gcc on the target when building a small embedded Linux system
> with Buildroot?
>
> Notice that as per the decisions taken during the last Buildroot
> Developers Meeting, the possibility of building gcc for the target in
> Buildroot should soon be deprecated. So there is not a strong interest
> to fix problems reported by users.
>
> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>


Ah, it bad solution to deprecate gcc on target.
i'm embedded linux developer and trying to build OpenMandriva linux
for cortex-a9, but without gcc on target my work is totally unuseful.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121117/9d30a93c/attachment.html>

^ permalink raw reply

* [Buildroot] Xtensa updates
From: Yann E. MORIN @ 2012-11-16 21:30 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAC1BbcTvCC3O_edGmRgNXCPXRn2uq-sA4gs5_Sx=mvLf9XkQ=g@mail.gmail.com>

Bernhard, All,

On Friday 16 November 2012 Bernhard Reutner-Fischer wrote:
> On 15 November 2012 23:04, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> > On Monday 12 November 2012 Bernhard Reutner-Fischer wrote:
> > Would it be possible for you to change the commit notifications to be
> > shorter, please?
[--SNIP--]
>  I have changed this to
> --template="%(repo)s:%(branch)s %(author)s * %(rev)s %(logmsg)s" \
> now.

I've just seen new notifications. They seem to me much better now. :-)
Thank you!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply

* [Buildroot] [git commit] mysql_client: security bump to version 5.1.66
From: Peter Korsgaard @ 2012-11-16 21:26 UTC (permalink / raw)
  To: buildroot

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

Fixes multiple security isssues, most of them of the server component
though.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/mysql_client/mysql_client.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/mysql_client/mysql_client.mk b/package/mysql_client/mysql_client.mk
index 46862a1..9785aee 100644
--- a/package/mysql_client/mysql_client.mk
+++ b/package/mysql_client/mysql_client.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-MYSQL_CLIENT_VERSION = 5.1.65
+MYSQL_CLIENT_VERSION = 5.1.66
 MYSQL_CLIENT_SOURCE = mysql-$(MYSQL_CLIENT_VERSION).tar.gz
 MYSQL_CLIENT_SITE = http://downloads.skysql.com/archives/mysql-5.1
 MYSQL_CLIENT_INSTALL_STAGING = YES

^ permalink raw reply related

* [Buildroot] [PATCH] mysql_client: security bump to version 5.1.66
From: Peter Korsgaard @ 2012-11-16 21:26 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353072262-31240-1-git-send-email-gustavo@zacarias.com.ar>

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Fixes multiple security isssues, most of them of the server component
 Gustavo> though.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH] gdb: not available on aarch64 for the target
From: Peter Korsgaard @ 2012-11-16 21:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353074230-1493-1-git-send-email-thomas.petazzoni@free-electrons.com>

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Fixes
 Thomas>   http://autobuild.buildroot.org/results/d32a0fb1584a125cccde521a3960fb87ff7e2de6/build-end.log

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] gdb: not available on aarch64 for the target
From: Peter Korsgaard @ 2012-11-16 21:25 UTC (permalink / raw)
  To: buildroot

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

Fixes

  http://autobuild.buildroot.org/results/d32a0fb1584a125cccde521a3960fb87ff7e2de6/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 toolchain/gdb/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index ca0c821..50aafdf 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_GDB
 	bool "Build gdb debugger for the Target"
 	select BR2_PACKAGE_NCURSES
 	depends on BR2_USE_WCHAR
-	depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin
+	depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin && !BR2_aarch64
 	# The newest versions of gdb require thread debugging in the
 	# toolchain. The only cases for which this is not needed is if
 	# we use gdb 6.8 (marked deprecated)

^ permalink raw reply related

* [Buildroot] [PATCH] cpanminus: mark as broken
From: Peter Korsgaard @ 2012-11-16 21:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353074474-1684-1-git-send-email-thomas.petazzoni@free-electrons.com>

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> cpanminus is currently responsible for about half of the autobuilder
 Thomas> failures, due to the missing dependency on host-qemu. However, even
 Thomas> with the host-qemu proposed by Arnout, cpanminus will still not work
 Thomas> properly: it will try to execute on the build machine executables
 Thomas> built for the target. While qemu is here to emulate the instruction
 Thomas> set, there is still the unsolved problem of kernel headers version
 Thomas> mismatch between the target and the build environments.

 Thomas> So the whole approach that consists in using host-qemu for building
 Thomas> simply cannot work properly, and until it is solved, the package
 Thomas> should be marked as broken.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH v2] manual: minor tweaks
From: Peter Korsgaard @ 2012-11-16 21:24 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353077659-30465-1-git-send-email-spdawson@gmail.com>

>>>>> "spdawson" == spdawson  <spdawson@gmail.com> writes:

 spdawson> From: Simon Dawson <spdawson@gmail.com>
 spdawson> Minor grammatical and spelling tweaks to the manual content.

 spdawson> Signed-off-by: Simon Dawson <spdawson@gmail.com>
 spdawson> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 spdawson> Acked-by: Samuel Martin <s.martin49@gmail.com>
 spdawson> ---
 spdawson>  v2: Incorporate improvements suggested by Yann E. MORIN, add acks

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] manual: minor tweaks
From: Peter Korsgaard @ 2012-11-16 21:24 UTC (permalink / raw)
  To: buildroot

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

Minor grammatical and spelling tweaks to the manual content.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 docs/manual/adding-packages-conclusion.txt |    2 +-
 docs/manual/adding-packages-directory.txt  |    6 ++--
 docs/manual/adding-packages-gettext.txt    |    6 ++--
 docs/manual/adding-packages-tips.txt       |    6 ++--
 docs/manual/beyond-buildroot.txt           |    2 +-
 docs/manual/board-support.txt              |    8 ++--
 docs/manual/common-usage.txt               |    8 ++--
 docs/manual/contribute.txt                 |   25 +++++++--------
 docs/manual/customize-uclibc-config.txt    |    2 +-
 docs/manual/download-location.txt          |    4 +-
 docs/manual/embedded-basics.txt            |   14 ++++----
 docs/manual/faq-troubleshooting.txt        |   44 +++++++++++++-------------
 docs/manual/get-involved.txt               |    3 +-
 docs/manual/introduction.txt               |    8 ++--
 docs/manual/legal-notice.txt               |   23 +++++++-------
 docs/manual/make-tips.txt                  |   12 ++++----
 docs/manual/makedev-syntax.txt             |   17 +++++-----
 docs/manual/package-make-target.txt        |    2 +-
 docs/manual/patch-policy.txt               |   46 ++++++++++++++--------------
 docs/manual/prerequisite.txt               |    8 ++--
 docs/manual/rebuilding-packages.txt        |    8 ++--
 docs/manual/using.txt                      |    3 +-
 docs/manual/writing-rules.txt              |    2 +-
 23 files changed, 128 insertions(+), 131 deletions(-)

diff --git a/docs/manual/adding-packages-conclusion.txt b/docs/manual/adding-packages-conclusion.txt
index ac20875..42f1c8f 100644
--- a/docs/manual/adding-packages-conclusion.txt
+++ b/docs/manual/adding-packages-conclusion.txt
@@ -4,7 +4,7 @@ Conclusion
 ~~~~~~~~~~
 
 As you can see, adding a software package to Buildroot is simply a
-matter of writing a Makefile using an  existing example and modifying it
+matter of writing a Makefile using an existing example and modifying it
 according to the compilation process required by the package.
 
 If you package software that might be useful for other people, don't
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
index 35d28b6..c8f41ff 100644
--- a/docs/manual/adding-packages-directory.txt
+++ b/docs/manual/adding-packages-directory.txt
@@ -154,12 +154,12 @@ config BR2_PACKAGE_E
 Overall, for package library dependencies, +select+ should be
 preferred.
 
-Note that such dependencies will make sure that the dependency option
+Note that such dependencies will ensure that the dependency option
 is also enabled, but not necessarily built before your package. To do
 so, the dependency also needs to be expressed in the +.mk+ file of the
 package.
 
-Further formating details: see xref:writing-rules-config-in[the
+Further formatting details: see xref:writing-rules-config-in[the
 writing rules].
 
 The +.mk+ file
@@ -174,7 +174,7 @@ different way, using different infrastructures:
 
 * *Makefiles for generic packages* (not using autotools or CMake):
   These are based on an infrastructure similar to the one used for
-  autotools-based packages, but requires a little more work from the
+  autotools-based packages, but require a little more work from the
   developer. They specify what should be done for the configuration,
   compilation, installation and cleanup of the package. This
   infrastructure must be used for all packages that do not use the
diff --git a/docs/manual/adding-packages-gettext.txt b/docs/manual/adding-packages-gettext.txt
index 89461a7..e9446d2 100644
--- a/docs/manual/adding-packages-gettext.txt
+++ b/docs/manual/adding-packages-gettext.txt
@@ -5,12 +5,12 @@ Gettext integration and interaction with packages
 
 Many packages that support internationalization use the gettext
 library. Dependencies for this library are fairly complicated and
-therefore, deserves some explanation.
+therefore, deserve some explanation.
 
-The 'uClibc' C library doesn't implement gettext functionality,
+The 'uClibc' C library doesn't implement gettext functionality;
 therefore with this C library, a separate gettext must be compiled. On
 the other hand, the 'glibc' C library does integrate its own gettext,
-and in this case, the separate gettext library should not be compiled,
+and in this case the separate gettext library should not be compiled,
 because it creates various kinds of build failures.
 
 Additionally, some packages (such as +libglib2+) do require gettext
diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt
index acc73d3..6ec632d 100644
--- a/docs/manual/adding-packages-tips.txt
+++ b/docs/manual/adding-packages-tips.txt
@@ -7,7 +7,7 @@ Tips and tricks
 Package name, config entry name and makefile variable relationship
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-In Buildroot, there are some relation between:
+In Buildroot, there is some relationship between:
 
 * the _package name_, which is the package directory name (and the
   name of the +*.mk+ file);
@@ -16,8 +16,8 @@ In Buildroot, there are some relation between:
 
 * the makefile variable prefix.
 
-Thus, it is mandatory to keep consistency between all this stuff,
-matching the following rules:
+It is mandatory to maintain consistency between these elements,
+using the following rules:
 
 * the _make_ target name will be the _package name_ itself (e.g.:
   +foo-bar_boo+);
diff --git a/docs/manual/beyond-buildroot.txt b/docs/manual/beyond-buildroot.txt
index 12ce78c..e7b902d 100644
--- a/docs/manual/beyond-buildroot.txt
+++ b/docs/manual/beyond-buildroot.txt
@@ -12,7 +12,7 @@ NFS boot
 To achieve NFS-boot, enable _tar root filesystem_ in the _Filesystem
 images_ menu.
 
-After complete build, just run the following commands to setup the
+After a complete build, just run the following commands to setup the
 NFS-root directory:
 
 -------------------
diff --git a/docs/manual/board-support.txt b/docs/manual/board-support.txt
index e20e721..271f3e0 100644
--- a/docs/manual/board-support.txt
+++ b/docs/manual/board-support.txt
@@ -23,10 +23,10 @@ savedefconfig+. This will generate a minimal +defconfig+ file at the
 root of the Buildroot source tree. Move this file into the +configs/+
 directory, and rename it +MYBOARD_defconfig+.
 
-It is recommended to use as much as possible upstream versions of the
-Linux kernel and bootloaders, and to use as much as possible default
-kernel and bootloader configurations. If they are incorrect for your
-platform, we encourage you to send fixes to the corresponding upstream
+It is recommended to use upstream versions of the Linux kernel and
+bootloaders where possible, and also to use default kernel and bootloader
+configurations if possible. If the defaults are incorrect for
+your platform, we encourage you to send fixes to the corresponding upstream
 projects.
 
 However, in the mean time, you may want to store kernel or bootloader
diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
index c08c10e..98503b5 100644
--- a/docs/manual/common-usage.txt
+++ b/docs/manual/common-usage.txt
@@ -23,7 +23,7 @@ Building out-of-tree
 ~~~~~~~~~~~~~~~~~~~~
 
 As default, everything built by Buildroot is stored in the directory
-+output+ in the buildroot tree.
++output+ in the Buildroot tree.
 
 Buildroot also supports building out of tree with a syntax similar to
 the Linux kernel. To use it, add +O=<directory>+ to the make command
@@ -70,21 +70,21 @@ to +make+ or set in the environment:
   +
   Note that the uClibc configuration file can also be set from the
   configuration interface, so through the Buildroot .config file; this
-  the actual recommended way of setting it.
+  is the recommended way of setting it.
   +
 * +BUSYBOX_CONFIG_FILE=<path/to/.config>+, path to
   the Busybox configuration file.
   +
   Note that the Busybox configuration file can also be set from the
   configuration interface, so through the Buildroot .config file; this
-  the actual recommended way of setting it.
+  is the recommended way of setting it.
   +
 * +BUILDROOT_DL_DIR+ to override the directory in which
   Buildroot stores/retrieves downloaded files
   +
   Note that the Buildroot download directory can also be set from the
   configuration interface, so through the Buildroot .config file; this
-  the actual recommended way of setting it.
+  is the recommended way of setting it.
 
 An example that uses config files located in the toplevel directory and
 in your $HOME:
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
index b2e6e7d..a33aab2 100644
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -57,7 +57,7 @@ Lastly, send/submit your patch set to the Buildroot mailing list:
 Note that +git+ should be configured to use your mail account.
 To configure +git+, see +man git-send-email+ or google it.
 
-Make sure posted *patches are not line-wrapped*, otherwise it cannot
+Make sure posted *patches are not line-wrapped*, otherwise they cannot
 easily be applied. In such a case, fix your e-mail client, or better,
 use +git send-email+ to send your patches.
 
@@ -79,11 +79,11 @@ Tested-by:: Indicates that the patch has been tested. It is useful
 Autobuild
 ---------
 
-The Buildroot community is currently setting up automatic build i
-order to test more and more configuration. All build results are
+The Buildroot community is currently setting up automatic builds in
+order to test more and more configurations. All build results are
 available at http://autobuild.buildroot.org[]
 
-A way to contribute is fixing broken builds.
+A good way to contribute is by fixing broken builds.
 
 In the commit message of a patch fixing an _autobuild_, add a
 reference to the _build result directory_ (the +dir+ link in the _data
@@ -97,17 +97,17 @@ Fixes http://autobuild.buildroot.org/results/51000a9d4656afe9e0ea6f07b9f8ed374c2
 Reporting issues/bugs, get help
 -------------------------------
 
-Before reporting some issues, please chek
-xref:mailing-list-subscribe[the mailing list archive] in case someone had
+Before reporting any issue, please check
+xref:mailing-list-subscribe[the mailing list archive] in case someone has
 already reported and fixed a similar problem.
 
-Whatever the way you choose to report some bugs or get help,
+However you choose to report bugs or get help,
 xref:bugtracker[opening a bug] or
-xref:mailing-list-subscribe[send a mail to the mailing list], there is
-a number of detail to provide in order to help people reproduce and
+xref:mailing-list-subscribe[send a mail to the mailing list], there are
+a number of details to provide in order to help people reproduce and
 find a solution to the issue.
 
-Try to think as you would be the one who will help someone else; in
+Try to think as if you were trying to help someone else; in
 that case, what would you need?
 
 Here is a short list of details to provide in such case:
@@ -121,6 +121,5 @@ Here is a short list of details to provide in such case:
 
 Additionnally, your can add the +.config+ file.
 
-If some of these details are too large, do not hesitate to use some
-pastebin service (see
-http://en.wikipedia.org/wiki/Comparison_of_pastebins[]).
+If some of these details are too large, do not hesitate to use a
+pastebin service (see http://www.similarsitesearch.com/alternatives-to/pastebin.com[]).
diff --git a/docs/manual/customize-uclibc-config.txt b/docs/manual/customize-uclibc-config.txt
index 88121ea..d340c9a 100644
--- a/docs/manual/customize-uclibc-config.txt
+++ b/docs/manual/customize-uclibc-config.txt
@@ -14,7 +14,7 @@ follow these steps:
 * Do an initial compilation of Buildroot without trying to customize
   uClibc.
 
-* Invoke +make uclibc-menuconfig+.  The nice configuration assistant,
+* Invoke +make uclibc-menuconfig+. The nice configuration assistant,
   similar to the one used in the Linux kernel or Buildroot,
   appears. Make your configuration changes as appropriate.
 
diff --git a/docs/manual/download-location.txt b/docs/manual/download-location.txt
index 8c66a76..13e675c 100644
--- a/docs/manual/download-location.txt
+++ b/docs/manual/download-location.txt
@@ -4,8 +4,8 @@ Location of downloaded packages
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 It might be useful to know that the various tarballs that are
-downloaded by the Makefiles are all stored in the +DL_DIR+ which by
-default is the +dl+ directory. It's useful, for example, if you want
+downloaded by the Makefiles are all stored in +DL_DIR+ which by
+default is the +dl+ directory. This is useful, for example, if you want
 to keep a complete version of Buildroot which is known to be working
 with the associated tarballs. This will allow you to regenerate the
 toolchain and the target filesystem with exactly the same versions.
diff --git a/docs/manual/embedded-basics.txt b/docs/manual/embedded-basics.txt
index 27dda37..d1ee88c 100644
--- a/docs/manual/embedded-basics.txt
+++ b/docs/manual/embedded-basics.txt
@@ -4,7 +4,7 @@ Embedded system basics
 ----------------------
 
 When developing an embedded system, there are a number of choices to
-do:
+address:
 
 * the cross-toolchain: target architecture/C library/...
 * the bootloader
@@ -14,14 +14,14 @@ do:
 * the package selection (busybox vs. "real" programs, ...)
 * ...
 
-Some of them may be influenced by the target hardware.
+Some of these may be influenced by the target hardware.
 
-Some of them may also add some constraints when you will develop the
-final application for what your target is designed (e.g. some
-functions may be provided by soem C libraries and missing in some
-others, ...). So, these choices should be carefully done.
+Some of the choices may also add some constraints when you develop the
+final application for which your target is designed (e.g. some
+functions may be provided by some C libraries and missing in some
+others, ...). So, these choices should be carefully made.
 
-Buildroot allows to set most of these options to fit your needs.
+Buildroot allows you to set most of these options to fit your needs.
 
 Moreover, Buildroot provides an infrastructure for reproducing the
 build process of your kernel, cross-toolchain, and embedded root
diff --git a/docs/manual/faq-troubleshooting.txt b/docs/manual/faq-troubleshooting.txt
index 6911c55..fc75d66 100644
--- a/docs/manual/faq-troubleshooting.txt
+++ b/docs/manual/faq-troubleshooting.txt
@@ -7,7 +7,7 @@ Frequently Asked Questions & Troubleshooting
 The boot hangs after 'Starting network...'
 ------------------------------------------
 
-If the boot process seems to hand after the following messages
+If the boot process seems to hang after the following messages
 (messages not necessarily exactly similar, depending on the list of
 packages selected):
 
@@ -20,7 +20,7 @@ Starting dropbear sshd: generating rsa key... generating dsa key... OK
 
 then it means that your system is running, but didn't start a shell on
 the serial console. In order to have the system start a shell on your
-serial console, you have to go in the Buildroot configuration, +System
+serial console, you have to go into the Buildroot configuration, +System
 configuration+, and modify +Port to run a getty (login prompt) on+ and
 +Baudrate to use+ as appropriate. This will automatically tune the
 +/etc/inittab+ file of the generated system so that a shell starts on
@@ -42,21 +42,21 @@ you should install the +glibc-static+ package. This is because the
 C library.
 
 [[faq-no-compiler-on-target]]
-Why there is no compiler on the target?
+Why is there no compiler on the target?
 ---------------------------------------
 
-It has been decided that the support of the _native compiler for the
-target_ would be stopped since the Buildroot-2012.11 release because:
+It has been decided that support for the _native compiler on the
+target_ would be stopped from the Buildroot-2012.11 release because:
 
-* this feature was not maintained nor tested and often broken;
+* this feature was neither maintained nor tested, and often broken;
 * this feature was only available for Buildroot toolchains;
 * Buildroot mostly targets _small_ or _very small_ target hardware
-  with limited resource onboard (CPU, ram, mass-storage), on which
+  with limited resource onboard (CPU, ram, mass-storage), for which
   compiling does not make much sense.
 
 If you need a compiler on your target anyway, then Buildroot is not
 suitable for your purpose. In such case, you need a _real
-distribution_ and you should for something like:
+distribution_ and you should opt for something like:
 
 * http://www.openembedded.org[openembedded]
 * https://www.yoctoproject.org[yocto]
@@ -67,8 +67,8 @@ distribution_ and you should for something like:
 * ...
 
 [[faq-no-dev-files-on-target]]
-Why there is no development files on the target?
-------------------------------------------------
+Why are there no development files on the target?
+-------------------------------------------------
 
 Since there is no compiler available on the target (see
 xref:faq-no-compiler-on-target[]), it does not make sense to waste
@@ -78,7 +78,7 @@ Therefore, those files are always removed from the target since the
 Buildroot-2012.11 release.
 
 [[faq-no-doc-on-target]]
-Why there is no documentation on the target?
+Why is there no documentation on the target?
 --------------------------------------------
 
 Because Buildroot mostly targets _small_ or _very small_ target
@@ -101,21 +101,21 @@ semantics.
 See xref:depends-on-vs-select[].
 
 [[faq-why-not-visible-package]]
-Why some packages are not visible in the Buildroot config menu?
+Why are some packages not visible in the Buildroot config menu?
 ---------------------------------------------------------------
 
-If a package exists in the Buildroot tree and does not appears in the
+If a package exists in the Buildroot tree and does not appear in the
 config menu, this most likely means that some of the package's
 dependencies are not met.
 
-To know more about the dependencies of a package, search the package
-symbol using in teh config menu (see xref:make-tips[]).
+To know more about the dependencies of a package, search for the
+package symbol in the config menu (see xref:make-tips[]).
 
 Then, you may have to recursively enable several options (which
-correspond to the unmeet dependencies) to finally be able to select
+correspond to the unmet dependencies) to finally be able to select
 the package.
 
-If the package is not visible due to some unmeet toolchain options,
+If the package is not visible due to some unmet toolchain options,
 then you should certainly run a full rebuild (see xref:make-tips[] for
 more explanations).
 
@@ -123,12 +123,12 @@ more explanations).
 Why not use the target directory as a chroot directory?
 -------------------------------------------------------
 
-There are plenty of reason to *not* use the target directory a chroot
+There are plenty of reasons to *not* use the target directory a chroot
 one, among these:
 
-* files' owners, modes and permissions are not correctly set in the
+* file ownerships, modes and permissions are not correctly set in the
   target directory;
-* devices nodes are not created in the target directory.
+* device nodes are not created in the target directory.
 
-Because of that, commands run in through chroot, using the target
-directory as new root, will fail.
+For these reasons, commands run through chroot, using the target
+directory as the new root, would fail.
diff --git a/docs/manual/get-involved.txt b/docs/manual/get-involved.txt
index 3a00b1e..59ddd71 100644
--- a/docs/manual/get-involved.txt
+++ b/docs/manual/get-involved.txt
@@ -48,8 +48,7 @@ The channel +#buildroot+ is hosted on Freenode
 http://webchat.freenode.net[].
 
 When asking for help on IRC, share relevant logs or pieces of code
-using a code sharing website (see
-http://en.wikipedia.org/wiki/Comparison_of_pastebins[], and pick one).
+using a code sharing website.
 
 [[patchwork]]
 Patchwork
diff --git a/docs/manual/introduction.txt b/docs/manual/introduction.txt
index 91ecb04..bcca544 100644
--- a/docs/manual/introduction.txt
+++ b/docs/manual/introduction.txt
@@ -3,10 +3,10 @@
 About Buildroot
 ===============
 
-Buildroot provides a full featured environment for cross-development.
+Buildroot provides a full-featured environment for cross-development.
 Buildroot is able to generate a cross-compilation toolchain, a root
 filesystem, a Linux kernel image and a bootloader for your target.
-Buildroot can be used for any combinaison of these options,
+Buildroot can be used for any combination of these options,
 independently.
 
 Buildroot is useful mainly for people working with embedded systems.
@@ -15,7 +15,7 @@ processors everyone is used to having in his PC. They can be PowerPC
 processors, MIPS processors, ARM processors, etc.
 
 Buildroot supports numerous processors and their variants; it also
-comes with default configuration for several boards available
-off-the-shelf. Besides, a number of third-party projects are based on
+comes with default configurations for several boards available
+off-the-shelf. Besides this, a number of third-party projects are based on,
 or develop their BSP footnote:[BSP: Board Software Package] or
 SDK footnote:[SDK: Standard Development Kit] on top of Buildroot.
diff --git a/docs/manual/legal-notice.txt b/docs/manual/legal-notice.txt
index 22e5769..a7af5a8 100644
--- a/docs/manual/legal-notice.txt
+++ b/docs/manual/legal-notice.txt
@@ -12,17 +12,18 @@ All of the end products of Buildroot (toolchain, root filesystem, kernel,
 bootloaders) contain opensource software, released under various licenses.
 
 Using opensource software gives you the freedom to build rich embedded
-systems choosing from a wide range of packages, but also gives some
+systems, choosing from a wide range of packages, but also imposes some
 obligations that you must know and honour.
 Some licenses require you to publish the license text in the documentation of
-your product. Other require you to redistribute the source code of the
+your product. Others require you to redistribute the source code of the
 software to those that receive your product.
 
-The exact requirements of each license is documented in each package, and it is
-your (or your legal office's) responsibility to comply with these requirements.
+The exact requirements of each license are documented in each package, and
+it is your responsibility (or that of your legal office) to comply with those
+requirements.
 To make this easier for you, Buildroot can collect for you some material you
-will probably need. To produce this material, after you configured Buildroot
-with +make menuconfig+, +make xconfig+ or +make gconfig+, run:
+will probably need. To produce this material, after you have configured
+Buildroot with +make menuconfig+, +make xconfig+ or +make gconfig+, run:
 
 --------------------
 make legal-info
@@ -44,8 +45,8 @@ There you will find:
   Buildroot sources and are not duplicated in the +sources/+ subdirectory.
 * A manifest file listing the configured packages, their version, license and
   related information.
-  Some of these information might be not defined in Buildroot; in this case
-  they are clearly marked as "unknown" or similar.
+  Some of this information might not be defined in Buildroot; such items are
+  clearly marked as "unknown" or similar.
 * A +licenses/+ subdirectory, which contains the license text of packages.
   If the license file(s) are not defined in Buildroot, the file is not produced
   and a warning in the +README+ indicates this.
@@ -53,7 +54,7 @@ There you will find:
 Please note that the aim of the +legal-info+ feature of Buildroot is to
 produce all the material that is somehow relevant for legal compliance with the
 package licenses. Buildroot does not try to produce the exact material that
-you must somehow make public. It does surely produce some more material than is
+you must somehow make public. Certainly, more material is produced than is
 needed for a strict legal compliance. For example, it produces the source code
 for packages released under BSD-like licenses, that you might not want to
 redistribute in source form.
@@ -132,5 +133,5 @@ Buildroot is part of the 'scripts used to control compilation and
 installation of the executable', and as such it is considered part of the
 material that must be redistributed.
 
-Keep in mind this is only the Buildroot developers' opinion, and you should
-consult your legal department or lawyer in case of any doubt.
+Keep in mind that this is only the Buildroot developers' opinion, and you
+should consult your legal department or lawyer in case of any doubt.
diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt
index 5b00536..25c4e35 100644
--- a/docs/manual/make-tips.txt
+++ b/docs/manual/make-tips.txt
@@ -4,18 +4,18 @@
 'make' tips
 -----------
 
-Because Buildroot is a set of Makefiles and patches, there are few
-things useful to know, such as:
+Because Buildroot is a set of Makefiles and patches, there are a few
+things that are useful to know, such as:
 
 +make *config+ commands offer a search tool. Read the help message in
-the different frontend menu to know how to use it:
+the different frontend menus to know how to use it:
 
 * in _menuconfig_, search tool is called by pressing +/+;
 * in _xconfig_, search tool is called by pressing +ctrl+ + +f+.
 
-The result of the search show the help message of the matching items.
+The result of the search shows the help message of the matching items.
 
-Display all command executed by make:
+Display all commands executed by make:
 
 --------------------
  $ make V=0|1 <target>
@@ -54,5 +54,5 @@ Delete all build products as well as the configuration:
 --------------------
 
 Note that if +ccache+ is enabled, running +make clean|distclean+ does
-not empty the cache of compiler used by Buildroot. To delete it, refer
+not empty the compiler cache used by Buildroot. To delete it, refer
 to xref:ccache[].
diff --git a/docs/manual/makedev-syntax.txt b/docs/manual/makedev-syntax.txt
index 4703b2f..99ecdea 100644
--- a/docs/manual/makedev-syntax.txt
+++ b/docs/manual/makedev-syntax.txt
@@ -4,12 +4,11 @@
 Makedev syntax documentation
 ----------------------------
 
-The makedev syntax is used across several places in Buildroot to
-define changes to be made for permissions or which device files to
-create and how to create them, in order to avoid to call mkdnod every
-now and then.
+The makedev syntax is used in several places in Buildroot to
+define changes to be made for permissions, or which device files to
+create and how to create them, in order to avoid calls to mknod.
 
-This syntax is derived from the makedev utility, and a more complete
+This syntax is derived from the makedev utility, and more complete
 documentation can be found in the +package/makedevs/README+ file.
 
 It takes the form of a line for each file, with the following layout:
@@ -18,7 +17,7 @@ It takes the form of a line for each file, with the following layout:
 |name |type |mode |uid |gid |major |minor |start |inc |count
 |===========================================================
 
-There is a few non-trivial blocks here:
+There are a few non-trivial blocks here:
 
 - +name+ is the path to the file you want to create/modify
 - +type+ is the type of the file, being one of :
@@ -27,13 +26,13 @@ There is a few non-trivial blocks here:
   * c: a character device file
   * b: a block device file
   * p: a named pipe
-- +mode+, +uid+ and +gid+ are the usual permissions stuff
+- +mode+, +uid+ and +gid+ are the usual permissions settings
 - +major+ and +minor+ are here for device files
-- +start+, +inc+ and +count+ are when you want to create a whole batch
+- +start+, +inc+ and +count+ are for when you want to create a batch
   of files, and can be reduced to a loop, beginning at +start+,
   incrementing its counter by +inc+ until it reaches +count+
 
-Let's say you want to change the permissions of a given file, using
+Let's say you want to change the permissions of a given file; using
 this syntax, you will need to put:
 -------------------------------------------------------------------
 /usr/bin/foobar	f	644	0	0	-	-	-	-	-
diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt
index 1813af3..e8d5f53 100644
--- a/docs/manual/package-make-target.txt
+++ b/docs/manual/package-make-target.txt
@@ -82,7 +82,7 @@ uninstall the package from both the target and the staging directory
 | +rebuild+         | Rebuild only necessary binaries and install them
 again
 
-| +reconfigure+     | Run again the configure command, then rebuild
+| +reconfigure+     | Re-run the configure command, then rebuild
 only necessary binaries, and lastly install them again
 
 |===================================================
diff --git a/docs/manual/patch-policy.txt b/docs/manual/patch-policy.txt
index 551ea12..1fdb04e 100644
--- a/docs/manual/patch-policy.txt
+++ b/docs/manual/patch-policy.txt
@@ -10,16 +10,16 @@ necessary to patch the source of the software to get it built within
 Buildroot.
 
 Buildroot offers an infrastructure to automatically handle this during
-the builds. It support several ways of applying patch sets:
+the builds. It supports several ways of applying patch sets:
 
-Provinding patches
-~~~~~~~~~~~~~~~~~~
+Providing patches
+~~~~~~~~~~~~~~~~~
 
-Additionnal tarball
-^^^^^^^^^^^^^^^^^^^
+Additional tarball
+^^^^^^^^^^^^^^^^^^
 
-If there needs to apply a patch set available as a tarball and
-downloadable, then add the patch tarball to the +<packagename>_PATCH+
+If it is necessary to apply a patch set available as a downloadable
+tarball, then add the patch tarball to the +<packagename>_PATCH+
 variable.
 
 Note that the patch tarballs are downloaded from the same site as the
@@ -28,13 +28,13 @@ sources.
 Within Buildroot
 ^^^^^^^^^^^^^^^^
 
-Most of the patches are provided within Buildroot, in the package
-directory, because they aim to fix cross-compilation, +libc+ support,
-or whatever the reason is.
+Most patches are provided within Buildroot, in the package
+directory; these typically aim to fix cross-compilation, +libc+ support,
+or other such issues.
 
 These patch files should have the extension +*.patch+.
 
-A +series+ file, like +quilt+ uses it, may also be added in the
+A +series+ file, as used by +quilt+, may also be added in the
 package directory. In that case, the +series+ file defines the patch
 application order.
 
@@ -43,7 +43,7 @@ How patches are applied
 
 . Run the +<packagename>_PRE_PATCH_HOOKS+ commands if defined;
 
-. Cleanup the build directory from any existing +*.rej+ files;
+. Cleanup the build directory, removing any existing +*.rej+ files;
 
 . If +<packagename>_PATCH+ is defined, then patches from these
   tarballs are applied;
@@ -65,17 +65,17 @@ If something goes wrong in the steps _3_ or _4_, then the build fails.
 Format and licensing of the package patches
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Patches are released under the same license the software that is
+Patches are released under the same license as the software that is
 modified.
 
-A message explaining what does the patch and why should be add in the
-patch's header.
+A message explaining what the patch does, and why it is needed, should
+be added in the header commentary of the patch.
 
 You should add a +signed-off-by+ statement in the header of the each
-patch to help keeping track of the changes.
+patch to help with keeping track of the changes.
 
-If the software is under versionning, it is recommended to use the SCM
-software to generate the patch set.
+If the software is under version control, it is recommended to use the
+SCM software to generate the patch set.
 
 Otherwise, concatenate the header with the output of the
 +diff -purN source.c.orig source.c+ command.
@@ -107,10 +107,10 @@ AC_PROG_MAKE_SET
 Integrating patches found on the Web
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-When integrating a patch whom you are not the author, you have to add
-few things in the header of the patch itself.
+When integrating a patch of which you are not the author, you have to
+add a few things in the header of the patch itself.
 
-Depending on whether the patch has been pick-up from the project
+Depending on whether the patch has been obtained from the project
 repository itself, or from somewhere on the web, add one of the
 following tags:
 
@@ -124,5 +124,5 @@ or
 Fetch from: <some url>
 ---------------
 
-It is also possible to add few words about the changes that may have
-been necessary if any.
+It is also sensible to add a few words about any changes to the patch
+that may have been necessary.
diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
index 31d437d..36d8da7 100644
--- a/docs/manual/prerequisite.txt
+++ b/docs/manual/prerequisite.txt
@@ -4,13 +4,13 @@
 System requirements
 -------------------
 
-Buildroot is design to run on Linux system.
+Buildroot is designed to run on Linux systems.
 
 Buildroot needs some software to be already installed on the host
-system; hereafter the lists of the mandatory and optional packages
+system; here are the lists of the mandatory and optional packages
 (package names may vary between distributions).
 
-Take care of _installing both runtime and development data_, especially
+Take care to _install both runtime and development data_, especially
 for the libraries that may be packaged in 2 distinct packages.
 
 
@@ -58,7 +58,7 @@ Optional packages
 * Source fetching tools:
 +
 In the official tree, most of the package sources are retrieved
-using +wget+, few are only available through their +git+, +mercurial+,
+using +wget+; a few are only available through their +git+, +mercurial+,
 or +svn+ repository.
 +
 All other source fetching methods are implemented and may be used in a
diff --git a/docs/manual/rebuilding-packages.txt b/docs/manual/rebuilding-packages.txt
index a723d11..83f6a36 100644
--- a/docs/manual/rebuilding-packages.txt
+++ b/docs/manual/rebuilding-packages.txt
@@ -10,7 +10,7 @@ A full rebuild is achieved by running:
 $ make clean all
 ---------------
 
-In what cases, a full rebuild is mandatory:
+In some cases, a full rebuild is mandatory:
 
 * each time the toolchain properties are changed, this includes:
 
@@ -22,14 +22,14 @@ In what cases, a full rebuild is mandatory:
 
 * after removing some libraries from the package selection.
 
-In what cases, a full rebuild is recommended:
+In some cases, a full rebuild is recommended:
 
 * after adding some libraries to the package selection (otherwise,
   some packages that can be optionally linked against those libraries
   won't be rebuilt, so they won't support those new available
   features).
 
-In other cases, it is up to you to decide if you should or not run a
+In other cases, it is up to you to decide if you should run a
 full rebuild, but you should know what is impacted and understand what
 you are doing anyway.
 
@@ -81,7 +81,7 @@ files are relevant:
 Buildroot infrastructures.
 - Only toolchain packages remain using custom makefiles (i.e. do not
 use any Buildroot infrastructure).
-- Most packages and toolchain packages, if not all, will progressively
+- Most, if not all, packages and toolchain packages will progressively
 be ported over to the generic, autotools or CMake infrastructure,
 making it much easier to rebuild individual packages.
 
diff --git a/docs/manual/using.txt b/docs/manual/using.txt
index e8136f8..892caf5 100644
--- a/docs/manual/using.txt
+++ b/docs/manual/using.txt
@@ -56,8 +56,7 @@ This command will generally perform the following steps:
 
 * Download source files (as required)
 * Configure, build and install the cross-compiling toolchain using the
-  appropriate toolchain backend is used, or simply import a toolchain
-  if an external toolchain
+  appropriate toolchain backend, or simply import an external toolchain
 * Build/install selected target packages
 * Build a kernel image, if selected
 * Build a bootloader image, if selected
diff --git a/docs/manual/writing-rules.txt b/docs/manual/writing-rules.txt
index e0a5a2a..c32f855 100644
--- a/docs/manual/writing-rules.txt
+++ b/docs/manual/writing-rules.txt
@@ -3,7 +3,7 @@
 Writing rules
 -------------
 
-Overall, those writing rules are here to help you add new files in
+Overall, these writing rules are here to help you add new files in
 Buildroot or refactor existing ones.
 
 If you slightly modify some existing file, the important thing is

^ permalink raw reply related

* [Buildroot] [git commit] cpanminus: mark as broken
From: Peter Korsgaard @ 2012-11-16 21:24 UTC (permalink / raw)
  To: buildroot

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

cpanminus is currently responsible for about half of the autobuilder
failures, due to the missing dependency on host-qemu. However, even
with the host-qemu proposed by Arnout, cpanminus will still not work
properly: it will try to execute on the build machine executables
built for the target. While qemu is here to emulate the instruction
set, there is still the unsolved problem of kernel headers version
mismatch between the target and the build environments.

So the whole approach that consists in using host-qemu for building
simply cannot work properly, and until it is solved, the package
should be marked as broken.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/cpanminus/Config.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/cpanminus/Config.in b/package/cpanminus/Config.in
index b8b39dc..b10d211 100644
--- a/package/cpanminus/Config.in
+++ b/package/cpanminus/Config.in
@@ -1,5 +1,9 @@
 config BR2_PACKAGE_CPANMINUS
 	bool "cpanminus"
+	# Requires host-qemu, which cannot work properly due to kernel
+	# headers mismatch between the build environment and the
+	# target.
+	depends on BR2_BROKEN
 	help
 	  cpanminus is a script to get, unpack, build and install Perl modules
 	  from CPAN.

^ permalink raw reply related


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