Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gdb: Needs threads support
From: Peter Korsgaard @ 2012-12-19  9:20 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355902094-7555-1-git-send-email-maxime.ripard@free-electrons.com>

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

 Maxime> Fixes
 Maxime> http://autobuild.buildroot.org/results/5a502f16ad94a410ca21c9a7f223d6c12086bbb5/build-end.log

The URL is wrong, but I've fixed that and committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] gdb: Needs threads support
From: Peter Korsgaard @ 2012-12-19  9:19 UTC (permalink / raw)
  To: buildroot

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

Fixes
http://autobuild.buildroot.org/results/480ee3efd8ffe8043329fec173ef8187bd54e0fb/build-end.log

[Peter: correct autobuilder URL]
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 toolchain/gdb/Config.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 50aafdf..6a8e48e 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_GDB
 	bool "Build gdb debugger for the Target"
 	select BR2_PACKAGE_NCURSES
 	depends on BR2_USE_WCHAR
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin && !BR2_aarch64
 	# The newest versions of gdb require thread debugging in the
 	# toolchain. The only cases for which this is not needed is if
@@ -15,8 +16,8 @@ config BR2_PACKAGE_GDB
 	help
 	    Build the full gdb debugger to run on the target.
 
-comment "Gdb debugger for the target needs WCHAR support in toolchain"
-	depends on !BR2_USE_WCHAR
+comment "Gdb for the target needs WCHAR and threads support in toolchain"
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
 
 config BR2_PACKAGE_GDB_SERVER
 	bool "Build gdb server for the Target"

^ permalink raw reply related

* [Buildroot] [PATCH 3/3] pcmanfm: replace dependency on X.org server by dependency on libX11
From: Thomas Petazzoni @ 2012-12-19  9:13 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355908403-27224-1-git-send-email-thomas.petazzoni@free-electrons.com>

There is no reason for a client program like pcmanfm to depend on the
X.org server. Instead, it should depend on the appropriate X
client libraries, in this case libX11.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/pcmanfm/Config.in  |    1 +
 package/pcmanfm/pcmanfm.mk |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/pcmanfm/Config.in b/package/pcmanfm/Config.in
index c8b4deb..484192b 100644
--- a/package/pcmanfm/Config.in
+++ b/package/pcmanfm/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_PCMANFM
 	depends on BR2_USE_WCHAR # glib2
 	select BR2_PACKAGE_GAMIN
 	select BR2_PACKAGE_STARTUP_NOTIFICATION
+	select BR2_PACKAGE_XLIB_LIBX11
 	depends on BR2_PACKAGE_LIBGTK2
 	help
 	  An extremly fast and lightweight file manager which features
diff --git a/package/pcmanfm/pcmanfm.mk b/package/pcmanfm/pcmanfm.mk
index 8eaa485..d1c8afb 100644
--- a/package/pcmanfm/pcmanfm.mk
+++ b/package/pcmanfm/pcmanfm.mk
@@ -7,7 +7,7 @@ PCMANFM_VERSION = 0.3.5.9
 PCMANFM_SOURCE = pcmanfm-$(PCMANFM_VERSION).tar.gz
 PCMANFM_SITE = http://downloads.sourceforge.net/project/pcmanfm/pcmanfm-legacy%20%28Old%200.5%20series%29/PCManFM%200.3.5.9/
 PCMANFM_CONF_OPT = --disable-hal
-PCMANFM_DEPENDENCIES = host-pkgconf libgtk2 gamin startup-notification xserver_xorg-server
+PCMANFM_DEPENDENCIES = host-pkgconf libgtk2 gamin startup-notification xlib_libX11
 PCMANFM_AUTORECONF = YES
 
 $(eval $(autotools-package))
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH 2/3] pcmanfm: use a download URL from downloads.sourceforge.net
From: Thomas Petazzoni @ 2012-12-19  9:13 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355908403-27224-1-git-send-email-thomas.petazzoni@free-electrons.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/pcmanfm/pcmanfm.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/pcmanfm/pcmanfm.mk b/package/pcmanfm/pcmanfm.mk
index e4c23ec..8eaa485 100644
--- a/package/pcmanfm/pcmanfm.mk
+++ b/package/pcmanfm/pcmanfm.mk
@@ -5,7 +5,7 @@
 #############################################################
 PCMANFM_VERSION = 0.3.5.9
 PCMANFM_SOURCE = pcmanfm-$(PCMANFM_VERSION).tar.gz
-PCMANFM_SITE = http://internap.dl.sourceforge.net/sourceforge/pcmanfm
+PCMANFM_SITE = http://downloads.sourceforge.net/project/pcmanfm/pcmanfm-legacy%20%28Old%200.5%20series%29/PCManFM%200.3.5.9/
 PCMANFM_CONF_OPT = --disable-hal
 PCMANFM_DEPENDENCIES = host-pkgconf libgtk2 gamin startup-notification xserver_xorg-server
 PCMANFM_AUTORECONF = YES
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH 1/3] pcmanfm: link against libX11 to avoid build failure
From: Thomas Petazzoni @ 2012-12-19  9:13 UTC (permalink / raw)
  To: buildroot

Fixes:

/home/test/outputs/allpkg/host/opt/ext-toolchain/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: fm-desktop.o: undefined reference to symbol 'XSendEvent'
/home/test/outputs/allpkg/host/opt/ext-toolchain/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: note: 'XSendEvent' is defined in DSO /home/test/outputs/allpkg/host/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libX11.so.6 so try adding it to the linker command line
/home/test/outputs/allpkg/host/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libX11.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[4]: *** [pcmanfm] Error 1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/pcmanfm/pcmanfm-link-against-libx11.patch |   20 ++++++++++++++++++++
 package/pcmanfm/pcmanfm.mk                        |    1 +
 2 files changed, 21 insertions(+)
 create mode 100644 package/pcmanfm/pcmanfm-link-against-libx11.patch

diff --git a/package/pcmanfm/pcmanfm-link-against-libx11.patch b/package/pcmanfm/pcmanfm-link-against-libx11.patch
new file mode 100644
index 0000000..f571e77
--- /dev/null
+++ b/package/pcmanfm/pcmanfm-link-against-libx11.patch
@@ -0,0 +1,20 @@
+Link against libX11
+
+fm-desktop.c uses XSendEvent, so we should link against libX11.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+
+Index: b/configure.in
+===================================================================
+--- a/configure.in
++++ b/configure.in
+@@ -12,7 +12,8 @@
+ 
+ pkg_modules="gtk+-2.0 >= 2.6.0 \
+              gthread-2.0 \
+-             libstartup-notification-1.0"
++             libstartup-notification-1.0 \
++	     x11"
+ 
+ AC_FUNC_MMAP
+ 
diff --git a/package/pcmanfm/pcmanfm.mk b/package/pcmanfm/pcmanfm.mk
index 1f1a330..e4c23ec 100644
--- a/package/pcmanfm/pcmanfm.mk
+++ b/package/pcmanfm/pcmanfm.mk
@@ -8,6 +8,7 @@ PCMANFM_SOURCE = pcmanfm-$(PCMANFM_VERSION).tar.gz
 PCMANFM_SITE = http://internap.dl.sourceforge.net/sourceforge/pcmanfm
 PCMANFM_CONF_OPT = --disable-hal
 PCMANFM_DEPENDENCIES = host-pkgconf libgtk2 gamin startup-notification xserver_xorg-server
+PCMANFM_AUTORECONF = YES
 
 $(eval $(autotools-package))
 
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH] libcurl: needs MMU
From: Peter Korsgaard @ 2012-12-19  8:52 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355902052-7507-1-git-send-email-maxime.ripard@free-electrons.com>

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

 Maxime> Fixes
 Maxime> http://autobuild.buildroot.org/results/5a502f16ad94a410ca21c9a7f223d6c12086bbb5/build-end.log

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] libcurl: needs MMU
From: Peter Korsgaard @ 2012-12-19  8:52 UTC (permalink / raw)
  To: buildroot

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

Fixes
http://autobuild.buildroot.org/results/5a502f16ad94a410ca21c9a7f223d6c12086bbb5/build-end.log

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

diff --git a/package/libcurl/Config.in b/package/libcurl/Config.in
index 1d6d08e..10ee0e4 100644
--- a/package/libcurl/Config.in
+++ b/package/libcurl/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBCURL
 	bool "libcurl"
+	depends on BR2_USE_MMU # Uses fork()
 	help
 	  cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
 	  and Dict servers, using any of the supported protocols.

^ permalink raw reply related

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


Hello,

On 2012-12-18, 169 random build tests have been done and
submitted on autobuild.buildroot.net.
 118 builds have been successful
 51 builds have failed

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

Build 4426e4e381a2e96d54b0341af4d9090755340c28
==============================================

