Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 4/5] lua: remove 3 sub-options, always install all
From: Peter Korsgaard @ 2012-11-15 11:37 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1346741921-28968-4-git-send-email-francois.perrad@gadz.org>

>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:

 Francois> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH 1/5] lua-msgpack-native: new package v2
From: Peter Korsgaard @ 2012-11-15 11:36 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1346741921-28968-1-git-send-email-francois.perrad@gadz.org>

>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:

 Francois> Signed-off-by: Wojciech M. Zabolotny <wzab01@gmail.com>
 Francois> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
 Francois> ---
 Francois>  package/Config.in                                |    1 +
 Francois>  package/lua-msgpack-native/Config.in             |    7 ++++++
 Francois>  package/lua-msgpack-native/lua-msgpack-native.mk |   29 ++++++++++++++++++++++
 Francois>  3 files changed, 37 insertions(+)
 Francois>  create mode 100644 package/lua-msgpack-native/Config.in
 Francois>  create mode 100644 package/lua-msgpack-native/lua-msgpack-native.mk

 Francois> diff --git a/package/Config.in b/package/Config.in
 Francois> index f308de7..f05f5f4 100644
 Francois> --- a/package/Config.in
 Francois> +++ b/package/Config.in
 Francois> @@ -257,6 +257,7 @@ source "package/luacjson/Config.in"
 Francois>  source "package/luaexpat/Config.in"
 Francois>  source "package/luafilesystem/Config.in"
 Francois>  source "package/luasocket/Config.in"
 Francois> +source "package/lua-msgpack-native/Config.in"
 Francois>  source "package/rings/Config.in"
 Francois>  source "package/wsapi/Config.in"
 Francois>  source "package/xavante/Config.in"
 Francois> diff --git a/package/lua-msgpack-native/Config.in b/package/lua-msgpack-native/Config.in
 Francois> new file mode 100644
 Francois> index 0000000..90eecc3
 Francois> --- /dev/null
 Francois> +++ b/package/lua-msgpack-native/Config.in
 Francois> @@ -0,0 +1,7 @@
 Francois> +config BR2_PACKAGE_LUA_MSGPACK_NATIVE
 Francois> +	bool "lua-msgpack-native"
 Francois> +	help
 Francois> +	  This is a native, C language implementation of msgpack (http://msgpack.org)

This doesn't fit in the normal 80-col menuconfig window. I've
reformatted it and committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH for-2012.11 0/5] Introduce errors for legacy API
From: Peter Korsgaard @ 2012-11-15 11:23 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352750912-16012-1-git-send-email-arnout@mind.be>

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

 Arnout>  This patch series introduces a mechanism to give relatively
 Arnout> clear error messages when legacy API is used. The first patch
 Arnout> introduces the mechanism, subsequent messages use it to report
 Arnout> each of the API changes since 2012.08.

Cool, thanks!

 Arnout>  Config options that are no longer supported are moved to
 Arnout> Config.in.legacy.  When any of these is selected in an old
 Arnout> .config file, a comment will appear to warn the user of it, and
 Arnout> it is possible to see which option caused the error in the new
 Arnout> 'Check legacy' menu.  Unselecting that menuconfig disables all
 Arnout> the legacy options in one go.

Is there ever any use case for not checking for legacy stuff?

I like it, the only problem is that the legacy warnings are shown as
options when they are really warnings/instructions to the user about
what has changed/what needs to get fixed.

I played around with making the options hidden and instead display a
comment when it is selected - E.G:

config BR2_PACKAGE_LIBINTL
	bool
	select BR2_LEGACY
	select BR2_PACKAGE_GETTEXT

config BR2_PACKAGE_LIBINTL
	bool
	select BR2_LEGACY
	select BR2_PACKAGE_GETTEXT

if BR2_PACKAGE_LIBINTL
comment "libintl is now installed by selecting"
comment "BR2_PACKAGE_GETTEXT. This now only installs the"
comment "library, not the executables."
endif

The syntax is not so nice as kconfig doesn't support multi line
comments, but OK. More importantly, hidden symbols like
BR2_PACKAGE_LIBINTL seems to be ignored when the .config is read (which
is what we normally want so they can be disabled again) so this only
works when a custom package selects BR2_PACKAGE_LIBINTL, not if the user
has manually enabled it.

Anybody with a better idea?

 Arnout>  If any such option remains, 'make' will fail immediately with
 Arnout> a message that legacy options are still selected.  However, if
 Arnout> BR2_DEPRECATED is selected, that error message is suppressed.

Would it make sense to still warn (but not halt) when DEPRECATED is
enabled?

 Arnout> - BR2_INET_RPC: since packages 'depend on' this option, there
 Arnout> is really no way to detect that some Config.in is still using
 Arnout> it.  The result will be that some packages are just not
 Arnout> selectable. Hopefully that's enough of a hint for users to find
 Arnout> the issue.

 Arnout> - xtensa: since there are patches on the list to re-introduce
 Arnout> xtensa, I haven't added it to Config.in.legacy. If these xtensa
 Arnout> patches don't make it into 2012.11, then there probably should
 Arnout> be a Config.in.legacy for it.

I'll try to get xtensa in.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] vala: bump version
From: Peter Korsgaard @ 2012-11-15  9:13 UTC (permalink / raw)
  To: buildroot

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

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

diff --git a/package/vala/vala.mk b/package/vala/vala.mk
index 5c333c5..6abcdd8 100644
--- a/package/vala/vala.mk
+++ b/package/vala/vala.mk
@@ -5,7 +5,7 @@
 #############################################################
 
 VALA_VERSION_MAJOR = 0.18
-VALA_VERSION_MINOR = 0
+VALA_VERSION_MINOR = 1
 VALA_VERSION = $(VALA_VERSION_MAJOR).$(VALA_VERSION_MINOR)
 VALA_SITE = http://download.gnome.org/sources/vala/$(VALA_VERSION_MAJOR)
 VALA_SOURCE = vala-$(VALA_VERSION).tar.xz

^ permalink raw reply related

* [Buildroot] [PATCH v3 6/6] Add config file for the snowball board
From: Gregory Hermant @ 2012-11-15  8:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352967920-3164-1-git-send-email-gregory.hermant@calao-systems.com>


Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
---
 configs/calao_snowball_defconfig |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 configs/calao_snowball_defconfig

diff --git a/configs/calao_snowball_defconfig b/configs/calao_snowball_defconfig
new file mode 100644
index 0000000..700be5d
--- /dev/null
+++ b/configs/calao_snowball_defconfig
@@ -0,0 +1,28 @@
+BR2_arm=y
+BR2_cortex_a9=y
+BR2_GCC_VERSION_4_7_X=y
+# BR2_SOFT_FLOAT is not set
+BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
+BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
+BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
+BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
+BR2_TOOLCHAIN_BUILDROOT_CXX=y
+BR2_VFP_FLOAT=y
+BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA2"
+BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
+BR2_PACKAGE_FBSET=y
+BR2_PACKAGE_SNOWBALL_HDMISERVICE=y
+BR2_PACKAGE_LIBNL=y
+BR2_PACKAGE_SNOWBALL_INIT=y
+BR2_PACKAGE_WPA_SUPPLICANT=y
+BR2_TARGET_ROOTFS_TAR_GZIP=y
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="snowball"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://igloocommunity.org/git/kernel/igloo-kernel.git"
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="stable-linux-ux500-3.4"
+BR2_LINUX_KERNEL_PATCH="board/calao/snowball/"
+BR2_LINUX_KERNEL_DEFCONFIG="u8500"
+BR2_LINUX_KERNEL_INSTALL_TARGET=y
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH v3 5/6] bluez-utils: add support for the ST-Ericsson cg2900 combo controller
From: Gregory Hermant @ 2012-11-15  8:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352967920-3164-1-git-send-email-gregory.hermant@calao-systems.com>


Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
---
 ...tils-4.101-enable_cg2900_on_upstream_4.91.patch |  106 ++++++++++++++++++++
 1 file changed, 106 insertions(+)
 create mode 100644 package/bluez_utils/bluez_utils-4.101-enable_cg2900_on_upstream_4.91.patch

