Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] libhid: disable on avr32
From: Peter Korsgaard @ 2012-11-04  0:01 UTC (permalink / raw)
  To: buildroot

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

libhid uses timerfd, which is not yet available in the uClibc-0.9.31
that we have to rely on for avr32.  Since this is pretty much a corner
case, just disable libhid for avr32.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/libhid/Config.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/libhid/Config.in b/package/libhid/Config.in
index 093b98f..bd1cfcb 100644
--- a/package/libhid/Config.in
+++ b/package/libhid/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LIBHID
 	bool "libhid"
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
+	depends on !BR2_avr32 # timerfd not in uClibc-0.9.31
 	select BR2_PACKAGE_LIBUSB
 	select BR2_PACKAGE_LIBUSB_COMPAT
 	help
@@ -9,4 +10,4 @@ config BR2_PACKAGE_LIBHID
 	  http://libhid.alioth.debian.org
 
 comment "libhid needs a toolchain with thread support"
-	depends on !BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_TOOLCHAIN_HAS_THREADS && !BR2_avr32

^ permalink raw reply related

* [Buildroot] [PATCH] libhid: disable on avr32
From: Peter Korsgaard @ 2012-11-04  0:02 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1351963254-17491-1-git-send-email-arnout@mind.be>

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

 Arnout> libhid uses timerfd, which is not yet available in the uClibc-0.9.31
 Arnout> that we have to rely on for avr32.  Since this is pretty much a corner
 Arnout> case, just disable libhid for avr32.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] uClibc: use the Buildroot toolchain options instead of the hidden common options
From: Peter Korsgaard @ 2012-11-04  0:08 UTC (permalink / raw)
  To: buildroot

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

Since we are some day going to finally rename the badly named common
toolchain options (BR2_USE_WCHAR, BR2_ENABLE_LOCALE, BR2_INET_RPC,
etc.) into something more logical, let's start using the Buildroot
toolchain options in the uClibc code.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 toolchain/uClibc/uclibc.mk |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk
index 397cdd4..8cf59bc 100644
--- a/toolchain/uClibc/uclibc.mk
+++ b/toolchain/uClibc/uclibc.mk
@@ -230,19 +230,19 @@ ifneq ($(UCLIBC_TARGET_ENDIAN),)
 		-e 's/.*\(ARCH_WANTS_$(UCLIBC_TARGET_ENDIAN)_ENDIAN\).*/\1=y/g' \
 		$(UCLIBC_DIR)/.oldconfig
 endif
-ifeq ($(BR2_LARGEFILE),y)
+ifeq ($(BR2_TOOLCHAIN_BUILDROOT_LARGEFILE),y)
 	$(SED) 's,.*UCLIBC_HAS_LFS.*,UCLIBC_HAS_LFS=y,g' $(UCLIBC_DIR)/.oldconfig
 else
 	$(SED) 's,.*UCLIBC_HAS_LFS.*,UCLIBC_HAS_LFS=n,g' $(UCLIBC_DIR)/.oldconfig
 	$(SED) '/.*UCLIBC_HAS_FOPEN_LARGEFILE_MODE.*/d' $(UCLIBC_DIR)/.oldconfig
 	echo "# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set" >> $(UCLIBC_DIR)/.oldconfig
 endif
-ifeq ($(BR2_INET_IPV6),y)
+ifeq ($(BR2_TOOLCHAIN_BUILDROOT_INET_IPV6),y)
 	$(SED) 's,^.*UCLIBC_HAS_IPV6.*,UCLIBC_HAS_IPV6=y,g' $(UCLIBC_DIR)/.oldconfig
 else
 	$(SED) 's,^.*UCLIBC_HAS_IPV6.*,UCLIBC_HAS_IPV6=n,g' $(UCLIBC_DIR)/.oldconfig
 endif
-ifeq ($(BR2_INET_RPC),y)
+ifeq ($(BR2_TOOLCHAIN_BUILDROOT_INET_RPC),y)
 	$(SED) 's,^.*UCLIBC_HAS_RPC.*,UCLIBC_HAS_RPC=y,g' \
 		-e 's,^.*UCLIBC_HAS_FULL_RPC.*,UCLIBC_HAS_FULL_RPC=y,g' \
 		-e 's,^.*UCLIBC_HAS_REENTRANT_RPC.*,UCLIBC_HAS_REENTRANT_RPC=y,g' \
@@ -302,12 +302,12 @@ ifeq ($(BR2_PTHREAD_DEBUG),y)
 else
 	echo "# PTHREADS_DEBUG_SUPPORT is not set" >> $(UCLIBC_DIR)/.oldconfig
 endif
-ifeq ($(BR2_ENABLE_LOCALE),y)
+ifeq ($(BR2_TOOLCHAIN_BUILDROOT_LOCALE),y)
 	$(SED) 's,^.*UCLIBC_HAS_LOCALE.*,UCLIBC_HAS_LOCALE=y\n# UCLIBC_BUILD_ALL_LOCALE is not set\nUCLIBC_BUILD_MINIMAL_LOCALE=y\nUCLIBC_BUILD_MINIMAL_LOCALES="$(UCLIBC_LOCALES)"\nUCLIBC_PREGENERATED_LOCALE_DATA=n\nUCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA=n\nUCLIBC_HAS_XLOCALE=y\nUCLIBC_HAS_GLIBC_DIGIT_GROUPING=n\n,g' $(UCLIBC_DIR)/.oldconfig
 else
 	$(SED) 's,^.*UCLIBC_HAS_LOCALE.*,UCLIBC_HAS_LOCALE=n,g' $(UCLIBC_DIR)/.oldconfig
 endif
-ifeq ($(BR2_USE_WCHAR),y)
+ifeq ($(BR2_TOOLCHAIN_BUILDROOT_WCHAR),y)
 	$(SED) 's,^.*UCLIBC_HAS_WCHAR.*,UCLIBC_HAS_WCHAR=y,g' $(UCLIBC_DIR)/.oldconfig
 else
 	$(SED) 's,^.*UCLIBC_HAS_WCHAR.*,UCLIBC_HAS_WCHAR=n,g' $(UCLIBC_DIR)/.oldconfig

^ permalink raw reply related

* [Buildroot] [git commit] busybox: don't force FEATURE_NFS_MOUNT
From: Peter Korsgaard @ 2012-11-04  0:11 UTC (permalink / raw)
  To: buildroot

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

Instead of making the Busybox configuration more complicated by trying
to adjust it depending on whether RPC is available or not (which gets
complicated when RPC support can be provided by libtirpc), simplify
things by letting the user enable FEATURE_NFS_MOUNT or not depending
on whether RPC support is available or not.

Our default configuration do not enable FEATURE_NFS_MOUNT, so users
will not face any build problems by default. Only if they explicitly
enable FEATURE_NFS_MOUNT will they have to make sure that the
toolchain has RPC support, or that libtirpc is enabled (support for
this added in a followup patch).

[Peter: remove from CONFIGURE_CMDS as well]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/busybox/busybox.mk |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index 33f8633..2fa1aa5 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -81,17 +81,6 @@ define BUSYBOX_SET_IPV6
 endef
 endif
 
-# If RPC is enabled then enable nfs mounts
-ifeq ($(BR2_INET_RPC),y)
-define BUSYBOX_SET_RPC
-	$(call KCONFIG_ENABLE_OPT,CONFIG_FEATURE_MOUNT_NFS,$(BUSYBOX_BUILD_CONFIG))
-endef
-else
-define BUSYBOX_SET_RPC
-	$(call KCONFIG_DISABLE_OPT,CONFIG_FEATURE_MOUNT_NFS,$(BUSYBOX_BUILD_CONFIG))
-endef
-endif
-
 # If we're using static libs do the same for busybox
 ifeq ($(BR2_PREFER_STATIC_LIB),y)
 define BUSYBOX_PREFER_STATIC
@@ -170,7 +159,6 @@ BUSYBOX_POST_EXTRACT_HOOKS += BUSYBOX_COPY_CONFIG
 define BUSYBOX_CONFIGURE_CMDS
 	$(BUSYBOX_SET_LARGEFILE)
 	$(BUSYBOX_SET_IPV6)
-	$(BUSYBOX_SET_RPC)
 	$(BUSYBOX_PREFER_STATIC)
 	$(BUSYBOX_SET_MDEV)
 	$(BUSYBOX_NETKITBASE)

^ permalink raw reply related

* [Buildroot] [PATCH 01/18] uClibc: use the Buildroot toolchain options instead of the hidden common options
From: Peter Korsgaard @ 2012-11-04  0:11 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1849f29646ff6a451e17700961f988cb38e4e3a4.1351964808.git.thomas.petazzoni@free-electrons.com>

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

 Thomas> Since we are some day going to finally rename the badly named common
 Thomas> toolchain options (BR2_USE_WCHAR, BR2_ENABLE_LOCALE, BR2_INET_RPC,
 Thomas> etc.) into something more logical, let's start using the Buildroot
 Thomas> toolchain options in the uClibc code.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH 02/18] busybox: don't force FEATURE_NFS_MOUNT
From: Peter Korsgaard @ 2012-11-04  0:12 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <ce9a6aa9dfc0c6dc3496b272670a8370b638aa21.1351964808.git.thomas.petazzoni@free-electrons.com>

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

 Thomas> Instead of making the Busybox configuration more complicated by trying
 Thomas> to adjust it depending on whether RPC is available or not (which gets
 Thomas> complicated when RPC support can be provided by libtirpc), simplify
 Thomas> things by letting the user enable FEATURE_NFS_MOUNT or not depending
 Thomas> on whether RPC support is available or not.

 Thomas> Our default configuration do not enable FEATURE_NFS_MOUNT, so users
 Thomas> will not face any build problems by default. Only if they explicitly
 Thomas> enable FEATURE_NFS_MOUNT will they have to make sure that the
 Thomas> toolchain has RPC support, or that libtirpc is enabled (support for
 Thomas> this added in a followup patch).

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 Thomas> ---
 Thomas>  package/busybox/busybox.mk |   11 -----------
 Thomas>  1 file changed, 11 deletions(-)

 Thomas> diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
 Thomas> index 33f8633..306b46f 100644
 Thomas> --- a/package/busybox/busybox.mk
 Thomas> +++ b/package/busybox/busybox.mk
 Thomas> @@ -81,17 +81,6 @@ define BUSYBOX_SET_IPV6
 Thomas>  endef
 Thomas>  endif
 
 Thomas> -# If RPC is enabled then enable nfs mounts
 Thomas> -ifeq ($(BR2_INET_RPC),y)
 Thomas> -define BUSYBOX_SET_RPC
 Thomas> -	$(call KCONFIG_ENABLE_OPT,CONFIG_FEATURE_MOUNT_NFS,$(BUSYBOX_BUILD_CONFIG))
 Thomas> -endef
 Thomas> -else
 Thomas> -define BUSYBOX_SET_RPC
 Thomas> -	$(call KCONFIG_DISABLE_OPT,CONFIG_FEATURE_MOUNT_NFS,$(BUSYBOX_BUILD_CONFIG))
 Thomas> -endef
 Thomas> -endif

You forgot to remove it from BUSYBOX_CONFIGURE_CMDS. I've fixed that and
committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] toolchain-crosstool-ng: use the Crosstool-ng config options instead of the common hidden ones
From: Peter Korsgaard @ 2012-11-04  0:12 UTC (permalink / raw)
  To: buildroot

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

Since we are some day going to finally rename the badly named common
toolchain options (BR2_USE_WCHAR, BR2_ENABLE_LOCALE, BR2_INET_RPC,
etc.) into something more logical, let's start using the Crosstool-NG
toolchain options in the Crosstool-NG code.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 toolchain/toolchain-crosstool-ng/crosstool-ng.mk |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk
index e46bb20..5f9119d 100644
--- a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk
+++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk
@@ -268,7 +268,7 @@ CTNG_FIX_DOT_CONFIG_PATHS_SED += s:^(CT_SYSROOT_DIR_PREFIX)=.*:\1="":;
 ifeq ($(BR2_TOOLCHAIN_CTNG_uClibc),y)
 
 # Handle the locales option
-ifneq ($(call qstrip,$(BR2_ENABLE_LOCALE)),)
+ifneq ($(call qstrip,$(BR2_TOOLCHAIN_CTNG_uClibc_LOCALE)),)
 CTNG_FIX_DOT_CONFIG_SED += s:^\# (CT_LIBC_UCLIBC_LOCALES) is not set:\1=y\n\# CT_LIBC_UCLIBC_LOCALES_PREGEN_DATA is not set:;
 CTNG_FIX_DOT_CONFIG_SED += s:^(CT_LIBC_UCLIBC_LOCALES_PREGEN_DATA)=.*:\# \1 is not set:;
 else
@@ -276,28 +276,28 @@ CTNG_FIX_DOT_CONFIG_SED += s:^(CT_LIBC_UCLIBC_LOCALES)=.*:\# \1 is not set:;
 endif
 
 # Handle the wide-char option