Status         : NOK
Failure reason : libcap-ng-0.6.6
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 00:05:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/4426e4e381a2e96d54b0341af4d9090755340c28/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4426e4e381a2e96d54b0341af4d9090755340c28/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4426e4e381a2e96d54b0341af4d9090755340c28/config
Defconfig      : http://autobuild.buildroot.net/results/4426e4e381a2e96d54b0341af4d9090755340c28/defconfig

Build 028be1d2f9939ff9adbd7e8de84bd48a85d5527e
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 00:34:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/028be1d2f9939ff9adbd7e8de84bd48a85d5527e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/028be1d2f9939ff9adbd7e8de84bd48a85d5527e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/028be1d2f9939ff9adbd7e8de84bd48a85d5527e/config
Defconfig      : http://autobuild.buildroot.net/results/028be1d2f9939ff9adbd7e8de84bd48a85d5527e/defconfig

Build e98e5c91d46e131a9939d5a9ebb2d1431767245c
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 00:39:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/e98e5c91d46e131a9939d5a9ebb2d1431767245c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e98e5c91d46e131a9939d5a9ebb2d1431767245c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e98e5c91d46e131a9939d5a9ebb2d1431767245c/config
Defconfig      : http://autobuild.buildroot.net/results/e98e5c91d46e131a9939d5a9ebb2d1431767245c/defconfig

Build dd7b9859b8aa6d7fa148d84c1d07540fed33f60a
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-18 01:02:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/dd7b9859b8aa6d7fa148d84c1d07540fed33f60a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dd7b9859b8aa6d7fa148d84c1d07540fed33f60a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dd7b9859b8aa6d7fa148d84c1d07540fed33f60a/config
Defconfig      : http://autobuild.buildroot.net/results/dd7b9859b8aa6d7fa148d84c1d07540fed33f60a/defconfig

Build b0506f5353ad03fa27a172bc63118e12f3aa723d
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 01:02:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/b0506f5353ad03fa27a172bc63118e12f3aa723d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b0506f5353ad03fa27a172bc63118e12f3aa723d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b0506f5353ad03fa27a172bc63118e12f3aa723d/config
Defconfig      : http://autobuild.buildroot.net/results/b0506f5353ad03fa27a172bc63118e12f3aa723d/defconfig

Build 7bb71624011d8a3907d1bf16e83b8074cc33dbe0
==============================================

Status         : NOK
Failure reason : libseccomp-1.0.0
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 01:26:46
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/7bb71624011d8a3907d1bf16e83b8074cc33dbe0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7bb71624011d8a3907d1bf16e83b8074cc33dbe0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7bb71624011d8a3907d1bf16e83b8074cc33dbe0/config
Defconfig      : http://autobuild.buildroot.net/results/7bb71624011d8a3907d1bf16e83b8074cc33dbe0/defconfig

Build bca14d2c1814994365f132d2b37c254a3bf54d63
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 01:30:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/bca14d2c1814994365f132d2b37c254a3bf54d63/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bca14d2c1814994365f132d2b37c254a3bf54d63/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bca14d2c1814994365f132d2b37c254a3bf54d63/config
Defconfig      : http://autobuild.buildroot.net/results/bca14d2c1814994365f132d2b37c254a3bf54d63/defconfig

Build 9be128f335cf94860e49e4b5b23a8546e6703d1d
==============================================

Status         : NOK
Failure reason : luajit-2.0.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 02:13:41
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/9be128f335cf94860e49e4b5b23a8546e6703d1d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9be128f335cf94860e49e4b5b23a8546e6703d1d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9be128f335cf94860e49e4b5b23a8546e6703d1d/config
Defconfig      : http://autobuild.buildroot.net/results/9be128f335cf94860e49e4b5b23a8546e6703d1d/defconfig

Build 541be8e6df1fb408927b41bc646b9fbf4d2e9f06
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 02:29:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/541be8e6df1fb408927b41bc646b9fbf4d2e9f06/build-end.log
Complete log   : http://autobuild.buildroot.net/results/541be8e6df1fb408927b41bc646b9fbf4d2e9f06/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/541be8e6df1fb408927b41bc646b9fbf4d2e9f06/config
Defconfig      : http://autobuild.buildroot.net/results/541be8e6df1fb408927b41bc646b9fbf4d2e9f06/defconfig

Build e3269588dd76650f1c2fe65817f48e287b048480
==============================================

Status         : NOK
Failure reason : acl-2.2.51
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 03:04:29
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/e3269588dd76650f1c2fe65817f48e287b048480/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e3269588dd76650f1c2fe65817f48e287b048480/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e3269588dd76650f1c2fe65817f48e287b048480/config
Defconfig      : http://autobuild.buildroot.net/results/e3269588dd76650f1c2fe65817f48e287b048480/defconfig

Build 01e5aeac0c8b090415833dda978f643e009cf0d9
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 04:30:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/01e5aeac0c8b090415833dda978f643e009cf0d9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/01e5aeac0c8b090415833dda978f643e009cf0d9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/01e5aeac0c8b090415833dda978f643e009cf0d9/config
Defconfig      : http://autobuild.buildroot.net/results/01e5aeac0c8b090415833dda978f643e009cf0d9/defconfig

Build 94e799820c554cd6daa8e06e3cec1e16800b8e18
==============================================

Status         : NOK
Failure reason : sconeserver-183
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 05:16:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/94e799820c554cd6daa8e06e3cec1e16800b8e18/build-end.log
Complete log   : http://autobuild.buildroot.net/results/94e799820c554cd6daa8e06e3cec1e16800b8e18/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/94e799820c554cd6daa8e06e3cec1e16800b8e18/config
Defconfig      : http://autobuild.buildroot.net/results/94e799820c554cd6daa8e06e3cec1e16800b8e18/defconfig

Build d9e12bb0f5b2df9064adf3772bcf479b51d72468
==============================================

Status         : NOK
Failure reason : libseccomp-1.0.0
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 05:35:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/d9e12bb0f5b2df9064adf3772bcf479b51d72468/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d9e12bb0f5b2df9064adf3772bcf479b51d72468/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d9e12bb0f5b2df9064adf3772bcf479b51d72468/config
Defconfig      : http://autobuild.buildroot.net/results/d9e12bb0f5b2df9064adf3772bcf479b51d72468/defconfig

Build dd6e6048aec05d1b4bec35fbcfc3ca6efe1657c2
==============================================

Status         : NOK
Failure reason : netatalk-3.0
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 05:41:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/dd6e6048aec05d1b4bec35fbcfc3ca6efe1657c2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dd6e6048aec05d1b4bec35fbcfc3ca6efe1657c2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dd6e6048aec05d1b4bec35fbcfc3ca6efe1657c2/config
Defconfig      : http://autobuild.buildroot.net/results/dd6e6048aec05d1b4bec35fbcfc3ca6efe1657c2/defconfig

Build c327e8e232ef723f5842a3b347a0be0a413ddcd5
==============================================

Status         : NOK
Failure reason : xserver_xorg-server-1.9.4
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 05:50:25
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/c327e8e232ef723f5842a3b347a0be0a413ddcd5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c327e8e232ef723f5842a3b347a0be0a413ddcd5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c327e8e232ef723f5842a3b347a0be0a413ddcd5/config
Defconfig      : http://autobuild.buildroot.net/results/c327e8e232ef723f5842a3b347a0be0a413ddcd5/defconfig

Build 5c0ec68a2b660fabade111e8a8b4a82e9b90c93f
==============================================

Status         : NOK
Failure reason : libiconv-1.14
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 06:46:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/5c0ec68a2b660fabade111e8a8b4a82e9b90c93f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5c0ec68a2b660fabade111e8a8b4a82e9b90c93f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5c0ec68a2b660fabade111e8a8b4a82e9b90c93f/config
Defconfig      : http://autobuild.buildroot.net/results/5c0ec68a2b660fabade111e8a8b4a82e9b90c93f/defconfig

Build 7020d5f2d31a34ca30bbfba1a2e8c13d91fc5355
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 07:37:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=7cba1dead6ce53ccd8ea1c634fc9589f1b2e956e
End of log     : http://autobuild.buildroot.net/results/7020d5f2d31a34ca30bbfba1a2e8c13d91fc5355/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7020d5f2d31a34ca30bbfba1a2e8c13d91fc5355/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7020d5f2d31a34ca30bbfba1a2e8c13d91fc5355/config
Defconfig      : http://autobuild.buildroot.net/results/7020d5f2d31a34ca30bbfba1a2e8c13d91fc5355/defconfig

Build 19f344255b2a9d3923c1183821ecab0fbfc570e3
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 09:06:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=69c045d5fbaf54b9468a99f5bbf2c531b2aef335
End of log     : http://autobuild.buildroot.net/results/19f344255b2a9d3923c1183821ecab0fbfc570e3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/19f344255b2a9d3923c1183821ecab0fbfc570e3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/19f344255b2a9d3923c1183821ecab0fbfc570e3/config
Defconfig      : http://autobuild.buildroot.net/results/19f344255b2a9d3923c1183821ecab0fbfc570e3/defconfig