diff --git a/package/bluez_utils/bluez_utils-4.101-enable_cg2900_on_upstream_4.91.patch b/package/bluez_utils/bluez_utils-4.101-enable_cg2900_on_upstream_4.91.patch
new file mode 100644
index 0000000..e80af5f
--- /dev/null
+++ b/package/bluez_utils/bluez_utils-4.101-enable_cg2900_on_upstream_4.91.patch
@@ -0,0 +1,106 @@
+From ac7992081abba87627c9e91735b3309584b48585 Mon Sep 17 00:00:00 2001
+From: Gregory Hermant <gregory.hermant@calao-systems.com>
+Date: Wed, 14 Nov 2012 14:27:02 +0100
+Subject: [PATCH] add support for the ST-Ericsson CG2900 GPS FM Bluetooth
+ combo controller
+
+
+Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
+---
+ tools/hciattach.c |   22 +++++++++++++++-------
+ tools/hciattach.h |    1 +
+ 2 files changed, 16 insertions(+), 7 deletions(-)
+
+diff --git a/tools/hciattach.c b/tools/hciattach.c
+index e4d5aa1..7f08243 100644
+--- a/tools/hciattach.c
++++ b/tools/hciattach.c
+@@ -1066,6 +1066,11 @@ struct uart_t uart[] = {
+ 	{ "texasalt",   0x0000, 0x0000, HCI_UART_LL,   115200, 115200,
+ 				FLOW_CTL, DISABLE_PM, NULL, texasalt, NULL   },
+ 
++	/* ST-Ericsson CG2900 GPS FM Bluetooth combo controller */
++	{ "cg2900",     0x0000, 0x0000, HCI_UART_STE,  115200, 115200,
++				FLOW_CTL, DISABLE_PM, NULL, NULL     },
++
++
+ 	/* ST Microelectronics minikits based on STLC2410/STLC2415 */
+ 	{ "st",         0x0000, 0x0000, HCI_UART_H4,    57600, 115200,
+ 				FLOW_CTL, DISABLE_PM,  NULL, st       },
+@@ -1157,10 +1162,10 @@ static struct uart_t * get_by_type(char *type)
+ }
+ 
+ /* Initialize UART driver */
+-static int init_uart(char *dev, struct uart_t *u, int send_break, int raw)
++static int init_uart(char *dev, struct uart_t *u, int send_break, int raw, int line_disc)
+ {
+ 	struct termios ti;
+-	int fd, i;
++	int fd;
+ 	unsigned long flags = 0;
+ 
+ 	if (raw)
+@@ -1217,8 +1222,7 @@ static int init_uart(char *dev, struct uart_t *u, int send_break, int raw)
+ 	}
+ 
+ 	/* Set TTY to N_HCI line discipline */
+-	i = N_HCI;
+-	if (ioctl(fd, TIOCSETD, &i) < 0) {
++	if (ioctl(fd, TIOCSETD, &line_disc) < 0) {
+ 		perror("Can't set line discipline");
+ 		return -1;
+ 	}
+@@ -1243,7 +1247,7 @@ static void usage(void)
+ {
+ 	printf("hciattach - HCI UART driver initialization utility\n");
+ 	printf("Usage:\n");
+-	printf("\thciattach [-n] [-p] [-b] [-r] [-t timeout] [-s initial_speed] <tty> <type | id> [speed] [flow|noflow] [bdaddr]\n");
++	printf("\thciattach [-n] [-p] [-a line_disc_nr] [-b] [-r] [-t timeout] [-s initial_speed] <tty> <type | id> [speed] [flow|noflow] [bdaddr]\n");
+ 	printf("\thciattach -l\n");
+ }
+ 
+@@ -1252,6 +1256,7 @@ int main(int argc, char *argv[])
+ 	struct uart_t *u = NULL;
+ 	int detach, printpid, raw, opt, i, n, ld, err;
+ 	int to = 10;
++	int line_disc = N_HCI;
+ 	int init_speed = 0;
+ 	int send_break = 0;
+ 	pid_t pid;
+@@ -1264,8 +1269,11 @@ int main(int argc, char *argv[])
+ 	printpid = 0;
+ 	raw = 0;
+ 
+-	while ((opt=getopt(argc, argv, "bnpt:s:lr")) != EOF) {
++	while ((opt=getopt(argc, argv, "bnpt:s:lra:")) != EOF) {
+ 		switch(opt) {
++		case 'a':
++                        line_disc = atoi(optarg);
++                        break;
+ 		case 'b':
+ 			send_break = 1;
+ 			break;
+@@ -1381,7 +1389,7 @@ int main(int argc, char *argv[])
+ 	alarm(to);
+ 	bcsp_max_retries = to;
+ 
+-	n = init_uart(dev, u, send_break, raw);
++	n = init_uart(dev, u, send_break, raw, line_disc);
+ 	if (n < 0) {
+ 		perror("Can't initialize device");
+ 		exit(1);
+diff --git a/tools/hciattach.h b/tools/hciattach.h
+index fed0d11..09b534d 100644
+--- a/tools/hciattach.h
++++ b/tools/hciattach.h
+@@ -39,6 +39,7 @@
+ #define HCI_UART_H4DS	3
+ #define HCI_UART_LL	4
+ #define HCI_UART_ATH3K  5
++#define HCI_UART_STE	6
+ 
+ #define HCI_UART_RAW_DEVICE	0
+ 
+-- 
+1.7.9.5
+
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH v3 4/6] Add init script files for snowball board
From: Gregory Hermant @ 2012-11-15  8:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352967920-3164-1-git-send-email-gregory.hermant@calao-systems.com>


Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
---
 package/Config.in                      |    1 +
 package/snowball-init/Config.in        |   10 ++++++++++
 package/snowball-init/snowball-init.mk |   15 +++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 package/snowball-init/Config.in
 create mode 100644 package/snowball-init/snowball-init.mk

diff --git a/package/Config.in b/package/Config.in
index 4fa21ca..488d4be 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -550,6 +550,7 @@ source "package/empty/Config.in"
 source "package/googlefontdirectory/Config.in"
 source "package/mobile-broadband-provider-info/Config.in"
 source "package/shared-mime-info/Config.in"
+source "package/snowball-init/Config.in"
 source "package/sound-theme-borealis/Config.in"
 source "package/sound-theme-freedesktop/Config.in"
 endmenu
diff --git a/package/snowball-init/Config.in b/package/snowball-init/Config.in
new file mode 100644
index 0000000..906ff2d
--- /dev/null
+++ b/package/snowball-init/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_SNOWBALL_INIT
+	bool "snowball-init"
+	# Runtime dependency, needed by snowball startup script
+	select BR2_PACKAGE_BLUEZ_UTILS
+	select BR2_PACKAGE_UX500_FIRMWARE
+	help
+	  Snowball init scripts
+
+	  http://www.igloocommunity.org
+
diff --git a/package/snowball-init/snowball-init.mk b/package/snowball-init/snowball-init.mk
new file mode 100644
index 0000000..278cacb
--- /dev/null
+++ b/package/snowball-init/snowball-init.mk
@@ -0,0 +1,15 @@
+#############################################################
+#
+# snowball-init
+#
+#############################################################
+SNOWBALL_INIT_VERSION = b064be21de25729039e5e54037bbdd2e25cfd5b7
+SNOWBALL_INIT_SITE = git://igloocommunity.org/git/bsp/snowball-init.git
+SNOWBALL_INIT_LICENSE = BSD-4c
+SNOWBALL_INIT_LICENSE_FILES = debian/copyright
+
+define SNOWBALL_INIT_INSTALL_TARGET_CMDS
+	$(INSTALL) -D -m 0755 $(@D)/snowball $(TARGET_DIR)/etc/init.d/S50snowball
+endef
+
+$(eval $(generic-package))
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH v3 3/6] Add board files for snowball
From: Gregory Hermant @ 2012-11-15  8:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352967920-3164-1-git-send-email-gregory.hermant@calao-systems.com>


Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
---
 board/calao/snowball/linux-3.4.patch |   45 ++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 board/calao/snowball/linux-3.4.patch

diff --git a/board/calao/snowball/linux-3.4.patch b/board/calao/snowball/linux-3.4.patch
new file mode 100644
index 0000000..4e6fb51
--- /dev/null
+++ b/board/calao/snowball/linux-3.4.patch
@@ -0,0 +1,45 @@
+From 3d1a9b44b9dcd2c0f5d54c09596c96c0524d8340 Mon Sep 17 00:00:00 2001
+From: Gregory Hermant <gregory.hermant@calao-systems.com>
+Date: Tue, 13 Nov 2012 11:47:41 +0100
+Subject: [PATCH] trace-debug[stm]: Fix for BT/WLAN instability
+
+Pins under mop500_ske_pins array are used for different
+functionalities in snowball. Ex: GPIO161 pin configured
+for keypad here must stay configured as GPIO alternate
+function for operating PMU_EN pin of BT/WLAN chip in snowball.
+So forbid configuring these pins, for snowball
+
+Signed-off-by: Rajanikanth H.V <rajanikanth.hv@stericsson.com>
+Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
+---
+ arch/arm/mach-ux500/board-mop500-stm.c |    7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/arch/arm/mach-ux500/board-mop500-stm.c b/arch/arm/mach-ux500/board-mop500-stm.c
+index 1bef2a0..532fb9e 100644
+--- a/arch/arm/mach-ux500/board-mop500-stm.c
++++ b/arch/arm/mach-ux500/board-mop500-stm.c
+@@ -121,7 +121,9 @@ static int stm_ste_disable_ape_on_mipi60(void)
+ 	if (retval)
+ 		STM_ERR("Failed to disable MIPI60\n");
+ 	else {
+-		retval = nmk_config_pins(ARRAY_AND_SIZE(mop500_ske_pins));
++		if (!machine_is_snowball())
++			retval = nmk_config_pins(
++				ARRAY_AND_SIZE(mop500_ske_pins));
+ 		if (retval)
+ 			STM_ERR("Failed to enable SKE gpio\n");
+ 	}
+@@ -314,7 +316,8 @@ static int stm_ste_connection(enum stm_connection_type con_type)
+ 		/* Enable altC3 on GPIO70-74 (STMMOD) and GPIO75-76 (UARTMOD) */
+ 		prcmu_enable_stm_mod_uart();
+ 		/* Enable APE on MIPI60 */
+-		retval = nmk_config_pins_sleep(ARRAY_AND_SIZE(mop500_ske_pins));
++		if (!machine_is_snowball())
++			retval = nmk_config_pins_sleep(ARRAY_AND_SIZE(mop500_ske_pins));
+ 		if (retval)
+ 			STM_ERR("Failed to disable SKE GPIO\n");
+ 		else {
+-- 
+1.7.9.5
+
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH v3 2/6] ux500-firmware: new package
From: Gregory Hermant @ 2012-11-15  8:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352967920-3164-1-git-send-email-gregory.hermant@calao-systems.com>


Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
---
 package/Config.in                        |    1 +
 package/ux500-firmware/Config.in         |    7 +++++++
 package/ux500-firmware/ux500-firmware.mk |   22 ++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 100644 package/ux500-firmware/Config.in
 create mode 100644 package/ux500-firmware/ux500-firmware.mk

diff --git a/package/Config.in b/package/Config.in
index e9fd4a9..4fa21ca 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -261,6 +261,7 @@ source "package/usb_modeswitch/Config.in"
 source "package/usb_modeswitch_data/Config.in"
 source "package/usbmount/Config.in"
 source "package/usbutils/Config.in"
+source "package/ux500-firmware/Config.in"
 source "package/wipe/Config.in"
 endmenu
 
diff --git a/package/ux500-firmware/Config.in b/package/ux500-firmware/Config.in
new file mode 100644
index 0000000..7e8a94b
--- /dev/null
+++ b/package/ux500-firmware/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_UX500_FIRMWARE
+	bool "ux500-firmware"
+	help
+	  This package provides various binary firmware files (closed binary blobs)
+	  for the Azurewave AW-NH580 combo module (wifi, bt, gps).
+
+	  https://launchpad.net/~igloocommunity-maintainers/+archive/snowball/+files/
diff --git a/package/ux500-firmware/ux500-firmware.mk b/package/ux500-firmware/ux500-firmware.mk
new file mode 100644
index 0000000..1fcb3b7
--- /dev/null
+++ b/package/ux500-firmware/ux500-firmware.mk
@@ -0,0 +1,22 @@
+#############################################################
+#
+# ux500-firmware
+#
+#############################################################
+UX500_FIRMWARE_VERSION = 1.1.3-6
+UX500_FIRMWARE_SOURCE = ux500-firmware_$(UX500_FIRMWARE_VERSION)linaro1.tar.gz
+UX500_FIRMWARE_SITE = https://launchpad.net/~igloocommunity-maintainers/+archive/snowball/+files/
+UX500_FIRMWARE_LICENSE = Snowball click-wrap license
+UX500_FIRMWARE_LICENSE_FILES = license.txt 
+UX500_FIRMWARE_REDISTRIBUTE = NO
+
+define UX500_FIRMWARE_INSTALL_TARGET_CMDS
+	$(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
+# The CG2900 linux driver has to load firmware named CG29XX_* but the firmware
+# filenames contained in this package are CG2900_* hence the code below
+	for f in $(TARGET_DIR)/lib/firmware/CG2900* ; do \
+		mv $$f $${f/CG2900/CG29XX}; \
+	done
+endef
+
+$(eval $(generic-package))
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH v3 1/6] snowball-hdmiservice: new package
From: Gregory Hermant @ 2012-11-15  8:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352967920-3164-1-git-send-email-gregory.hermant@calao-systems.com>


Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
---
 package/Config.in                                  |    1 +
 package/snowball-hdmiservice/Config.in             |   10 +++++
 .../snowball-hdmiservice/snowball-hdmiservice.mk   |   41 ++++++++++++++++++++
 3 files changed, 52 insertions(+)
 create mode 100644 package/snowball-hdmiservice/Config.in
 create mode 100644 package/snowball-hdmiservice/snowball-hdmiservice.mk

diff --git a/package/Config.in b/package/Config.in
index 074e9df..e9fd4a9 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -250,6 +250,7 @@ source "package/sane-backends/Config.in"
 source "package/sdparm/Config.in"
 source "package/setserial/Config.in"
 source "package/smartmontools/Config.in"
+source "package/snowball-hdmiservice/Config.in"
 source "package/sredird/Config.in"
 source "package/statserial/Config.in"
 source "package/sysstat/Config.in"
diff --git a/package/snowball-hdmiservice/Config.in b/package/snowball-hdmiservice/Config.in
new file mode 100644
index 0000000..0ea7c81
--- /dev/null
+++ b/package/snowball-hdmiservice/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_SNOWBALL_HDMISERVICE
+	bool "snowball-hdmiservice"
+	depends on BR2_TOOLCHAIN_HAS_THREADS	
+	help
+	  HDMI userspace control daemon
+
+	  This package contains the HDMI userspace control daemon for the 
+	  snowball board
+	  
+	  http://www.igloocommunity.org
diff --git a/package/snowball-hdmiservice/snowball-hdmiservice.mk b/package/snowball-hdmiservice/snowball-hdmiservice.mk
new file mode 100644
index 0000000..fefa95d
--- /dev/null
+++ b/package/snowball-hdmiservice/snowball-hdmiservice.mk
@@ -0,0 +1,41 @@
+#############################################################
+#
+# snowball-hdmiservice
+#
+#############################################################
+SNOWBALL_HDMISERVICE_VERSION = f75c99d1c52707240a78b4ba78e41d20d3aa3b08
+SNOWBALL_HDMISERVICE_SITE = git://igloocommunity.org/git/bsp/hdmiservice.git
+SNOWBALL_HDMISERVICE_LICENSE = MIT
+SNOWBALL_HDMISERVICE_LICENSE_FILES = debian/copyright
+SNOWBALL_HDMISERVICE_INSTALL_STAGING = YES
+
+define SNOWBALL_HDMISERVICE_BUILD_CMDS
+	$(MAKE) CC="$(TARGET_CC)" -C $(@D)
+endef
+
+define SNOWBALL_HDMISERVICE_INSTALL_STAGING_CMDS
+	$(MAKE) CC="$(TARGET_CC)" -C $(@D) DESTDIR=$(STAGING_DIR) install 
+endef
+
+define SNOWBALL_HDMISERVICE_INSTALL_TARGET_CMDS
+	$(MAKE) CC="$(TARGET_CC)" -C $(@D) DESTDIR=$(TARGET_DIR) install
+endef
+
+define SNOWBALL_HDMISERVICE_UNINSTALL_STAGING_CMDS
+	rm -f $(STAGING_DIR)/usr/lib/hdmiservice.so
+	rm -f $(STAGING_DIR)/usr/bin/hdmistart
+	rm -f $(STAGING_DIR)/usr/include/hdmi_service_api.h
+	rm -f $(STAGING_DIR)/usr/include/hdmi_service_local.h
+endef
+
+define SNOWBALL_HDMISERVICE_UNINSTALL_TARGET_CMDS
+	rm -f $(TARGET_DIR)/usr/lib/hdmiservice.so
+	rm -f $(TARGET_DIR)/usr/bin/hdmistart
+endef
+
+define SNOWBALL_HDMISERVICE_CLEAN_CMDS
+	$(MAKE) -C $(@D) clean
+endef
+
+
+$(eval $(generic-package))
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH v3 0/6] Add support for the snowball board
From: Gregory Hermant @ 2012-11-15  8:25 UTC (permalink / raw)
  To: buildroot

Snowball board is a low power, low cost Single Board Computer based
on the ST-Ericsson Nova A9500 processor (Dual Cortex-A9 + MALI 400 GPU).
More info at www.igloocommunity.org

The snowball board boots from eMMC, loads the linux kernel and mounts
its root filesystem either from eMMC or from a microSD card.
The user should prepare a microSD card with two partitions.
On the fist partition he will install the kernel image and on the second
one the root filesystem.

TO DO:

* Add the GPS support.
* Add the possibility to build an eMMC image directly from buildroot.
* Add the riff tool package

Gregory Hermant (6):
  snowball-hdmiservice: new package
  ux500-firmware: new package
  Add board files for snowball
  Add init script files for snowball board
  bluez-utils: add support for the ST-Ericsson cg2900 combo controller
  Add config file for the snowball board

 board/calao/snowball/linux-3.4.patch               |   45 +++++++++
 configs/calao_snowball_defconfig                   |   28 ++++++
 package/Config.in                                  |    3 +
 ...tils-4.101-enable_cg2900_on_upstream_4.91.patch |  106 ++++++++++++++++++++
 package/snowball-hdmiservice/Config.in             |   10 ++
 .../snowball-hdmiservice/snowball-hdmiservice.mk   |   41 ++++++++
 package/snowball-init/Config.in                    |   10 ++
 package/snowball-init/snowball-init.mk             |   15 +++
 package/ux500-firmware/Config.in                   |    7 ++
 package/ux500-firmware/ux500-firmware.mk           |   22 ++++
 10 files changed, 287 insertions(+)
 create mode 100644 board/calao/snowball/linux-3.4.patch
 create mode 100644 configs/calao_snowball_defconfig
 create mode 100644 package/bluez_utils/bluez_utils-4.101-enable_cg2900_on_upstream_4.91.patch
 create mode 100644 package/snowball-hdmiservice/Config.in
 create mode 100644 package/snowball-hdmiservice/snowball-hdmiservice.mk
 create mode 100644 package/snowball-init/Config.in
 create mode 100644 package/snowball-init/snowball-init.mk
 create mode 100644 package/ux500-firmware/Config.in
 create mode 100644 package/ux500-firmware/ux500-firmware.mk

-- 
1.7.9.5

^ permalink raw reply

* [Buildroot] Problems building openssh in buildroot with glibc
From: Thomas Petazzoni @ 2012-11-15  8:13 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAKduhStLWvGt0cSq4JoKKVmFw4knKZ-k=p-tyj1vtne3XKhR0w@mail.gmail.com>

Dear Daniel Price,

On Wed, 14 Nov 2012 13:52:36 -0800, Daniel Price wrote:
> Hi, I'm using a glibc x86_64 based toolchain, and, despite a lot of
> hacking, cannot seem to get the openssh included with buildroot to
> configure.  My host environment is Fedora 15.  The error I encounter
> looks like this:
> 
> -----
> checking OpenSSL header version... not found
> configure: error: OpenSSL version header not found.
> make: *** [/aux0/dp/distro-x86-br-xtools/output-minimal/build/openssh-6.0p1/.stamp_configured]
> Error 1
> -----
> 
> In config.log, I see:
> 
> -----
> configure:10816: checking OpenSSL header version
> configure:10853:
> /aux0/dp/distro-x86-br-xtools/output-minimal/host/usr/bin/x86_64-dssd-linux-gnu-gcc
> -o conftest  -pipe -O3 -g2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
> -D_FILE_OFFSET_BITS=64 -Wall -Wpointer-arith -Wuninitialized
> -Wsign-compare -Wformat-security -Wno-pointer-sign -Wno-unused-result
> -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fno-builtin-memset
> -fstack-protector-all   -pipe -O3 -g2 -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fstack-protector-all
> conftest.c -lcrypto -ldl -lutil -lz -lnsl  >&5
> configure:10853: $? = 0
> configure:10853: ./conftest
> ./conftest: error while loading shared libraries: libcrypto.so.1.0.0:
> cannot open shared object file: No such file or directory
> configure:10853: $? = 127
> configure: program exited with status 127
> -----
> 
> To summarize: the conftest compiles fine but fails to link at runtime.
>  I've tried various settings of CFLAGS, LDFLAGS, etc. without much
> luck, although my experience with linux's linker in this regard is
> very limited.  I went on a search to see if libcrypto.so.1.0.0 was
> present in my build environment and here is what I found:
> 
> -----
> $ find output -name libcrypto.so.1.0.0
> output/host/usr/x86_64-unknown-linux-gnu/sysroot/usr/lib/libcrypto.so.1.0.0
> output/build/openssl-1.0.0j/libcrypto.so.1.0.0
> output/target/usr/lib/libcrypto.so.1.0.0
> 
> $ find output -name opensslv.h
> output/host/usr/x86_64-unknown-linux-gnu/sysroot/usr/include/openssl/opensslv.h
> output/build/openssl-1.0.0j/include/openssl/opensslv.h
> output/build/openssl-1.0.0j/crypto/opensslv.h
> output/target/usr/include/openssl/opensslv.h
> -----
> 
> Can anyone else confirm the same problem?  Can anyone suggest a
> solution?  If I use uclibc, it compiles fine, but I'm constrained and
> can't do that.  I also know that I could switch to DropBear but I'd
> like to solve this.  I'm happy to file a bug if that helps.

Which Buildroot version are you using? If you're using 2012.08, then it
might be 11017f081fc5b034e680d89eaea729c19f450e01 that is missing,
which leads OpenSSH to not understand we're cross-compiling.

Can you show the entire build output of OpenSSH, preferably in a
pastebin?

Thanks,

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

^ permalink raw reply

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


Hello,

On 2012-11-14, 125 random build tests have been done and
submitted on autobuild.buildroot.net.
 46 builds have been successful
 79 builds have failed

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

Build f47f4a9c176435ed3ed55ceaa110661ad1be9453
==============================================

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

Build 1bb6621e3cb878cc36fa3ad111af3b027f2e901a
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 00:34:22
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/1bb6621e3cb878cc36fa3ad111af3b027f2e901a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1bb6621e3cb878cc36fa3ad111af3b027f2e901a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1bb6621e3cb878cc36fa3ad111af3b027f2e901a/config
Defconfig      : http://autobuild.buildroot.net/results/1bb6621e3cb878cc36fa3ad111af3b027f2e901a/defconfig

Build 4c81c36b42e404b01050273386da41d357a4e8a5
==============================================

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

Build 2c503a2d361b6c615c0ab4bedb0093046f52b5d4
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 01:03:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/2c503a2d361b6c615c0ab4bedb0093046f52b5d4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2c503a2d361b6c615c0ab4bedb0093046f52b5d4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2c503a2d361b6c615c0ab4bedb0093046f52b5d4/config
Defconfig      : http://autobuild.buildroot.net/results/2c503a2d361b6c615c0ab4bedb0093046f52b5d4/defconfig

Build 70f3df653a35b7a77083f14672323e1621b8ca4e
==============================================

Status         : NOK
Failure reason : pv-1.2.0
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 01:41:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/70f3df653a35b7a77083f14672323e1621b8ca4e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/70f3df653a35b7a77083f14672323e1621b8ca4e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/70f3df653a35b7a77083f14672323e1621b8ca4e/config
Defconfig      : http://autobuild.buildroot.net/results/70f3df653a35b7a77083f14672323e1621b8ca4e/defconfig

Build 4f9974dc9dbe5bbd954e65fbd8347228a19c3e30
==============================================

Status         : NOK
Failure reason : quota-4.00
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 01:51:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/4f9974dc9dbe5bbd954e65fbd8347228a19c3e30/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4f9974dc9dbe5bbd954e65fbd8347228a19c3e30/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4f9974dc9dbe5bbd954e65fbd8347228a19c3e30/config
Defconfig      : http://autobuild.buildroot.net/results/4f9974dc9dbe5bbd954e65fbd8347228a19c3e30/defconfig

Build cb076bc74ffe9c8c0af23ffa2ccb960c850b1ff2
==============================================

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

Build d85a34ed9efa20353290a8d60352c7d2fb5f9d08
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 02:05:01
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/d85a34ed9efa20353290a8d60352c7d2fb5f9d08/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d85a34ed9efa20353290a8d60352c7d2fb5f9d08/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d85a34ed9efa20353290a8d60352c7d2fb5f9d08/config
Defconfig      : http://autobuild.buildroot.net/results/d85a34ed9efa20353290a8d60352c7d2fb5f9d08/defconfig

Build 511b8f6027ecfce0a3cb993ff17ca164bd2d0f78
==============================================

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

Build 48085956105bc489d9bd87ee8951d1102fa0d392
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-14 02:30:25
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/48085956105bc489d9bd87ee8951d1102fa0d392/build-end.log
Complete log   : http://autobuild.buildroot.net/results/48085956105bc489d9bd87ee8951d1102fa0d392/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/48085956105bc489d9bd87ee8951d1102fa0d392/config
Defconfig      : http://autobuild.buildroot.net/results/48085956105bc489d9bd87ee8951d1102fa0d392/defconfig

Build f54e6b43a425097da784e09d1ef1f95a9bd27c5a
==============================================

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

Build d941064a6f301db6c2c6f72fd9803fd44ccc6610
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 03:23:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/d941064a6f301db6c2c6f72fd9803fd44ccc6610/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d941064a6f301db6c2c6f72fd9803fd44ccc6610/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d941064a6f301db6c2c6f72fd9803fd44ccc6610/config
Defconfig      : http://autobuild.buildroot.net/results/d941064a6f301db6c2c6f72fd9803fd44ccc6610/defconfig

Build 316afef2ab6f305c38f84199c58bb9e9acff451f
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 04:02:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/316afef2ab6f305c38f84199c58bb9e9acff451f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/316afef2ab6f305c38f84199c58bb9e9acff451f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/316afef2ab6f305c38f84199c58bb9e9acff451f/config
Defconfig      : http://autobuild.buildroot.net/results/316afef2ab6f305c38f84199c58bb9e9acff451f/defconfig

Build 281174a3779342c8f79d2130b0e9edb847db7800
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 04:17:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/281174a3779342c8f79d2130b0e9edb847db7800/build-end.log
Complete log   : http://autobuild.buildroot.net/results/281174a3779342c8f79d2130b0e9edb847db7800/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/281174a3779342c8f79d2130b0e9edb847db7800/config
Defconfig      : http://autobuild.buildroot.net/results/281174a3779342c8f79d2130b0e9edb847db7800/defconfig

Build bd38f738533ed4ed5ab7c31b2eeb6dd2449b6f4f
==============================================

Status         : NOK
Failure reason : libnss-3.12.9
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 04:34:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/bd38f738533ed4ed5ab7c31b2eeb6dd2449b6f4f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bd38f738533ed4ed5ab7c31b2eeb6dd2449b6f4f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bd38f738533ed4ed5ab7c31b2eeb6dd2449b6f4f/config
Defconfig      : http://autobuild.buildroot.net/results/bd38f738533ed4ed5ab7c31b2eeb6dd2449b6f4f/defconfig

Build 116a49c39cd59e681205de619ae68ca9393a55d3
==============================================

Status         : NOK
Failure reason : xlib_libXt-1.0.9
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 04:52:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/116a49c39cd59e681205de619ae68ca9393a55d3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/116a49c39cd59e681205de619ae68ca9393a55d3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/116a49c39cd59e681205de619ae68ca9393a55d3/config
Defconfig      : http://autobuild.buildroot.net/results/116a49c39cd59e681205de619ae68ca9393a55d3/defconfig

Build 0bf705e6c43d841ef80028019723770ad74bdfda
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 04:58:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/0bf705e6c43d841ef80028019723770ad74bdfda/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0bf705e6c43d841ef80028019723770ad74bdfda/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0bf705e6c43d841ef80028019723770ad74bdfda/config
Defconfig      : http://autobuild.buildroot.net/results/0bf705e6c43d841ef80028019723770ad74bdfda/defconfig

Build 88f1b2b6e3745d309d7395c0293baa4f3a0ab73d
==============================================

Status         : NOK
Failure reason : xlib_libXt-1.0.9
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 05:02:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/88f1b2b6e3745d309d7395c0293baa4f3a0ab73d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/88f1b2b6e3745d309d7395c0293baa4f3a0ab73d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/88f1b2b6e3745d309d7395c0293baa4f3a0ab73d/config
Defconfig      : http://autobuild.buildroot.net/results/88f1b2b6e3745d309d7395c0293baa4f3a0ab73d/defconfig

Build 4994ecd41907c9fcbf4efe73e29f30a7af72aead
==============================================

Status         : NOK
Failure reason : xlib_libXt-1.0.9
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 05:36:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/4994ecd41907c9fcbf4efe73e29f30a7af72aead/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4994ecd41907c9fcbf4efe73e29f30a7af72aead/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4994ecd41907c9fcbf4efe73e29f30a7af72aead/config
Defconfig      : http://autobuild.buildroot.net/results/4994ecd41907c9fcbf4efe73e29f30a7af72aead/defconfig

Build 92e95d7136979a4857d9f6eedc3412c033f2f566
==============================================

Status         : NOK
Failure reason : gettext-0.16.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 05:44:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/92e95d7136979a4857d9f6eedc3412c033f2f566/build-end.log
Complete log   : http://autobuild.buildroot.net/results/92e95d7136979a4857d9f6eedc3412c033f2f566/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/92e95d7136979a4857d9f6eedc3412c033f2f566/config
Defconfig      : http://autobuild.buildroot.net/results/92e95d7136979a4857d9f6eedc3412c033f2f566/defconfig

Build e81a90078435a63b8fc4236744e91265706cc0bf
==============================================

Status         : NOK
Failure reason : quota-4.00
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 06:54:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/e81a90078435a63b8fc4236744e91265706cc0bf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e81a90078435a63b8fc4236744e91265706cc0bf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e81a90078435a63b8fc4236744e91265706cc0bf/config
Defconfig      : http://autobuild.buildroot.net/results/e81a90078435a63b8fc4236744e91265706cc0bf/defconfig

Build 8c845d8dbf847d7b7f1ee820c475a3eee7030c58
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 06:55:41
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/8c845d8dbf847d7b7f1ee820c475a3eee7030c58/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8c845d8dbf847d7b7f1ee820c475a3eee7030c58/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8c845d8dbf847d7b7f1ee820c475a3eee7030c58/config
Defconfig      : http://autobuild.buildroot.net/results/8c845d8dbf847d7b7f1ee820c475a3eee7030c58/defconfig

Build 51aad495270b0cf666b850d1fbf03625af0b65bd
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 07:07:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/51aad495270b0cf666b850d1fbf03625af0b65bd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/51aad495270b0cf666b850d1fbf03625af0b65bd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/51aad495270b0cf666b850d1fbf03625af0b65bd/config
Defconfig      : http://autobuild.buildroot.net/results/51aad495270b0cf666b850d1fbf03625af0b65bd/defconfig

Build 00bde833b611920dc1f82376459ae6d8cfc2046f
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-14 07:11:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/00bde833b611920dc1f82376459ae6d8cfc2046f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/00bde833b611920dc1f82376459ae6d8cfc2046f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/00bde833b611920dc1f82376459ae6d8cfc2046f/config
Defconfig      : http://autobuild.buildroot.net/results/00bde833b611920dc1f82376459ae6d8cfc2046f/defconfig

Build 3e33b8861a6d3eff2096d2db7a1ad0c03e5d820d
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 07:23:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/3e33b8861a6d3eff2096d2db7a1ad0c03e5d820d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3e33b8861a6d3eff2096d2db7a1ad0c03e5d820d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3e33b8861a6d3eff2096d2db7a1ad0c03e5d820d/config
Defconfig      : http://autobuild.buildroot.net/results/3e33b8861a6d3eff2096d2db7a1ad0c03e5d820d/defconfig

Build 918a386d6f2b89f131df048ed4a9531f46578fbb
==============================================

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

Build d676725f4fef8bb4a353d7d81aaf3fef4afcb89b
==============================================

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

Build 68b00211fa9b007700743b2aa3acd943f24f12c5
==============================================

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

Build fc8fb57ebda2a2c078f272d53b594d313998959e
==============================================

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

Build 9456a425983ad7aa840675f5fde6885d648eb0fa
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : sh4
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 09:19:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/9456a425983ad7aa840675f5fde6885d648eb0fa/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9456a425983ad7aa840675f5fde6885d648eb0fa/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9456a425983ad7aa840675f5fde6885d648eb0fa/config
Defconfig      : http://autobuild.buildroot.net/results/9456a425983ad7aa840675f5fde6885d648eb0fa/defconfig

Build 160afa93d60388390c36b781d63f2d7272e4b09b
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 09:23:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/160afa93d60388390c36b781d63f2d7272e4b09b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/160afa93d60388390c36b781d63f2d7272e4b09b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/160afa93d60388390c36b781d63f2d7272e4b09b/config
Defconfig      : http://autobuild.buildroot.net/results/160afa93d60388390c36b781d63f2d7272e4b09b/defconfig

Build b5d6b9d77549fc23bac9f347ef310dbe01eb5002
==============================================

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

Build d57a9d591aae930d8e575f8dbdc3d2ecd72b8c7b
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-14 09:32:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/d57a9d591aae930d8e575f8dbdc3d2ecd72b8c7b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d57a9d591aae930d8e575f8dbdc3d2ecd72b8c7b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d57a9d591aae930d8e575f8dbdc3d2ecd72b8c7b/config
Defconfig      : http://autobuild.buildroot.net/results/d57a9d591aae930d8e575f8dbdc3d2ecd72b8c7b/defconfig

Build 8d1a31d39209cb0964e28529474a86174e7175c6
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 09:42:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/8d1a31d39209cb0964e28529474a86174e7175c6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8d1a31d39209cb0964e28529474a86174e7175c6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8d1a31d39209cb0964e28529474a86174e7175c6/config
Defconfig      : http://autobuild.buildroot.net/results/8d1a31d39209cb0964e28529474a86174e7175c6/defconfig

Build 433645ea6172f375db6c7b28856868f11c5ce7c4
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 09:53:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/433645ea6172f375db6c7b28856868f11c5ce7c4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/433645ea6172f375db6c7b28856868f11c5ce7c4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/433645ea6172f375db6c7b28856868f11c5ce7c4/config
Defconfig      : http://autobuild.buildroot.net/results/433645ea6172f375db6c7b28856868f11c5ce7c4/defconfig

Build 376c2eded0973af7ce253f2f8972074d9645045a
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 09:59:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/376c2eded0973af7ce253f2f8972074d9645045a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/376c2eded0973af7ce253f2f8972074d9645045a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/376c2eded0973af7ce253f2f8972074d9645045a/config
Defconfig      : http://autobuild.buildroot.net/results/376c2eded0973af7ce253f2f8972074d9645045a/defconfig

Build 63a41cc664b928010a796e533b7258d2a4573737
==============================================

Status         : NOK
Failure reason : gdbhost-7.4.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 10:21:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/63a41cc664b928010a796e533b7258d2a4573737/build-end.log
Complete log   : http://autobuild.buildroot.net/results/63a41cc664b928010a796e533b7258d2a4573737/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/63a41cc664b928010a796e533b7258d2a4573737/config
Defconfig      : http://autobuild.buildroot.net/results/63a41cc664b928010a796e533b7258d2a4573737/defconfig

Build aa269d28b7d939629a0ffd83fa7033cf55bcfa9d
==============================================

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

Build 45df380f3a6e42d5a3a457b3472e64f110ea45ea
==============================================

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

Build ea6cc343e476b95c25568b550468b62ad93b1442
==============================================

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

Build 45e1c8c6890dc99d5e080fa025ea8df5a35704b1
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 11:32:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/45e1c8c6890dc99d5e080fa025ea8df5a35704b1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/45e1c8c6890dc99d5e080fa025ea8df5a35704b1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/45e1c8c6890dc99d5e080fa025ea8df5a35704b1/config
Defconfig      : http://autobuild.buildroot.net/results/45e1c8c6890dc99d5e080fa025ea8df5a35704b1/defconfig

Build 220d4e40e5b201ae98b7a1ef302e960f119a651d
==============================================

Status         : NOK
Failure reason : libnspr-4.8.7
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 12:03:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/220d4e40e5b201ae98b7a1ef302e960f119a651d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/220d4e40e5b201ae98b7a1ef302e960f119a651d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/220d4e40e5b201ae98b7a1ef302e960f119a651d/config
Defconfig      : http://autobuild.buildroot.net/results/220d4e40e5b201ae98b7a1ef302e960f119a651d/defconfig

Build b536da02ee68b6f3246c0661deae14eca3ae03de
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 12:26:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/b536da02ee68b6f3246c0661deae14eca3ae03de/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b536da02ee68b6f3246c0661deae14eca3ae03de/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b536da02ee68b6f3246c0661deae14eca3ae03de/config
Defconfig      : http://autobuild.buildroot.net/results/b536da02ee68b6f3246c0661deae14eca3ae03de/defconfig

Build 0641f3b4e4b0ba63a3e2591db941735af5c82f97
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-14 13:13:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/0641f3b4e4b0ba63a3e2591db941735af5c82f97/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0641f3b4e4b0ba63a3e2591db941735af5c82f97/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0641f3b4e4b0ba63a3e2591db941735af5c82f97/config
Defconfig      : http://autobuild.buildroot.net/results/0641f3b4e4b0ba63a3e2591db941735af5c82f97/defconfig

Build f1c6fb90bf66946121cd55f0ece3ecdaa54d7f12
==============================================

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

Build f6e5600903b6046583aea25e0f5c46b9f3e29ac1
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 13:54:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/f6e5600903b6046583aea25e0f5c46b9f3e29ac1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f6e5600903b6046583aea25e0f5c46b9f3e29ac1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f6e5600903b6046583aea25e0f5c46b9f3e29ac1/config
Defconfig      : http://autobuild.buildroot.net/results/f6e5600903b6046583aea25e0f5c46b9f3e29ac1/defconfig

Build 63d40e2063b6526396fb06613ab942d18472a5b4
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 14:27:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/63d40e2063b6526396fb06613ab942d18472a5b4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/63d40e2063b6526396fb06613ab942d18472a5b4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/63d40e2063b6526396fb06613ab942d18472a5b4/config
Defconfig      : http://autobuild.buildroot.net/results/63d40e2063b6526396fb06613ab942d18472a5b4/defconfig

Build b208656f67139da5d99b2f2a633c473b080d0433
==============================================

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

Build c0248e05358c57cac65c3aa15332dc9effdf443e
==============================================

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

Build 90d61114e8d9252acb8e69a68d977d680e1e8cf5
==============================================

Status         : NOK
Failure reason : tremor-18153
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 15:18:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/90d61114e8d9252acb8e69a68d977d680e1e8cf5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/90d61114e8d9252acb8e69a68d977d680e1e8cf5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/90d61114e8d9252acb8e69a68d977d680e1e8cf5/config
Defconfig      : http://autobuild.buildroot.net/results/90d61114e8d9252acb8e69a68d977d680e1e8cf5/defconfig

Build c29b123faa28a9b8f30b64ffb51d8501c5464fcc
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 15:28:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/c29b123faa28a9b8f30b64ffb51d8501c5464fcc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c29b123faa28a9b8f30b64ffb51d8501c5464fcc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c29b123faa28a9b8f30b64ffb51d8501c5464fcc/config
Defconfig      : http://autobuild.buildroot.net/results/c29b123faa28a9b8f30b64ffb51d8501c5464fcc/defconfig

Build baec251da34e08dec38d06d1d5387431a4f28ce1
==============================================

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

Build bbacd669bf652483ab913e8df9d466fb90117db6
==============================================

Status         : NOK
Failure reason : qextserialport-f83b4e7ca922e53
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 16:22:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/bbacd669bf652483ab913e8df9d466fb90117db6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bbacd669bf652483ab913e8df9d466fb90117db6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bbacd669bf652483ab913e8df9d466fb90117db6/config
Defconfig      : http://autobuild.buildroot.net/results/bbacd669bf652483ab913e8df9d466fb90117db6/defconfig

Build d66ce20f9ac437f86d35635da9a446ca938afb60
==============================================

Status         : NOK
Failure reason : pixman-0.25.2
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 16:32:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/d66ce20f9ac437f86d35635da9a446ca938afb60/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d66ce20f9ac437f86d35635da9a446ca938afb60/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d66ce20f9ac437f86d35635da9a446ca938afb60/config
Defconfig      : http://autobuild.buildroot.net/results/d66ce20f9ac437f86d35635da9a446ca938afb60/defconfig

Build 6538e0438223a7a034433fd6f4a2509857dd4b63
==============================================

Status         : NOK
Failure reason : quota-4.00
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 16:42:46
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/6538e0438223a7a034433fd6f4a2509857dd4b63/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6538e0438223a7a034433fd6f4a2509857dd4b63/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6538e0438223a7a034433fd6f4a2509857dd4b63/config
Defconfig      : http://autobuild.buildroot.net/results/6538e0438223a7a034433fd6f4a2509857dd4b63/defconfig

Build 9626a98134cb94c71faa2ce8d07dbe39812969cd
==============================================

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

Build 6e84f5bb474b8de07bace9c2eeddb61e103a022d
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 17:47:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/6e84f5bb474b8de07bace9c2eeddb61e103a022d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6e84f5bb474b8de07bace9c2eeddb61e103a022d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6e84f5bb474b8de07bace9c2eeddb61e103a022d/config
Defconfig      : http://autobuild.buildroot.net/results/6e84f5bb474b8de07bace9c2eeddb61e103a022d/defconfig

Build 686c2a46fdf4f2df633e2f1fabf73fbd8f3459c2
==============================================

Status         : NOK
Failure reason : hiawatha-8.5
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 17:50:00
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/686c2a46fdf4f2df633e2f1fabf73fbd8f3459c2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/686c2a46fdf4f2df633e2f1fabf73fbd8f3459c2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/686c2a46fdf4f2df633e2f1fabf73fbd8f3459c2/config
Defconfig      : http://autobuild.buildroot.net/results/686c2a46fdf4f2df633e2f1fabf73fbd8f3459c2/defconfig

Build 7ee25bb15a16c53baecd37a00df2c3c817379a9a
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 18:09:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/7ee25bb15a16c53baecd37a00df2c3c817379a9a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7ee25bb15a16c53baecd37a00df2c3c817379a9a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7ee25bb15a16c53baecd37a00df2c3c817379a9a/config
Defconfig      : http://autobuild.buildroot.net/results/7ee25bb15a16c53baecd37a00df2c3c817379a9a/defconfig

Build b4d0f921e2d2b57b143a0b125b8201d92cbbf91e
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 18:29:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/b4d0f921e2d2b57b143a0b125b8201d92cbbf91e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b4d0f921e2d2b57b143a0b125b8201d92cbbf91e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b4d0f921e2d2b57b143a0b125b8201d92cbbf91e/config
Defconfig      : http://autobuild.buildroot.net/results/b4d0f921e2d2b57b143a0b125b8201d92cbbf91e/defconfig

Build bcba7eaf870ccc185bb2116eda133811270e833f
==============================================

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

Build 1f38833c32f3b6d62110ecce68c11b778662e267
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 18:56:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/1f38833c32f3b6d62110ecce68c11b778662e267/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1f38833c32f3b6d62110ecce68c11b778662e267/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1f38833c32f3b6d62110ecce68c11b778662e267/config
Defconfig      : http://autobuild.buildroot.net/results/1f38833c32f3b6d62110ecce68c11b778662e267/defconfig

Build bd3c842683c186a5bf28a79b3a5cc1264f8a8523
==============================================

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

Build 3a10e6a2724cf65e527bf5471f86a58209c7935a
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-14 19:53:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/3a10e6a2724cf65e527bf5471f86a58209c7935a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3a10e6a2724cf65e527bf5471f86a58209c7935a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3a10e6a2724cf65e527bf5471f86a58209c7935a/config
Defconfig      : http://autobuild.buildroot.net/results/3a10e6a2724cf65e527bf5471f86a58209c7935a/defconfig

Build 1468b974d0fb92fcd5d900ecdd22ab3e2e171b58
==============================================

Status         : NOK
Failure reason : libecore-1.1.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 20:25:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/1468b974d0fb92fcd5d900ecdd22ab3e2e171b58/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1468b974d0fb92fcd5d900ecdd22ab3e2e171b58/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1468b974d0fb92fcd5d900ecdd22ab3e2e171b58/config
Defconfig      : http://autobuild.buildroot.net/results/1468b974d0fb92fcd5d900ecdd22ab3e2e171b58/defconfig

Build 9627028b22fe27b6f724e5f7d323ca98f23113a7
==============================================

Status         : NOK
Failure reason : audiofile-0.3.4
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 20:25:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/9627028b22fe27b6f724e5f7d323ca98f23113a7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9627028b22fe27b6f724e5f7d323ca98f23113a7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9627028b22fe27b6f724e5f7d323ca98f23113a7/config
Defconfig      : http://autobuild.buildroot.net/results/9627028b22fe27b6f724e5f7d323ca98f23113a7/defconfig

Build 04643189a35cd787de2204da23cbaf4681b284d0
==============================================

Status         : NOK
Failure reason : rpcbind-0.2.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-14 20:28:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/04643189a35cd787de2204da23cbaf4681b284d0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/04643189a35cd787de2204da23cbaf4681b284d0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/04643189a35cd787de2204da23cbaf4681b284d0/config
Defconfig      : http://autobuild.buildroot.net/results/04643189a35cd787de2204da23cbaf4681b284d0/defconfig

Build e4a87c7bc5cced907f10dcce86067fc9639b3b3c
==============================================

Status         : NOK
Failure reason : quota-4.00
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 20:39:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/e4a87c7bc5cced907f10dcce86067fc9639b3b3c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e4a87c7bc5cced907f10dcce86067fc9639b3b3c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e4a87c7bc5cced907f10dcce86067fc9639b3b3c/config
Defconfig      : http://autobuild.buildroot.net/results/e4a87c7bc5cced907f10dcce86067fc9639b3b3c/defconfig

Build 097570a56d7043aa089c6acfda635a2d40e34896
==============================================

Status         : NOK
Failure reason : dbus-1.4.24
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 20:50:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/097570a56d7043aa089c6acfda635a2d40e34896/build-end.log
Complete log   : http://autobuild.buildroot.net/results/097570a56d7043aa089c6acfda635a2d40e34896/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/097570a56d7043aa089c6acfda635a2d40e34896/config
Defconfig      : http://autobuild.buildroot.net/results/097570a56d7043aa089c6acfda635a2d40e34896/defconfig

Build f9989f730585e1e99f0d622aed54a35519b02710
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 21:08:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/f9989f730585e1e99f0d622aed54a35519b02710/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f9989f730585e1e99f0d622aed54a35519b02710/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f9989f730585e1e99f0d622aed54a35519b02710/config
Defconfig      : http://autobuild.buildroot.net/results/f9989f730585e1e99f0d622aed54a35519b02710/defconfig

Build f809fbede2ea0ab661d43a12d9114cc7023fa556
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 21:45:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/f809fbede2ea0ab661d43a12d9114cc7023fa556/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f809fbede2ea0ab661d43a12d9114cc7023fa556/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f809fbede2ea0ab661d43a12d9114cc7023fa556/config
Defconfig      : http://autobuild.buildroot.net/results/f809fbede2ea0ab661d43a12d9114cc7023fa556/defconfig

Build fa2ac12396ad67d4223b2889538868d2f18aadbb
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 21:50:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/fa2ac12396ad67d4223b2889538868d2f18aadbb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fa2ac12396ad67d4223b2889538868d2f18aadbb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fa2ac12396ad67d4223b2889538868d2f18aadbb/config
Defconfig      : http://autobuild.buildroot.net/results/fa2ac12396ad67d4223b2889538868d2f18aadbb/defconfig

Build bd6e682f82e91029a6ee52ccd0aa4f0865802125
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : sh4
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 21:56:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/bd6e682f82e91029a6ee52ccd0aa4f0865802125/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bd6e682f82e91029a6ee52ccd0aa4f0865802125/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bd6e682f82e91029a6ee52ccd0aa4f0865802125/config
Defconfig      : http://autobuild.buildroot.net/results/bd6e682f82e91029a6ee52ccd0aa4f0865802125/defconfig

Build e706b08abb4fd1987fc4aa970d6be50fc92dc1fa
==============================================

Status         : NOK
Failure reason : kexec-2.0.3
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 21:58:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/e706b08abb4fd1987fc4aa970d6be50fc92dc1fa/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e706b08abb4fd1987fc4aa970d6be50fc92dc1fa/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e706b08abb4fd1987fc4aa970d6be50fc92dc1fa/config
Defconfig      : http://autobuild.buildroot.net/results/e706b08abb4fd1987fc4aa970d6be50fc92dc1fa/defconfig

Build 113bcf5edfb5614d748184a4bb68dd8d42e7aa4b
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 22:08:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/113bcf5edfb5614d748184a4bb68dd8d42e7aa4b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/113bcf5edfb5614d748184a4bb68dd8d42e7aa4b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/113bcf5edfb5614d748184a4bb68dd8d42e7aa4b/config
Defconfig      : http://autobuild.buildroot.net/results/113bcf5edfb5614d748184a4bb68dd8d42e7aa4b/defconfig

Build 2dbf5b31528113f5ad726ab9b544072dcb0dd890
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 22:23:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/2dbf5b31528113f5ad726ab9b544072dcb0dd890/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2dbf5b31528113f5ad726ab9b544072dcb0dd890/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2dbf5b31528113f5ad726ab9b544072dcb0dd890/config
Defconfig      : http://autobuild.buildroot.net/results/2dbf5b31528113f5ad726ab9b544072dcb0dd890/defconfig

Build ad44cf6f35cff988ea101ceab281ee3a5770905b
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.25
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-14 23:05:01
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/ad44cf6f35cff988ea101ceab281ee3a5770905b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ad44cf6f35cff988ea101ceab281ee3a5770905b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ad44cf6f35cff988ea101ceab281ee3a5770905b/config
Defconfig      : http://autobuild.buildroot.net/results/ad44cf6f35cff988ea101ceab281ee3a5770905b/defconfig

Build 152a1c0e2c6f5615ca21f1df45ad12ed2708ef3b
==============================================

Status         : NOK
Failure reason : lcdproc-0.5.6
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-14 23:18:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/152a1c0e2c6f5615ca21f1df45ad12ed2708ef3b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/152a1c0e2c6f5615ca21f1df45ad12ed2708ef3b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/152a1c0e2c6f5615ca21f1df45ad12ed2708ef3b/config
Defconfig      : http://autobuild.buildroot.net/results/152a1c0e2c6f5615ca21f1df45ad12ed2708ef3b/defconfig

Build 6a0d8a2a5265e364530b37116d9a6ad6829b13d7
==============================================

Status         : NOK
Failure reason : nfs-utils-1.2.6
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-14 23:19:29
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=234fe4433489bca81b79311239569525cc008d9d
End of log     : http://autobuild.buildroot.net/results/6a0d8a2a5265e364530b37116d9a6ad6829b13d7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6a0d8a2a5265e364530b37116d9a6ad6829b13d7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6a0d8a2a5265e364530b37116d9a6ad6829b13d7/config
Defconfig      : http://autobuild.buildroot.net/results/6a0d8a2a5265e364530b37116d9a6ad6829b13d7/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [PATCH] Revert "auto{conf, make}: only make available on archs supported by qemu"
From: Peter Korsgaard @ 2012-11-14 22:04 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352508025-32365-1-git-send-email-arnout@mind.be>

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

 Arnout> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
 Arnout> Since perl no longer requires host-qemu, autoconf and automake work
 Arnout> again on the architectures that are not supported by host-qemu.

 Arnout> This reverts commit c65d92e8e2767b09aaee6b717cbd9b66f88ea39c.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] Revert "auto{conf, make}: only make available on archs supported by qemu"
From: Peter Korsgaard @ 2012-11-14 22:03 UTC (permalink / raw)
  To: buildroot

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

Since perl no longer requires host-qemu, autoconf and automake work
again on the architectures that are not supported by host-qemu.

This reverts commit c65d92e8e2767b09aaee6b717cbd9b66f88ea39c.

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

diff --git a/package/autoconf/Config.in b/package/autoconf/Config.in
index c304572..5f2f148 100644
--- a/package/autoconf/Config.in
+++ b/package/autoconf/Config.in
@@ -1,12 +1,8 @@
 config BR2_PACKAGE_AUTOCONF
 	bool "autoconf"
-	depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64)
 	select BR2_PACKAGE_PERL
 	help
 	  Extensible program for developing configure scripts.  These
 	  scripts handle all the mundane system/feature detection.
 
 	  http://www.gnu.org/software/autoconf/