-ifneq ($(call qstrip,$(BR2_USE_WCHAR)),)
+ifneq ($(call qstrip,$(BR2_TOOLCHAIN_CTNG_uClibc_WCHAR)),)
 CTNG_FIX_DOT_CONFIG_SED += s:^\# (CT_LIBC_UCLIBC_WCHAR) is not set:\1=y:;
 else
 CTNG_FIX_DOT_CONFIG_SED += s:^(CT_LIBC_UCLIBC_WCHAR)=.*:\# \1 is not set:;
 endif
 
 # Handle the LFS option
-ifneq ($(call qstrip,$(BR2_LARGEFILE)),)
+ifneq ($(call qstrip,$(BR2_TOOLCHAIN_CTNG_uClibc_LARGEFILE)),)
 CTNG_FIX_DOT_CONFIG_LIBC_SED += s:^\# (UCLIBC_HAS_LFS) is not set:\1=y:;
 else
 CTNG_FIX_DOT_CONFIG_LIBC_SED += s:^(UCLIBC_HAS_LFS)=.*:\# \1 is not set:;
 endif
 
 # Handle the IPv6 option
-ifneq ($(call qstrip,$(BR2_INET_IPV6)),)
+ifneq ($(call qstrip,$(BR2_TOOLCHAIN_CTNG_uClibc_INET_IPV6)),)
 CTNG_FIX_DOT_CONFIG_LIBC_SED += s:^\# (UCLIBC_HAS_IPV6) is not set:\1=y:;
 else
 CTNG_FIX_DOT_CONFIG_LIBC_SED += s:^(UCLIBC_HAS_IPV6)=.*:\# \1 is not set:;
 endif
 
 # Handle the RPC option
-ifneq ($(call qstrip,$(BR2_INET_RPC)),)
+ifneq ($(call qstrip,$(BR2_TOOLCHAIN_CTNG_uClibc_INET_RPC)),)
 CTNG_FIX_DOT_CONFIG_LIBC_SED += s:^\# (UCLIBC_HAS_RPC) is not set:\1=y\nUCLIBC_HAS_FULL_RPC=y\nUCLIBC_HAS_REENTRANT_RPC=y:;
 CTNG_FIX_DOT_CONFIG_LIBC_SED += s:^\# (UCLIBC_HAS_FULL_RPC) is not set:\1=y:;
 CTNG_FIX_DOT_CONFIG_LIBC_SED += s:^\# (UCLIBC_HAS_REENTRANT_RPC) is not set:\1=y:;

^ permalink raw reply related

* [Buildroot] [PATCH 03/18] toolchain-crosstool-ng: use the Crosstool-ng config options instead of the common hidden ones
From: Peter Korsgaard @ 2012-11-04  0:13 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <cfe1f812fb80ad1cdbd18ea18cf08e0557773d96.1351964808.git.thomas.petazzoni@free-electrons.com>

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

 Thomas> Since we are some day going to finally rename the badly named common
 Thomas> toolchain options (BR2_USE_WCHAR, BR2_ENABLE_LOCALE, BR2_INET_RPC,
 Thomas> etc.) into something more logical, let's start using the Crosstool-NG
 Thomas> toolchain options in the Crosstool-NG code.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] Rename BR2_INET_RPC to BR2_TOOLCHAIN_HAS_NATIVE_RPC
From: Peter Korsgaard @ 2012-11-04  0:14 UTC (permalink / raw)
  To: buildroot

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

The BR2_INET_RPC has for a long time been a not very descriptive
configuration option name, and with the advent of non-RPC glibc
toolchains and the apparition of libtirpc, we really need to rename it
to something more sensible, BR2_TOOLCHAIN_HAS_NATIVE_RPC.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/lmbench/Config.in                  |    4 ++--
 package/netkitbase/Config.in               |    4 ++--
 package/netkittelnet/Config.in             |    4 ++--
 package/nfs-utils/Config.in                |    4 ++--
 package/portmap/Config.in                  |    4 ++--
 package/quota/Config.in                    |    4 ++--
 package/samba/samba.mk                     |    2 +-
 package/xinetd/xinetd.mk                   |    2 +-
 toolchain/helpers.mk                       |    4 ++--
 toolchain/toolchain-buildroot/Config.in.2  |    2 +-
 toolchain/toolchain-common.in              |    2 +-
 toolchain/toolchain-crosstool-ng/Config.in |   10 +++++++---
 toolchain/toolchain-external/Config.in     |   14 +++++++-------
 toolchain/toolchain-external/ext-tool.mk   |    8 ++++----
 14 files changed, 36 insertions(+), 32 deletions(-)

diff --git a/package/lmbench/Config.in b/package/lmbench/Config.in
index c8423d1..70449b6 100644
--- a/package/lmbench/Config.in
+++ b/package/lmbench/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_LMBENCH
 	bool "lmbench"
 	# Uses pmap_set, pmap__unset, pmap_getport, etc.
-	depends on BR2_INET_RPC
+	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	help
 	  LMbench is a suite of simple, portable,
 	  ANSI/C microbenchmarks for UNIX/POSIX.
@@ -9,4 +9,4 @@ config BR2_PACKAGE_LMBENCH
 	  http://sourceforge.net/projects/lmbench/
 
 comment "lmbench requires a toolchain with RPC support"
-	depends on !BR2_INET_RPC
+	depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
diff --git a/package/netkitbase/Config.in b/package/netkitbase/Config.in
index 725e500..75bd728 100644
--- a/package/netkitbase/Config.in
+++ b/package/netkitbase/Config.in
@@ -1,10 +1,10 @@
 config BR2_PACKAGE_NETKITBASE
 	bool "netkitbase"
-	depends on BR2_INET_RPC
+	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	help
 	  Old-style inetd.
 
 	  ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
 
 comment "netkitbase requires a toolchain with RPC support"
-        depends on !BR2_INET_RPC
+        depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
diff --git a/package/netkittelnet/Config.in b/package/netkittelnet/Config.in
index 058d210..10eb022 100644
--- a/package/netkittelnet/Config.in
+++ b/package/netkittelnet/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_NETKITTELNET
 	bool "netkittelnet"
-	depends on BR2_INET_RPC
+	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_PACKAGE_NETKITBASE
 	help
 	  Standard Linux telnet client and server.
@@ -8,4 +8,4 @@ config BR2_PACKAGE_NETKITTELNET
 	  ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
 
 comment "netkittelnet requires a toolchain with RPC support"
-	depends on !BR2_INET_RPC
+	depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in
index 67d25a7..c87502f 100644
--- a/package/nfs-utils/Config.in
+++ b/package/nfs-utils/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_NFS_UTILS
 	bool "nfs-utils"
-	depends on BR2_INET_RPC
+	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	depends on BR2_LARGEFILE
 	select BR2_PACKAGE_PORTMAP
 	help
@@ -11,7 +11,7 @@ config BR2_PACKAGE_NFS_UTILS
 	  http://sourceforge.net/projects/nfs
 
 comment "nfs-utils requires a toolchain with RPC and LARGEFILE support"
-	depends on !BR2_INET_RPC || !BR2_LARGEFILE
+	depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC || !BR2_LARGEFILE
 
 menu "NFS utilities selection"
 	depends on BR2_PACKAGE_NFS_UTILS
diff --git a/package/portmap/Config.in b/package/portmap/Config.in
index 5914357..f017cb6 100644
--- a/package/portmap/Config.in
+++ b/package/portmap/Config.in
@@ -1,10 +1,10 @@
 config BR2_PACKAGE_PORTMAP
 	bool "portmap"
-	depends on BR2_INET_RPC
+	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	help
 	  The standard portmapper for RPC services.
 
 	  http://neil.brown.name/portmap/
 
 comment "portmap requires a toolchain with RPC support"
-	depends on !BR2_INET_RPC
+	depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
diff --git a/package/quota/Config.in b/package/quota/Config.in
index 3ad0b8c..a26f91f 100644
--- a/package/quota/Config.in
+++ b/package/quota/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_QUOTA
 	bool "quota"
-	depends on BR2_INET_RPC
+	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	depends on BR2_LARGEFILE
 	depends on BR2_USE_WCHAR
 	select BR2_PACKAGE_UTIL_LINUX
@@ -12,4 +12,4 @@ config BR2_PACKAGE_QUOTA
 	  http://sourceforge.net/projects/linuxquota/
 
 comment "quota requires a toolchain with RPC + LARGEFILE + WCHAR support"
-	depends on !(BR2_INET_RPC && BR2_LARGEFILE && BR2_USE_WCHAR)
+	depends on !(BR2_TOOLCHAIN_HAS_NATIVE_RPC && BR2_LARGEFILE && BR2_USE_WCHAR)
diff --git a/package/samba/samba.mk b/package/samba/samba.mk
index 06f58d6..dec60d0 100644
--- a/package/samba/samba.mk
+++ b/package/samba/samba.mk
@@ -51,7 +51,7 @@ SAMBA_CONF_OPT = \
 	\
 	--without-cluster-support \
 	--without-dnsupdate \
-	$(if $(BR2_INET_RPC),--with-sys-quotas,--without-sys-quotas) \
+	$(if $(BR2_TOOLCHAIN_HAS_NATIVE_RPC),--with-sys-quotas,--without-sys-quotas) \
 	--without-ads \
 	--without-ldap \
 	--with-included-iniparser \
diff --git a/package/xinetd/xinetd.mk b/package/xinetd/xinetd.mk
index 4fc2de9..a420425 100644
--- a/package/xinetd/xinetd.mk
+++ b/package/xinetd/xinetd.mk
@@ -9,7 +9,7 @@ XINETD_SITE          = http://www.xinetd.org
 XINETD_LICENSE       = xinetd license
 XINETD_LICENSE_FILES = COPYRIGHT
 
-ifneq ($(BR2_INET_RPC),y)
+ifneq ($(BR2_TOOLCHAIN_HAS_NATIVE_RPC),y)
 XINETD_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -DNO_RPC"
 endif
 
diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk
index 497cfff..34e9c17 100644
--- a/toolchain/helpers.mk
+++ b/toolchain/helpers.mk
@@ -202,7 +202,7 @@ check_glibc = \
 	fi; \
 	$(call check_glibc_feature,BR2_LARGEFILE,Large file support) ;\
 	$(call check_glibc_feature,BR2_INET_IPV6,IPv6 support) ;\
-	$(call check_glibc_feature,BR2_INET_RPC,RPC support) ;\
+	$(call check_glibc_feature,BR2_TOOLCHAIN_HAS_NATIVE_RPC,RPC support) ;\
 	$(call check_glibc_feature,BR2_ENABLE_LOCALE,Locale support) ;\
 	$(call check_glibc_feature,BR2_USE_MMU,MMU support) ;\
 	$(call check_glibc_feature,BR2_USE_WCHAR,Wide char support)
@@ -248,7 +248,7 @@ check_uclibc = \
 	$(call check_uclibc_feature,__ARCH_USE_MMU__,BR2_USE_MMU,$${UCLIBC_CONFIG_FILE},MMU support) ;\
 	$(call check_uclibc_feature,__UCLIBC_HAS_LFS__,BR2_LARGEFILE,$${UCLIBC_CONFIG_FILE},Large file support) ;\
 	$(call check_uclibc_feature,__UCLIBC_HAS_IPV6__,BR2_INET_IPV6,$${UCLIBC_CONFIG_FILE},IPv6 support) ;\
-	$(call check_uclibc_feature,__UCLIBC_HAS_RPC__,BR2_INET_RPC,$${UCLIBC_CONFIG_FILE},RPC support) ;\
+	$(call check_uclibc_feature,__UCLIBC_HAS_RPC__,BR2_TOOLCHAIN_HAS_NATIVE_RPC,$${UCLIBC_CONFIG_FILE},RPC support) ;\
 	$(call check_uclibc_feature,__UCLIBC_HAS_LOCALE__,BR2_ENABLE_LOCALE,$${UCLIBC_CONFIG_FILE},Locale support) ;\
 	$(call check_uclibc_feature,__UCLIBC_HAS_WCHAR__,BR2_USE_WCHAR,$${UCLIBC_CONFIG_FILE},Wide char support) ;\
 	$(call check_uclibc_feature,__UCLIBC_HAS_THREADS__,BR2_TOOLCHAIN_HAS_THREADS,$${UCLIBC_CONFIG_FILE},Thread support) ;\
diff --git a/toolchain/toolchain-buildroot/Config.in.2 b/toolchain/toolchain-buildroot/Config.in.2
index 7580946..956ec2f 100644
--- a/toolchain/toolchain-buildroot/Config.in.2
+++ b/toolchain/toolchain-buildroot/Config.in.2
@@ -20,7 +20,7 @@ config BR2_TOOLCHAIN_BUILDROOT_INET_IPV6
 
 config BR2_TOOLCHAIN_BUILDROOT_INET_RPC
 	bool "Enable RPC support"
-	select BR2_INET_RPC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	help
 	  Enable this option if you want your toolchain to support
 	  RPC (needed for NFS, for example).
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in
index 10950ba..4c2a28b 100644
--- a/toolchain/toolchain-common.in
+++ b/toolchain/toolchain-common.in
@@ -11,7 +11,7 @@ config BR2_LARGEFILE
 config BR2_INET_IPV6
 	bool
 