Build 3ee7c0aafd7d2d82c229e87bb6c78c23f085c60a
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 09:53:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=69c045d5fbaf54b9468a99f5bbf2c531b2aef335
End of log     : http://autobuild.buildroot.net/results/3ee7c0aafd7d2d82c229e87bb6c78c23f085c60a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3ee7c0aafd7d2d82c229e87bb6c78c23f085c60a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3ee7c0aafd7d2d82c229e87bb6c78c23f085c60a/config
Defconfig      : http://autobuild.buildroot.net/results/3ee7c0aafd7d2d82c229e87bb6c78c23f085c60a/defconfig

Build f150c850d73be8b0aec6d8eabd58c340266d2e11
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 10:30:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=9a7e06dc83b70eaed900ab5078206e1c7d0ce141
End of log     : http://autobuild.buildroot.net/results/f150c850d73be8b0aec6d8eabd58c340266d2e11/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f150c850d73be8b0aec6d8eabd58c340266d2e11/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f150c850d73be8b0aec6d8eabd58c340266d2e11/config
Defconfig      : http://autobuild.buildroot.net/results/f150c850d73be8b0aec6d8eabd58c340266d2e11/defconfig

Build 00f8dfe4243ac5059fb6607c4dda787b3cecbbab
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-18 11:37:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=69c045d5fbaf54b9468a99f5bbf2c531b2aef335
End of log     : http://autobuild.buildroot.net/results/00f8dfe4243ac5059fb6607c4dda787b3cecbbab/build-end.log
Complete log   : http://autobuild.buildroot.net/results/00f8dfe4243ac5059fb6607c4dda787b3cecbbab/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/00f8dfe4243ac5059fb6607c4dda787b3cecbbab/config
Defconfig      : http://autobuild.buildroot.net/results/00f8dfe4243ac5059fb6607c4dda787b3cecbbab/defconfig

Build 7ad59020d4584a777d721352ae73ab2dd33326d7
==============================================

Status         : NOK
Failure reason : libaio-0.3.109
Architecture   : sh4a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 11:40:51
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=ca0e51528eef57d766209de255e74f934a06a336
End of log     : http://autobuild.buildroot.net/results/7ad59020d4584a777d721352ae73ab2dd33326d7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7ad59020d4584a777d721352ae73ab2dd33326d7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7ad59020d4584a777d721352ae73ab2dd33326d7/config
Defconfig      : http://autobuild.buildroot.net/results/7ad59020d4584a777d721352ae73ab2dd33326d7/defconfig

Build 20d474013fdc19e9f2fe67ca0c67eec5f7a797e6
==============================================

Status         : NOK
Failure reason : mtd-1.5.0
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 13:10:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=ca0e51528eef57d766209de255e74f934a06a336
End of log     : http://autobuild.buildroot.net/results/20d474013fdc19e9f2fe67ca0c67eec5f7a797e6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/20d474013fdc19e9f2fe67ca0c67eec5f7a797e6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/20d474013fdc19e9f2fe67ca0c67eec5f7a797e6/config
Defconfig      : http://autobuild.buildroot.net/results/20d474013fdc19e9f2fe67ca0c67eec5f7a797e6/defconfig

Build dc831ee17b123f6538116653918c2f2ab1af6ca7
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 13:10:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dc274b38ef2bfd12043d8e962864a509f82e78d9
End of log     : http://autobuild.buildroot.net/results/dc831ee17b123f6538116653918c2f2ab1af6ca7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dc831ee17b123f6538116653918c2f2ab1af6ca7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dc831ee17b123f6538116653918c2f2ab1af6ca7/config
Defconfig      : http://autobuild.buildroot.net/results/dc831ee17b123f6538116653918c2f2ab1af6ca7/defconfig

Build 0e7de5e7c792b5ef195ee98fe1e7bb1c6b220bfb
==============================================

Status         : NOK
Failure reason : libseccomp-1.0.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-18 13:13:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=ca0e51528eef57d766209de255e74f934a06a336
End of log     : http://autobuild.buildroot.net/results/0e7de5e7c792b5ef195ee98fe1e7bb1c6b220bfb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0e7de5e7c792b5ef195ee98fe1e7bb1c6b220bfb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0e7de5e7c792b5ef195ee98fe1e7bb1c6b220bfb/config
Defconfig      : http://autobuild.buildroot.net/results/0e7de5e7c792b5ef195ee98fe1e7bb1c6b220bfb/defconfig

Build d5239856511cd83834abcacbe3a54a56991b3973
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 13:22:22
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dc274b38ef2bfd12043d8e962864a509f82e78d9
End of log     : http://autobuild.buildroot.net/results/d5239856511cd83834abcacbe3a54a56991b3973/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d5239856511cd83834abcacbe3a54a56991b3973/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d5239856511cd83834abcacbe3a54a56991b3973/config
Defconfig      : http://autobuild.buildroot.net/results/d5239856511cd83834abcacbe3a54a56991b3973/defconfig

Build c4c518aec1694630c85690721eb29adfe33f7674
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 13:23:04
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dc274b38ef2bfd12043d8e962864a509f82e78d9
End of log     : http://autobuild.buildroot.net/results/c4c518aec1694630c85690721eb29adfe33f7674/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c4c518aec1694630c85690721eb29adfe33f7674/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c4c518aec1694630c85690721eb29adfe33f7674/config
Defconfig      : http://autobuild.buildroot.net/results/c4c518aec1694630c85690721eb29adfe33f7674/defconfig

Build d7cec37f6032212126e811de42beec5146cb14f9
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output2/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 13:25:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dc274b38ef2bfd12043d8e962864a509f82e78d9
End of log     : http://autobuild.buildroot.net/results/d7cec37f6032212126e811de42beec5146cb14f9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d7cec37f6032212126e811de42beec5146cb14f9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d7cec37f6032212126e811de42beec5146cb14f9/config
Defconfig      : http://autobuild.buildroot.net/results/d7cec37f6032212126e811de42beec5146cb14f9/defconfig

Build dbee8666a4914288e27fe5952760c842f91e6076
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 13:27:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dc274b38ef2bfd12043d8e962864a509f82e78d9
End of log     : http://autobuild.buildroot.net/results/dbee8666a4914288e27fe5952760c842f91e6076/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dbee8666a4914288e27fe5952760c842f91e6076/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dbee8666a4914288e27fe5952760c842f91e6076/config
Defconfig      : http://autobuild.buildroot.net/results/dbee8666a4914288e27fe5952760c842f91e6076/defconfig

Build 32e40238d542ac090375d466378964d1bf932db3
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 13:28:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dc274b38ef2bfd12043d8e962864a509f82e78d9
End of log     : http://autobuild.buildroot.net/results/32e40238d542ac090375d466378964d1bf932db3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/32e40238d542ac090375d466378964d1bf932db3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/32e40238d542ac090375d466378964d1bf932db3/config
Defconfig      : http://autobuild.buildroot.net/results/32e40238d542ac090375d466378964d1bf932db3/defconfig

Build aafd811985607557d763b11fb8a3c93d49fbfe4b
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 14:30:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dc274b38ef2bfd12043d8e962864a509f82e78d9
End of log     : http://autobuild.buildroot.net/results/aafd811985607557d763b11fb8a3c93d49fbfe4b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/aafd811985607557d763b11fb8a3c93d49fbfe4b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/aafd811985607557d763b11fb8a3c93d49fbfe4b/config
Defconfig      : http://autobuild.buildroot.net/results/aafd811985607557d763b11fb8a3c93d49fbfe4b/defconfig

Build b869fcfdfdb9d1ec4864b86c6953b0242200c502
==============================================

Status         : NOK
Failure reason : ortp-0.20.0
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 15:08:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/b869fcfdfdb9d1ec4864b86c6953b0242200c502/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b869fcfdfdb9d1ec4864b86c6953b0242200c502/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b869fcfdfdb9d1ec4864b86c6953b0242200c502/config
Defconfig      : http://autobuild.buildroot.net/results/b869fcfdfdb9d1ec4864b86c6953b0242200c502/defconfig

Build ca9ee82c9bde52763313afcf4aadb9463aa2b1d2
==============================================

Status         : NOK
Failure reason : sane-backends-1.0.22
Architecture   : sh4
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 15:47:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/ca9ee82c9bde52763313afcf4aadb9463aa2b1d2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ca9ee82c9bde52763313afcf4aadb9463aa2b1d2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ca9ee82c9bde52763313afcf4aadb9463aa2b1d2/config
Defconfig      : http://autobuild.buildroot.net/results/ca9ee82c9bde52763313afcf4aadb9463aa2b1d2/defconfig

Build 97baebb92ef91fb389d23f29a9f633dddc7f5438
==============================================