-
-comment "autoconf requires an architecture supported by qemu"
-	depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64
diff --git a/package/automake/Config.in b/package/automake/Config.in
index f8d74ef..9a9673a 100644
--- a/package/automake/Config.in
+++ b/package/automake/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_AUTOMAKE
 	bool "automake"
-	depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64)
 	select BR2_PACKAGE_AUTOCONF
 	select BR2_PACKAGE_PERL
 	help
@@ -8,6 +7,3 @@ config BR2_PACKAGE_AUTOMAKE
 	  configure scripts (made by autoconf).
 
 	  http://www.gnu.org/software/automake/
-
-comment "automake requires an architecture supported by qemu"
-	depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64

^ permalink raw reply related

* [Buildroot] Fixes for RPC support
From: Peter Korsgaard @ 2012-11-14 22:02 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <cover.1352583641.git.thomas.petazzoni@free-electrons.com>

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

 Thomas> Hello,
 Thomas> Here is a set of fixes that should hopefully fix most RPC related
 Thomas> build failures. At least, I have now tested all packages that use RPC
 Thomas> support, and built all of them on:

 Thomas>  * uClibc with RPC support + libtirpc

 Thomas>  * uClibc without RPC support + libtirpc

 Thomas>  * glibc with RPC support + libtirpc

 Thomas>  * glibc without RPC support + libtirpc

 Thomas>  * uClibc without RPC without IPv6 + libtirpc

 Thomas> Some of the patches against libtirpc are really big, and I currently
 Thomas> am working with upstream to get a solution for these.