-config BR2_INET_RPC
+config BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	bool
 
 config BR2_USE_WCHAR
diff --git a/toolchain/toolchain-crosstool-ng/Config.in b/toolchain/toolchain-crosstool-ng/Config.in
index 35ea2b1..9cd5ca5 100644
--- a/toolchain/toolchain-crosstool-ng/Config.in
+++ b/toolchain/toolchain-crosstool-ng/Config.in
@@ -14,7 +14,9 @@ config BR2_TOOLCHAIN_CTNG_eglibc
 	bool "eglibc"
 	select BR2_LARGEFILE
 	select BR2_INET_IPV6
-	select BR2_INET_RPC
+	# Our default ct-ng configuration uses eglibc 2.12, which has
+	# native RPC support
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_ENABLE_LOCALE
 	select BR2_USE_WCHAR
 
@@ -22,7 +24,9 @@ config BR2_TOOLCHAIN_CTNG_glibc
 	bool "glibc"
 	select BR2_LARGEFILE
 	select BR2_INET_IPV6
-	select BR2_INET_RPC
+	# Our default ct-ng configuration uses glibc 2.9, which has
+	# native RPC support
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_ENABLE_LOCALE
 	select BR2_USE_WCHAR
 
@@ -66,7 +70,7 @@ config BR2_TOOLCHAIN_CTNG_uClibc_INET_IPV6
 
 config BR2_TOOLCHAIN_CTNG_uClibc_INET_RPC
 	bool "Enable RPC support"
-	select BR2_INET_RPC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	help
 	  Enable this option if you want your toolchain to support
 	  RPC (needed for NFS, for example).
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index e28b309..595864b 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -450,7 +450,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103
 	depends on BR2_sh2a
 	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
 	select BR2_LARGEFILE
-	select BR2_INET_RPC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_USE_WCHAR
 	select BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
@@ -467,7 +467,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
 	depends on BR2_sh2a
 	select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
 	select BR2_LARGEFILE
-	select BR2_INET_RPC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_USE_WCHAR
 	select BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
@@ -528,7 +528,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
 	select BR2_INSTALL_LIBSTDCPP
 	select BR2_LARGEFILE
 	select BR2_INET_IPV6
-	select BR2_INET_RPC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_USE_WCHAR
 	select BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
@@ -543,7 +543,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1
 	select BR2_INSTALL_LIBSTDCPP
 	select BR2_LARGEFILE
 	select BR2_INET_IPV6
-	select BR2_INET_RPC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_USE_WCHAR
 	select BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
@@ -558,7 +558,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1
 	select BR2_INSTALL_LIBSTDCPP
 	select BR2_LARGEFILE
 	select BR2_INET_IPV6
-	select BR2_INET_RPC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_USE_WCHAR
 	select BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
@@ -678,7 +678,7 @@ config BR2_TOOLCHAIN_EXTERNAL_GLIBC
 	bool
 	select BR2_LARGEFILE
 	select BR2_INET_IPV6
-	select BR2_INET_RPC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_USE_WCHAR
 	select BR2_ENABLE_LOCALE
 	select BR2_TOOLCHAIN_HAS_THREADS
@@ -732,7 +732,7 @@ config BR2_TOOLCHAIN_EXTERNAL_INET_IPV6
 
 config BR2_TOOLCHAIN_EXTERNAL_INET_RPC
 	bool "Toolchain has RPC support?"
-	select BR2_INET_RPC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	help
 	  Select this option if your external toolchain supports
 	  RPC. If you don't know, leave the default value, Buildroot
diff --git a/toolchain/toolchain-external/ext-tool.mk b/toolchain/toolchain-external/ext-tool.mk
index c56f0a7..f05d9eb 100644
--- a/toolchain/toolchain-external/ext-tool.mk
+++ b/toolchain/toolchain-external/ext-tool.mk
@@ -24,10 +24,10 @@
 #  the Buildroot configuration system knows whether the toolchain
 #  supports RPC, IPv6, locales, large files, etc. Unfortunately, these
 #  things cannot be detected automatically, since the value of these
-#  options (such as BR2_INET_RPC) are needed at configuration time
-#  because these options are used as dependencies for other
-#  options. And at configuration time, we are not able to retrieve the
-#  external toolchain configuration.
+#  options (such as BR2_TOOLCHAIN_HAS_NATIVE_RPC) are needed at
+#  configuration time because these options are used as dependencies
+#  for other options. And at configuration time, we are not able to
+#  retrieve the external toolchain configuration.
 #
 #  3. Copy the libraries needed at runtime to the target directory,
 #  $(TARGET_DIR). Obviously, things such as the C library, the dynamic

^ permalink raw reply related

* [Buildroot] [PATCH 04/18] Rename BR2_INET_RPC to BR2_TOOLCHAIN_HAS_NATIVE_RPC
From: Peter Korsgaard @ 2012-11-04  0:15 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <df263474cae4ecb6cf8100906a8093bf2dab2c29.1351964808.git.thomas.petazzoni@free-electrons.com>

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

 Thomas> The BR2_INET_RPC has for a long time been a not very descriptive
 Thomas> configuration option name, and with the advent of non-RPC glibc
 Thomas> toolchains and the apparition of libtirpc, we really need to rename it
 Thomas> to something more sensible, BR2_TOOLCHAIN_HAS_NATIVE_RPC.

Committed, thanks.
 
-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] netkitbase: mark as deprecated
From: Peter Korsgaard @ 2012-11-04  0:18 UTC (permalink / raw)
  To: buildroot

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

It is no longer being developed, the FTP is dead, and Debian has
removed it from the distribution.

Also it allows to not worry about adding RPC support through libtirpc
to this package.

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

diff --git a/package/netkitbase/Config.in b/package/netkitbase/Config.in
index 75bd728..dd9166c 100644
--- a/package/netkitbase/Config.in
+++ b/package/netkitbase/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_NETKITBASE
 	bool "netkitbase"
 	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
+	depends on BR2_DEPRECATED
 	help
 	  Old-style inetd.
 

^ permalink raw reply related

* [Buildroot] [PATCH 17/18] netkitbase: mark as deprecated
From: Peter Korsgaard @ 2012-11-04  0:18 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <bbf044155e3134db1522481725076c32a6473fdd.1351964808.git.thomas.petazzoni@free-electrons.com>

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

 Thomas> It is no longer being developed, the FTP is dead, and Debian has
 Thomas> removed it from the distribution.

 Thomas> Also it allows to not worry about adding RPC support through libtirpc
 Thomas> to this package.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH 18/18] netkittelnet: mark as deprecated
From: Peter Korsgaard @ 2012-11-04  0:18 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <0003a7e4a071871640d8d842c6838611bf210ae5.1351964808.git.thomas.petazzoni@free-electrons.com>

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

 Thomas> It is no longer being developed, the FTP is dead, and Debian has
 Thomas> removed it from the distribution.

 Thomas> Also it allows to not worry about adding RPC support through libtirpc
 Thomas> to this package.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] netkittelnet: mark as deprecated
From: Peter Korsgaard @ 2012-11-04  0:19 UTC (permalink / raw)
  To: buildroot

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

It is no longer being developed, the FTP is dead, and Debian has
removed it from the distribution.

Also it allows to not worry about adding RPC support through libtirpc
to this package.

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

diff --git a/package/netkittelnet/Config.in b/package/netkittelnet/Config.in
index 10eb022..1f11d88 100644
--- a/package/netkittelnet/Config.in
+++ b/package/netkittelnet/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_NETKITTELNET
 	bool "netkittelnet"
 	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
+	depends on BR2_DEPRECATED
 	select BR2_PACKAGE_NETKITBASE
 	help
 	  Standard Linux telnet client and server.

^ permalink raw reply related

* [Buildroot] [git commit] toolchain-external: improve glibc support to test availability of RPC
From: Peter Korsgaard @ 2012-11-04  0:22 UTC (permalink / raw)
  To: buildroot

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

Basically, the BR2_TOOLCHAIN_EXTERNAL_GLIBC option no longer
unconditionally selects BR2_TOOLCHAIN_HAS_NATIVE_RPC since there are
glibc toolchains that don't have RPC support. All the predefined
toolchain profiles are updated to take into account this change: for
the moment, all glibc toolchains that have pre-defined toolchains have
RPC support, but further patches in the series add pre-defined glibc
toolchains that don't have RPC support. In the case of custom glibc
toolchains, a question is asked to the user so that he can say whether
the external glibc toolchain has RPC support or not. The validity of
this configuration option is checked by the new
check_glibc_rpc_feature function in helpers.mk.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 toolchain/helpers.mk                   |   27 +++++++++++++++++++----
 toolchain/toolchain-external/Config.in |   37 ++++++++++++++++++++++++-------
 2 files changed, 50 insertions(+), 14 deletions(-)

diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk
index 34e9c17..1509ff8 100644
--- a/toolchain/helpers.mk
+++ b/toolchain/helpers.mk
@@ -172,9 +172,10 @@ create_lib64_symlinks = \
 	(cd $(STAGING_DIR)/usr ; ln -s lib lib64)
 
 #
-# Check the availability of a particular glibc feature. We assume that
-# all Buildroot toolchain options are supported by glibc, so we just
-# check that they are enabled.
+# Check the availability of a particular glibc feature. This function
+# is used to check toolchain options that are always supported by
+# glibc, so we simply check that the corresponding option is properly
+# enabled.
 #
 # $1: Buildroot option name
 # $2: feature description
@@ -186,6 +187,22 @@ check_glibc_feature = \
 	fi
 
 #
+# Check the availability of RPC support in a glibc toolchain
+#
+# $1: sysroot directory
+#
+check_glibc_rpc_feature = \
+	IS_IN_LIBC=`test -f $(1)/usr/include/rpc/rpc.h && echo y` ; \
+	if [ "$(BR2_TOOLCHAIN_HAS_NATIVE_RPC)" != "y" -a "$${IS_IN_LIBC}" = "y" ] ; then \
+		echo "RPC support available in C library, please enable BR2_TOOLCHAIN_HAS_NATIVE_RPC" ; \
+		exit 1 ; \
+	fi ; \
+	if [ "$(BR2_TOOLCHAIN_HAS_NATIVE_RPC)" = "y" -a "$${IS_IN_LIBC}" != "y" ] ; then \
+		echo "RPC support not available in C library, please disable BR2_TOOLCHAIN_HAS_NATIVE_RPC" ; \
+		exit 1 ; \
+	fi
+
+#
 # Check the correctness of a glibc external toolchain configuration.
 #  1. Check that the C library selected in Buildroot matches the one
 #     of the external toolchain
@@ -202,10 +219,10 @@ check_glibc = \
 	fi; \
 	$(call check_glibc_feature,BR2_LARGEFILE,Large file support) ;\
 	$(call check_glibc_feature,BR2_INET_IPV6,IPv6 support) ;\
-	$(call check_glibc_feature,BR2_TOOLCHAIN_HAS_NATIVE_RPC,RPC support) ;\
 	$(call check_glibc_feature,BR2_ENABLE_LOCALE,Locale support) ;\
 	$(call check_glibc_feature,BR2_USE_MMU,MMU support) ;\
-	$(call check_glibc_feature,BR2_USE_WCHAR,Wide char support)
+	$(call check_glibc_feature,BR2_USE_WCHAR,Wide char support) ;\
+	$(call check_glibc_rpc_feature,$${SYSROOT_DIR})
 
 #
 # Check the conformity of Buildroot configuration with regard to the
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 595864b..4f6934e 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -8,6 +8,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_10
 	depends on BR2_arm
 	depends on BR2_cortex_a8 || BR2_cortex_a9
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Linaro toolchain for the ARM architecture. It uses Linaro
@@ -24,6 +25,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_09
 	depends on BR2_arm
 	depends on BR2_cortex_a8 || BR2_cortex_a9
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Linaro toolchain for the ARM architecture. It uses Linaro
@@ -40,6 +42,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_08
 	depends on BR2_arm
 	depends on BR2_cortex_a8 || BR2_cortex_a9
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Linaro toolchain for the ARM architecture. It uses Linaro
@@ -56,6 +59,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_07
 	depends on BR2_arm
 	depends on BR2_cortex_a8 || BR2_cortex_a9
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Linaro toolchain for the ARM architecture. It uses Linaro
@@ -72,6 +76,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_06
 	depends on BR2_arm
 	depends on BR2_cortex_a8 || BR2_cortex_a9
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Linaro toolchain for the ARM architecture. It uses Linaro
@@ -108,6 +113,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
 	bool "Sourcery CodeBench ARM 2011.09"
 	depends on BR2_arm
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the ARM architecture, from
@@ -129,6 +135,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
 	bool "Sourcery CodeBench ARM 2011.03"
 	depends on BR2_arm
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the ARM architecture, from
@@ -150,6 +157,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201009
 	bool "Sourcery CodeBench ARM 2010.09"
 	depends on BR2_arm
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the ARM architecture, from
@@ -171,6 +179,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2010Q1
 	bool "Sourcery CodeBench ARM 2010q1"
 	depends on BR2_arm
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the ARM architecture, from
@@ -192,6 +201,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201109
 	bool "Sourcery CodeBench MIPS 2011.09"
 	depends on BR2_mips || BR2_mipsel
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the MIPS architecture, from
@@ -259,6 +269,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201103
 	bool "Sourcery CodeBench MIPS 2011.03"
 	depends on BR2_mips || BR2_mipsel
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the MIPS architecture, from
@@ -308,6 +319,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS44
 	bool "Sourcery CodeBench MIPS 4.4"
 	depends on BR2_mips || BR2_mipsel
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the MIPS architecture, from
@@ -357,6 +369,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
 	bool "Sourcery CodeBench PowerPC 2011.03"
 	depends on BR2_powerpc
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the PowerPC architecture,
@@ -384,6 +397,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
 	bool "Sourcery CodeBench PowerPC 2010.09"
 	depends on BR2_powerpc
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the PowerPC architecture,
@@ -411,6 +425,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
 	bool "Sourcery CodeBench SH 2011.03"
 	depends on BR2_sh4a || BR2_sh4aeb
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the SuperH architecture,
@@ -430,6 +445,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009
 	bool "Sourcery CodeBench SH 2010.09"
 	depends on BR2_sh4a || BR2_sh4aeb
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the SuperH architecture,
@@ -483,6 +499,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109
 	bool "Sourcery CodeBench x86/x86_64 2011.09"
 	depends on BR2_i386 || BR2_x86_64
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the x86/x86_64
@@ -504,6 +521,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201009
 	bool "Sourcery CodeBench x86/x86_64 2010.09"
 	depends on BR2_i386 || BR2_x86_64
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_INSTALL_LIBSTDCPP
 	help
 	  Sourcery CodeBench toolchain for the x86/x86_64