Status         : NOK
Failure reason : pv-1.2.0
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 16:03:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/97baebb92ef91fb389d23f29a9f633dddc7f5438/build-end.log
Complete log   : http://autobuild.buildroot.net/results/97baebb92ef91fb389d23f29a9f633dddc7f5438/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/97baebb92ef91fb389d23f29a9f633dddc7f5438/config
Defconfig      : http://autobuild.buildroot.net/results/97baebb92ef91fb389d23f29a9f633dddc7f5438/defconfig

Build 6ab6125e255de51d8fc3236007f41a805dcb27c6
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-18 16:25:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=dc274b38ef2bfd12043d8e962864a509f82e78d9
End of log     : http://autobuild.buildroot.net/results/6ab6125e255de51d8fc3236007f41a805dcb27c6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6ab6125e255de51d8fc3236007f41a805dcb27c6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6ab6125e255de51d8fc3236007f41a805dcb27c6/config
Defconfig      : http://autobuild.buildroot.net/results/6ab6125e255de51d8fc3236007f41a805dcb27c6/defconfig

Build 898544fbb8677b104ef8b97bae5a30e88ce8b806
==============================================

Status         : NOK
Failure reason : ffmpeg-0.8.12
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 16:36:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/898544fbb8677b104ef8b97bae5a30e88ce8b806/build-end.log
Complete log   : http://autobuild.buildroot.net/results/898544fbb8677b104ef8b97bae5a30e88ce8b806/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/898544fbb8677b104ef8b97bae5a30e88ce8b806/config
Defconfig      : http://autobuild.buildroot.net/results/898544fbb8677b104ef8b97bae5a30e88ce8b806/defconfig

Build de5e179263251ffd95328cbfd6ecef4f91e848f5
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 17:32:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/de5e179263251ffd95328cbfd6ecef4f91e848f5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/de5e179263251ffd95328cbfd6ecef4f91e848f5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/de5e179263251ffd95328cbfd6ecef4f91e848f5/config
Defconfig      : http://autobuild.buildroot.net/results/de5e179263251ffd95328cbfd6ecef4f91e848f5/defconfig

Build a5801250d393aeae25fd60cae356cb02dc72397d
==============================================

Status         : NOK
Failure reason : libtirpc-0.2.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 17:35:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/a5801250d393aeae25fd60cae356cb02dc72397d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a5801250d393aeae25fd60cae356cb02dc72397d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a5801250d393aeae25fd60cae356cb02dc72397d/config
Defconfig      : http://autobuild.buildroot.net/results/a5801250d393aeae25fd60cae356cb02dc72397d/defconfig

Build 7435b6e3efef9b6da4db4d04616c98ff37dea3f9
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 17:43:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/7435b6e3efef9b6da4db4d04616c98ff37dea3f9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7435b6e3efef9b6da4db4d04616c98ff37dea3f9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7435b6e3efef9b6da4db4d04616c98ff37dea3f9/config
Defconfig      : http://autobuild.buildroot.net/results/7435b6e3efef9b6da4db4d04616c98ff37dea3f9/defconfig

Build 8f38e21a616332ff0123c6c55559d5e3e959a40d
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-18 18:05:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/8f38e21a616332ff0123c6c55559d5e3e959a40d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8f38e21a616332ff0123c6c55559d5e3e959a40d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8f38e21a616332ff0123c6c55559d5e3e959a40d/config
Defconfig      : http://autobuild.buildroot.net/results/8f38e21a616332ff0123c6c55559d5e3e959a40d/defconfig

Build b8a2cd68d5e853342536fdd2b155b2beca4faf1a
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 18:34:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/b8a2cd68d5e853342536fdd2b155b2beca4faf1a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b8a2cd68d5e853342536fdd2b155b2beca4faf1a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b8a2cd68d5e853342536fdd2b155b2beca4faf1a/config
Defconfig      : http://autobuild.buildroot.net/results/b8a2cd68d5e853342536fdd2b155b2beca4faf1a/defconfig

Build b717ab646bd5807831ff525025b80071fa1bd969
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 18:41:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/b717ab646bd5807831ff525025b80071fa1bd969/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b717ab646bd5807831ff525025b80071fa1bd969/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b717ab646bd5807831ff525025b80071fa1bd969/config
Defconfig      : http://autobuild.buildroot.net/results/b717ab646bd5807831ff525025b80071fa1bd969/defconfig

Build 3b8bd7c854ed0b5abe464c56414050fbb7129cd1
==============================================

Status         : NOK
Failure reason : collectd-5.1.1
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 18:55:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/3b8bd7c854ed0b5abe464c56414050fbb7129cd1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3b8bd7c854ed0b5abe464c56414050fbb7129cd1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3b8bd7c854ed0b5abe464c56414050fbb7129cd1/config
Defconfig      : http://autobuild.buildroot.net/results/3b8bd7c854ed0b5abe464c56414050fbb7129cd1/defconfig

Build 7512c1f87ffaf47353c0f1e2da2e0868180a6b1a
==============================================

Status         : NOK
Failure reason : make: *** [/home/test/test/output1/stamps/ct-ng-toolchain-built] Error 2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 19:12:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/7512c1f87ffaf47353c0f1e2da2e0868180a6b1a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7512c1f87ffaf47353c0f1e2da2e0868180a6b1a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7512c1f87ffaf47353c0f1e2da2e0868180a6b1a/config
Defconfig      : http://autobuild.buildroot.net/results/7512c1f87ffaf47353c0f1e2da2e0868180a6b1a/defconfig

Build 4a723f70b4339701a1a934a800576cf3d539f7a4
==============================================

Status         : NOK
Failure reason : connman-1.9
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 19:20:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/4a723f70b4339701a1a934a800576cf3d539f7a4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4a723f70b4339701a1a934a800576cf3d539f7a4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4a723f70b4339701a1a934a800576cf3d539f7a4/config
Defconfig      : http://autobuild.buildroot.net/results/4a723f70b4339701a1a934a800576cf3d539f7a4/defconfig

Build b69d4136847737f1d5fe8d9ae45e9ff6e2f3d3d2
==============================================

Status         : NOK
Failure reason : xserver_xorg-server-1.9.4
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 20:22:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/b69d4136847737f1d5fe8d9ae45e9ff6e2f3d3d2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b69d4136847737f1d5fe8d9ae45e9ff6e2f3d3d2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b69d4136847737f1d5fe8d9ae45e9ff6e2f3d3d2/config
Defconfig      : http://autobuild.buildroot.net/results/b69d4136847737f1d5fe8d9ae45e9ff6e2f3d3d2/defconfig

Build f9ee9d24f5ca0d9b616363315d5b3a5ec757c33f
==============================================

Status         : NOK
Failure reason : cairo-1.10.2
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 20:26:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/f9ee9d24f5ca0d9b616363315d5b3a5ec757c33f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f9ee9d24f5ca0d9b616363315d5b3a5ec757c33f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f9ee9d24f5ca0d9b616363315d5b3a5ec757c33f/config
Defconfig      : http://autobuild.buildroot.net/results/f9ee9d24f5ca0d9b616363315d5b3a5ec757c33f/defconfig

Build f9e947096aeea8a90b255cc26468c875ad19aab7
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 21:30:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f9f893c46ded9bc81d8aa8204dde190bfdbc8456
End of log     : http://autobuild.buildroot.net/results/f9e947096aeea8a90b255cc26468c875ad19aab7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f9e947096aeea8a90b255cc26468c875ad19aab7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f9e947096aeea8a90b255cc26468c875ad19aab7/config
Defconfig      : http://autobuild.buildroot.net/results/f9e947096aeea8a90b255cc26468c875ad19aab7/defconfig

Build 8aaa6daaa75cb1b29633fd96aa0e59a5eeb3780b
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 22:12:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d0a4e72f4a58385e2992d2956d3b8bd14f3c6db9
End of log     : http://autobuild.buildroot.net/results/8aaa6daaa75cb1b29633fd96aa0e59a5eeb3780b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8aaa6daaa75cb1b29633fd96aa0e59a5eeb3780b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8aaa6daaa75cb1b29633fd96aa0e59a5eeb3780b/config
Defconfig      : http://autobuild.buildroot.net/results/8aaa6daaa75cb1b29633fd96aa0e59a5eeb3780b/defconfig

Build 3314a0280fb42866ecf7c6868af541988a813f1d
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 22:57:03
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=0a3b19cdc92429ce4552be108283441ef4334a05
End of log     : http://autobuild.buildroot.net/results/3314a0280fb42866ecf7c6868af541988a813f1d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3314a0280fb42866ecf7c6868af541988a813f1d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3314a0280fb42866ecf7c6868af541988a813f1d/config
Defconfig      : http://autobuild.buildroot.net/results/3314a0280fb42866ecf7c6868af541988a813f1d/defconfig

Build 052600718f2882e554cbbf5f5777201b453d883f
==============================================