Committed series, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] rpcbind: fix build on toolchains without IPv6 support
From: Peter Korsgaard @ 2012-11-14 22:00 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 .../rpcbind-0003-Make-IPv6-configurable.patch      |   42 ++++++++++++++++++++
 package/rpcbind/rpcbind.mk                         |    1 +
 2 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/package/rpcbind/rpcbind-0003-Make-IPv6-configurable.patch b/package/rpcbind/rpcbind-0003-Make-IPv6-configurable.patch
new file mode 100644
index 0000000..576434b
--- /dev/null
+++ b/package/rpcbind/rpcbind-0003-Make-IPv6-configurable.patch
@@ -0,0 +1,42 @@
+From ab7769e4b57741c654f1a815b006d6548104ba95 Mon Sep 17 00:00:00 2001
+From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Date: Sat, 10 Nov 2012 22:24:56 +0100
+Subject: [PATCH] Make IPv6 configurable
+
+Add an autoconf check that verifies whether IPv6 is available or not,
+and define the INET6 macro if available, instead of hardcoding it in
+src/Makefile.am.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+---
+ configure.in    |    3 +++
+ src/Makefile.am |    2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index de1c730..57f0bf0 100644
+--- a/configure.in
++++ b/configure.in
+@@ -61,6 +61,9 @@ AC_ARG_ENABLE(libwrap,[ --enable-libwrap  Enables host name checking],
+ 	esac],[libwarp=false])
+ AM_CONDITIONAL(LIBWRAP, test x$libwarp = xtrue)
+ 
++AC_CHECK_HEADER(netinet/ip6.h,
++        AC_DEFINE(INET6, 1, [Define to 1 if IPv6 is available]))
++
+ AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
+ AC_OUTPUT()
+                                                                    
+diff --git a/src/Makefile.am b/src/Makefile.am
+index cc0a85b..3826eca 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1,4 +1,4 @@
+-INCLUDES = -I$(srcdir)/tirpc -DPORTMAP -DINET6 -DVERSION="\"$(VERSION)\"" \
++INCLUDES = -I$(srcdir)/tirpc -DPORTMAP -DVERSION="\"$(VERSION)\"" \
+                                                 -D_GNU_SOURCE -Wall -pipe
+ if DEBUG
+ INCLUDES +=	-DRPCBIND_DEBUG -DSVC_RUN_DEBUG -DDEBUG_RMTCALL
+-- 
+1.7.9.5
+
diff --git a/package/rpcbind/rpcbind.mk b/package/rpcbind/rpcbind.mk
index de9a421..382e53b 100644
--- a/package/rpcbind/rpcbind.mk
+++ b/package/rpcbind/rpcbind.mk
@@ -9,6 +9,7 @@ RPCBIND_SITE    = http://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPC
 RPCBIND_SOURCE  = rpcbind-$(RPCBIND_VERSION).tar.bz2
 RPCBIND_LICENSE = BSD-3c
 RPCBIND_LICENSE_FILES = COPYING