@@ -570,6 +588,7 @@ config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
 	bool "Xilinx Little Endian Microblaze GNU Tools"
 	depends on BR2_microblazeel
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	help
 	  Toolchain for the Microblaze architecture, from
 	  http://wiki.xilinx.com/mb-gnu-tools
@@ -578,6 +597,7 @@ config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
 	bool "Xilinx Big Endian Microblaze GNU Tools"
 	depends on BR2_microblazebe
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	help
 	  Toolchain for the Microblaze architecture, from
 	  http://wiki.xilinx.com/mb-gnu-tools
@@ -678,7 +698,6 @@ config BR2_TOOLCHAIN_EXTERNAL_GLIBC
 	bool
 	select BR2_LARGEFILE
 	select BR2_INET_IPV6
-	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
 	select BR2_USE_WCHAR
 	select BR2_ENABLE_LOCALE
 	select BR2_TOOLCHAIN_HAS_THREADS
@@ -730,14 +749,6 @@ config BR2_TOOLCHAIN_EXTERNAL_INET_IPV6
 	  IPv6. If you don't know, leave the default value, Buildroot
 	  will tell you if it's correct or not.
 
-config BR2_TOOLCHAIN_EXTERNAL_INET_RPC
-	bool "Toolchain has RPC support?"
-	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
-	help
-	  Select this option if your external toolchain supports
-	  RPC. If you don't know, leave the default value, Buildroot
-	  will tell you if it's correct or not.
-
 config BR2_TOOLCHAIN_EXTERNAL_WCHAR
 	bool "Toolchain has WCHAR support?"
 	select BR2_USE_WCHAR
@@ -776,6 +787,14 @@ config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG
 
 endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
 
+config BR2_TOOLCHAIN_EXTERNAL_INET_RPC
+	bool "Toolchain has RPC support?"
+	select BR2_TOOLCHAIN_HAS_NATIVE_RPC
+	help
+	  Select this option if your external toolchain supports
+	  RPC. If you don't know, leave the default value, Buildroot
+	  will tell you if it's correct or not.
+
 config BR2_TOOLCHAIN_EXTERNAL_CXX
 	bool "Toolchain has C++ support?"
 	select BR2_INSTALL_LIBSTDCPP

^ permalink raw reply related

* [Buildroot] [PATCH 06/18] libtirpc: new package
From: Peter Korsgaard @ 2012-11-04  0:47 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <045efa9091a2b75fca45da07eeeb107d90418771.1351964808.git.thomas.petazzoni@free-electrons.com>

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

Hi,

 Thomas> +++ b/package/libtirpc/libtirpc.mk
 Thomas> @@ -0,0 +1,17 @@
 Thomas> +#############################################################
 Thomas> +#
 Thomas> +# libtirpc
 Thomas> +#
 Thomas> +#############################################################
 Thomas> +
 Thomas> +LIBTIRPC_VERSION = 0.2.2
 Thomas> +LIBTIRPC_SOURCE = libtirpc-$(LIBTIRPC_VERSION).tar.bz2
 Thomas> +LIBTIRPC_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/libtirpc/libtirpc/$(LIBTIRPC_VERSION)
 Thomas> +LIBTIRPC_LICENSE = BSD-3c
 Thomas> +LIBTIRPC_LICENSE_FILES = COPYING
 Thomas> +
 Thomas> +LIBTIRPC_INSTALL_STAGING = YES
 Thomas> +LIBTIRPC_AUTORECONF = YES
 Thomas> +LIBTIRPC_DEPENDENCIES = host-pkg-config

It is called host-pkgconf now. Why do we need it if libtirpc doesn't
have any other dependencies?

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH 3/3] arch: improve definition of gcc mtune, mcpu, etc.
From: Arnout Vandecappelle @ 2012-11-04  3:08 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <9b972f2db74b874534b3548249241f5bccc1d7cf.1351967245.git.thomas.petazzoni@free-electrons.com>

On 11/03/12 19:28, Thomas Petazzoni wrote:
> As suggested by Yann E. Morin, there is a better way than our current
> big Config.in.common to define the gcc mtune, mcpu, march,
> etc. values. We can split the setting of those values in each
> architecture file, which makes a lot more sense.
>
> Therefore, the Config.in file now creates empty kconfig variables
> BR2_ARCH, BR2_ENDIAN, BR2_GCC_TARGET_TUNE, BR2_GCC_TARGET_ARCH,
> BR2_GCC_TARGET_ABI and BR2_GCC_TARGET_CPU. The values of those
> variables are set by the individual Config.in.<arch>  files. This is
> possible because such files are now only conditionally included
> depending on the top-level architecture that has been selected.
>
> Signed-off-by: Thomas Petazzoni<thomas.petazzoni@free-electrons.com>

  Barring a few details:
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
  (untested)

Checked by sorting everything and taking the diff with the original.
Also checked completeness of BR2_ENDIAN (which is now much easier).


[snip]
> diff --git a/arch/Config.in.aarch64 b/arch/Config.in.aarch64
> new file mode 100644
> index 0000000..4c68a37
> --- /dev/null
> +++ b/arch/Config.in.aarch64
> @@ -0,0 +1,5 @@
> +config BR2_ARCH
> +	default "aarch64"	if BR2_aarch64

  Isn't this condition redundant?

> +
> +config BR2_ENDIAN
> +	default "LITTLE"
> diff --git a/arch/Config.in.arm b/arch/Config.in.arm
> index 8d9db3c..2acedc4 100644
> --- a/arch/Config.in.arm
> +++ b/arch/Config.in.arm
> @@ -60,3 +60,55 @@ config BR2_ARM_OABI
>   	depends on !BR2_GCC_VERSION_4_7_X
>   endchoice
>
> +config BR2_ARCH
> +	default "arm"	if BR2_arm
> +	default "armeb"	if BR2_armeb
> +
> +config BR2_ENDIAN
> +	default "LITTLE" if BR2_arm
> +	default "BIG"	 if BR2_armeb
> +
> +config BR2_GCC_TARGET_TUNE
> +	default arm600		if BR2_arm600

  Yann suggested to add quotes here.

[snip]
> diff --git a/arch/Config.in.avr32 b/arch/Config.in.avr32
> new file mode 100644
> index 0000000..ebf8454
> --- /dev/null
> +++ b/arch/Config.in.avr32
> @@ -0,0 +1,5 @@
> +config BR2_ARCH
> +       default "avr32"
> +
> +config BR2_ENDIAN
> +       default "BIG"

  spaces -> tab

> diff --git a/arch/Config.in.bfin b/arch/Config.in.bfin
> index 1823bde..0b137ae 100644
> --- a/arch/Config.in.bfin
> +++ b/arch/Config.in.bfin
> @@ -8,3 +8,9 @@ config BR2_BFIN_FLAT
>   	bool "FLAT"
>   	select BR2_PREFER_STATIC_LIB
>   endchoice
> +
> +config BR2_ARCH
> +	default "bfin"
> +
> +config BR2_ENDIAN
> +        default "LITTLE"

  spaces -> tab

[snip]
> diff --git a/arch/Config.in.microblaze b/arch/Config.in.microblaze
> new file mode 100644
> index 0000000..dbdd99a
> --- /dev/null
> +++ b/arch/Config.in.microblaze
> @@ -0,0 +1,10 @@
> +config BR2_ARCH
> +	default "microblaze"
> +
> +config BR2_ENDIAN
> +	default "LITTLE" if BR2_microblazeel
> +	default "BIG"	 if BR2_microblazebe
> +
> +config BR2_microblaze
> +	bool
> +	default y if BR2_microblazeel || BR2_microblazebe

  Isn't this condition redundant now?  I.e., use def_bool.

[snip]
> diff --git a/arch/Config.in.powerpc b/arch/Config.in.powerpc
> index 20b0b06..55c1651 100644
> --- a/arch/Config.in.powerpc
> +++ b/arch/Config.in.powerpc
> @@ -81,3 +81,48 @@ config BR2_powerpc_SPE
>   	bool "SPE"
>   	depends on BR2_powerpc_8540 || BR2_powerpc_8548
>   endchoice
> +
> +config BR2_ARCH
> +	default "powerpc"	if BR2_powerpc

  Isn't this condition redundant now?

[snip]
> diff --git a/arch/Config.in.sh b/arch/Config.in.sh
> index 314c55a..cf70fd5 100644
> --- a/arch/Config.in.sh
> +++ b/arch/Config.in.sh
> @@ -22,3 +22,20 @@ config BR2_sh4a
>   config BR2_sh4aeb
>   	bool "sh4aeb (SH4A big endian)"
>   endchoice
> +
> +config BR2_ARCH
> +	default "sh2"		if BR2_sh2
> +	default "sh2a"		if BR2_sh2a
> +	default "sh3"		if BR2_sh3
> +	default "sh3eb"		if BR2_sh3eb
> +	default "sh4"		if BR2_sh4
> +	default "sh4eb"		if BR2_sh4eb
> +	default "sh4a"		if BR2_sh4a
> +	default "sh4aeb"	if BR2_sh4aeb
> +	default "sh64"		if BR2_sh64
> +
> +config BR2_ENDIAN
> +	default "LITTLE"	if BR2_sh3 || BR2_sh4 || BR2_sh4a || \
> +				   BR2_x86_64 || BR2_sh64

  That x86_64 must be a mistake...

> +	default "BIG"		if BR2_sh2 || BR2_sh2a || BR2_sh3eb || \
> +				   BR2_sh4eb || BR2_sh4aeb
[snip]

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

^ permalink raw reply

* [Buildroot] [PATCH 16/18] toolchain-external: add Sourcery CodeBench x86 2012.03
From: Arnout Vandecappelle @ 2012-11-04  3:15 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <0fb2f4844c35414a5834f06bcce989451ed03621.1351964808.git.thomas.petazzoni@free-electrons.com>

On 11/03/12 18:48, Thomas Petazzoni wrote:
> +	  Note that due to the upgrade to glibc 2.15, this toolchain
> +	  no longer provides RPC functions. The TI-RPC library should
> +	  be used instead, but isn't available in Buildroot yet.

  This isn't true anymore...

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

^ permalink raw reply

* [Buildroot] [PATCH 15/18] toolchain-external: add Sourcery CodeBench SuperH 2012.03
From: Baruch Siach @ 2012-11-04  6:52 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <7e388c24997609bc09afc7b02be61de9651f9ef5.1351964808.git.thomas.petazzoni@free-electrons.com>

Hi Thomas,

On Sat, Nov 03, 2012 at 06:48:00PM +0100, Thomas Petazzoni wrote:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  toolchain/toolchain-external/Config.in   |   20 ++++++++++++++++++++
>  toolchain/toolchain-external/ext-tool.mk |    3 +++
>  2 files changed, 23 insertions(+)
> 
> diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
> index 96b689a..2bf4e0b 100644
> --- a/toolchain/toolchain-external/Config.in
> +++ b/toolchain/toolchain-external/Config.in
> @@ -421,6 +421,25 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
>  	    - 970 glibc hard-float, 64 bits
>  	      Set BR2_TARGET_OPTIMIZATION to -m64
>  
> +config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
> +	bool "Sourcery CodeBench SH 2012.03"
> +	depends on BR2_sh4a || BR2_sh4aeb
> +	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
> +	select BR2_INSTALL_LIBSTDCPP
> +	help
> +	  Sourcery CodeBench toolchain for the SuperH architecture,
> +	  from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20,
> +	  glibc 2.13, uClibc 0.9.30, gdb 7.2.50 and kernel headers
> +	  2.6.38. It has support for the following variants:

According to 
https://sourcery.mentor.com/GNUToolchain/release2132?@template=datasheet this 
release contains gcc 4.6.3, binutils 2.21.53, and glibc 2.15. The "Getting 
Started" guild for this release also mentions kernel headers 3.2.10.

baruch

> +            - SH4A, glibc, little endian
> +              Default.
> +            - SH4A, glibc, big endian
> +              Add -mb to BR2_TARGET_OPTIMIZATION
> +            - SH4A, uClibc, little endian
> +              Not usable in Buildroot yet.
> +            - SH4A, uClibc, big endian
> +              Not usable in Buildroot yet.
> +
>  config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
>  	bool "Sourcery CodeBench SH 2011.03"
>  	depends on BR2_sh4a || BR2_sh4aeb
> @@ -671,6 +690,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
>  	default "powerpc-linux-gnu"      if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
>  	default "sh-linux-gnu"           if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009
>  	default "sh-linux-gnu"           if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
> +	default "sh-linux-gnu"           if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
>  	default "sh-uclinux"             if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
>  	default "sh-uclinux"             if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103
>  	default "i686-pc-linux-gnu"	 if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201009
> diff --git a/toolchain/toolchain-external/ext-tool.mk b/toolchain/toolchain-external/ext-tool.mk
> index 459bc12..df1ef15 100644
> --- a/toolchain/toolchain-external/ext-tool.mk
> +++ b/toolchain/toolchain-external/ext-tool.mk
> @@ -226,6 +226,9 @@ TOOLCHAIN_EXTERNAL_SOURCE=renesas-2010.09-45-sh-linux-gnu-i686-pc-linux-gnu.tar.
>  else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103),y)
>  TOOLCHAIN_EXTERNAL_SITE=https://sourcery.mentor.com/sgpp/lite/superh/portal/package8759/public/sh-linux-gnu/
>  TOOLCHAIN_EXTERNAL_SOURCE=renesas-2011.03-37-sh-linux-gnu-i686-pc-linux-gnu.tar.bz2
> +else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203),y)
> +TOOLCHAIN_EXTERNAL_SITE=https://sourcery.mentor.com/GNUToolchain/package10148/public/sh-linux-gnu/
> +TOOLCHAIN_EXTERNAL_SOURCE=renesas-2012.03-35-sh-linux-gnu-i686-pc-linux-gnu.tar.bz2
>  else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009),y)
>  TOOLCHAIN_EXTERNAL_SITE=http://sourcery.mentor.com/sgpp/lite/superh/portal/package7859/public/sh-uclinux/
>  TOOLCHAIN_EXTERNAL_SOURCE=renesas-2010.09-60-sh-uclinux-i686-pc-linux-gnu.tar.bz2
> -- 
> 1.7.9.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply

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


Hello,

On 2012-11-03, 156 random build tests have been done and
submitted on autobuild.buildroot.net.
 70 builds have been successful
 86 builds have failed

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

Build 3e26b1bf668509c998cc242a8414072439bc6bbf
==============================================

Status         : NOK
Failure reason : luajit-2.0.0-beta11
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 00:22:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/3e26b1bf668509c998cc242a8414072439bc6bbf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3e26b1bf668509c998cc242a8414072439bc6bbf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3e26b1bf668509c998cc242a8414072439bc6bbf/config
Defconfig      : http://autobuild.buildroot.net/results/3e26b1bf668509c998cc242a8414072439bc6bbf/defconfig

Build 3fd51d9d80973cb519927e41d849c1afa32edcb0
==============================================

Status         : NOK
Failure reason : sconeserver-178
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 00:30:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=3ff05f80ffb82e077a332b0c0625f4696a138528
End of log     : http://autobuild.buildroot.net/results/3fd51d9d80973cb519927e41d849c1afa32edcb0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3fd51d9d80973cb519927e41d849c1afa32edcb0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3fd51d9d80973cb519927e41d849c1afa32edcb0/config
Defconfig      : http://autobuild.buildroot.net/results/3fd51d9d80973cb519927e41d849c1afa32edcb0/defconfig

Build 3946da859a0dcab99a8db8b91fd9428d9e85bdf1
==============================================

Status         : NOK
Failure reason : lua-5.1.5
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 01:02:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b72f3f625c97bca59549b3fedfd51b3dc993fb27
End of log     : http://autobuild.buildroot.net/results/3946da859a0dcab99a8db8b91fd9428d9e85bdf1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3946da859a0dcab99a8db8b91fd9428d9e85bdf1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3946da859a0dcab99a8db8b91fd9428d9e85bdf1/config
Defconfig      : http://autobuild.buildroot.net/results/3946da859a0dcab99a8db8b91fd9428d9e85bdf1/defconfig

Build c557ee7cd1247e024b5edccf5f824eb4d5212e25
==============================================

Status         : NOK
Failure reason : gdisk-0.6.14
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 02:29:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b72f3f625c97bca59549b3fedfd51b3dc993fb27
End of log     : http://autobuild.buildroot.net/results/c557ee7cd1247e024b5edccf5f824eb4d5212e25/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c557ee7cd1247e024b5edccf5f824eb4d5212e25/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c557ee7cd1247e024b5edccf5f824eb4d5212e25/config
Defconfig      : http://autobuild.buildroot.net/results/c557ee7cd1247e024b5edccf5f824eb4d5212e25/defconfig

Build ed48286f4589845b4a39f6a5bc3aacdffcfc97e8
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 02:49:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b72f3f625c97bca59549b3fedfd51b3dc993fb27
End of log     : http://autobuild.buildroot.net/results/ed48286f4589845b4a39f6a5bc3aacdffcfc97e8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ed48286f4589845b4a39f6a5bc3aacdffcfc97e8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ed48286f4589845b4a39f6a5bc3aacdffcfc97e8/config
Defconfig      : http://autobuild.buildroot.net/results/ed48286f4589845b4a39f6a5bc3aacdffcfc97e8/defconfig

Build b2f28621bc9d6048057c406048b3f7d665cef165
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 03:47:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=b72f3f625c97bca59549b3fedfd51b3dc993fb27
End of log     : http://autobuild.buildroot.net/results/b2f28621bc9d6048057c406048b3f7d665cef165/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b2f28621bc9d6048057c406048b3f7d665cef165/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b2f28621bc9d6048057c406048b3f7d665cef165/config
Defconfig      : http://autobuild.buildroot.net/results/b2f28621bc9d6048057c406048b3f7d665cef165/defconfig

Build 7a6f26553f5329daaec339da81fc0f3674894601
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 10:48:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=102f79865e21158c9153148bef189f810aad5814
End of log     : http://autobuild.buildroot.net/results/7a6f26553f5329daaec339da81fc0f3674894601/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7a6f26553f5329daaec339da81fc0f3674894601/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7a6f26553f5329daaec339da81fc0f3674894601/config
Defconfig      : http://autobuild.buildroot.net/results/7a6f26553f5329daaec339da81fc0f3674894601/defconfig

Build e60820a488acae041a18cbc191992b0123422960
==============================================

Status         : NOK
Failure reason : lcdapi-v0.3
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 10:54:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=102f79865e21158c9153148bef189f810aad5814
End of log     : http://autobuild.buildroot.net/results/e60820a488acae041a18cbc191992b0123422960/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e60820a488acae041a18cbc191992b0123422960/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e60820a488acae041a18cbc191992b0123422960/config
Defconfig      : http://autobuild.buildroot.net/results/e60820a488acae041a18cbc191992b0123422960/defconfig

Build 897f6eb48c28d89669aa3685a006e862e52b200d
==============================================

Status         : NOK
Failure reason : libhid-0.2.16
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 11:46:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/897f6eb48c28d89669aa3685a006e862e52b200d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/897f6eb48c28d89669aa3685a006e862e52b200d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/897f6eb48c28d89669aa3685a006e862e52b200d/config
Defconfig      : http://autobuild.buildroot.net/results/897f6eb48c28d89669aa3685a006e862e52b200d/defconfig

Build be19e39c19b62946ea48dd6b3dfd55f5c3ccd7c9
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 11:48:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/be19e39c19b62946ea48dd6b3dfd55f5c3ccd7c9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/be19e39c19b62946ea48dd6b3dfd55f5c3ccd7c9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/be19e39c19b62946ea48dd6b3dfd55f5c3ccd7c9/config
Defconfig      : http://autobuild.buildroot.net/results/be19e39c19b62946ea48dd6b3dfd55f5c3ccd7c9/defconfig

Build 03cf0ee3c092960c37a6a78f2531b047a317d516
==============================================

Status         : NOK
Failure reason : opus-tools-0.1.5
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 12:22:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/03cf0ee3c092960c37a6a78f2531b047a317d516/build-end.log
Complete log   : http://autobuild.buildroot.net/results/03cf0ee3c092960c37a6a78f2531b047a317d516/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/03cf0ee3c092960c37a6a78f2531b047a317d516/config
Defconfig      : http://autobuild.buildroot.net/results/03cf0ee3c092960c37a6a78f2531b047a317d516/defconfig

Build d66ec2540d20688f0b7407a3fee1f6af5c3395b5
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 14:09:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/d66ec2540d20688f0b7407a3fee1f6af5c3395b5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d66ec2540d20688f0b7407a3fee1f6af5c3395b5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d66ec2540d20688f0b7407a3fee1f6af5c3395b5/config
Defconfig      : http://autobuild.buildroot.net/results/d66ec2540d20688f0b7407a3fee1f6af5c3395b5/defconfig

Build b160ac153844ce1da3b923a9ccfcb0396ece3610
==============================================

Status         : NOK
Failure reason : qt-4.8.3
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 14:19:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/b160ac153844ce1da3b923a9ccfcb0396ece3610/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b160ac153844ce1da3b923a9ccfcb0396ece3610/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b160ac153844ce1da3b923a9ccfcb0396ece3610/config
Defconfig      : http://autobuild.buildroot.net/results/b160ac153844ce1da3b923a9ccfcb0396ece3610/defconfig

Build 73f2dc0549858161ad5c4de01af66af38c74f79a
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 14:38:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/73f2dc0549858161ad5c4de01af66af38c74f79a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/73f2dc0549858161ad5c4de01af66af38c74f79a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/73f2dc0549858161ad5c4de01af66af38c74f79a/config
Defconfig      : http://autobuild.buildroot.net/results/73f2dc0549858161ad5c4de01af66af38c74f79a/defconfig

Build 249c3da753d3ea58422a74e0ecaed0e7bde4a4b8
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 15:05:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/249c3da753d3ea58422a74e0ecaed0e7bde4a4b8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/249c3da753d3ea58422a74e0ecaed0e7bde4a4b8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/249c3da753d3ea58422a74e0ecaed0e7bde4a4b8/config
Defconfig      : http://autobuild.buildroot.net/results/249c3da753d3ea58422a74e0ecaed0e7bde4a4b8/defconfig

Build d7f9ad2604abe388a6a3e4c0796bed45acfb2e62
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 15:51:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/d7f9ad2604abe388a6a3e4c0796bed45acfb2e62/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d7f9ad2604abe388a6a3e4c0796bed45acfb2e62/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d7f9ad2604abe388a6a3e4c0796bed45acfb2e62/config
Defconfig      : http://autobuild.buildroot.net/results/d7f9ad2604abe388a6a3e4c0796bed45acfb2e62/defconfig

Build 565ae61220bec64b0edd44f69fc71746f3ecd631
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 15:51:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/565ae61220bec64b0edd44f69fc71746f3ecd631/build-end.log
Complete log   : http://autobuild.buildroot.net/results/565ae61220bec64b0edd44f69fc71746f3ecd631/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/565ae61220bec64b0edd44f69fc71746f3ecd631/config
Defconfig      : http://autobuild.buildroot.net/results/565ae61220bec64b0edd44f69fc71746f3ecd631/defconfig

Build a0038f78405fa3158192623df4fd4c1c4bd0197f
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 16:25:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/a0038f78405fa3158192623df4fd4c1c4bd0197f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a0038f78405fa3158192623df4fd4c1c4bd0197f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a0038f78405fa3158192623df4fd4c1c4bd0197f/config
Defconfig      : http://autobuild.buildroot.net/results/a0038f78405fa3158192623df4fd4c1c4bd0197f/defconfig

Build 1c986abb7343514d7ccdf50518ac1eb90b72f0ec
==============================================

Status         : NOK
Failure reason : mtd-1.5.0
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 16:47:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/1c986abb7343514d7ccdf50518ac1eb90b72f0ec/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1c986abb7343514d7ccdf50518ac1eb90b72f0ec/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1c986abb7343514d7ccdf50518ac1eb90b72f0ec/config
Defconfig      : http://autobuild.buildroot.net/results/1c986abb7343514d7ccdf50518ac1eb90b72f0ec/defconfig

Build c59f22f4b3cd5a4ecf42d37a632d8b34d4072591
==============================================

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