Status         : NOK
Failure reason : libglib2-2.30.3
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-18 23:55:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d8b333c675232ec5dfa45b6005217a5f499c161a
End of log     : http://autobuild.buildroot.net/results/052600718f2882e554cbbf5f5777201b453d883f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/052600718f2882e554cbbf5f5777201b453d883f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/052600718f2882e554cbbf5f5777201b453d883f/config
Defconfig      : http://autobuild.buildroot.net/results/052600718f2882e554cbbf5f5777201b453d883f/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [PATCH] gdb: Needs threads support
From: Maxime Ripard @ 2012-12-19  7:28 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.org/results/5a502f16ad94a410ca21c9a7f223d6c12086bbb5/build-end.log

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

diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 50aafdf..6a8e48e 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_GDB
 	bool "Build gdb debugger for the Target"
 	select BR2_PACKAGE_NCURSES
 	depends on BR2_USE_WCHAR
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin && !BR2_aarch64
 	# The newest versions of gdb require thread debugging in the
 	# toolchain. The only cases for which this is not needed is if
@@ -15,8 +16,8 @@ config BR2_PACKAGE_GDB
 	help
 	    Build the full gdb debugger to run on the target.
 
-comment "Gdb debugger for the target needs WCHAR support in toolchain"
-	depends on !BR2_USE_WCHAR
+comment "Gdb for the target needs WCHAR and threads support in toolchain"
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
 
 config BR2_PACKAGE_GDB_SERVER
 	bool "Build gdb server for the Target"
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH] libcurl: needs MMU
From: Maxime Ripard @ 2012-12-19  7:27 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.org/results/5a502f16ad94a410ca21c9a7f223d6c12086bbb5/build-end.log

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

diff --git a/package/libcurl/Config.in b/package/libcurl/Config.in
index 1d6d08e..10ee0e4 100644
--- a/package/libcurl/Config.in
+++ b/package/libcurl/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBCURL
 	bool "libcurl"
+	depends on BR2_USE_MMU # Uses fork()
 	help
 	  cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
 	  and Dict servers, using any of the supported protocols.
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [Bug 5798] New: ncurses-5.9 fails to compile statically
From: bugzilla at busybox.net @ 2012-12-19  7:15 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=5798

           Summary: ncurses-5.9 fails to compile statically
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: keguang.zhang at gmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created attachment 4700
  --> https://bugs.busybox.net/attachment.cgi?id=4700
My config

While building ncurses statically with buildroot toolchain (binutils 2.21.1 gcc
4.6.3 and uClibc 0.9.33.2), build fails with error:

>>> ncurses 5.9 Building
/usr/bin/make -j1 -C /media/work/buildroot/output_sp6820a/build/ncurses-5.9
DESTDIR=/media/work/buildroot/output_sp6820a/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot
cd man && /usr/bin/make - --no-print-directory --
DESTDIR=/media/work/buildroot/output_sp6820a/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot
DESTDIR="/media/work/buildroot/output_sp6820a/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot"
all
...
/media/work/buildroot/output_sp6820a/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc
-DHAVE_CONFIG_H -I../ncurses -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DNDEBUG -I. -I../include
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -static
-Os   --param max-inline-insns-single=1200 -fPIC -c ../ncurses/./base/version.c
-o ../obj_s/version.o
linking ../lib/libncurses.so.5.9
/media/work/buildroot/output_sp6820a/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -static
-Os   --param max-inline-insns-single=1200 -shared -Wl,-soname,`basename
../lib/libncurses.so.5.9 .5.9`.5,-stats,-lc -o ../lib/libncurses.so.5.9
../obj_s/hardscroll.o ../obj_s/hashmap.o ../obj_s/lib_addch.o
../obj_s/lib_addstr.o ../obj_s/lib_beep.o ../obj_s/lib_bkgd.o
../obj_s/lib_box.o ../obj_s/lib_chgat.o ../obj_s/lib_clear.o
../obj_s/lib_clearok.o ../obj_s/lib_clrbot.o ../obj_s/lib_clreol.o
../obj_s/lib_color.o ../obj_s/lib_colorset.o ../obj_s/lib_delch.o
../obj_s/lib_delwin.o ../obj_s/lib_echo.o ../obj_s/lib_endwin.o
../obj_s/lib_erase.o ../obj_s/lib_flash.o ../obj_s/lib_gen.o
../obj_s/lib_getch.o ../obj_s/lib_getstr.o ../obj_s/lib_hline.o
../obj_s/lib_immedok.o ../obj_s/lib_inchstr.o ../obj_s/lib_initscr.o
../obj_s/lib_insch.o ../obj_s/lib_insdel.o ../obj_s/lib_insnstr.o
../obj_s/lib_instr.o ../obj_s/lib_isendwin.o ../obj_s/lib_leaveok.o
../obj_s/lib_mouse.o ../obj_s/lib_move.o ../obj_s/lib_mvcur.o
../obj_s/lib_mvwin.o ../obj_s/lib_newterm.o ../obj_s/lib_newwin.o
../obj_s/lib_nl.o ../obj_s/lib_overlay.o ../obj_s/lib_pad.o
../obj_s/lib_printw.o ../obj_s/lib_redrawln.o ../obj_s/lib_refresh.o
../obj_s/lib_restart.o ../obj_s/lib_scanw.o ../obj_s/lib_screen.o
../obj_s/lib_scroll.o ../obj_s/lib_scrollok.o ../obj_s/lib_scrreg.o
../obj_s/lib_set_term.o ../obj_s/lib_slk.o ../obj_s/lib_slkatr_set.o
../obj_s/lib_slkatrof.o ../obj_s/lib_slkatron.o ../obj_s/lib_slkatrset.o
../obj_s/lib_slkattr.o ../obj_s/lib_slkclear.o ../obj_s/lib_slkcolor.o
../obj_s/lib_slkinit.o ../obj_s/lib_slklab.o ../obj_s/lib_slkrefr.o
../obj_s/lib_slkset.o ../obj_s/lib_slktouch.o ../obj_s/lib_touch.o
../obj_s/lib_tstp.o ../obj_s/lib_ungetch.o ../obj_s/lib_vidattr.o
../obj_s/lib_vline.o ../obj_s/lib_wattroff.o ../obj_s/lib_wattron.o
../obj_s/lib_winch.o ../obj_s/lib_window.o ../obj_s/nc_panel.o
../obj_s/safe_sprintf.o ../obj_s/tty_update.o ../obj_s/varargs.o
../obj_s/memmove.o ../obj_s/vsscanf.o ../obj_s/lib_freeall.o
../obj_s/expanded.o ../obj_s/legacy_coding.o ../obj_s/lib_dft_fgbg.o
../obj_s/lib_print.o ../obj_s/resizeterm.o ../obj_s/use_screen.o
../obj_s/use_window.o ../obj_s/wresize.o ../obj_s/access.o ../obj_s/add_tries.o
../obj_s/alloc_ttype.o ../obj_s/codes.o ../obj_s/comp_captab.o
../obj_s/comp_error.o ../obj_s/comp_hash.o ../obj_s/db_iterator.o
../obj_s/doalloc.o ../obj_s/entries.o ../obj_s/fallback.o ../obj_s/free_ttype.o
../obj_s/getenv_num.o ../obj_s/home_terminfo.o ../obj_s/init_keytry.o
../obj_s/lib_acs.o ../obj_s/lib_baudrate.o ../obj_s/lib_cur_term.o
../obj_s/lib_data.o ../obj_s/lib_has_cap.o ../obj_s/lib_kernel.o
../obj_s/lib_keyname.o ../obj_s/lib_longname.o ../obj_s/lib_napms.o
../obj_s/lib_options.o ../obj_s/lib_raw.o ../obj_s/lib_setup.o
../obj_s/lib_termcap.o ../obj_s/lib_termname.o ../obj_s/lib_tgoto.o
../obj_s/lib_ti.o ../obj_s/lib_tparm.o ../obj_s/lib_tputs.o
../obj_s/lib_trace.o ../obj_s/lib_ttyflags.o ../obj_s/lib_twait.o
../obj_s/name_match.o ../obj_s/names.o ../obj_s/read_entry.o
../obj_s/read_termcap.o ../obj_s/setbuf.o ../obj_s/strings.o ../obj_s/tries.o
../obj_s/trim_sgr0.o ../obj_s/unctrl.o ../obj_s/visbuf.o ../obj_s/define_key.o
../obj_s/hashed_db.o ../obj_s/key_defined.o ../obj_s/keybound.o
../obj_s/keyok.o ../obj_s/version.o -L../lib  
/media/work/buildroot/output_sp6820a/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libc.a(__uClibc_main.os):
In function `__uClibc_fini':
__uClibc_main.c:(.text+0x130): undefined reference to `__fini_array_start'
__uClibc_main.c:(.text+0x134): undefined reference to `__fini_array_end'
__uClibc_main.c:(.text+0x138): undefined reference to `__fini_array_start'
/media/work/buildroot/output_sp6820a/host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libc.a(__uClibc_main.os):
In function `__uClibc_main':
__uClibc_main.c:(.text+0x4c8): undefined reference to `__preinit_array_start'
__uClibc_main.c:(.text+0x4cc): undefined reference to `__preinit_array_end'
__uClibc_main.c:(.text+0x4d4): undefined reference to `__init_array_start'
__uClibc_main.c:(.text+0x4d8): undefined reference to `__init_array_end'
/media/work/buildroot/output_sp6820a/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld:
../lib/libncurses.so.5.9: hidden symbol `__fini_array_end' isn't defined
/media/work/buildroot/output_sp6820a/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.6.3/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld:
final link failed: Bad value
collect2: ld returned 1 exit status
make[3]: *** [../lib/libncurses.so.5.9] Error 1
make[2]: *** [all] Error 2
make[1]: ***
[/media/work/buildroot/output_sp6820a/build/ncurses-5.9/.stamp_built] Error 2
make: *** [all] Error 2

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply

* [Buildroot] [PATCH] metacity: fix link issue against libm
From: Peter Korsgaard @ 2012-12-18 22:14 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355866776-20197-1-git-send-email-thomas.petazzoni@free-electrons.com>

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

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] metacity: fix link issue against libm
From: Peter Korsgaard @ 2012-12-18 22:14 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/metacity/metacity-add-libm-reference.patch |   51 ++++++++++++++++++++
 .../metacity/metacity-mag-add-libm-reference.patch |   45 +++++++++++++++++
 2 files changed, 96 insertions(+), 0 deletions(-)

diff --git a/package/metacity/metacity-add-libm-reference.patch b/package/metacity/metacity-add-libm-reference.patch
new file mode 100644
index 0000000..6285017
--- /dev/null
+++ b/package/metacity/metacity-add-libm-reference.patch
@@ -0,0 +1,51 @@
+Upstream fix to link metacity itself against libm
+
+The upstream fix is modified to also include the changes on the
+configure script directly, so that autoreconfiguring is not
+needed. Autoreconfiguring cannot be done easily on metacity, due to
+missing AM_GCONF_SOURCE_2 and AM_NLS macros.
+
+http://git.gnome.org/browse/metacity/commit/configure.in?id=9cb0b6ff520ea69bdff6c328a21787202aee1bcc
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+
+From 9cb0b6ff520ea69bdff6c328a21787202aee1bcc Mon Sep 17 00:00:00 2001
+From: G??tz Waschk <waschk@mandriva.org>
+Date: Wed, 22 Oct 2008 12:08:48 +0000
+Subject: add libm reference. Closes #557357.
+
+2008-10-22  G??tz Waschk  <waschk@mandriva.org>
+
+        * configure.in: add libm reference.  Closes #557357.
+
+
+svn path=/trunk/; revision=3984
+---
+(limited to 'configure.in')
+
+Index: b/configure.in
+===================================================================
+--- a/configure.in
++++ b/configure.in
+@@ -413,7 +413,7 @@
+    AC_DEFINE(HAVE_XSYNC, , [Have the Xsync extension library])
+ fi
+ 
+-METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
++METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS -lm"
+ METACITY_MESSAGE_LIBS="$METACITY_MESSAGE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+ METACITY_WINDOW_DEMO_LIBS="$METACITY_WINDOW_DEMO_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+ METACITY_PROPS_LIBS="$METACITY_PROPS_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+Index: b/configure
+===================================================================
+--- a/configure
++++ b/configure
+@@ -29509,7 +29509,7 @@
+ 
+ fi
+ 
+-METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
++METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS -lm"
+ METACITY_MESSAGE_LIBS="$METACITY_MESSAGE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+ METACITY_WINDOW_DEMO_LIBS="$METACITY_WINDOW_DEMO_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+ METACITY_PROPS_LIBS="$METACITY_PROPS_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
diff --git a/package/metacity/metacity-mag-add-libm-reference.patch b/package/metacity/metacity-mag-add-libm-reference.patch
new file mode 100644
index 0000000..d47d807
--- /dev/null
+++ b/package/metacity/metacity-mag-add-libm-reference.patch
@@ -0,0 +1,45 @@
+Upstream patch to fix link against libm
+
+The upstream patch is modified to also include the necessary
+Makefile.in, which avoids the need for autoreconfiguring the
+package. Autoreconfiguring the package unfortunately doesn't work, due
+to AM_GCONF_SOURCE_2 and AM_NLS macros being missing.
+
+http://git.gnome.org/browse/metacity/commit/src/tools/Makefile.am?id=13d0d52eb885598885b6ff4b73c795c8f29c2a6b
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+
+From 13d0d52eb885598885b6ff4b73c795c8f29c2a6b Mon Sep 17 00:00:00 2001
+From: Matthias Clasen <mclasen@redhat.com>
+Date: Sun, 02 May 2010 14:50:42 +0000
+Subject: fails to link with pedantic linkers
+
+---
+(limited to 'src/tools/Makefile.am')
+
+Index: b/src/tools/Makefile.am
+===================================================================
+--- a/src/tools/Makefile.am
++++ b/src/tools/Makefile.am
+@@ -26,7 +26,7 @@
+ 
+ metacity_message_LDADD= @METACITY_MESSAGE_LIBS@
+ metacity_window_demo_LDADD= @METACITY_WINDOW_DEMO_LIBS@
+-metacity_mag_LDADD= @METACITY_WINDOW_DEMO_LIBS@
++metacity_mag_LDADD= @METACITY_WINDOW_DEMO_LIBS@ -lm
+ metacity_grayscale_LDADD = @METACITY_WINDOW_DEMO_LIBS@
+ 
+ EXTRA_DIST=$(icon_DATA)
+Index: b/src/tools/Makefile.in
+===================================================================
+--- a/src/tools/Makefile.in
++++ b/src/tools/Makefile.in
+@@ -281,7 +281,7 @@
+ 
+ metacity_message_LDADD = @METACITY_MESSAGE_LIBS@
+ metacity_window_demo_LDADD = @METACITY_WINDOW_DEMO_LIBS@
+-metacity_mag_LDADD = @METACITY_WINDOW_DEMO_LIBS@
++metacity_mag_LDADD = @METACITY_WINDOW_DEMO_LIBS@ -lm
+ metacity_grayscale_LDADD = @METACITY_WINDOW_DEMO_LIBS@
+ EXTRA_DIST = $(icon_DATA)
+ all: all-am

^ permalink raw reply related

* [Buildroot] elfutils successfully compiled with buildroot 2012.05
From: Stefan Fröberg @ 2012-12-18 21:57 UTC (permalink / raw)
  To: buildroot

Hello to all

I just want to tell that I have now managed to complete building
elfutils version 0.155
successfully with Buildroot version 2012.05.

After some sleep (and patch cleanup) I will send it here for initial review.
Not all of it went smoothly but I will explain it in more detail in the
patches.

There are few screenshots of my uClibc environment under VirtualBox
with working readelf from elfutils package.

Regards
Stefan

P.S.:  AFAIK, Glib from version 2.32 and up needs elfutils (or at least
it's libelf component)
as hard dependency ????



-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot01.png
Type: image/png
Size: 3946 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121218/144fbcb0/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot02.png
Type: image/png
Size: 5322 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121218/144fbcb0/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot03.png
Type: image/png
Size: 3303 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121218/144fbcb0/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot04.png
Type: image/png
Size: 9402 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121218/144fbcb0/attachment-0007.png>

^ permalink raw reply

* [Buildroot] buildroot at FOSDEM
From: Thomas Petazzoni @ 2012-12-18 21:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50D0AD2E.1080902@mind.be>

Dear Arnout Vandecappelle,

On Tue, 18 Dec 2012 18:51:42 +0100, Arnout Vandecappelle wrote:

> > There is indeed an embedded track. I think that Arnout tries to submit
> > talks in other tracks, to get Buildroot known a bit beyond the
> > traditional crowd that goes to the embedded track. You know, world
> > domination plans:-)
> 
>   Actually, it's just because I wouldn't know what to say at the embedded 
> track. But come to think of it, Thomas's buildroot-real-project 
> presentation hasn't been at FOSDEM yet, so that would be an ideal 
> candidate for the embedded track. Right, Thomas?

Indeed, that could be. Slides are ready, except a little bit of rework,
so that wouldn't be too difficult to propose.

Best regards,

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

^ permalink raw reply

* [Buildroot] [PATCH] metacity: fix link issue against libm
From: Thomas Petazzoni @ 2012-12-18 21:39 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/metacity/metacity-add-libm-reference.patch |   51 ++++++++++++++++++++
 .../metacity/metacity-mag-add-libm-reference.patch |   45 +++++++++++++++++
 2 files changed, 96 insertions(+)
 create mode 100644 package/metacity/metacity-add-libm-reference.patch
 create mode 100644 package/metacity/metacity-mag-add-libm-reference.patch