+RPCBIND_AUTORECONF = YES
 
 RPCBIND_CONF_ENV += \
 	CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/tirpc/"

^ permalink raw reply related

* [Buildroot] [git commit] libnetfilter_queue: does not build without IPv6 support
From: Peter Korsgaard @ 2012-11-14 22:00 UTC (permalink / raw)
  To: buildroot

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

Fixes the following build failure:

extra/checksum.c:16:25: fatal error: netinet/ip6.h: No such file or directory
compilation terminated.

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

diff --git a/package/libnetfilter_queue/Config.in b/package/libnetfilter_queue/Config.in
index d06aa77..d04853d 100644
--- a/package/libnetfilter_queue/Config.in
+++ b/package/libnetfilter_queue/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LIBNETFILTER_QUEUE
 	bool "libnetfilter_queue"
 	depends on BR2_LARGEFILE
+	depends on BR2_INET_IPV6
 	select BR2_PACKAGE_LIBNFNETLINK
 	select BR2_PACKAGE_LIBMNL
 	help
@@ -10,5 +11,5 @@ config BR2_PACKAGE_LIBNETFILTER_QUEUE
 
 	  http://www.netfilter.org/projects/libnetfilter_queue/
 
-comment "libnetfilter_queue requires a toolchain with LARGEFILE support"
-	depends on !BR2_LARGEFILE
+comment "libnetfilter_queue requires a toolchain with LARGEFILE and IPv6 support"
+	depends on !BR2_LARGEFILE && !BR2_INET_IPV6

^ permalink raw reply related

* [Buildroot] [git commit] rpcbind: allow build without NSS support
From: Peter Korsgaard @ 2012-11-14 22:00 UTC (permalink / raw)
  To: buildroot

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

uClibc doesn't provide NSS support, so we shouldn't try to include nss
related headers or call nss related functions.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 ...to-use-NSS-support-when-not-available-in-.patch |   60 ++++++++++++++++++++
 1 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/package/rpcbind/rpcbind-0002-Do-not-try-to-use-NSS-support-when-not-available-in-.patch b/package/rpcbind/rpcbind-0002-Do-not-try-to-use-NSS-support-when-not-available-in-.patch
new file mode 100644
index 0000000..f7cc4a6
--- /dev/null
+++ b/package/rpcbind/rpcbind-0002-Do-not-try-to-use-NSS-support-when-not-available-in-.patch
@@ -0,0 +1,60 @@
+From cfc70fb4c54e044f724516e9352f974187adb448 Mon Sep 17 00:00:00 2001
+From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Date: Sat, 10 Nov 2012 22:04:12 +0100
+Subject: [PATCH] Do not try to use NSS support when not available in the C
+ library
+
+uClibc does not have NSS support, so it is unnecessary to tell the C
+library to use the "files" as the source for "services", since it is
+the only possible choice.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+---
+ src/rpcbind.c |    6 ++++++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/src/rpcbind.c b/src/rpcbind.c
+index 525ffba..cde8685 100644
+--- a/src/rpcbind.c
++++ b/src/rpcbind.c
+@@ -67,7 +67,9 @@
+ #include <pwd.h>
+ #include <string.h>
+ #include <errno.h>
++#ifdef HAVE_NSS_H
+ #include <nss.h>
++#endif
+ #include "config.h"
+ #include "rpcbind.h"
+ 
+@@ -156,11 +158,13 @@ main(int argc, char *argv[])
+ 		exit(1);
+ 	}
+ 
++#ifdef HAVE_NSS_H
+ 	/*
+ 	 * Make sure we use the local service file 
+ 	 * for service lookkups
+ 	 */
+ 	__nss_configure_lookup("services", "files");
++#endif
+ 
+ 	nc_handle = setnetconfig(); 	/* open netconfig file */
+ 	if (nc_handle == NULL) {
+@@ -222,11 +226,13 @@ main(int argc, char *argv[])
+ 		struct passwd *p;
+ 		char *id = runasdaemon ? RUN_AS : rpcbinduser;
+ 
++#ifdef HAVE_NSS_H
+ 		/*
+ 		 * Make sure we use the local password file
+ 		 * for these lookups.
+ 		 */
+ 		__nss_configure_lookup("passwd", "files");
++#endif
+ 
+ 		if((p = getpwnam(id)) == NULL) {
+ 			syslog(LOG_ERR, "cannot get uid of '%s': %m", id);
+-- 
+1.7.9.5
+

^ permalink raw reply related

* [Buildroot] [git commit] rpcbind: convert to git patch
From: Peter Korsgaard @ 2012-11-14 22:00 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 ...rpcbind-0001-Remove-yellow-pages-support.patch} |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/package/rpcbind/rpcbind-01-no-yp-support.patch b/package/rpcbind/rpcbind-0001-Remove-yellow-pages-support.patch
similarity index 65%
rename from package/rpcbind/rpcbind-01-no-yp-support.patch
rename to package/rpcbind/rpcbind-0001-Remove-yellow-pages-support.patch
index e9e6c9d..eba17bf 100644
--- a/package/rpcbind/rpcbind-01-no-yp-support.patch
+++ b/package/rpcbind/rpcbind-0001-Remove-yellow-pages-support.patch
@@ -1,12 +1,19 @@
-Remove yellow pages support
+From 6b5db966ae01c0bdaa7b3b90d9332394af6ea0be Mon Sep 17 00:00:00 2001
+From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Date: Sat, 10 Nov 2012 22:03:43 +0100
+Subject: [PATCH] Remove yellow pages support
 
 This support requires yellow pages support in libtirpc, which isn't
 available. As most Buildroot users are most likely never going to need
 such feature, get rid of it.
 
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Index: b/src/security.c
-===================================================================
+---
+ src/security.c |   18 ------------------
+ 1 file changed, 18 deletions(-)
+
+diff --git a/src/security.c b/src/security.c
+index 0edeac6..c6c977f 100644
 --- a/src/security.c
 +++ b/src/security.c
 @@ -23,9 +23,6 @@
@@ -19,7 +26,7 @@ Index: b/src/security.c
  
  #include "rpcbind.h"
  
-@@ -322,24 +319,9 @@
+@@ -322,24 +319,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unused*
  		    args->rmt_proc != MOUNTPROC_UMNT)
  			break;
  		goto deny;
@@ -44,3 +51,6 @@ Index: b/src/security.c
  	default:
  		break;
  	}
+-- 
+1.7.9.5
+

^ permalink raw reply related

* [Buildroot] [git commit] quota: allow usage of getrpcbynumber() instead of getrpcbynumber_r()
From: Peter Korsgaard @ 2012-11-14 22:00 UTC (permalink / raw)
  To: buildroot

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

libtirpc does not implement the reentrant function getrpcbynumber_r(),
so allow quota to use the non-reentrant version getrpcbynumber(). This
should not be a problem as quota tools are not multi-threaded.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/quota/quota-tools-getrpcbynumber.patch |   42 ++++++++++++++++++++++++
 package/quota/quota.mk                         |    4 ++
 2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/package/quota/quota-tools-getrpcbynumber.patch b/package/quota/quota-tools-getrpcbynumber.patch
new file mode 100644
index 0000000..3fed853
--- /dev/null
+++ b/package/quota/quota-tools-getrpcbynumber.patch
@@ -0,0 +1,42 @@
+allow usage of getrpcbynumber() instead of getrpcbynumber_r()
+
+libtirpc does not implement the reentrant function getrpcbynumber_r(),
+so allow quota to use the non-reentrant version getrpcbynumber(). This
+should not be a problem as quota tools are not multi-threaded.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+
+Index: b/configure.in
+===================================================================
+--- a/configure.in
++++ b/configure.in
+@@ -182,6 +182,12 @@
+ AC_C_CONST
+ AC_C_INLINE
+ 
++AC_CHECK_FUNCS([getrpcbynumber getrpcbynumber_r])
++
++if test "$ac_cv_func_getrpcbynumber_r" != "yes" -a "$ac_cv_func_getrpcbynumber" != "yes"; then
++   AC_MSG_ERROR([Neither getrpcbynumber_r nor getrpcbynumber are available])
++fi
++
+ AC_ARG_ENABLE(altformat,
+ 	[  --enable-altformat=[yes/no]     Enable alternative format used by edquota [default=yes].],
+ 	,
+Index: b/svc_socket.c
+===================================================================
+--- a/svc_socket.c
++++ b/svc_socket.c
+@@ -55,7 +55,12 @@
+ 	addr.sin_family = AF_INET;
+ 
+ 	if (!port) {
++#if HAVE_GETRPCBYNUMBER_R
+ 		ret = getrpcbynumber_r(number, &rpcbuf, rpcdata, sizeof(rpcdata), &rpcp);
++#else
++		rpcp = getrpcbynumber(number);
++		ret = 0;
++#endif
+ 		if (ret == 0 && rpcp != NULL) {
+ 			/* First try name */
+ 			ret = getservbyname_r(rpcp->r_name, proto, &servbuf, servdata,
diff --git a/package/quota/quota.mk b/package/quota/quota.mk
index 7019059..899dfdd 100644
--- a/package/quota/quota.mk
+++ b/package/quota/quota.mk
@@ -8,6 +8,8 @@ QUOTA_VERSION = 4.00
 QUOTA_SOURCE = quota-$(QUOTA_VERSION).tar.gz
 QUOTA_SITE = http://downloads.sourceforge.net/project/linuxquota/quota-tools/$(QUOTA_VERSION)
 
+QUOTA_AUTORECONF = YES
+
 QUOTA_CFLAGS = $(TARGET_CFLAGS)
 QUOTA_LDFLAGS = $(TARGET_LDFLAGS)
 
@@ -23,6 +25,8 @@ QUOTA_LDFLAGS += -ltirpc
 endif
 
 QUOTA_MAKE_OPT = $(TARGET_CONFIGURE_OPTS) CFLAGS="$(QUOTA_CFLAGS) -D_GNU_SOURCE" LDFLAGS="$(QUOTA_LDFLAGS)"
+QUOTA_CONF_ENV = \
+	CFLAGS="$(QUOTA_CFLAGS) -D_GNU_SOURCE" LDFLAGS="$(QUOTA_LDFLAGS)"
 
 # Package uses autoconf but not automake.
 QUOTA_INSTALL_TARGET_OPT = \

^ permalink raw reply related

* [Buildroot] [git commit] nfs-utils: add patches to allow compilation against libtirpc
From: Peter Korsgaard @ 2012-11-14 22:00 UTC (permalink / raw)
  To: buildroot

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

libtirpc does not implement the reentrant function getrpcbynumber_r(),
so allow nfs-utils to use the non-reentrant version
getrpcbynumber(). This should not be a problem as nfs-utils tools are
not multi-threaded.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 ...-of-getrpcbynumber-when-getrpcbynumber_r-.patch |   70 ++++++++++++++++++++
 ...figure-script-find-getrpcbynumber-in-libt.patch |   38 +++++++++++
 2 files changed, 108 insertions(+), 0 deletions(-)

diff --git a/package/nfs-utils/nfs-utils-0005-Allow-usage-of-getrpcbynumber-when-getrpcbynumber_r-.patch b/package/nfs-utils/nfs-utils-0005-Allow-usage-of-getrpcbynumber-when-getrpcbynumber_r-.patch
new file mode 100644
index 0000000..7c9f3c3
--- /dev/null
+++ b/package/nfs-utils/nfs-utils-0005-Allow-usage-of-getrpcbynumber-when-getrpcbynumber_r-.patch
@@ -0,0 +1,70 @@
+From a4c15a4f9f49fd2ae5eee7eef54c67f4842952b2 Mon Sep 17 00:00:00 2001
+From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Date: Sat, 10 Nov 2012 18:42:28 +0100
+Subject: [PATCH] Allow usage of getrpcbynumber() when getrpcbynumber_r() is
+ not available
+
+getrpcbynumber_r() is not implemented by libtirpc at the moment, only
+the non-reentrant getrpcbynumber() is available. Since nfs-utils seems
+to only be using getrpcbynumber_r() is a non multithreaded context,
+using getrpcbynumber() should work just as well.
+
+We also take this opportunity to adjust the autoconf checks to verify
+whether any of getrpcbynumber() or getrpcbynumber_r() is available,
+and error out if none of them is available.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+---
+ configure.ac             |    8 ++++----
+ support/nfs/svc_socket.c |    6 ++++++
+ 2 files changed, 10 insertions(+), 4 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index b408f1b..41216c9 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -246,9 +246,6 @@ AC_CHECK_FUNC([connect], ,
+ AC_CHECK_FUNC([getaddrinfo], ,
+               [AC_MSG_ERROR([Function 'getaddrinfo' not found.])])
+ 
+-AC_CHECK_FUNC([getrpcbynumber], ,
+-              [AC_MSG_ERROR([Function 'getrpcbynumber' not found.])])
+-
+ AC_CHECK_FUNC([getservbyname], ,
+               [AC_MSG_ERROR([Function 'getservbyname' not found.])])
+ 
+@@ -393,8 +390,11 @@ AC_CHECK_FUNCS([alarm atexit dup2 fdatasync ftruncate getcwd \
+                getnameinfo getrpcbyname getifaddrs \
+                gettimeofday hasmntopt inet_ntoa innetgr memset mkdir pathconf \
+                realpath rmdir select socket strcasecmp strchr strdup \
+-               strerror strrchr strtol strtoul sigprocmask])
++               strerror strrchr strtol strtoul sigprocmask getrpcbynumber getrpcbynumber_r])
+ 
++if test "$ac_cv_func_getrpcbynumber_r" != "yes" -a "$ac_cv_func_getrpcbynumber" != "yes"; then
++   AC_MSG_ERROR([Neither getrpcbynumber_r nor getrpcbynumber are available])
++fi
+ 
+ dnl *************************************************************
+ dnl Check for data sizes
+diff --git a/support/nfs/svc_socket.c b/support/nfs/svc_socket.c
+index f56f310..61ccf5b 100644
+--- a/support/nfs/svc_socket.c
++++ b/support/nfs/svc_socket.c
+@@ -42,8 +42,14 @@ int getservport(u_long number, const char *proto)
+ 	struct servent servbuf, *servp = NULL;
+ 	int ret;
+ 
++#if HAVE_GETRPCBYNUMBER_R
+ 	ret = getrpcbynumber_r(number, &rpcbuf, rpcdata, sizeof rpcdata,
+ 				&rpcp);
++#else
++	rpcp = getrpcbynumber(number);
++	ret = 0;
++#endif
++
+ 	if (ret == 0 && rpcp != NULL) {
+ 		/* First try name.  */
+ 		ret = getservbyname_r(rpcp->r_name, proto, &servbuf, servdata,
+-- 
+1.7.9.5
+
diff --git a/package/nfs-utils/nfs-utils-0006-Let-the-configure-script-find-getrpcbynumber-in-libt.patch b/package/nfs-utils/nfs-utils-0006-Let-the-configure-script-find-getrpcbynumber-in-libt.patch
new file mode 100644
index 0000000..1ca17b7
--- /dev/null
+++ b/package/nfs-utils/nfs-utils-0006-Let-the-configure-script-find-getrpcbynumber-in-libt.patch
@@ -0,0 +1,38 @@
+From 7ea7814a8b87a0faa50fb9f4a486bfd7a376f3fc Mon Sep 17 00:00:00 2001
+From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Date: Sat, 10 Nov 2012 18:53:03 +0100
+Subject: [PATCH] Let the configure script find getrpcbynumber in libtirpc
+
+The getrpcbynumber() function may not be available in the C library,
+but only in the libtirpc library. Take this into account when checking
+for the existence of getrpcbynumber() and getrpcbynumber_r().
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+---
+ configure.ac |   10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 41216c9..1bbecfa 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -390,7 +390,15 @@ AC_CHECK_FUNCS([alarm atexit dup2 fdatasync ftruncate getcwd \
+                getnameinfo getrpcbyname getifaddrs \
+                gettimeofday hasmntopt inet_ntoa innetgr memset mkdir pathconf \
+                realpath rmdir select socket strcasecmp strchr strdup \
+-               strerror strrchr strtol strtoul sigprocmask getrpcbynumber getrpcbynumber_r])
++               strerror strrchr strtol strtoul sigprocmask])
++
++save_CFLAGS=$CFLAGS
++save_LIBS=$LIBS
++CFLAGS="$CFLAGS $AM_CPPFLAGS"
++LIBS="$LIBS $LIBTIRPC"
++AC_CHECK_FUNCS([getrpcbynumber getrpcbynumber_r])
++CFLAGS=$save_CFLAGS
++LIBS=$save_LIBS
+ 
+ if test "$ac_cv_func_getrpcbynumber_r" != "yes" -a "$ac_cv_func_getrpcbynumber" != "yes"; then
+    AC_MSG_ERROR([Neither getrpcbynumber_r nor getrpcbynumber are available])
+-- 
+1.7.9.5
+

^ permalink raw reply related

* [Buildroot] [git commit] nfs-utils: reformat patch set as git patches
From: Peter Korsgaard @ 2012-11-14 22:00 UTC (permalink / raw)
  To: buildroot

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

As we will need to add more patches to nfs-utils, we need a correct
ordering when applying patches. Therefore, reformat the patches to use
a git format and git naming.

The nfs-utils-dont-mix-flags.patch is no longer needed as it was
patching Makefile.in files that were being regenerated due to the
package having _AUTORECONF = YES. The Makefile.in are properly
regenerated thanks to the nfs-utils-0002-Patch-taken-from-Gentoo.patch
patch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 ...-AM_CONDITIONAL-in-conditional-execution.patch} |    9 +-
 ...> nfs-utils-0002-Patch-taken-from-Gentoo.patch} |   22 ++-
 ...-Switch-legacy-index-in-favour-of-strchr.patch} |   44 ++-
 ... => nfs-utils-0004-fix-build-with-uClibc.patch} |   16 +-
 package/nfs-utils/nfs-utils-dont-mix-flags.patch   |  288 --------------------
 5 files changed, 63 insertions(+), 316 deletions(-)