Build 0044d4e5ed715a964aa842dd985ae27a4c8262b8
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 17:35:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51b5cf20bbd07f7ac5855108b17bd08e6a9edf69
End of log     : http://autobuild.buildroot.net/results/0044d4e5ed715a964aa842dd985ae27a4c8262b8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0044d4e5ed715a964aa842dd985ae27a4c8262b8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0044d4e5ed715a964aa842dd985ae27a4c8262b8/config
Defconfig      : http://autobuild.buildroot.net/results/0044d4e5ed715a964aa842dd985ae27a4c8262b8/defconfig

Build 5293268016d725de668bdca1779cb624ee5e36e3
==============================================

Status         : NOK
Failure reason : iproute2-3.6.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 17:37:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=29d084073b336157fc469ab6ddbfcc59084fe542
End of log     : http://autobuild.buildroot.net/results/5293268016d725de668bdca1779cb624ee5e36e3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5293268016d725de668bdca1779cb624ee5e36e3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5293268016d725de668bdca1779cb624ee5e36e3/config
Defconfig      : http://autobuild.buildroot.net/results/5293268016d725de668bdca1779cb624ee5e36e3/defconfig

Build 66f9afafe13b414db060787ca77f4dba5ad5a709
==============================================

Status         : NOK
Failure reason : buildroot-config
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 17:45:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51b5cf20bbd07f7ac5855108b17bd08e6a9edf69
End of log     : http://autobuild.buildroot.net/results/66f9afafe13b414db060787ca77f4dba5ad5a709/build-end.log
Complete log   : http://autobuild.buildroot.net/results/66f9afafe13b414db060787ca77f4dba5ad5a709/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/66f9afafe13b414db060787ca77f4dba5ad5a709/config
Defconfig      : http://autobuild.buildroot.net/results/66f9afafe13b414db060787ca77f4dba5ad5a709/defconfig

Build aee027c402803b5f2f58329dcdbbbb123edbe108
==============================================

Status         : NOK
Failure reason : buildroot-config
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 17:45:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51b5cf20bbd07f7ac5855108b17bd08e6a9edf69
End of log     : http://autobuild.buildroot.net/results/aee027c402803b5f2f58329dcdbbbb123edbe108/build-end.log
Complete log   : http://autobuild.buildroot.net/results/aee027c402803b5f2f58329dcdbbbb123edbe108/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/aee027c402803b5f2f58329dcdbbbb123edbe108/config
Defconfig      : http://autobuild.buildroot.net/results/aee027c402803b5f2f58329dcdbbbb123edbe108/defconfig

Build e5a07aee21508a002daeb5d7f3566b8d08bd75d6
==============================================

Status         : NOK
Failure reason : buildroot-config
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 17:45:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51b5cf20bbd07f7ac5855108b17bd08e6a9edf69
End of log     : http://autobuild.buildroot.net/results/e5a07aee21508a002daeb5d7f3566b8d08bd75d6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e5a07aee21508a002daeb5d7f3566b8d08bd75d6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e5a07aee21508a002daeb5d7f3566b8d08bd75d6/config
Defconfig      : http://autobuild.buildroot.net/results/e5a07aee21508a002daeb5d7f3566b8d08bd75d6/defconfig

Build 9331635112710f16d171bbf6525b1109a4e947a3
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 17:48:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51b5cf20bbd07f7ac5855108b17bd08e6a9edf69
End of log     : http://autobuild.buildroot.net/results/9331635112710f16d171bbf6525b1109a4e947a3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9331635112710f16d171bbf6525b1109a4e947a3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9331635112710f16d171bbf6525b1109a4e947a3/config
Defconfig      : http://autobuild.buildroot.net/results/9331635112710f16d171bbf6525b1109a4e947a3/defconfig

Build 86425fc1809488582e53476afbbceff1efa563fb
==============================================

Status         : NOK
Failure reason : buildroot-config
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 17:48:51
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51b5cf20bbd07f7ac5855108b17bd08e6a9edf69
End of log     : http://autobuild.buildroot.net/results/86425fc1809488582e53476afbbceff1efa563fb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/86425fc1809488582e53476afbbceff1efa563fb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/86425fc1809488582e53476afbbceff1efa563fb/config
Defconfig      : http://autobuild.buildroot.net/results/86425fc1809488582e53476afbbceff1efa563fb/defconfig

Build 9ee0a512c9830e29fa0f8324df3841822c83b20f
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 17:58:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51b5cf20bbd07f7ac5855108b17bd08e6a9edf69
End of log     : http://autobuild.buildroot.net/results/9ee0a512c9830e29fa0f8324df3841822c83b20f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9ee0a512c9830e29fa0f8324df3841822c83b20f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9ee0a512c9830e29fa0f8324df3841822c83b20f/config
Defconfig      : http://autobuild.buildroot.net/results/9ee0a512c9830e29fa0f8324df3841822c83b20f/defconfig

Build f59b536f62a140f85375a537657c42ba88d8b8a9
==============================================

Status         : NOK
Failure reason : opus-tools-0.1.5
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 17:59:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51b5cf20bbd07f7ac5855108b17bd08e6a9edf69
End of log     : http://autobuild.buildroot.net/results/f59b536f62a140f85375a537657c42ba88d8b8a9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f59b536f62a140f85375a537657c42ba88d8b8a9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f59b536f62a140f85375a537657c42ba88d8b8a9/config
Defconfig      : http://autobuild.buildroot.net/results/f59b536f62a140f85375a537657c42ba88d8b8a9/defconfig

Build c4671ead413d7f2439dfc9b5451c4b0eb3d78ab7
==============================================

Status         : NOK
Failure reason : buildroot-config
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 18:00:25
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=db09796532d1b7b09bae61d1b297261a4a51b7c1
End of log     : http://autobuild.buildroot.net/results/c4671ead413d7f2439dfc9b5451c4b0eb3d78ab7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c4671ead413d7f2439dfc9b5451c4b0eb3d78ab7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c4671ead413d7f2439dfc9b5451c4b0eb3d78ab7/config
Defconfig      : http://autobuild.buildroot.net/results/c4671ead413d7f2439dfc9b5451c4b0eb3d78ab7/defconfig

Build 3386755bf1c7d3c517bc787c5704e32c05950746
==============================================

Status         : NOK
Failure reason : buildroot-config
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 18:00:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=db09796532d1b7b09bae61d1b297261a4a51b7c1
End of log     : http://autobuild.buildroot.net/results/3386755bf1c7d3c517bc787c5704e32c05950746/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3386755bf1c7d3c517bc787c5704e32c05950746/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3386755bf1c7d3c517bc787c5704e32c05950746/config
Defconfig      : http://autobuild.buildroot.net/results/3386755bf1c7d3c517bc787c5704e32c05950746/defconfig

Build 8330ad9a7d0c1aedc99a5363cb9774ca2e81f7c1
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 18:25:29
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=db09796532d1b7b09bae61d1b297261a4a51b7c1
End of log     : http://autobuild.buildroot.net/results/8330ad9a7d0c1aedc99a5363cb9774ca2e81f7c1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8330ad9a7d0c1aedc99a5363cb9774ca2e81f7c1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8330ad9a7d0c1aedc99a5363cb9774ca2e81f7c1/config
Defconfig      : http://autobuild.buildroot.net/results/8330ad9a7d0c1aedc99a5363cb9774ca2e81f7c1/defconfig

Build 4cf6063af2c040e3029e5cb427895f000fca195c
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 18:41:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=db09796532d1b7b09bae61d1b297261a4a51b7c1
End of log     : http://autobuild.buildroot.net/results/4cf6063af2c040e3029e5cb427895f000fca195c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4cf6063af2c040e3029e5cb427895f000fca195c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4cf6063af2c040e3029e5cb427895f000fca195c/config
Defconfig      : http://autobuild.buildroot.net/results/4cf6063af2c040e3029e5cb427895f000fca195c/defconfig

Build 70d1a89b948e3356055507bea19303c4751c5684
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 18:42:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51f3425e3d6c69758c071b9327eecaa14b5e053a
End of log     : http://autobuild.buildroot.net/results/70d1a89b948e3356055507bea19303c4751c5684/build-end.log
Complete log   : http://autobuild.buildroot.net/results/70d1a89b948e3356055507bea19303c4751c5684/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/70d1a89b948e3356055507bea19303c4751c5684/config
Defconfig      : http://autobuild.buildroot.net/results/70d1a89b948e3356055507bea19303c4751c5684/defconfig

Build 4ecca2825527aa30b60557ce8fba50659804d485
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 18:43:22
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51f3425e3d6c69758c071b9327eecaa14b5e053a
End of log     : http://autobuild.buildroot.net/results/4ecca2825527aa30b60557ce8fba50659804d485/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4ecca2825527aa30b60557ce8fba50659804d485/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4ecca2825527aa30b60557ce8fba50659804d485/config
Defconfig      : http://autobuild.buildroot.net/results/4ecca2825527aa30b60557ce8fba50659804d485/defconfig

Build 662a1a62b971a15e81f988db202dc2703b4c0e22
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 18:50:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51f3425e3d6c69758c071b9327eecaa14b5e053a
End of log     : http://autobuild.buildroot.net/results/662a1a62b971a15e81f988db202dc2703b4c0e22/build-end.log
Complete log   : http://autobuild.buildroot.net/results/662a1a62b971a15e81f988db202dc2703b4c0e22/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/662a1a62b971a15e81f988db202dc2703b4c0e22/config
Defconfig      : http://autobuild.buildroot.net/results/662a1a62b971a15e81f988db202dc2703b4c0e22/defconfig

Build e89d346e34e2292e1f1259e5de92034f1413e4bd
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 19:04:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51f3425e3d6c69758c071b9327eecaa14b5e053a
End of log     : http://autobuild.buildroot.net/results/e89d346e34e2292e1f1259e5de92034f1413e4bd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e89d346e34e2292e1f1259e5de92034f1413e4bd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e89d346e34e2292e1f1259e5de92034f1413e4bd/config
Defconfig      : http://autobuild.buildroot.net/results/e89d346e34e2292e1f1259e5de92034f1413e4bd/defconfig

Build 2eb437bea49476909ec239cb27ee8b20b6ae01f8
==============================================

Status         : NOK
Failure reason : xlib_libX11-1.4.2
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 19:12:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51f3425e3d6c69758c071b9327eecaa14b5e053a
End of log     : http://autobuild.buildroot.net/results/2eb437bea49476909ec239cb27ee8b20b6ae01f8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2eb437bea49476909ec239cb27ee8b20b6ae01f8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2eb437bea49476909ec239cb27ee8b20b6ae01f8/config
Defconfig      : http://autobuild.buildroot.net/results/2eb437bea49476909ec239cb27ee8b20b6ae01f8/defconfig

Build 7d7f51458d2428c310c2dffe6cfcc50132cecbda
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 19:25:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51f3425e3d6c69758c071b9327eecaa14b5e053a
End of log     : http://autobuild.buildroot.net/results/7d7f51458d2428c310c2dffe6cfcc50132cecbda/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7d7f51458d2428c310c2dffe6cfcc50132cecbda/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7d7f51458d2428c310c2dffe6cfcc50132cecbda/config
Defconfig      : http://autobuild.buildroot.net/results/7d7f51458d2428c310c2dffe6cfcc50132cecbda/defconfig

Build 98a46ee0aed75fdb5e2dff66b976ac4e6befd16f
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 19:26:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51f3425e3d6c69758c071b9327eecaa14b5e053a
End of log     : http://autobuild.buildroot.net/results/98a46ee0aed75fdb5e2dff66b976ac4e6befd16f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/98a46ee0aed75fdb5e2dff66b976ac4e6befd16f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/98a46ee0aed75fdb5e2dff66b976ac4e6befd16f/config
Defconfig      : http://autobuild.buildroot.net/results/98a46ee0aed75fdb5e2dff66b976ac4e6befd16f/defconfig

Build a296066680543941d69e87b14131287bb5802423
==============================================

Status         : NOK
Failure reason : boost-1.49.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 19:26:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=51f3425e3d6c69758c071b9327eecaa14b5e053a
End of log     : http://autobuild.buildroot.net/results/a296066680543941d69e87b14131287bb5802423/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a296066680543941d69e87b14131287bb5802423/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a296066680543941d69e87b14131287bb5802423/config
Defconfig      : http://autobuild.buildroot.net/results/a296066680543941d69e87b14131287bb5802423/defconfig

Build 5f5facc82dad775a452166d47c8054e0f561cf08
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 19:29:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/5f5facc82dad775a452166d47c8054e0f561cf08/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5f5facc82dad775a452166d47c8054e0f561cf08/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5f5facc82dad775a452166d47c8054e0f561cf08/config
Defconfig      : http://autobuild.buildroot.net/results/5f5facc82dad775a452166d47c8054e0f561cf08/defconfig

Build fb166fd0ca6557c58dc8a39a257b885ab7e4502e
==============================================

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

Build d288d2225610fff29fd9592bb8b7aa10144273d3
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 19:37:51
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/d288d2225610fff29fd9592bb8b7aa10144273d3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d288d2225610fff29fd9592bb8b7aa10144273d3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d288d2225610fff29fd9592bb8b7aa10144273d3/config
Defconfig      : http://autobuild.buildroot.net/results/d288d2225610fff29fd9592bb8b7aa10144273d3/defconfig