diff --git a/package/metacity/metacity-add-libm-reference.patch b/package/metacity/metacity-add-libm-reference.patch
new file mode 100644
index 0000000..6285017
--- /dev/null
+++ b/package/metacity/metacity-add-libm-reference.patch
@@ -0,0 +1,51 @@
+Upstream fix to link metacity itself against libm
+
+The upstream fix is modified to also include the changes on the
+configure script directly, so that autoreconfiguring is not
+needed. Autoreconfiguring cannot be done easily on metacity, due to
+missing AM_GCONF_SOURCE_2 and AM_NLS macros.
+
+http://git.gnome.org/browse/metacity/commit/configure.in?id=9cb0b6ff520ea69bdff6c328a21787202aee1bcc
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+
+From 9cb0b6ff520ea69bdff6c328a21787202aee1bcc Mon Sep 17 00:00:00 2001
+From: G?tz Waschk <waschk@mandriva.org>
+Date: Wed, 22 Oct 2008 12:08:48 +0000
+Subject: add libm reference. Closes #557357.
+
+2008-10-22  G?tz Waschk  <waschk@mandriva.org>
+
+        * configure.in: add libm reference.  Closes #557357.
+
+
+svn path=/trunk/; revision=3984
+---
+(limited to 'configure.in')
+
+Index: b/configure.in
+===================================================================
+--- a/configure.in
++++ b/configure.in
+@@ -413,7 +413,7 @@
+    AC_DEFINE(HAVE_XSYNC, , [Have the Xsync extension library])
+ fi
+ 
+-METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
++METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS -lm"
+ METACITY_MESSAGE_LIBS="$METACITY_MESSAGE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+ METACITY_WINDOW_DEMO_LIBS="$METACITY_WINDOW_DEMO_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+ METACITY_PROPS_LIBS="$METACITY_PROPS_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+Index: b/configure
+===================================================================
+--- a/configure
++++ b/configure
+@@ -29509,7 +29509,7 @@
+ 
+ fi
+ 
+-METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
++METACITY_LIBS="$METACITY_LIBS $XSYNC_LIBS $RANDR_LIBS $SHAPE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS -lm"
+ METACITY_MESSAGE_LIBS="$METACITY_MESSAGE_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+ METACITY_WINDOW_DEMO_LIBS="$METACITY_WINDOW_DEMO_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
+ METACITY_PROPS_LIBS="$METACITY_PROPS_LIBS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
diff --git a/package/metacity/metacity-mag-add-libm-reference.patch b/package/metacity/metacity-mag-add-libm-reference.patch
new file mode 100644
index 0000000..d47d807
--- /dev/null
+++ b/package/metacity/metacity-mag-add-libm-reference.patch
@@ -0,0 +1,45 @@
+Upstream patch to fix link against libm
+
+The upstream patch is modified to also include the necessary
+Makefile.in, which avoids the need for autoreconfiguring the
+package. Autoreconfiguring the package unfortunately doesn't work, due
+to AM_GCONF_SOURCE_2 and AM_NLS macros being missing.
+
+http://git.gnome.org/browse/metacity/commit/src/tools/Makefile.am?id=13d0d52eb885598885b6ff4b73c795c8f29c2a6b
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+
+From 13d0d52eb885598885b6ff4b73c795c8f29c2a6b Mon Sep 17 00:00:00 2001
+From: Matthias Clasen <mclasen@redhat.com>
+Date: Sun, 02 May 2010 14:50:42 +0000
+Subject: fails to link with pedantic linkers
+
+---
+(limited to 'src/tools/Makefile.am')
+
+Index: b/src/tools/Makefile.am
+===================================================================
+--- a/src/tools/Makefile.am
++++ b/src/tools/Makefile.am
+@@ -26,7 +26,7 @@
+ 
+ metacity_message_LDADD= @METACITY_MESSAGE_LIBS@
+ metacity_window_demo_LDADD= @METACITY_WINDOW_DEMO_LIBS@
+-metacity_mag_LDADD= @METACITY_WINDOW_DEMO_LIBS@
++metacity_mag_LDADD= @METACITY_WINDOW_DEMO_LIBS@ -lm
+ metacity_grayscale_LDADD = @METACITY_WINDOW_DEMO_LIBS@
+ 
+ EXTRA_DIST=$(icon_DATA)
+Index: b/src/tools/Makefile.in
+===================================================================
+--- a/src/tools/Makefile.in
++++ b/src/tools/Makefile.in
+@@ -281,7 +281,7 @@
+ 
+ metacity_message_LDADD = @METACITY_MESSAGE_LIBS@
+ metacity_window_demo_LDADD = @METACITY_WINDOW_DEMO_LIBS@
+-metacity_mag_LDADD = @METACITY_WINDOW_DEMO_LIBS@
++metacity_mag_LDADD = @METACITY_WINDOW_DEMO_LIBS@ -lm
+ metacity_grayscale_LDADD = @METACITY_WINDOW_DEMO_LIBS@
+ EXTRA_DIST = $(icon_DATA)
+ all: all-am
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [PATCH v2] python-bottle: new package
From: Peter Korsgaard @ 2012-12-18 21:14 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <87623zm5ht.fsf@dell.be.48ers.dk>

>>>>> "Peter" == Peter Korsgaard <jacmet@uclibc.org> writes:

>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:
 Arnout> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
 Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 Peter> Committed, thanks.

It btw didn't apply cleanly as you apparently based it on a tree with
local modifications from before python3 got added, but I fixed that
up. Please consider basing patches on a recent commit (or atleast a
commit from the public git so git am --3way gets a chance to figure it
out).

Thanks.


-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] python-bottle: new package
From: Peter Korsgaard @ 2012-12-18 21:12 UTC (permalink / raw)
  To: buildroot

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

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

diff --git a/package/Config.in b/package/Config.in
index d6af55d..66445ff 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -302,6 +302,7 @@ source "package/python/Config.in"
 source "package/python3/Config.in"
 if BR2_PACKAGE_PYTHON
 menu "external python modules"
+source "package/python-bottle/Config.in"
 source "package/python-dpkt/Config.in"
 source "package/python-id3/Config.in"
 source "package/python-mad/Config.in"
diff --git a/package/python-bottle/Config.in b/package/python-bottle/Config.in
new file mode 100644
index 0000000..f9b60ca
--- /dev/null
+++ b/package/python-bottle/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_PYTHON_BOTTLE
+	bool "python-bottle"
+	help
+	  Bottle is a fast, simple and lightweight WSGI micro web-framework
+	  for Python. It is distributed as a single file module and has no
+	  dependencies other than the Python Standard Library.
+
+	  http://bottlepy.org
diff --git a/package/python-bottle/python-bottle.mk b/package/python-bottle/python-bottle.mk
new file mode 100644
index 0000000..370b31b
--- /dev/null
+++ b/package/python-bottle/python-bottle.mk
@@ -0,0 +1,22 @@
+#############################################################
+#
+# python-bottle
+#
+#############################################################
+
+PYTHON_BOTTLE_VERSION = 0.11.4
+PYTHON_BOTTLE_SOURCE = bottle-$(PYTHON_BOTTLE_VERSION).tar.gz
+PYTHON_BOTTLE_SITE = http://pypi.python.org/packages/source/b/bottle
+PYTHON_BOTTLE_DEPENDENCIES = python
+PYTHON_BOTTLE_LICENSE = MIT
+# README.rst refers to the file "LICENSE" but it's not included
+
+define PYTHON_BOTTLE_BUILD_CMDS
+	(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py build)
+endef
+
+define PYTHON_BOTTLE_INSTALL_TARGET_CMDS
+	(cd $(@D); $(HOST_DIR)/usr/bin/python setup.py install --prefix=$(TARGET_DIR)/usr)
+endef
+
+$(eval $(generic-package))

^ permalink raw reply related

* [Buildroot] [PATCH v2] python-bottle: new package
From: Peter Korsgaard @ 2012-12-18 21:10 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355843684-10860-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> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH] matchbox-desktop: fix link issue against libdl
From: Peter Korsgaard @ 2012-12-18 21:09 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355863126-17526-1-git-send-email-thomas.petazzoni@free-electrons.com>

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

 Thomas> matchbox-desktop uses dlopen(), so it needs to link against libdl. The
 Thomas> configure.ac and Makefile.am have the necessary provisions to do so,
 Thomas> but the included configure script does not replace LIBADD_DL in
 Thomas> src/Makefile.am as it should.

 Thomas> Therefore, we force the autoreconf of the package, which solves the
 Thomas> problem.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] matchbox-desktop: fix link issue against libdl
From: Peter Korsgaard @ 2012-12-18 21:09 UTC (permalink / raw)
  To: buildroot

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