diff --git a/package/nfs-utils/nfs-utils-conditionals.patch b/package/nfs-utils/nfs-utils-0001-build-avoid-AM_CONDITIONAL-in-conditional-execution.patch
similarity index 89%
rename from package/nfs-utils/nfs-utils-conditionals.patch
rename to package/nfs-utils/nfs-utils-0001-build-avoid-AM_CONDITIONAL-in-conditional-execution.patch
index a2342b3..ba9ad42 100644
--- a/package/nfs-utils/nfs-utils-conditionals.patch
+++ b/package/nfs-utils/nfs-utils-0001-build-avoid-AM_CONDITIONAL-in-conditional-execution.patch
@@ -1,8 +1,7 @@
-From 869d37a16d1e409cedd95b03cea29a6db65f9276 Mon Sep 17 00:00:00 2001
+From 2a44ed7558f981e15db58dcda799ff7cd3827a6e Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= <flameeyes@flameeyes.eu>
 Date: Thu, 17 May 2012 16:26:44 -0700
-Subject: [nfs-utils PATCH] build: avoid AM_CONDITIONAL in conditional
- execution.
+Subject: [PATCH] build: avoid AM_CONDITIONAL in conditional execution.
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
@@ -20,7 +19,7 @@ Signed-off-by: Diego Elio Petten?? <flameeyes@flameeyes.eu>
 ---
  aclocal/libsqlite3.m4 |    1 -
  configure.ac          |    3 +--
- 2 files changed, 1 insertions(+), 3 deletions(-)
+ 2 files changed, 1 insertion(+), 3 deletions(-)
 
 diff --git a/aclocal/libsqlite3.m4 b/aclocal/libsqlite3.m4
 index 73d1e46..8c38993 100644
@@ -54,5 +53,5 @@ index 9ba53e2..b408f1b 100644
  
  
 -- 
-1.7.8.6
+1.7.9.5
 
diff --git a/package/nfs-utils/nfs-utils-cross-build.patch b/package/nfs-utils/nfs-utils-0002-Patch-taken-from-Gentoo.patch
similarity index 69%
rename from package/nfs-utils/nfs-utils-cross-build.patch
rename to package/nfs-utils/nfs-utils-0002-Patch-taken-from-Gentoo.patch
index 43928bf..e310c49 100644
--- a/package/nfs-utils/nfs-utils-cross-build.patch
+++ b/package/nfs-utils/nfs-utils-0002-Patch-taken-from-Gentoo.patch
@@ -1,7 +1,17 @@
-Patch taken from Gentoo.
+From 971389625c9602085d399d8ae7fc42b75efcfb7c Mon Sep 17 00:00:00 2001
+From: Gustavo Zacarias <gustavo@zacarias.com.ar>
+Date: Sat, 10 Nov 2012 18:56:12 +0100
+Subject: [PATCH] Patch taken from Gentoo
 
 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+---
+ tools/locktest/Makefile.am |    7 +++----
+ tools/rpcdebug/Makefile.am |    7 +++----
+ tools/rpcgen/Makefile.am   |    8 +++-----
+ 3 files changed, 9 insertions(+), 13 deletions(-)
 
+diff --git a/tools/locktest/Makefile.am b/tools/locktest/Makefile.am
+index 3156815..efe6fcd 100644
 --- a/tools/locktest/Makefile.am
 +++ b/tools/locktest/Makefile.am
 @@ -1,12 +1,11 @@
@@ -20,6 +30,8 @@ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 -testlk_LDFLAGS=$(LDFLAGS_FOR_BUILD)
  
  MAINTAINERCLEANFILES = Makefile.in
+diff --git a/tools/rpcdebug/Makefile.am b/tools/rpcdebug/Makefile.am
+index 39b70c9..0056597 100644
 --- a/tools/rpcdebug/Makefile.am
 +++ b/tools/rpcdebug/Makefile.am
 @@ -1,15 +1,14 @@
@@ -41,6 +53,8 @@ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 -rpcdebug_LDFLAGS=$(LDFLAGS_FOR_BUILD)
  
  MAINTAINERCLEANFILES = Makefile.in
+diff --git a/tools/rpcgen/Makefile.am b/tools/rpcgen/Makefile.am
+index 8a9ec89..5a5b4d3 100644
 --- a/tools/rpcgen/Makefile.am
 +++ b/tools/rpcgen/Makefile.am
 @@ -1,7 +1,9 @@
@@ -54,7 +68,7 @@ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  
  noinst_PROGRAMS = rpcgen
  rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
-@@ -9,10 +11,6 @@
+@@ -9,10 +11,6 @@ rpcgen_SOURCES = rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c \
  		 rpc_util.c rpc_sample.c rpc_output.h rpc_parse.h \
  		 rpc_scan.h rpc_util.h
  
@@ -65,4 +79,6 @@ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  
  MAINTAINERCLEANFILES = Makefile.in
  
- EXTRA_DIST = rpcgen.new.1
+-- 
+1.7.9.5
+
diff --git a/package/nfs-utils/nfs-utils-susv3-legacy.patch b/package/nfs-utils/nfs-utils-0003-Switch-legacy-index-in-favour-of-strchr.patch
similarity index 50%
rename from package/nfs-utils/nfs-utils-susv3-legacy.patch
rename to package/nfs-utils/nfs-utils-0003-Switch-legacy-index-in-favour-of-strchr.patch
index 66dd181..82a6c43 100644
--- a/package/nfs-utils/nfs-utils-susv3-legacy.patch
+++ b/package/nfs-utils/nfs-utils-0003-Switch-legacy-index-in-favour-of-strchr.patch
@@ -1,11 +1,20 @@
-Switch legacy index() in favour of strchr()
-Updated for 1.2.6 from the previous patch by Frederik Pasch.
+From 636e78e4c9bc8be174805bde2f3ae7f940dc3d0e Mon Sep 17 00:00:00 2001
+From: Gustavo Zacarias <gustavo@zacarias.com.ar>
+Date: Sat, 10 Nov 2012 18:58:15 +0100
+Subject: [PATCH] Switch legacy index() in favour of strchr() Updated for
+ 1.2.6 from the previous patch by Frederik Pasch.
 
 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+---
+ support/nfs/nfs_mntent.c |    6 +++---
+ utils/mount/error.c      |    2 +-
+ utils/mountd/fsloc.c     |    2 +-
+ 3 files changed, 5 insertions(+), 5 deletions(-)
 
-diff -Nura nfs-utils-1.2.6.orig/support/nfs/nfs_mntent.c nfs-utils-1.2.6/support/nfs/nfs_mntent.c
---- nfs-utils-1.2.6.orig/support/nfs/nfs_mntent.c	2012-05-29 10:06:37.901255998 -0300
-+++ nfs-utils-1.2.6/support/nfs/nfs_mntent.c	2012-05-29 10:06:45.726312410 -0300
+diff --git a/support/nfs/nfs_mntent.c b/support/nfs/nfs_mntent.c
+index a2118a2..7496ed6 100644
+--- a/support/nfs/nfs_mntent.c
++++ b/support/nfs/nfs_mntent.c
 @@ -9,7 +9,7 @@
   */
  
@@ -15,7 +24,7 @@ diff -Nura nfs-utils-1.2.6.orig/support/nfs/nfs_mntent.c nfs-utils-1.2.6/support
  #include <ctype.h>		/* for isdigit */
  #include <sys/stat.h>		/* for umask */
  #include <unistd.h>		/* for ftruncate */