Build 6b30b060d9c6674a88d7a63850c4b578f3636a67
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : sh4
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 19:39:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/6b30b060d9c6674a88d7a63850c4b578f3636a67/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6b30b060d9c6674a88d7a63850c4b578f3636a67/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6b30b060d9c6674a88d7a63850c4b578f3636a67/config
Defconfig      : http://autobuild.buildroot.net/results/6b30b060d9c6674a88d7a63850c4b578f3636a67/defconfig

Build f500e584bffc062f1ae993e5e971323a52e472ee
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 19:42:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/f500e584bffc062f1ae993e5e971323a52e472ee/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f500e584bffc062f1ae993e5e971323a52e472ee/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f500e584bffc062f1ae993e5e971323a52e472ee/config
Defconfig      : http://autobuild.buildroot.net/results/f500e584bffc062f1ae993e5e971323a52e472ee/defconfig

Build ac2c892ca4bc2eb82e998769de2900b66c972c9a
==============================================

Status         : NOK
Failure reason : make: *** [core-dependencies] Error 1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 19:50:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/ac2c892ca4bc2eb82e998769de2900b66c972c9a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ac2c892ca4bc2eb82e998769de2900b66c972c9a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ac2c892ca4bc2eb82e998769de2900b66c972c9a/config
Defconfig      : http://autobuild.buildroot.net/results/ac2c892ca4bc2eb82e998769de2900b66c972c9a/defconfig

Build 3538e88b6ca548508987b3187ce5f2e322d0cfa4
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 19:51:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/3538e88b6ca548508987b3187ce5f2e322d0cfa4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3538e88b6ca548508987b3187ce5f2e322d0cfa4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3538e88b6ca548508987b3187ce5f2e322d0cfa4/config
Defconfig      : http://autobuild.buildroot.net/results/3538e88b6ca548508987b3187ce5f2e322d0cfa4/defconfig

Build f5dc0ea24826c2567015a187183fadc3908c5ecf
==============================================

Status         : NOK
Failure reason : make: *** [core-dependencies] Error 1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 19:52:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/f5dc0ea24826c2567015a187183fadc3908c5ecf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f5dc0ea24826c2567015a187183fadc3908c5ecf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f5dc0ea24826c2567015a187183fadc3908c5ecf/config
Defconfig      : http://autobuild.buildroot.net/results/f5dc0ea24826c2567015a187183fadc3908c5ecf/defconfig

Build c0b1d49caa1360bc59f63e23bf053119b2dbbd09
==============================================

Status         : NOK
Failure reason : lua-5.1.5
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 19:58:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/c0b1d49caa1360bc59f63e23bf053119b2dbbd09/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c0b1d49caa1360bc59f63e23bf053119b2dbbd09/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c0b1d49caa1360bc59f63e23bf053119b2dbbd09/config
Defconfig      : http://autobuild.buildroot.net/results/c0b1d49caa1360bc59f63e23bf053119b2dbbd09/defconfig

Build 90eaf303bbb05987c1b19f52986d118b87221559
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 20:03:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/90eaf303bbb05987c1b19f52986d118b87221559/build-end.log
Complete log   : http://autobuild.buildroot.net/results/90eaf303bbb05987c1b19f52986d118b87221559/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/90eaf303bbb05987c1b19f52986d118b87221559/config
Defconfig      : http://autobuild.buildroot.net/results/90eaf303bbb05987c1b19f52986d118b87221559/defconfig

Build 3a17664be07a1b4efb66b524275ab7ed286da5f0
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 20:05:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/3a17664be07a1b4efb66b524275ab7ed286da5f0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3a17664be07a1b4efb66b524275ab7ed286da5f0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3a17664be07a1b4efb66b524275ab7ed286da5f0/config
Defconfig      : http://autobuild.buildroot.net/results/3a17664be07a1b4efb66b524275ab7ed286da5f0/defconfig

Build 3ceb8592f2252126070a6713ff6548c18825257d
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 20:11:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/3ceb8592f2252126070a6713ff6548c18825257d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3ceb8592f2252126070a6713ff6548c18825257d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3ceb8592f2252126070a6713ff6548c18825257d/config
Defconfig      : http://autobuild.buildroot.net/results/3ceb8592f2252126070a6713ff6548c18825257d/defconfig

Build 295b2d0fcb4a88049f63be7dc084e2020baf852d
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 20:14:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/295b2d0fcb4a88049f63be7dc084e2020baf852d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/295b2d0fcb4a88049f63be7dc084e2020baf852d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/295b2d0fcb4a88049f63be7dc084e2020baf852d/config
Defconfig      : http://autobuild.buildroot.net/results/295b2d0fcb4a88049f63be7dc084e2020baf852d/defconfig

Build a44c004be5c64a57e2f1a42bfa4fc168119701b7
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 20:37:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/a44c004be5c64a57e2f1a42bfa4fc168119701b7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a44c004be5c64a57e2f1a42bfa4fc168119701b7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a44c004be5c64a57e2f1a42bfa4fc168119701b7/config
Defconfig      : http://autobuild.buildroot.net/results/a44c004be5c64a57e2f1a42bfa4fc168119701b7/defconfig

Build fad6d4a021e4490cbfaa9209a0233c421e391130
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 20:50:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/fad6d4a021e4490cbfaa9209a0233c421e391130/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fad6d4a021e4490cbfaa9209a0233c421e391130/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fad6d4a021e4490cbfaa9209a0233c421e391130/config
Defconfig      : http://autobuild.buildroot.net/results/fad6d4a021e4490cbfaa9209a0233c421e391130/defconfig

Build 2e31150f041f36ff7fbff03d5c709a875a6a4680
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 20:51:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/2e31150f041f36ff7fbff03d5c709a875a6a4680/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2e31150f041f36ff7fbff03d5c709a875a6a4680/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2e31150f041f36ff7fbff03d5c709a875a6a4680/config
Defconfig      : http://autobuild.buildroot.net/results/2e31150f041f36ff7fbff03d5c709a875a6a4680/defconfig

Build e9fcba77826f244a627c349810e2d346862b8b83
==============================================

Status         : NOK
Failure reason : cairo-1.10.2
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 21:01:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/e9fcba77826f244a627c349810e2d346862b8b83/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e9fcba77826f244a627c349810e2d346862b8b83/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e9fcba77826f244a627c349810e2d346862b8b83/config
Defconfig      : http://autobuild.buildroot.net/results/e9fcba77826f244a627c349810e2d346862b8b83/defconfig

Build 4cf888f875e46f3c9b7be63b3df817aca4c35020
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 21:02:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/4cf888f875e46f3c9b7be63b3df817aca4c35020/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4cf888f875e46f3c9b7be63b3df817aca4c35020/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4cf888f875e46f3c9b7be63b3df817aca4c35020/config
Defconfig      : http://autobuild.buildroot.net/results/4cf888f875e46f3c9b7be63b3df817aca4c35020/defconfig

Build c5d1de764fc25aef283fda05f68c3bb475db3a3c
==============================================

Status         : NOK
Failure reason : lua-5.1.5
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 21:14:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/c5d1de764fc25aef283fda05f68c3bb475db3a3c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c5d1de764fc25aef283fda05f68c3bb475db3a3c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c5d1de764fc25aef283fda05f68c3bb475db3a3c/config
Defconfig      : http://autobuild.buildroot.net/results/c5d1de764fc25aef283fda05f68c3bb475db3a3c/defconfig

Build f35806818e4ca2228703649c33bab4d65665a085
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 21:36:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/f35806818e4ca2228703649c33bab4d65665a085/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f35806818e4ca2228703649c33bab4d65665a085/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f35806818e4ca2228703649c33bab4d65665a085/config
Defconfig      : http://autobuild.buildroot.net/results/f35806818e4ca2228703649c33bab4d65665a085/defconfig

Build 5b1d8484837d2b01c4fafe0d0c2ed526d9c051b1
==============================================

Status         : NOK
Failure reason : make: *** [core-dependencies] Error 1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 21:36:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/5b1d8484837d2b01c4fafe0d0c2ed526d9c051b1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5b1d8484837d2b01c4fafe0d0c2ed526d9c051b1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5b1d8484837d2b01c4fafe0d0c2ed526d9c051b1/config
Defconfig      : http://autobuild.buildroot.net/results/5b1d8484837d2b01c4fafe0d0c2ed526d9c051b1/defconfig

Build 3dfc1d6c5eb5a847c884a5b8956b77c2e7115031
==============================================

Status         : NOK
Failure reason : make: *** [core-dependencies] Error 1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 21:36:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/3dfc1d6c5eb5a847c884a5b8956b77c2e7115031/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3dfc1d6c5eb5a847c884a5b8956b77c2e7115031/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3dfc1d6c5eb5a847c884a5b8956b77c2e7115031/config
Defconfig      : http://autobuild.buildroot.net/results/3dfc1d6c5eb5a847c884a5b8956b77c2e7115031/defconfig

Build 0fd4b4f34721bc554e12ef9cdf29329eef4861e5
==============================================

Status         : NOK
Failure reason : make: *** [core-dependencies] Error 1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 21:37:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/0fd4b4f34721bc554e12ef9cdf29329eef4861e5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0fd4b4f34721bc554e12ef9cdf29329eef4861e5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0fd4b4f34721bc554e12ef9cdf29329eef4861e5/config
Defconfig      : http://autobuild.buildroot.net/results/0fd4b4f34721bc554e12ef9cdf29329eef4861e5/defconfig

Build 4d91a3e08737a2af377d814919739bb478fdd666
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 21:38:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/4d91a3e08737a2af377d814919739bb478fdd666/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4d91a3e08737a2af377d814919739bb478fdd666/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4d91a3e08737a2af377d814919739bb478fdd666/config
Defconfig      : http://autobuild.buildroot.net/results/4d91a3e08737a2af377d814919739bb478fdd666/defconfig

Build 70b97980ec62c2bd99c686779c8491006346e645
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 21:42:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/70b97980ec62c2bd99c686779c8491006346e645/build-end.log
Complete log   : http://autobuild.buildroot.net/results/70b97980ec62c2bd99c686779c8491006346e645/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/70b97980ec62c2bd99c686779c8491006346e645/config
Defconfig      : http://autobuild.buildroot.net/results/70b97980ec62c2bd99c686779c8491006346e645/defconfig

Build 147a00a7ba52457f68b04d6c34316c5bca86c5cf
==============================================

Status         : NOK
Failure reason : kexec-2.0.3
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 21:45:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/147a00a7ba52457f68b04d6c34316c5bca86c5cf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/147a00a7ba52457f68b04d6c34316c5bca86c5cf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/147a00a7ba52457f68b04d6c34316c5bca86c5cf/config
Defconfig      : http://autobuild.buildroot.net/results/147a00a7ba52457f68b04d6c34316c5bca86c5cf/defconfig

Build a611dc1405645c431169a2c5b5b58c7f53c68df5
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 22:04:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/a611dc1405645c431169a2c5b5b58c7f53c68df5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a611dc1405645c431169a2c5b5b58c7f53c68df5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a611dc1405645c431169a2c5b5b58c7f53c68df5/config
Defconfig      : http://autobuild.buildroot.net/results/a611dc1405645c431169a2c5b5b58c7f53c68df5/defconfig

Build ecdaa39fc33390e939b0aca0cec6283cf8ea5ba0
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 22:18:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/ecdaa39fc33390e939b0aca0cec6283cf8ea5ba0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ecdaa39fc33390e939b0aca0cec6283cf8ea5ba0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ecdaa39fc33390e939b0aca0cec6283cf8ea5ba0/config
Defconfig      : http://autobuild.buildroot.net/results/ecdaa39fc33390e939b0aca0cec6283cf8ea5ba0/defconfig

Build a339c6c314adaecc5049cfde99a6f8edbc3a2ac8
==============================================

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

Build bb2b15eb3eefb956fa89f09eca857d0612cc1b3b
==============================================

Status         : NOK
Failure reason : qextserialport-ef4af2a2ee3f
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 22:44:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/bb2b15eb3eefb956fa89f09eca857d0612cc1b3b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bb2b15eb3eefb956fa89f09eca857d0612cc1b3b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bb2b15eb3eefb956fa89f09eca857d0612cc1b3b/config
Defconfig      : http://autobuild.buildroot.net/results/bb2b15eb3eefb956fa89f09eca857d0612cc1b3b/defconfig

Build de34d840ba755393f07c71993ecd46b5b74d04d7
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 23:00:00
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/de34d840ba755393f07c71993ecd46b5b74d04d7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/de34d840ba755393f07c71993ecd46b5b74d04d7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/de34d840ba755393f07c71993ecd46b5b74d04d7/config
Defconfig      : http://autobuild.buildroot.net/results/de34d840ba755393f07c71993ecd46b5b74d04d7/defconfig