matchbox-desktop uses dlopen(), so it needs to link against libdl. The
configure.ac and Makefile.am have the necessary provisions to do so,
but the included configure script does not replace LIBADD_DL in
src/Makefile.am as it should.

Therefore, we force the autoreconf of the package, which solves the
problem.

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

diff --git a/package/matchbox/matchbox-desktop/matchbox-desktop.mk b/package/matchbox/matchbox-desktop/matchbox-desktop.mk
index d180d1d..f8e854c 100644
--- a/package/matchbox/matchbox-desktop/matchbox-desktop.mk
+++ b/package/matchbox/matchbox-desktop/matchbox-desktop.mk
@@ -13,6 +13,11 @@ MATCHBOX_DESKTOP_LICENSE_FILES = COPYING
 MATCHBOX_DESKTOP_DEPENDENCIES = matchbox-lib
 MATCHBOX_DESKTOP_CONF_OPT = --enable-expat
 
+# The bundled configure script does not properly replace LIBADD_DL, so
+# we force an autoreconf even if we don't have any patches touching
+# configure.ac/Makefile.am.
+MATCHBOX_DESKTOP_AUTORECONF = YES
+
 #############################################################
 
 ifeq ($(BR2_PACKAGE_STARTUP_NOTIFICATION),y)

^ permalink raw reply related

* [Buildroot] [PATCH 1/2] xstroke: fix link issue
From: Peter Korsgaard @ 2012-12-18 20:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1355862043-17165-1-git-send-email-thomas.petazzoni@free-electrons.com>

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

 Thomas> The allyespackageconfig builds have trigerred a link issue on
 Thomas> xstroke. In fact, xstroke must be linked against Xrender, Xext and dl
 Thomas> in addition to the other libraries it was already be linked
 Thomas> against. We fix that by adding a patch that modifies configure.ac and
 Thomas> Makefile.am, and enabling autoreconf for this package.

Committed both, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] xstroke: mark as deprecated
From: Peter Korsgaard @ 2012-12-18 20:40 UTC (permalink / raw)
  To: buildroot

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

xstroke is just a tarball on the avr32linux.org site, the 0.6 version
has been released in April 2004, so we can consider the upstream to be
dead. So let's mark this package as deprecated.

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

diff --git a/package/xstroke/Config.in b/package/xstroke/Config.in
index 1269934..4f3f5f6 100644
--- a/package/xstroke/Config.in
+++ b/package/xstroke/Config.in
@@ -1,6 +1,8 @@
 config BR2_PACKAGE_XSTROKE
 	bool "xstroke"
 	depends on BR2_PACKAGE_XORG7
+	# dead upstream, probably not many users
+	depends on BR2_DEPRECATED
 	select BR2_PACKAGE_XLIB_LIBXFT
 	select BR2_PACKAGE_XLIB_LIBXTST
 	select BR2_PACKAGE_XLIB_LIBXPM

^ permalink raw reply related

* [Buildroot] [git commit] xstroke: fix link issue
From: Peter Korsgaard @ 2012-12-18 20:40 UTC (permalink / raw)
  To: buildroot

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

The allyespackageconfig builds have trigerred a link issue on
xstroke. In fact, xstroke must be linked against Xrender, Xext and dl
in addition to the other libraries it was already be linked
against. We fix that by adding a patch that modifies configure.ac and
Makefile.am, and enabling autoreconf for this package.

In addition, since xstroke uses directly Xrender and Xext, we add
those dependencies to the package. In practice, it doesn't change
anything, since some of the xstroke dependencies were already pulling
those libraries, but as xstroke uses directly Xrender and Xext, it
makes sense to have them as dependencies as well.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/xstroke/Config.in                     |    2 +
 package/xstroke/xstroke-fix-link-issues.patch |   35 +++++++++++++++++++++++++
 package/xstroke/xstroke.mk                    |    3 +-
 3 files changed, 39 insertions(+), 1 deletions(-)

diff --git a/package/xstroke/Config.in b/package/xstroke/Config.in
index 54cb38e..1269934 100644
--- a/package/xstroke/Config.in
+++ b/package/xstroke/Config.in
@@ -4,6 +4,8 @@ config BR2_PACKAGE_XSTROKE
 	select BR2_PACKAGE_XLIB_LIBXFT
 	select BR2_PACKAGE_XLIB_LIBXTST
 	select BR2_PACKAGE_XLIB_LIBXPM
+	select BR2_PACKAGE_XLIB_LIBXRENDER
+	select BR2_PACKAGE_XLIB_LIBXEXT
 	help
 	  Handwriting recognition for X
 
diff --git a/package/xstroke/xstroke-fix-link-issues.patch b/package/xstroke/xstroke-fix-link-issues.patch
new file mode 100644
index 0000000..9a6d71e
--- /dev/null
+++ b/package/xstroke/xstroke-fix-link-issues.patch
@@ -0,0 +1,35 @@
+Fix link issues by linking against all needed libraries
+
+Since gcc 4.6, all libraries that are directly used must be explicitly
+passed on the command line. In the case of xstroke, linking against
+Xrender, Xext and dl was missing. For the first two, they are added
+through addition PKG_CHECK_MODULES() checks, for the latter, it is
+added next to -lm and -lpthread in Makefile.am.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Index: b/Makefile.am
+===================================================================
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -40,7 +40,7 @@
+ BUILT_SOURCES = rec_parse.h rec_lex.h rec_lex.c
+ AM_YFLAGS = -d
+ 
+-xstroke_LDADD = @XSTROKE_LIBS@ -lm -lpthread $(X_LIBS) -lXpm -lXtst
++xstroke_LDADD = @XSTROKE_LIBS@ -ldl -lm -lpthread $(X_LIBS) -lXpm -lXtst
+ AM_CFLAGS = @XSTROKE_CFLAGS@ -DXSTROKE_CONF_DIR='"$(sysconfdir)/xstroke"' $(X_CFLAGS)
+ 
+ EXTRA_DIST = xstroke_active.xpm xstroke_inactive.xpm etc/alphabet
+Index: b/configure.ac
+===================================================================
+--- a/configure.ac
++++ b/configure.ac
+@@ -26,7 +26,7 @@
+ AC_CHECK_FUNCS([gettimeofday localtime_r])
+ 
+ AC_PATH_XTRA
+-PKG_CHECK_MODULES(XSTROKE, xft)
++PKG_CHECK_MODULES(XSTROKE, [xft xrender xext])
+ 
+ AC_CONFIG_FILES([Makefile])
+ AC_OUTPUT
diff --git a/package/xstroke/xstroke.mk b/package/xstroke/xstroke.mk
index 3459545..83f347d 100644
--- a/package/xstroke/xstroke.mk
+++ b/package/xstroke/xstroke.mk
@@ -7,7 +7,8 @@ XSTROKE_VERSION = 0.6
 XSTROKE_SOURCE = xstroke-$(XSTROKE_VERSION).tar.gz
 XSTROKE_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/XStroke
 
-XSTROKE_DEPENDENCIES = xlib_libXft xlib_libXtst xlib_libXpm
+XSTROKE_DEPENDENCIES = xlib_libXft xlib_libXtst xlib_libXpm xlib_libXrender xlib_libXext
+XSTROKE_AUTORECONF = YES
 
 $(eval $(autotools-package))
 

^ permalink raw reply related

* [Buildroot] [PATCH] matchbox-desktop: fix link issue against libdl
From: Thomas Petazzoni @ 2012-12-18 20:38 UTC (permalink / raw)
  To: buildroot

matchbox-desktop uses dlopen(), so it needs to link against libdl. The
configure.ac and Makefile.am have the necessary provisions to do so,
but the included configure script does not replace LIBADD_DL in
src/Makefile.am as it should.

Therefore, we force the autoreconf of the package, which solves the
problem.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 .../matchbox/matchbox-desktop/matchbox-desktop.mk  |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/matchbox/matchbox-desktop/matchbox-desktop.mk b/package/matchbox/matchbox-desktop/matchbox-desktop.mk
index d180d1d..f8e854c 100644
--- a/package/matchbox/matchbox-desktop/matchbox-desktop.mk
+++ b/package/matchbox/matchbox-desktop/matchbox-desktop.mk
@@ -13,6 +13,11 @@ MATCHBOX_DESKTOP_LICENSE_FILES = COPYING
 MATCHBOX_DESKTOP_DEPENDENCIES = matchbox-lib
 MATCHBOX_DESKTOP_CONF_OPT = --enable-expat
 
+# The bundled configure script does not properly replace LIBADD_DL, so
+# we force an autoreconf even if we don't have any patches touching
+# configure.ac/Makefile.am.
+MATCHBOX_DESKTOP_AUTORECONF = YES
+
 #############################################################
 
 ifeq ($(BR2_PACKAGE_STARTUP_NOTIFICATION),y)
-- 
1.7.9.5

^ permalink raw reply related


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