-@@ -172,7 +172,7 @@
+@@ -172,7 +172,7 @@ nfs_getmntent (mntFILE *mfp) {
  			return NULL;
  
  		mfp->mntent_lineno++;
@@ -24,7 +33,7 @@ diff -Nura nfs-utils-1.2.6.orig/support/nfs/nfs_mntent.c nfs-utils-1.2.6/support
  		if (s == NULL) {
  			/* Missing final newline?  Otherwise extremely */
  			/* long line - assume file was corrupted */
-@@ -180,7 +180,7 @@
+@@ -180,7 +180,7 @@ nfs_getmntent (mntFILE *mfp) {
  				fprintf(stderr, _("[mntent]: warning: no final "
  					"newline at the end of %s\n"),
  					mfp->mntent_file);
@@ -33,10 +42,11 @@ diff -Nura nfs-utils-1.2.6.orig/support/nfs/nfs_mntent.c nfs-utils-1.2.6/support
  			} else {
  				mfp->mntent_errs = 1;
  				goto err;
-diff -Nura nfs-utils-1.2.6.orig/utils/mount/error.c nfs-utils-1.2.6/utils/mount/error.c
---- nfs-utils-1.2.6.orig/utils/mount/error.c	2012-05-29 10:06:37.946256325 -0300
-+++ nfs-utils-1.2.6/utils/mount/error.c	2012-05-29 10:06:45.727312416 -0300
-@@ -62,7 +62,7 @@
+diff --git a/utils/mount/error.c b/utils/mount/error.c
+index 83ad1d2..428deef 100644
+--- a/utils/mount/error.c
++++ b/utils/mount/error.c
+@@ -62,7 +62,7 @@ static int rpc_strerror(int spos)
  	char *tmp;
  
  	if (estr) {
@@ -45,10 +55,11 @@ diff -Nura nfs-utils-1.2.6.orig/utils/mount/error.c nfs-utils-1.2.6/utils/mount/
  			estr = ++ptr;
  
  		tmp = &errbuf[spos];
-diff -Nura nfs-utils-1.2.6.orig/utils/mountd/fsloc.c nfs-utils-1.2.6/utils/mountd/fsloc.c
---- nfs-utils-1.2.6.orig/utils/mountd/fsloc.c	2012-05-29 10:06:37.911256072 -0300
-+++ nfs-utils-1.2.6/utils/mountd/fsloc.c	2012-05-29 10:07:11.140322564 -0300
-@@ -127,7 +127,7 @@
+diff --git a/utils/mountd/fsloc.c b/utils/mountd/fsloc.c
+index bc737d1..ddbe92f 100644
+--- a/utils/mountd/fsloc.c
++++ b/utils/mountd/fsloc.c
+@@ -127,7 +127,7 @@ static struct servers *method_list(char *data)
  	bool v6esc = false;
  
  	xlog(L_NOTICE, "method_list(%s)", data);
@@ -57,3 +68,6 @@ diff -Nura nfs-utils-1.2.6.orig/utils/mountd/fsloc.c nfs-utils-1.2.6/utils/mount
  		ptr++;
  	list = malloc(listsize * sizeof(char *));
  	copy = strdup(data);
+-- 
+1.7.9.5
+
diff --git a/package/nfs-utils/nfs-utils-uclibc-libio.h.patch b/package/nfs-utils/nfs-utils-0004-fix-build-with-uClibc.patch
similarity index 56%
rename from package/nfs-utils/nfs-utils-uclibc-libio.h.patch
rename to package/nfs-utils/nfs-utils-0004-fix-build-with-uClibc.patch
index 589b96f..23da28f 100644
--- a/package/nfs-utils/nfs-utils-uclibc-libio.h.patch
+++ b/package/nfs-utils/nfs-utils-0004-fix-build-with-uClibc.patch
@@ -1,4 +1,7 @@
-[PATCH] fix build with uClibc
+From ff82d4c89d6ca771dea06bbaa06ddf3fed760402 Mon Sep 17 00:00:00 2001
+From: Peter Korsgaard <jacmet@sunsite.dk>
+Date: Sat, 10 Nov 2012 18:58:48 +0100
+Subject: [PATCH] fix build with uClibc
 
 uClibc doesn't have/need libio.h, so don't include it from sockaddr.h
 
@@ -7,10 +10,10 @@ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  support/include/sockaddr.h |    5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
 
-Index: nfs-utils-1.2.3/support/include/sockaddr.h
-===================================================================
---- nfs-utils-1.2.3.orig/support/include/sockaddr.h
-+++ nfs-utils-1.2.3/support/include/sockaddr.h
+diff --git a/support/include/sockaddr.h b/support/include/sockaddr.h
+index 9af2543..5eef2ec 100644
+--- a/support/include/sockaddr.h
++++ b/support/include/sockaddr.h
 @@ -20,7 +20,10 @@
  #ifndef NFS_UTILS_SOCKADDR_H
  #define NFS_UTILS_SOCKADDR_H
@@ -23,3 +26,6 @@ Index: nfs-utils-1.2.3/support/include/sockaddr.h
  #include <stdbool.h>
  #include <sys/socket.h>
  #include <netinet/in.h>
+-- 
+1.7.9.5
+
diff --git a/package/nfs-utils/nfs-utils-dont-mix-flags.patch b/package/nfs-utils/nfs-utils-dont-mix-flags.patch
deleted file mode 100644
index b5ef5c7..0000000
--- a/package/nfs-utils/nfs-utils-dont-mix-flags.patch
+++ /dev/null
@@ -1,288 +0,0 @@
-[PATCH] don't mix build/target compiler/linker flags
-
-Build tools should only use CFLAGS_FOR_BUILD / LDFLAGS_FOR_BUILD, and
-not the normal CFLAGS / LDFLAGS (which are used for target builds).
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- tools/locktest/Makefile.in |   12 +++---
- tools/rpcdebug/Makefile.in |   12 +++---
- tools/rpcgen/Makefile.in   |   84 ++++++++++++++++++++++-----------------------
- 3 files changed, 54 insertions(+), 54 deletions(-)
-
-Index: nfs-utils-1.2.3/tools/locktest/Makefile.in
-===================================================================
---- nfs-utils-1.2.3.orig/tools/locktest/Makefile.in
-+++ nfs-utils-1.2.3/tools/locktest/Makefile.in
-@@ -67,8 +67,8 @@
- testlk_OBJECTS = $(am_testlk_OBJECTS)
- testlk_LDADD = $(LDADD)
- testlk_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--	--mode=link $(CCLD) $(testlk_CFLAGS) $(CFLAGS) \
--	$(testlk_LDFLAGS) $(LDFLAGS) -o $@
-+	--mode=link $(CCLD) $(testlk_CFLAGS) \
-+	$(testlk_LDFLAGS) -o $@
- DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)/support/include
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
-@@ -330,18 +330,18 @@
- @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
- 
- testlk-testlk.o: testlk.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlk_CPPFLAGS) $(CPPFLAGS) $(testlk_CFLAGS) $(CFLAGS) -MT testlk-testlk.o -MD -MP -MF $(DEPDIR)/testlk-testlk.Tpo -c -o testlk-testlk.o `test -f 'testlk.c' || echo '$(srcdir)/'`testlk.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlk_CPPFLAGS) $(CPPFLAGS) $(testlk_CFLAGS) -MT testlk-testlk.o -MD -MP -MF $(DEPDIR)/testlk-testlk.Tpo -c -o testlk-testlk.o `test -f 'testlk.c' || echo '$(srcdir)/'`testlk.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/testlk-testlk.Tpo $(DEPDIR)/testlk-testlk.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='testlk.c' object='testlk-testlk.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlk_CPPFLAGS) $(CPPFLAGS) $(testlk_CFLAGS) $(CFLAGS) -c -o testlk-testlk.o `test -f 'testlk.c' || echo '$(srcdir)/'`testlk.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlk_CPPFLAGS) $(CPPFLAGS) $(testlk_CFLAGS) -c -o testlk-testlk.o `test -f 'testlk.c' || echo '$(srcdir)/'`testlk.c
- 
- testlk-testlk.obj: testlk.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlk_CPPFLAGS) $(CPPFLAGS) $(testlk_CFLAGS) $(CFLAGS) -MT testlk-testlk.obj -MD -MP -MF $(DEPDIR)/testlk-testlk.Tpo -c -o testlk-testlk.obj `if test -f 'testlk.c'; then $(CYGPATH_W) 'testlk.c'; else $(CYGPATH_W) '$(srcdir)/testlk.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlk_CPPFLAGS) $(CPPFLAGS) $(testlk_CFLAGS) -MT testlk-testlk.obj -MD -MP -MF $(DEPDIR)/testlk-testlk.Tpo -c -o testlk-testlk.obj `if test -f 'testlk.c'; then $(CYGPATH_W) 'testlk.c'; else $(CYGPATH_W) '$(srcdir)/testlk.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/testlk-testlk.Tpo $(DEPDIR)/testlk-testlk.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='testlk.c' object='testlk-testlk.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlk_CPPFLAGS) $(CPPFLAGS) $(testlk_CFLAGS) $(CFLAGS) -c -o testlk-testlk.obj `if test -f 'testlk.c'; then $(CYGPATH_W) 'testlk.c'; else $(CYGPATH_W) '$(srcdir)/testlk.c'; fi`
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlk_CPPFLAGS) $(CPPFLAGS) $(testlk_CFLAGS) -c -o testlk-testlk.obj `if test -f 'testlk.c'; then $(CYGPATH_W) 'testlk.c'; else $(CYGPATH_W) '$(srcdir)/testlk.c'; fi`
- 
- mostlyclean-libtool:
- 	-rm -f *.lo
-Index: nfs-utils-1.2.3/tools/rpcdebug/Makefile.in
-===================================================================
---- nfs-utils-1.2.3.orig/tools/rpcdebug/Makefile.in
-+++ nfs-utils-1.2.3/tools/rpcdebug/Makefile.in
-@@ -68,8 +68,8 @@
- rpcdebug_OBJECTS = $(am_rpcdebug_OBJECTS)
- rpcdebug_LDADD = $(LDADD)
- rpcdebug_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--	--mode=link $(CCLD) $(rpcdebug_CFLAGS) $(CFLAGS) \
--	$(rpcdebug_LDFLAGS) $(LDFLAGS) -o $@
-+	--mode=link $(CCLD) $(rpcdebug_CFLAGS) \
-+	$(rpcdebug_LDFLAGS) -o $@
- DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)/support/include
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
-@@ -391,18 +391,18 @@
- @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
- 
- rpcdebug-rpcdebug.o: rpcdebug.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rpcdebug_CPPFLAGS) $(CPPFLAGS) $(rpcdebug_CFLAGS) $(CFLAGS) -MT rpcdebug-rpcdebug.o -MD -MP -MF $(DEPDIR)/rpcdebug-rpcdebug.Tpo -c -o rpcdebug-rpcdebug.o `test -f 'rpcdebug.c' || echo '$(srcdir)/'`rpcdebug.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rpcdebug_CPPFLAGS) $(CPPFLAGS) $(rpcdebug_CFLAGS) -MT rpcdebug-rpcdebug.o -MD -MP -MF $(DEPDIR)/rpcdebug-rpcdebug.Tpo -c -o rpcdebug-rpcdebug.o `test -f 'rpcdebug.c' || echo '$(srcdir)/'`rpcdebug.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcdebug-rpcdebug.Tpo $(DEPDIR)/rpcdebug-rpcdebug.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpcdebug.c' object='rpcdebug-rpcdebug.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rpcdebug_CPPFLAGS) $(CPPFLAGS) $(rpcdebug_CFLAGS) $(CFLAGS) -c -o rpcdebug-rpcdebug.o `test -f 'rpcdebug.c' || echo '$(srcdir)/'`rpcdebug.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rpcdebug_CPPFLAGS) $(CPPFLAGS) $(rpcdebug_CFLAGS) -c -o rpcdebug-rpcdebug.o `test -f 'rpcdebug.c' || echo '$(srcdir)/'`rpcdebug.c
- 
- rpcdebug-rpcdebug.obj: rpcdebug.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rpcdebug_CPPFLAGS) $(CPPFLAGS) $(rpcdebug_CFLAGS) $(CFLAGS) -MT rpcdebug-rpcdebug.obj -MD -MP -MF $(DEPDIR)/rpcdebug-rpcdebug.Tpo -c -o rpcdebug-rpcdebug.obj `if test -f 'rpcdebug.c'; then $(CYGPATH_W) 'rpcdebug.c'; else $(CYGPATH_W) '$(srcdir)/rpcdebug.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rpcdebug_CPPFLAGS) $(CPPFLAGS) $(rpcdebug_CFLAGS) -MT rpcdebug-rpcdebug.obj -MD -MP -MF $(DEPDIR)/rpcdebug-rpcdebug.Tpo -c -o rpcdebug-rpcdebug.obj `if test -f 'rpcdebug.c'; then $(CYGPATH_W) 'rpcdebug.c'; else $(CYGPATH_W) '$(srcdir)/rpcdebug.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcdebug-rpcdebug.Tpo $(DEPDIR)/rpcdebug-rpcdebug.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpcdebug.c' object='rpcdebug-rpcdebug.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rpcdebug_CPPFLAGS) $(CPPFLAGS) $(rpcdebug_CFLAGS) $(CFLAGS) -c -o rpcdebug-rpcdebug.obj `if test -f 'rpcdebug.c'; then $(CYGPATH_W) 'rpcdebug.c'; else $(CYGPATH_W) '$(srcdir)/rpcdebug.c'; fi`
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rpcdebug_CPPFLAGS) $(CPPFLAGS) $(rpcdebug_CFLAGS) -c -o rpcdebug-rpcdebug.obj `if test -f 'rpcdebug.c'; then $(CYGPATH_W) 'rpcdebug.c'; else $(CYGPATH_W) '$(srcdir)/rpcdebug.c'; fi`
- 
- mostlyclean-libtool:
- 	-rm -f *.lo
-Index: nfs-utils-1.2.3/tools/rpcgen/Makefile.in
-===================================================================
---- nfs-utils-1.2.3.orig/tools/rpcgen/Makefile.in
-+++ nfs-utils-1.2.3/tools/rpcgen/Makefile.in
-@@ -72,8 +72,8 @@
- rpcgen_OBJECTS = $(am_rpcgen_OBJECTS)
- rpcgen_LDADD = $(LDADD)
- rpcgen_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--	--mode=link $(CCLD) $(rpcgen_CFLAGS) $(CFLAGS) \
--	$(rpcgen_LDFLAGS) $(LDFLAGS) -o $@
-+	--mode=link $(CCLD) $(rpcgen_CFLAGS) \
-+	$(rpcgen_LDFLAGS) -o $@
- DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)/support/include
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
-@@ -349,144 +349,144 @@
- @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
- 
- rpcgen-rpc_clntout.o: rpc_clntout.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_clntout.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_clntout.Tpo -c -o rpcgen-rpc_clntout.o `test -f 'rpc_clntout.c' || echo '$(srcdir)/'`rpc_clntout.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_clntout.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_clntout.Tpo -c -o rpcgen-rpc_clntout.o `test -f 'rpc_clntout.c' || echo '$(srcdir)/'`rpc_clntout.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_clntout.Tpo $(DEPDIR)/rpcgen-rpc_clntout.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_clntout.c' object='rpcgen-rpc_clntout.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_clntout.o `test -f 'rpc_clntout.c' || echo '$(srcdir)/'`rpc_clntout.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_clntout.o `test -f 'rpc_clntout.c' || echo '$(srcdir)/'`rpc_clntout.c
- 
- rpcgen-rpc_clntout.obj: rpc_clntout.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_clntout.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_clntout.Tpo -c -o rpcgen-rpc_clntout.obj `if test -f 'rpc_clntout.c'; then $(CYGPATH_W) 'rpc_clntout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_clntout.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_clntout.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_clntout.Tpo -c -o rpcgen-rpc_clntout.obj `if test -f 'rpc_clntout.c'; then $(CYGPATH_W) 'rpc_clntout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_clntout.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_clntout.Tpo $(DEPDIR)/rpcgen-rpc_clntout.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_clntout.c' object='rpcgen-rpc_clntout.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_clntout.obj `if test -f 'rpc_clntout.c'; then $(CYGPATH_W) 'rpc_clntout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_clntout.c'; fi`
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_clntout.obj `if test -f 'rpc_clntout.c'; then $(CYGPATH_W) 'rpc_clntout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_clntout.c'; fi`
- 
- rpcgen-rpc_cout.o: rpc_cout.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_cout.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_cout.Tpo -c -o rpcgen-rpc_cout.o `test -f 'rpc_cout.c' || echo '$(srcdir)/'`rpc_cout.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_cout.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_cout.Tpo -c -o rpcgen-rpc_cout.o `test -f 'rpc_cout.c' || echo '$(srcdir)/'`rpc_cout.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_cout.Tpo $(DEPDIR)/rpcgen-rpc_cout.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_cout.c' object='rpcgen-rpc_cout.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_cout.o `test -f 'rpc_cout.c' || echo '$(srcdir)/'`rpc_cout.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_cout.o `test -f 'rpc_cout.c' || echo '$(srcdir)/'`rpc_cout.c
- 
- rpcgen-rpc_cout.obj: rpc_cout.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_cout.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_cout.Tpo -c -o rpcgen-rpc_cout.obj `if test -f 'rpc_cout.c'; then $(CYGPATH_W) 'rpc_cout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_cout.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_cout.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_cout.Tpo -c -o rpcgen-rpc_cout.obj `if test -f 'rpc_cout.c'; then $(CYGPATH_W) 'rpc_cout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_cout.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_cout.Tpo $(DEPDIR)/rpcgen-rpc_cout.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_cout.c' object='rpcgen-rpc_cout.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_cout.obj `if test -f 'rpc_cout.c'; then $(CYGPATH_W) 'rpc_cout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_cout.c'; fi`
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_cout.obj `if test -f 'rpc_cout.c'; then $(CYGPATH_W) 'rpc_cout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_cout.c'; fi`
- 
- rpcgen-rpc_hout.o: rpc_hout.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_hout.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_hout.Tpo -c -o rpcgen-rpc_hout.o `test -f 'rpc_hout.c' || echo '$(srcdir)/'`rpc_hout.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_hout.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_hout.Tpo -c -o rpcgen-rpc_hout.o `test -f 'rpc_hout.c' || echo '$(srcdir)/'`rpc_hout.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_hout.Tpo $(DEPDIR)/rpcgen-rpc_hout.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_hout.c' object='rpcgen-rpc_hout.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_hout.o `test -f 'rpc_hout.c' || echo '$(srcdir)/'`rpc_hout.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_hout.o `test -f 'rpc_hout.c' || echo '$(srcdir)/'`rpc_hout.c
- 
- rpcgen-rpc_hout.obj: rpc_hout.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_hout.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_hout.Tpo -c -o rpcgen-rpc_hout.obj `if test -f 'rpc_hout.c'; then $(CYGPATH_W) 'rpc_hout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_hout.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_hout.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_hout.Tpo -c -o rpcgen-rpc_hout.obj `if test -f 'rpc_hout.c'; then $(CYGPATH_W) 'rpc_hout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_hout.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_hout.Tpo $(DEPDIR)/rpcgen-rpc_hout.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_hout.c' object='rpcgen-rpc_hout.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_hout.obj `if test -f 'rpc_hout.c'; then $(CYGPATH_W) 'rpc_hout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_hout.c'; fi`
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_hout.obj `if test -f 'rpc_hout.c'; then $(CYGPATH_W) 'rpc_hout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_hout.c'; fi`
- 
- rpcgen-rpc_main.o: rpc_main.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_main.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_main.Tpo -c -o rpcgen-rpc_main.o `test -f 'rpc_main.c' || echo '$(srcdir)/'`rpc_main.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_main.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_main.Tpo -c -o rpcgen-rpc_main.o `test -f 'rpc_main.c' || echo '$(srcdir)/'`rpc_main.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_main.Tpo $(DEPDIR)/rpcgen-rpc_main.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_main.c' object='rpcgen-rpc_main.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_main.o `test -f 'rpc_main.c' || echo '$(srcdir)/'`rpc_main.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_main.o `test -f 'rpc_main.c' || echo '$(srcdir)/'`rpc_main.c
- 
- rpcgen-rpc_main.obj: rpc_main.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_main.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_main.Tpo -c -o rpcgen-rpc_main.obj `if test -f 'rpc_main.c'; then $(CYGPATH_W) 'rpc_main.c'; else $(CYGPATH_W) '$(srcdir)/rpc_main.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_main.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_main.Tpo -c -o rpcgen-rpc_main.obj `if test -f 'rpc_main.c'; then $(CYGPATH_W) 'rpc_main.c'; else $(CYGPATH_W) '$(srcdir)/rpc_main.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_main.Tpo $(DEPDIR)/rpcgen-rpc_main.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_main.c' object='rpcgen-rpc_main.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_main.obj `if test -f 'rpc_main.c'; then $(CYGPATH_W) 'rpc_main.c'; else $(CYGPATH_W) '$(srcdir)/rpc_main.c'; fi`
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_main.obj `if test -f 'rpc_main.c'; then $(CYGPATH_W) 'rpc_main.c'; else $(CYGPATH_W) '$(srcdir)/rpc_main.c'; fi`
- 
- rpcgen-rpc_parse.o: rpc_parse.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_parse.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_parse.Tpo -c -o rpcgen-rpc_parse.o `test -f 'rpc_parse.c' || echo '$(srcdir)/'`rpc_parse.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_parse.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_parse.Tpo -c -o rpcgen-rpc_parse.o `test -f 'rpc_parse.c' || echo '$(srcdir)/'`rpc_parse.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_parse.Tpo $(DEPDIR)/rpcgen-rpc_parse.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_parse.c' object='rpcgen-rpc_parse.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_parse.o `test -f 'rpc_parse.c' || echo '$(srcdir)/'`rpc_parse.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_parse.o `test -f 'rpc_parse.c' || echo '$(srcdir)/'`rpc_parse.c
- 
- rpcgen-rpc_parse.obj: rpc_parse.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_parse.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_parse.Tpo -c -o rpcgen-rpc_parse.obj `if test -f 'rpc_parse.c'; then $(CYGPATH_W) 'rpc_parse.c'; else $(CYGPATH_W) '$(srcdir)/rpc_parse.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_parse.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_parse.Tpo -c -o rpcgen-rpc_parse.obj `if test -f 'rpc_parse.c'; then $(CYGPATH_W) 'rpc_parse.c'; else $(CYGPATH_W) '$(srcdir)/rpc_parse.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_parse.Tpo $(DEPDIR)/rpcgen-rpc_parse.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_parse.c' object='rpcgen-rpc_parse.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_parse.obj `if test -f 'rpc_parse.c'; then $(CYGPATH_W) 'rpc_parse.c'; else $(CYGPATH_W) '$(srcdir)/rpc_parse.c'; fi`
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_parse.obj `if test -f 'rpc_parse.c'; then $(CYGPATH_W) 'rpc_parse.c'; else $(CYGPATH_W) '$(srcdir)/rpc_parse.c'; fi`
- 
- rpcgen-rpc_scan.o: rpc_scan.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_scan.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_scan.Tpo -c -o rpcgen-rpc_scan.o `test -f 'rpc_scan.c' || echo '$(srcdir)/'`rpc_scan.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_scan.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_scan.Tpo -c -o rpcgen-rpc_scan.o `test -f 'rpc_scan.c' || echo '$(srcdir)/'`rpc_scan.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_scan.Tpo $(DEPDIR)/rpcgen-rpc_scan.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_scan.c' object='rpcgen-rpc_scan.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_scan.o `test -f 'rpc_scan.c' || echo '$(srcdir)/'`rpc_scan.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_scan.o `test -f 'rpc_scan.c' || echo '$(srcdir)/'`rpc_scan.c
- 
- rpcgen-rpc_scan.obj: rpc_scan.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_scan.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_scan.Tpo -c -o rpcgen-rpc_scan.obj `if test -f 'rpc_scan.c'; then $(CYGPATH_W) 'rpc_scan.c'; else $(CYGPATH_W) '$(srcdir)/rpc_scan.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_scan.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_scan.Tpo -c -o rpcgen-rpc_scan.obj `if test -f 'rpc_scan.c'; then $(CYGPATH_W) 'rpc_scan.c'; else $(CYGPATH_W) '$(srcdir)/rpc_scan.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_scan.Tpo $(DEPDIR)/rpcgen-rpc_scan.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_scan.c' object='rpcgen-rpc_scan.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_scan.obj `if test -f 'rpc_scan.c'; then $(CYGPATH_W) 'rpc_scan.c'; else $(CYGPATH_W) '$(srcdir)/rpc_scan.c'; fi`
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_scan.obj `if test -f 'rpc_scan.c'; then $(CYGPATH_W) 'rpc_scan.c'; else $(CYGPATH_W) '$(srcdir)/rpc_scan.c'; fi`
- 
- rpcgen-rpc_svcout.o: rpc_svcout.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_svcout.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_svcout.Tpo -c -o rpcgen-rpc_svcout.o `test -f 'rpc_svcout.c' || echo '$(srcdir)/'`rpc_svcout.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_svcout.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_svcout.Tpo -c -o rpcgen-rpc_svcout.o `test -f 'rpc_svcout.c' || echo '$(srcdir)/'`rpc_svcout.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_svcout.Tpo $(DEPDIR)/rpcgen-rpc_svcout.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_svcout.c' object='rpcgen-rpc_svcout.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_svcout.o `test -f 'rpc_svcout.c' || echo '$(srcdir)/'`rpc_svcout.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_svcout.o `test -f 'rpc_svcout.c' || echo '$(srcdir)/'`rpc_svcout.c
- 
- rpcgen-rpc_svcout.obj: rpc_svcout.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_svcout.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_svcout.Tpo -c -o rpcgen-rpc_svcout.obj `if test -f 'rpc_svcout.c'; then $(CYGPATH_W) 'rpc_svcout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_svcout.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_svcout.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_svcout.Tpo -c -o rpcgen-rpc_svcout.obj `if test -f 'rpc_svcout.c'; then $(CYGPATH_W) 'rpc_svcout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_svcout.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_svcout.Tpo $(DEPDIR)/rpcgen-rpc_svcout.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_svcout.c' object='rpcgen-rpc_svcout.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_svcout.obj `if test -f 'rpc_svcout.c'; then $(CYGPATH_W) 'rpc_svcout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_svcout.c'; fi`
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_svcout.obj `if test -f 'rpc_svcout.c'; then $(CYGPATH_W) 'rpc_svcout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_svcout.c'; fi`
- 
- rpcgen-rpc_tblout.o: rpc_tblout.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_tblout.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_tblout.Tpo -c -o rpcgen-rpc_tblout.o `test -f 'rpc_tblout.c' || echo '$(srcdir)/'`rpc_tblout.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_tblout.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_tblout.Tpo -c -o rpcgen-rpc_tblout.o `test -f 'rpc_tblout.c' || echo '$(srcdir)/'`rpc_tblout.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_tblout.Tpo $(DEPDIR)/rpcgen-rpc_tblout.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_tblout.c' object='rpcgen-rpc_tblout.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_tblout.o `test -f 'rpc_tblout.c' || echo '$(srcdir)/'`rpc_tblout.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_tblout.o `test -f 'rpc_tblout.c' || echo '$(srcdir)/'`rpc_tblout.c
- 
- rpcgen-rpc_tblout.obj: rpc_tblout.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_tblout.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_tblout.Tpo -c -o rpcgen-rpc_tblout.obj `if test -f 'rpc_tblout.c'; then $(CYGPATH_W) 'rpc_tblout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_tblout.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_tblout.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_tblout.Tpo -c -o rpcgen-rpc_tblout.obj `if test -f 'rpc_tblout.c'; then $(CYGPATH_W) 'rpc_tblout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_tblout.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_tblout.Tpo $(DEPDIR)/rpcgen-rpc_tblout.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_tblout.c' object='rpcgen-rpc_tblout.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_tblout.obj `if test -f 'rpc_tblout.c'; then $(CYGPATH_W) 'rpc_tblout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_tblout.c'; fi`
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_tblout.obj `if test -f 'rpc_tblout.c'; then $(CYGPATH_W) 'rpc_tblout.c'; else $(CYGPATH_W) '$(srcdir)/rpc_tblout.c'; fi`
- 
- rpcgen-rpc_util.o: rpc_util.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_util.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_util.Tpo -c -o rpcgen-rpc_util.o `test -f 'rpc_util.c' || echo '$(srcdir)/'`rpc_util.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_util.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_util.Tpo -c -o rpcgen-rpc_util.o `test -f 'rpc_util.c' || echo '$(srcdir)/'`rpc_util.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_util.Tpo $(DEPDIR)/rpcgen-rpc_util.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_util.c' object='rpcgen-rpc_util.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_util.o `test -f 'rpc_util.c' || echo '$(srcdir)/'`rpc_util.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_util.o `test -f 'rpc_util.c' || echo '$(srcdir)/'`rpc_util.c
- 
- rpcgen-rpc_util.obj: rpc_util.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_util.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_util.Tpo -c -o rpcgen-rpc_util.obj `if test -f 'rpc_util.c'; then $(CYGPATH_W) 'rpc_util.c'; else $(CYGPATH_W) '$(srcdir)/rpc_util.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_util.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_util.Tpo -c -o rpcgen-rpc_util.obj `if test -f 'rpc_util.c'; then $(CYGPATH_W) 'rpc_util.c'; else $(CYGPATH_W) '$(srcdir)/rpc_util.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_util.Tpo $(DEPDIR)/rpcgen-rpc_util.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_util.c' object='rpcgen-rpc_util.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_util.obj `if test -f 'rpc_util.c'; then $(CYGPATH_W) 'rpc_util.c'; else $(CYGPATH_W) '$(srcdir)/rpc_util.c'; fi`
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_util.obj `if test -f 'rpc_util.c'; then $(CYGPATH_W) 'rpc_util.c'; else $(CYGPATH_W) '$(srcdir)/rpc_util.c'; fi`
- 
- rpcgen-rpc_sample.o: rpc_sample.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_sample.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_sample.Tpo -c -o rpcgen-rpc_sample.o `test -f 'rpc_sample.c' || echo '$(srcdir)/'`rpc_sample.c
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_sample.o -MD -MP -MF $(DEPDIR)/rpcgen-rpc_sample.Tpo -c -o rpcgen-rpc_sample.o `test -f 'rpc_sample.c' || echo '$(srcdir)/'`rpc_sample.c
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_sample.Tpo $(DEPDIR)/rpcgen-rpc_sample.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_sample.c' object='rpcgen-rpc_sample.o' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_sample.o `test -f 'rpc_sample.c' || echo '$(srcdir)/'`rpc_sample.c
-+ at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_sample.o `test -f 'rpc_sample.c' || echo '$(srcdir)/'`rpc_sample.c
- 
- rpcgen-rpc_sample.obj: rpc_sample.c
-- at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -MT rpcgen-rpc_sample.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_sample.Tpo -c -o rpcgen-rpc_sample.obj `if test -f 'rpc_sample.c'; then $(CYGPATH_W) 'rpc_sample.c'; else $(CYGPATH_W) '$(srcdir)/rpc_sample.c'; fi`
-+ at am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -MT rpcgen-rpc_sample.obj -MD -MP -MF $(DEPDIR)/rpcgen-rpc_sample.Tpo -c -o rpcgen-rpc_sample.obj `if test -f 'rpc_sample.c'; then $(CYGPATH_W) 'rpc_sample.c'; else $(CYGPATH_W) '$(srcdir)/rpc_sample.c'; fi`
- @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rpcgen-rpc_sample.Tpo $(DEPDIR)/rpcgen-rpc_sample.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rpc_sample.c' object='rpcgen-rpc_sample.obj' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-- at am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) $(CFLAGS) -c -o rpcgen-rpc_sample.obj `if test -f 'rpc_sample.c'; then $(CYGPATH_W) 'rpc_sample.c'; else $(CYGPATH_W) '$(srcdir)/rpc_sample.c'; fi`
-+@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpcgen_CFLAGS) -c -o rpcgen-rpc_sample.obj `if test -f 'rpc_sample.c'; then $(CYGPATH_W) 'rpc_sample.c'; else $(CYGPATH_W) '$(srcdir)/rpc_sample.c'; fi`
- 
- mostlyclean-libtool:
- 	-rm -f *.lo