Build 66fcfe6bcff439b519526ea30f7da1d3f41146c1
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 23:00:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/66fcfe6bcff439b519526ea30f7da1d3f41146c1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/66fcfe6bcff439b519526ea30f7da1d3f41146c1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/66fcfe6bcff439b519526ea30f7da1d3f41146c1/config
Defconfig      : http://autobuild.buildroot.net/results/66fcfe6bcff439b519526ea30f7da1d3f41146c1/defconfig

Build 4fb9b50caf7a3d8f370ae3087ceaf65be6ec01eb
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 23:08:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/4fb9b50caf7a3d8f370ae3087ceaf65be6ec01eb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4fb9b50caf7a3d8f370ae3087ceaf65be6ec01eb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4fb9b50caf7a3d8f370ae3087ceaf65be6ec01eb/config
Defconfig      : http://autobuild.buildroot.net/results/4fb9b50caf7a3d8f370ae3087ceaf65be6ec01eb/defconfig

Build ae1d5cb487f53778fbe303cafc8828bd9bdc73af
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 23:09:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/ae1d5cb487f53778fbe303cafc8828bd9bdc73af/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ae1d5cb487f53778fbe303cafc8828bd9bdc73af/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ae1d5cb487f53778fbe303cafc8828bd9bdc73af/config
Defconfig      : http://autobuild.buildroot.net/results/ae1d5cb487f53778fbe303cafc8828bd9bdc73af/defconfig

Build f20963c3c97841697b631f4616d5c2fbd38a41e5
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 23:14:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/f20963c3c97841697b631f4616d5c2fbd38a41e5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f20963c3c97841697b631f4616d5c2fbd38a41e5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f20963c3c97841697b631f4616d5c2fbd38a41e5/config
Defconfig      : http://autobuild.buildroot.net/results/f20963c3c97841697b631f4616d5c2fbd38a41e5/defconfig

Build ab58b580fc5ae4e81b9222078ad03a923e04784c
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 23:15:46
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/ab58b580fc5ae4e81b9222078ad03a923e04784c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ab58b580fc5ae4e81b9222078ad03a923e04784c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ab58b580fc5ae4e81b9222078ad03a923e04784c/config
Defconfig      : http://autobuild.buildroot.net/results/ab58b580fc5ae4e81b9222078ad03a923e04784c/defconfig

Build 82064bcdd8a8e0da776f72e0cf9c0b57c76cf963
==============================================

Status         : NOK
Failure reason : make: *** [core-dependencies] Error 1
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 23:15:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/82064bcdd8a8e0da776f72e0cf9c0b57c76cf963/build-end.log
Complete log   : http://autobuild.buildroot.net/results/82064bcdd8a8e0da776f72e0cf9c0b57c76cf963/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/82064bcdd8a8e0da776f72e0cf9c0b57c76cf963/config
Defconfig      : http://autobuild.buildroot.net/results/82064bcdd8a8e0da776f72e0cf9c0b57c76cf963/defconfig

Build 91a4b01d40b844fb73e7475980fb83893288771b
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 23:18:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/91a4b01d40b844fb73e7475980fb83893288771b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/91a4b01d40b844fb73e7475980fb83893288771b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/91a4b01d40b844fb73e7475980fb83893288771b/config
Defconfig      : http://autobuild.buildroot.net/results/91a4b01d40b844fb73e7475980fb83893288771b/defconfig

Build 05b7eae2e90ae708667350946dae031dc100d63a
==============================================

Status         : NOK
Failure reason : libpcap-1.3.0
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 23:18:46
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/05b7eae2e90ae708667350946dae031dc100d63a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/05b7eae2e90ae708667350946dae031dc100d63a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/05b7eae2e90ae708667350946dae031dc100d63a/config
Defconfig      : http://autobuild.buildroot.net/results/05b7eae2e90ae708667350946dae031dc100d63a/defconfig

Build dce9e0199454d869e2236dcbc39701e258bc31c4
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-03 23:23:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/dce9e0199454d869e2236dcbc39701e258bc31c4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dce9e0199454d869e2236dcbc39701e258bc31c4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dce9e0199454d869e2236dcbc39701e258bc31c4/config
Defconfig      : http://autobuild.buildroot.net/results/dce9e0199454d869e2236dcbc39701e258bc31c4/defconfig

Build 0dd975e8cbb8a31de4c637cc4a1b327cb93fd8b6
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 23:33:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/0dd975e8cbb8a31de4c637cc4a1b327cb93fd8b6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0dd975e8cbb8a31de4c637cc4a1b327cb93fd8b6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0dd975e8cbb8a31de4c637cc4a1b327cb93fd8b6/config
Defconfig      : http://autobuild.buildroot.net/results/0dd975e8cbb8a31de4c637cc4a1b327cb93fd8b6/defconfig

Build fbe78f1c71b29a458ac54f0987c5deb9afa57dd3
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-03 23:46:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/fbe78f1c71b29a458ac54f0987c5deb9afa57dd3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fbe78f1c71b29a458ac54f0987c5deb9afa57dd3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fbe78f1c71b29a458ac54f0987c5deb9afa57dd3/config
Defconfig      : http://autobuild.buildroot.net/results/fbe78f1c71b29a458ac54f0987c5deb9afa57dd3/defconfig

Build f6be8c2f87264b13ca3c700523e43ab86df74018
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-11-03 23:53:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/f6be8c2f87264b13ca3c700523e43ab86df74018/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f6be8c2f87264b13ca3c700523e43ab86df74018/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f6be8c2f87264b13ca3c700523e43ab86df74018/config
Defconfig      : http://autobuild.buildroot.net/results/f6be8c2f87264b13ca3c700523e43ab86df74018/defconfig

Build fc8efea9e97109442d6b237759d0f47b849ba679
==============================================

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

Build 99c709673204f178aa507e1946165ab748e96705
==============================================

Status         : NOK
Failure reason : host-qemu-1.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-03 23:55:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=efc10eb6b87884f1f7917462d78af6953fcd99e3
End of log     : http://autobuild.buildroot.net/results/99c709673204f178aa507e1946165ab748e96705/build-end.log
Complete log   : http://autobuild.buildroot.net/results/99c709673204f178aa507e1946165ab748e96705/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/99c709673204f178aa507e1946165ab748e96705/config
Defconfig      : http://autobuild.buildroot.net/results/99c709673204f178aa507e1946165ab748e96705/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [git commit] opus-tools: fix build on i386
From: Peter Korsgaard @ 2012-11-04  9:28 UTC (permalink / raw)
  To: buildroot

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

Upstream patch.  Fixes e.g.
http://autobuild.buildroot.net/results/03cf0ee3c092960c37a6a78f2531b047a317d516/

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 .../opus-tools-fix-compilation-on-non-win.patch    |   53 ++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/package/opus-tools/opus-tools-fix-compilation-on-non-win.patch b/package/opus-tools/opus-tools-fix-compilation-on-non-win.patch
new file mode 100644
index 0000000..c8cb6a2
--- /dev/null
+++ b/package/opus-tools/opus-tools-fix-compilation-on-non-win.patch
@@ -0,0 +1,53 @@
+From 7734f55bc535c6d3d0fbb27c55e38f52ba6b7764 Mon Sep 17 00:00:00 2001
+From: Andreas Schlick <schlick@lavabit.com>
+Date: Thu, 13 Sep 2012 19:44:50 +0200
+Subject: [PATCH] Fix compilation on non-Windows x86-32 w/ -msse.
+
+cpusupport.h used __cpuid() from the Windows specific header file intrin.h
+which is not available under gcc. But we can use __get_cpuid() from cpuid.h
+instead.
+
+Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
+
+---
+ src/cpusupport.h |   18 +++++++++++++++++-
+ 1 files changed, 17 insertions(+), 1 deletions(-)
+
+diff --git a/src/cpusupport.h b/src/cpusupport.h
+index 1986d31..5e42337 100644
+--- a/src/cpusupport.h
++++ b/src/cpusupport.h
+@@ -32,7 +32,9 @@
+ # if !defined(__SSE__) || defined(_M_X64) || defined(__amd64__)
+ #  define query_cpu_support() 0
+ #else
+-# include <intrin.h>
++
++#if defined WIN32 || defined _WIN32
++#include <intrin.h>
+ static inline int query_cpu_support(void)
+ {
+    int buffer[4];
+@@ -43,5 +45,19 @@ static inline int query_cpu_support(void)
+ #  endif
+        ;
+ }
++#else
++#include <cpuid.h>
++static inline int query_cpu_support(void)
++{
++   unsigned int eax, ebx, ecx, edx=0;
++   __get_cpuid(1, &eax, &ebx, &ecx, &edx);
++   return ((edx & 1<<25) == 0) /*SSE*/
++#ifdef __SSE2__
++        + ((edx & 1<<26) == 0) /*SSE2*/
++#endif
++       ;
++}
++#endif
++
+ # endif
+ #endif
+-- 
+1.7.2.5
+

^ permalink raw reply related

* [Buildroot] [git commit] xapp_listres: fix build against Xmu by bumping the version
From: Peter Korsgaard @ 2012-11-04 10:12 UTC (permalink / raw)
  To: buildroot

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

Fixes

  http://autobuild.buildroot.org/results/06d0ef38165769df38047c1f64d4cfae835e9e54

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

diff --git a/package/x11r7/xapp_listres/xapp_listres.mk b/package/x11r7/xapp_listres/xapp_listres.mk
index c701f43..1a3247b 100644
--- a/package/x11r7/xapp_listres/xapp_listres.mk
+++ b/package/x11r7/xapp_listres/xapp_listres.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_LISTRES_VERSION = 1.0.1
+XAPP_LISTRES_VERSION = 1.0.3
 XAPP_LISTRES_SOURCE = listres-$(XAPP_LISTRES_VERSION).tar.bz2
 XAPP_LISTRES_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_LISTRES_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXmu xlib_libXt

^ permalink raw reply related

* [Buildroot] [git commit] xapp_xbiff: fix build against Xmu by bumping version
From: Peter Korsgaard @ 2012-11-04 10:22 UTC (permalink / raw)
  To: buildroot

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

Fix a build issue similar to the one encountered on xapp_listres at
http://autobuild.buildroot.org/results/06d0ef38165769df38047c1f64d4cfae835e9e54/.

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

diff --git a/package/x11r7/xapp_xbiff/xapp_xbiff.mk b/package/x11r7/xapp_xbiff/xapp_xbiff.mk
index f954a8d..c6f2d70 100644
--- a/package/x11r7/xapp_xbiff/xapp_xbiff.mk
+++ b/package/x11r7/xapp_xbiff/xapp_xbiff.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XBIFF_VERSION = 1.0.1
+XAPP_XBIFF_VERSION = 1.0.3
 XAPP_XBIFF_SOURCE = xbiff-$(XAPP_XBIFF_VERSION).tar.bz2
 XAPP_XBIFF_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XBIFF_DEPENDENCIES = xlib_libXaw xdata_xbitmaps

^ permalink raw reply related

* [Buildroot] [git commit] xapp_xedit: fix build against Xmu by bumping version
From: Peter Korsgaard @ 2012-11-04 10:22 UTC (permalink / raw)
  To: buildroot

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

Fix a build issue similar to the one encountered on xapp_listres at
http://autobuild.buildroot.org/results/06d0ef38165769df38047c1f64d4cfae835e9e54/.

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

diff --git a/package/x11r7/xapp_xedit/xapp_xedit.mk b/package/x11r7/xapp_xedit/xapp_xedit.mk
index 577bd5a..f69d122 100644
--- a/package/x11r7/xapp_xedit/xapp_xedit.mk
+++ b/package/x11r7/xapp_xedit/xapp_xedit.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XEDIT_VERSION = 1.0.2
+XAPP_XEDIT_VERSION = 1.2.0
 XAPP_XEDIT_SOURCE = xedit-$(XAPP_XEDIT_VERSION).tar.bz2
 XAPP_XEDIT_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XEDIT_DEPENDENCIES = xlib_libXaw xlib_libXprintUtil

^ permalink raw reply related

* [Buildroot] [git commit] xapp_xfontsel: fix build against Xmu by bumping version
From: Peter Korsgaard @ 2012-11-04 10:22 UTC (permalink / raw)
  To: buildroot

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

Fix a build issue similar to the one encountered on xapp_listres at
http://autobuild.buildroot.org/results/06d0ef38165769df38047c1f64d4cfae835e9e54/.

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

diff --git a/package/x11r7/xapp_xfontsel/xapp_xfontsel.mk b/package/x11r7/xapp_xfontsel/xapp_xfontsel.mk
index 8719bef..d4d9ca1 100644
--- a/package/x11r7/xapp_xfontsel/xapp_xfontsel.mk
+++ b/package/x11r7/xapp_xfontsel/xapp_xfontsel.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPP_XFONTSEL_VERSION = 1.0.1
+XAPP_XFONTSEL_VERSION = 1.0.4
 XAPP_XFONTSEL_SOURCE = xfontsel-$(XAPP_XFONTSEL_VERSION).tar.bz2
 XAPP_XFONTSEL_SITE = http://xorg.freedesktop.org/releases/individual/app
 XAPP_XFONTSEL_DEPENDENCIES = xlib_libXaw

^ 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