^ permalink raw reply related

* [Buildroot] [git commit] libtirpc: handle the case where uClibc may have RPC support
From: Peter Korsgaard @ 2012-11-14 22:00 UTC (permalink / raw)
  To: buildroot

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

When uClibc has RPC support, it is not needed to define the 'struct
rpcent' structure.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 ...out-RPC-support-does-not-install-rpcent.h.patch |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/package/libtirpc/libtirpc-0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch b/package/libtirpc/libtirpc-0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch
index b950cb3..3ad25af 100644
--- a/package/libtirpc/libtirpc-0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch
+++ b/package/libtirpc/libtirpc-0002-uClibc-without-RPC-support-does-not-install-rpcent.h.patch
@@ -5,19 +5,22 @@ Subject: [PATCH] uClibc without RPC support does not install rpcent.h
 
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 ---
- tirpc/rpc/rpcent.h |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ tirpc/rpc/rpcent.h |    5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
 
 diff --git a/tirpc/rpc/rpcent.h b/tirpc/rpc/rpcent.h
-index 7fd93d9..df1f5ed 100644
+index 7fd93d9..8ce05ed 100644
 --- a/tirpc/rpc/rpcent.h
 +++ b/tirpc/rpc/rpcent.h
-@@ -47,7 +47,7 @@
+@@ -46,8 +46,9 @@
+ 
  __BEGIN_DECLS
  
- /* These are defined in /usr/include/rpc/netdb.h */
+-/* These are defined in /usr/include/rpc/netdb.h */
 -#if 0
-+#if __UCLIBC__
++/* These are defined in /usr/include/rpc/netdb.h, unless we are using
++   the C library without RPC support. */
++#if defined(__UCLIBC__) && !defined(__UCLIBC_HAS_RPC__)
  struct rpcent {
  	char	*r_name;	/* name of server for this rpc program */
  	char	**r_aliases;	/* alias list */

^ permalink raw reply related

* [Buildroot] [git commit] libtirpc: add patches to fix a number of issues
From: Peter Korsgaard @ 2012-11-14 21:58 UTC (permalink / raw)
  To: buildroot

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

libtirpc-0005-rpcent-mark-getrpcbyname-name-argument-as-const-char.patch
fixes build failures like
http://autobuild.buildroot.org/results/7a3a751fe02c639ca75c575ca7fe20a72372b8d6/build-end.log.

libtirpc-0006-rpcent-remove-prototypes-of-reentrant-variants.patch
ensures that functions not implemented by libtirpc are not described
in a header file. It also allows to remove those prototypes that were
not matching the functions available in glibc or uClibc, causing
mismatch in prototypes.

libtirpc-0007-doc-Makefile.am-fix-out-of-tree-installation.patch is a
minor fix.

The following patches (8 to 9) allow libtirpc to provide sufficient
things to be able to build rpcbind on top of it.

All these patches have been submitted upstream on the libtirpc-devel@
mailing list.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 ...-getrpcbyname-name-argument-as-const-char.patch |   43 +
 ...t-remove-prototypes-of-reentrant-variants.patch |   33 +
 ...-Makefile.am-fix-out-of-tree-installation.patch |   24 +
 ...Add-rpcgen-program-from-nfs-utils-sources.patch | 6504 ++++++++++++++++++++
 ...ly-generate-XDR-header-files-from-.x-sour.patch |  999 +++
 ...R-files-needed-to-build-rpcbind-on-top-of.patch | 1649 +++++
 6 files changed, 9252 insertions(+), 0 deletions(-)

Patch is too large, so refusing to show it

^ permalink raw reply


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