* [Buildroot] [git commit] openssl: fix static build
From: Peter Korsgaard @ 2012-12-16 9:49 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=a3671a3f2583c71871a2ac4fdf36b02c5bbdc558
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Just use the default target instead of hardcoding shared library support.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/openssl/openssl.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk
index 160df2e..ed52577 100644
--- a/package/openssl/openssl.mk
+++ b/package/openssl/openssl.mk
@@ -76,8 +76,7 @@ define OPENSSL_CONFIGURE_CMDS
endef
define OPENSSL_BUILD_CMDS
- $(MAKE1) -C $(@D) all build-shared
- $(MAKE1) -C $(@D) do_linux-shared
+ $(MAKE1) -C $(@D)
endef
define OPENSSL_INSTALL_STAGING_CMDS
^ permalink raw reply related
* [Buildroot] [PATCH] libnss: fix build failures
From: Peter Korsgaard @ 2012-12-16 9:02 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1355232660-2377-1-git-send-email-gustavo@zacarias.com.ar>
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Such as
Gustavo> http://autobuild.buildroot.net/results/2ca1d135269a67201e6b4d995ce8fbe94db1ed3f
Gustavo> The mozilla build system passes all of the different ways of CFLAGS
Gustavo> (OPTIMIZER, XCFLAGS, OS_CFLAGS) even when building host tools
Gustavo> (nsintall).
Gustavo> The best way around this without patching libnss is just building the
Gustavo> host tools first without any CFLAGS and then going on with the rest.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] libnss: fix build failures
From: Peter Korsgaard @ 2012-12-16 9:01 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=8b827859f994767052f31d4ee6ca6524b5065d01
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Such as
http://autobuild.buildroot.net/results/2ca1d135269a67201e6b4d995ce8fbe94db1ed3f
The mozilla build system passes all of the different ways of CFLAGS
(OPTIMIZER, XCFLAGS, OS_CFLAGS) even when building host tools
(nsintall).
The best way around this without patching libnss is just building the
host tools first without any CFLAGS and then going on with the rest.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/libnss/libnss.mk | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
index 84fc149..96faf37 100644
--- a/package/libnss/libnss.mk
+++ b/package/libnss/libnss.mk
@@ -17,7 +17,6 @@ LIBNSS_BUILD_VARS = MOZILLA_CLIENT=1 \
NSPR_LIB_DIR=$(STAGING_DIR)/usr/lib \
BUILD_OPT=1 \
NS_USE_GCC=1 \
- OPTIMIZER="$(TARGET_CFLAGS)" \
NSS_USE_SYSTEM_SQLITE=1 \
NSS_ENABLE_ECC=1 \
NATIVE_CC="$(HOSTCC)" \
@@ -34,11 +33,16 @@ endif
define LIBNSS_BUILD_CMDS
- $(MAKE1) -C $(@D)/$(LIBNSS_SUBDIR)/nss build_coreconf build_dbm all \
+ $(MAKE1) -C $(@D)/$(LIBNSS_SUBDIR)/nss build_coreconf \
SOURCE_MD_DIR=$(@D)/$(LIBNSS_DISTDIR) \
DIST=$(@D)/$(LIBNSS_DISTDIR) \
CHECKLOC= \
$(LIBNSS_BUILD_VARS)
+ $(MAKE1) -C $(@D)/$(LIBNSS_SUBDIR)/nss build_dbm all \
+ SOURCE_MD_DIR=$(@D)/$(LIBNSS_DISTDIR) \
+ DIST=$(@D)/$(LIBNSS_DISTDIR) \
+ CHECKLOC= \
+ $(LIBNSS_BUILD_VARS) OPTIMIZER="$(TARGET_CFLAGS)"
endef
define LIBNSS_INSTALL_STAGING_CMDS
^ permalink raw reply related
* [Buildroot] [autobuild.buildroot.net] Build results for 2012-12-15
From: Thomas Petazzoni @ 2012-12-16 7:34 UTC (permalink / raw)
To: buildroot
Hello,
On 2012-12-15, 193 random build tests have been done and
submitted on autobuild.buildroot.net.
111 builds have been successful
82 builds have failed
Below the results of the failed builds. Successful builds are omitted.
Build 1285fa94a91b3ace01e1df6e5a7334152675602d
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 00:10:12
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7b6d368960f2e200a3ca4050d6ed1e7b481bb3f5
End of log : http://autobuild.buildroot.net/results/1285fa94a91b3ace01e1df6e5a7334152675602d/build-end.log
Complete log : http://autobuild.buildroot.net/results/1285fa94a91b3ace01e1df6e5a7334152675602d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1285fa94a91b3ace01e1df6e5a7334152675602d/config
Defconfig : http://autobuild.buildroot.net/results/1285fa94a91b3ace01e1df6e5a7334152675602d/defconfig
Build dd88279eb7b5c01dc4f63d705ed318df920b93c2
==============================================
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-15 00:14:15
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=ee094dd16f78e27d1c53094b3267fd0d3e6d54d9
End of log : http://autobuild.buildroot.net/results/dd88279eb7b5c01dc4f63d705ed318df920b93c2/build-end.log
Complete log : http://autobuild.buildroot.net/results/dd88279eb7b5c01dc4f63d705ed318df920b93c2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/dd88279eb7b5c01dc4f63d705ed318df920b93c2/config
Defconfig : http://autobuild.buildroot.net/results/dd88279eb7b5c01dc4f63d705ed318df920b93c2/defconfig
Build 26252b712fe7ec6d08726db9cd61180dff3d2925
==============================================
Status : NOK
Failure reason : ltp-testsuite-20101031
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 01:04:52
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/26252b712fe7ec6d08726db9cd61180dff3d2925/build-end.log
Complete log : http://autobuild.buildroot.net/results/26252b712fe7ec6d08726db9cd61180dff3d2925/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/26252b712fe7ec6d08726db9cd61180dff3d2925/config
Defconfig : http://autobuild.buildroot.net/results/26252b712fe7ec6d08726db9cd61180dff3d2925/defconfig
Build 96adb69e2ccf8dec0cf371ef638ad2773412e445
==============================================
Status : NOK
Failure reason : alsa-lib-1.0.26
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 01:05:16
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/96adb69e2ccf8dec0cf371ef638ad2773412e445/build-end.log
Complete log : http://autobuild.buildroot.net/results/96adb69e2ccf8dec0cf371ef638ad2773412e445/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/96adb69e2ccf8dec0cf371ef638ad2773412e445/config
Defconfig : http://autobuild.buildroot.net/results/96adb69e2ccf8dec0cf371ef638ad2773412e445/defconfig
Build b00a45b9d2883325a49d8b743b40c065cba6eca9
==============================================
Status : NOK
Failure reason : boost-1.52.0
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 01:22:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/b00a45b9d2883325a49d8b743b40c065cba6eca9/build-end.log
Complete log : http://autobuild.buildroot.net/results/b00a45b9d2883325a49d8b743b40c065cba6eca9/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b00a45b9d2883325a49d8b743b40c065cba6eca9/config
Defconfig : http://autobuild.buildroot.net/results/b00a45b9d2883325a49d8b743b40c065cba6eca9/defconfig
Build 32563991ceea7e8378760f3d967e0285d2ac161e
==============================================
Status : NOK
Failure reason : libnss-3.12.9
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 01:25:09
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/32563991ceea7e8378760f3d967e0285d2ac161e/build-end.log
Complete log : http://autobuild.buildroot.net/results/32563991ceea7e8378760f3d967e0285d2ac161e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/32563991ceea7e8378760f3d967e0285d2ac161e/config
Defconfig : http://autobuild.buildroot.net/results/32563991ceea7e8378760f3d967e0285d2ac161e/defconfig
Build e791d4012f6666ec0583ef943413464b6059d36e
==============================================
Status : NOK
Failure reason : sdl-1.2.15
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-15 01:31:40
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=ee094dd16f78e27d1c53094b3267fd0d3e6d54d9
End of log : http://autobuild.buildroot.net/results/e791d4012f6666ec0583ef943413464b6059d36e/build-end.log
Complete log : http://autobuild.buildroot.net/results/e791d4012f6666ec0583ef943413464b6059d36e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e791d4012f6666ec0583ef943413464b6059d36e/config
Defconfig : http://autobuild.buildroot.net/results/e791d4012f6666ec0583ef943413464b6059d36e/defconfig
Build 6e86bf1d1fe5cc3bea55a719caa4f12a2224f70e
==============================================
Status : NOK
Failure reason : pv-1.2.0
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 02:34:58
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/6e86bf1d1fe5cc3bea55a719caa4f12a2224f70e/build-end.log
Complete log : http://autobuild.buildroot.net/results/6e86bf1d1fe5cc3bea55a719caa4f12a2224f70e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/6e86bf1d1fe5cc3bea55a719caa4f12a2224f70e/config
Defconfig : http://autobuild.buildroot.net/results/6e86bf1d1fe5cc3bea55a719caa4f12a2224f70e/defconfig
Build 07e1b6028add0920055d3521266df20b98b46ba6
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 02:48:19
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/07e1b6028add0920055d3521266df20b98b46ba6/build-end.log
Complete log : http://autobuild.buildroot.net/results/07e1b6028add0920055d3521266df20b98b46ba6/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/07e1b6028add0920055d3521266df20b98b46ba6/config
Defconfig : http://autobuild.buildroot.net/results/07e1b6028add0920055d3521266df20b98b46ba6/defconfig
Build 70933f83634773f03f23c46b0a0c04301bf7f3bf
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 03:18:14
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/70933f83634773f03f23c46b0a0c04301bf7f3bf/build-end.log
Complete log : http://autobuild.buildroot.net/results/70933f83634773f03f23c46b0a0c04301bf7f3bf/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/70933f83634773f03f23c46b0a0c04301bf7f3bf/config
Defconfig : http://autobuild.buildroot.net/results/70933f83634773f03f23c46b0a0c04301bf7f3bf/defconfig
Build b19e0a1f233431f951411e7065d777f5a2944bc2
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 03:36:45
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/b19e0a1f233431f951411e7065d777f5a2944bc2/build-end.log
Complete log : http://autobuild.buildroot.net/results/b19e0a1f233431f951411e7065d777f5a2944bc2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b19e0a1f233431f951411e7065d777f5a2944bc2/config
Defconfig : http://autobuild.buildroot.net/results/b19e0a1f233431f951411e7065d777f5a2944bc2/defconfig
Build 64fe5f72a0c98007b3b02e984f941f7a7f95580d
==============================================
Status : NOK
Failure reason : ltrace-0.7.2
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 04:05:50
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/64fe5f72a0c98007b3b02e984f941f7a7f95580d/build-end.log
Complete log : http://autobuild.buildroot.net/results/64fe5f72a0c98007b3b02e984f941f7a7f95580d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/64fe5f72a0c98007b3b02e984f941f7a7f95580d/config
Defconfig : http://autobuild.buildroot.net/results/64fe5f72a0c98007b3b02e984f941f7a7f95580d/defconfig
Build 96d1f21141414804bbfee0356f92cef64992e702
==============================================
Status : NOK
Failure reason : connman-1.9
Architecture : avr32
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 04:16:23
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/96d1f21141414804bbfee0356f92cef64992e702/build-end.log
Complete log : http://autobuild.buildroot.net/results/96d1f21141414804bbfee0356f92cef64992e702/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/96d1f21141414804bbfee0356f92cef64992e702/config
Defconfig : http://autobuild.buildroot.net/results/96d1f21141414804bbfee0356f92cef64992e702/defconfig
Build da0527ca53c1c4c4e6cfd61f382d4a63e3e49dbb
==============================================
Status : NOK
Failure reason : host-python-2.7.3
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 04:18:31
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/da0527ca53c1c4c4e6cfd61f382d4a63e3e49dbb/build-end.log
Complete log : http://autobuild.buildroot.net/results/da0527ca53c1c4c4e6cfd61f382d4a63e3e49dbb/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/da0527ca53c1c4c4e6cfd61f382d4a63e3e49dbb/config
Defconfig : http://autobuild.buildroot.net/results/da0527ca53c1c4c4e6cfd61f382d4a63e3e49dbb/defconfig
Build 4a597e3adda75a2f5ce641f60f3eed0486a294bd
==============================================
Status : NOK
Failure reason : luajit-2.0.0
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 04:31:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/4a597e3adda75a2f5ce641f60f3eed0486a294bd/build-end.log
Complete log : http://autobuild.buildroot.net/results/4a597e3adda75a2f5ce641f60f3eed0486a294bd/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4a597e3adda75a2f5ce641f60f3eed0486a294bd/config
Defconfig : http://autobuild.buildroot.net/results/4a597e3adda75a2f5ce641f60f3eed0486a294bd/defconfig
Build 78fbc621a2ed4dd4e5487893ea050edce4e90038
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 04:35:56
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/78fbc621a2ed4dd4e5487893ea050edce4e90038/build-end.log
Complete log : http://autobuild.buildroot.net/results/78fbc621a2ed4dd4e5487893ea050edce4e90038/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/78fbc621a2ed4dd4e5487893ea050edce4e90038/config
Defconfig : http://autobuild.buildroot.net/results/78fbc621a2ed4dd4e5487893ea050edce4e90038/defconfig
Build 045b020aaa7df480c67a6a97d8bab48ddddb8876
==============================================
Status : NOK
Failure reason : alsa-lib-1.0.26
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 04:36:28
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/045b020aaa7df480c67a6a97d8bab48ddddb8876/build-end.log
Complete log : http://autobuild.buildroot.net/results/045b020aaa7df480c67a6a97d8bab48ddddb8876/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/045b020aaa7df480c67a6a97d8bab48ddddb8876/config
Defconfig : http://autobuild.buildroot.net/results/045b020aaa7df480c67a6a97d8bab48ddddb8876/defconfig
Build fb08030df661da24d9336a4c00ebe76ef7397458
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 05:01:08
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/fb08030df661da24d9336a4c00ebe76ef7397458/build-end.log
Complete log : http://autobuild.buildroot.net/results/fb08030df661da24d9336a4c00ebe76ef7397458/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/fb08030df661da24d9336a4c00ebe76ef7397458/config
Defconfig : http://autobuild.buildroot.net/results/fb08030df661da24d9336a4c00ebe76ef7397458/defconfig
Build 252e890ec8a62b91c2e1b4c2a351dc90898f02d2
==============================================
Status : NOK
Failure reason : netatalk-3.0
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 05:54:36
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/252e890ec8a62b91c2e1b4c2a351dc90898f02d2/build-end.log
Complete log : http://autobuild.buildroot.net/results/252e890ec8a62b91c2e1b4c2a351dc90898f02d2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/252e890ec8a62b91c2e1b4c2a351dc90898f02d2/config
Defconfig : http://autobuild.buildroot.net/results/252e890ec8a62b91c2e1b4c2a351dc90898f02d2/defconfig
Build bc9881eb0f2715722cf761cdf848ed6057b6bd94
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 06:03:22
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/bc9881eb0f2715722cf761cdf848ed6057b6bd94/build-end.log
Complete log : http://autobuild.buildroot.net/results/bc9881eb0f2715722cf761cdf848ed6057b6bd94/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/bc9881eb0f2715722cf761cdf848ed6057b6bd94/config
Defconfig : http://autobuild.buildroot.net/results/bc9881eb0f2715722cf761cdf848ed6057b6bd94/defconfig
Build 0806f61e5b722f610210b29ff25d7ad595bf4323
==============================================
Status : NOK
Failure reason : boost-1.52.0
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-15 06:03:45
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/0806f61e5b722f610210b29ff25d7ad595bf4323/build-end.log
Complete log : http://autobuild.buildroot.net/results/0806f61e5b722f610210b29ff25d7ad595bf4323/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/0806f61e5b722f610210b29ff25d7ad595bf4323/config
Defconfig : http://autobuild.buildroot.net/results/0806f61e5b722f610210b29ff25d7ad595bf4323/defconfig
Build 7a908990782a7fe4bc0ea58623fc7591658c7d9e
==============================================
Status : NOK
Failure reason : ltp-testsuite-20101031
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 06:28:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/7a908990782a7fe4bc0ea58623fc7591658c7d9e/build-end.log
Complete log : http://autobuild.buildroot.net/results/7a908990782a7fe4bc0ea58623fc7591658c7d9e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7a908990782a7fe4bc0ea58623fc7591658c7d9e/config
Defconfig : http://autobuild.buildroot.net/results/7a908990782a7fe4bc0ea58623fc7591658c7d9e/defconfig
Build b8706229fece7223b9cc56c4aa31e9a9d6c39cca
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 06:54:57
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/b8706229fece7223b9cc56c4aa31e9a9d6c39cca/build-end.log
Complete log : http://autobuild.buildroot.net/results/b8706229fece7223b9cc56c4aa31e9a9d6c39cca/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b8706229fece7223b9cc56c4aa31e9a9d6c39cca/config
Defconfig : http://autobuild.buildroot.net/results/b8706229fece7223b9cc56c4aa31e9a9d6c39cca/defconfig
Build 2d4e0d3d98a6aaafc6244d124be972abdaf38c59
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-15 06:55:46
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/2d4e0d3d98a6aaafc6244d124be972abdaf38c59/build-end.log
Complete log : http://autobuild.buildroot.net/results/2d4e0d3d98a6aaafc6244d124be972abdaf38c59/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/2d4e0d3d98a6aaafc6244d124be972abdaf38c59/config
Defconfig : http://autobuild.buildroot.net/results/2d4e0d3d98a6aaafc6244d124be972abdaf38c59/defconfig
Build 958967062150c69b80d6c33e5bcee49f9143a83f
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-15 07:21:14
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/958967062150c69b80d6c33e5bcee49f9143a83f/build-end.log
Complete log : http://autobuild.buildroot.net/results/958967062150c69b80d6c33e5bcee49f9143a83f/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/958967062150c69b80d6c33e5bcee49f9143a83f/config
Defconfig : http://autobuild.buildroot.net/results/958967062150c69b80d6c33e5bcee49f9143a83f/defconfig
Build c4970db563a580ee31eaa95ce163f68e2252f782
==============================================
Status : NOK
Failure reason : qt-4.8.3
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 07:51:10
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/c4970db563a580ee31eaa95ce163f68e2252f782/build-end.log
Complete log : http://autobuild.buildroot.net/results/c4970db563a580ee31eaa95ce163f68e2252f782/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c4970db563a580ee31eaa95ce163f68e2252f782/config
Defconfig : http://autobuild.buildroot.net/results/c4970db563a580ee31eaa95ce163f68e2252f782/defconfig
Build 75db17c9d14a55458403c17acd833eb2e87cef39
==============================================
Status : NOK
Failure reason : acl-2.2.51
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 07:51:48
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/75db17c9d14a55458403c17acd833eb2e87cef39/build-end.log
Complete log : http://autobuild.buildroot.net/results/75db17c9d14a55458403c17acd833eb2e87cef39/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/75db17c9d14a55458403c17acd833eb2e87cef39/config
Defconfig : http://autobuild.buildroot.net/results/75db17c9d14a55458403c17acd833eb2e87cef39/defconfig
Build c778a0c7a9ce1da5f1691566a91acd88beb0ce32
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 08:21:52
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/c778a0c7a9ce1da5f1691566a91acd88beb0ce32/build-end.log
Complete log : http://autobuild.buildroot.net/results/c778a0c7a9ce1da5f1691566a91acd88beb0ce32/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c778a0c7a9ce1da5f1691566a91acd88beb0ce32/config
Defconfig : http://autobuild.buildroot.net/results/c778a0c7a9ce1da5f1691566a91acd88beb0ce32/defconfig
Build 04bcc907c5e075fe1f39d4f49dcc50ec93708eb4
==============================================
Status : NOK
Failure reason : host-python-2.7.3
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 08:27:28
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/04bcc907c5e075fe1f39d4f49dcc50ec93708eb4/build-end.log
Complete log : http://autobuild.buildroot.net/results/04bcc907c5e075fe1f39d4f49dcc50ec93708eb4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/04bcc907c5e075fe1f39d4f49dcc50ec93708eb4/config
Defconfig : http://autobuild.buildroot.net/results/04bcc907c5e075fe1f39d4f49dcc50ec93708eb4/defconfig
Build c9e36a90cbf6b460b2119b194d21d431f48157bd
==============================================
Status : NOK
Failure reason : boost-1.52.0
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 08:32:28
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/c9e36a90cbf6b460b2119b194d21d431f48157bd/build-end.log
Complete log : http://autobuild.buildroot.net/results/c9e36a90cbf6b460b2119b194d21d431f48157bd/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c9e36a90cbf6b460b2119b194d21d431f48157bd/config
Defconfig : http://autobuild.buildroot.net/results/c9e36a90cbf6b460b2119b194d21d431f48157bd/defconfig
Build a9d5d47706dfcc1e3d3d991e97e4682c6b59bd7b
==============================================
Status : NOK
Failure reason : libtirpc-0.2.2
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 09:16:59
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/a9d5d47706dfcc1e3d3d991e97e4682c6b59bd7b/build-end.log
Complete log : http://autobuild.buildroot.net/results/a9d5d47706dfcc1e3d3d991e97e4682c6b59bd7b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a9d5d47706dfcc1e3d3d991e97e4682c6b59bd7b/config
Defconfig : http://autobuild.buildroot.net/results/a9d5d47706dfcc1e3d3d991e97e4682c6b59bd7b/defconfig
Build ae7656c8f64fa8ea87ac7ca4a71f78782dadd3b3
==============================================
Status : NOK
Failure reason : gpsd-3.7
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 09:27:12
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/ae7656c8f64fa8ea87ac7ca4a71f78782dadd3b3/build-end.log
Complete log : http://autobuild.buildroot.net/results/ae7656c8f64fa8ea87ac7ca4a71f78782dadd3b3/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ae7656c8f64fa8ea87ac7ca4a71f78782dadd3b3/config
Defconfig : http://autobuild.buildroot.net/results/ae7656c8f64fa8ea87ac7ca4a71f78782dadd3b3/defconfig
Build 009b8824216c67338e52173be5b3dc3fb1b6d764
==============================================
Status : NOK
Failure reason : connman-1.9
Architecture : avr32
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 09:37:49
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/009b8824216c67338e52173be5b3dc3fb1b6d764/build-end.log
Complete log : http://autobuild.buildroot.net/results/009b8824216c67338e52173be5b3dc3fb1b6d764/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/009b8824216c67338e52173be5b3dc3fb1b6d764/config
Defconfig : http://autobuild.buildroot.net/results/009b8824216c67338e52173be5b3dc3fb1b6d764/defconfig
Build a89662ac08a3be2e53a16a9c2dda22a2b549b734
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : xtensa
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 09:47:18
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/a89662ac08a3be2e53a16a9c2dda22a2b549b734/build-end.log
Complete log : http://autobuild.buildroot.net/results/a89662ac08a3be2e53a16a9c2dda22a2b549b734/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a89662ac08a3be2e53a16a9c2dda22a2b549b734/config
Defconfig : http://autobuild.buildroot.net/results/a89662ac08a3be2e53a16a9c2dda22a2b549b734/defconfig
Build c9a6369a7e6c20418f3586c078c36cd28984d65c
==============================================
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-15 09:51:15
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/c9a6369a7e6c20418f3586c078c36cd28984d65c/build-end.log
Complete log : http://autobuild.buildroot.net/results/c9a6369a7e6c20418f3586c078c36cd28984d65c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c9a6369a7e6c20418f3586c078c36cd28984d65c/config
Defconfig : http://autobuild.buildroot.net/results/c9a6369a7e6c20418f3586c078c36cd28984d65c/defconfig
Build ca3f11e2a9221ba7b78930571f62c7540a50c151
==============================================
Status : NOK
Failure reason : boost-1.52.0
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-15 10:50:13
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/ca3f11e2a9221ba7b78930571f62c7540a50c151/build-end.log
Complete log : http://autobuild.buildroot.net/results/ca3f11e2a9221ba7b78930571f62c7540a50c151/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ca3f11e2a9221ba7b78930571f62c7540a50c151/config
Defconfig : http://autobuild.buildroot.net/results/ca3f11e2a9221ba7b78930571f62c7540a50c151/defconfig
Build abb3d4e56a9bd0c05b52cbba6d2c7830348126b4
==============================================
Status : NOK
Failure reason : qt-4.8.3
Architecture : sh4
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 11:00:25
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/abb3d4e56a9bd0c05b52cbba6d2c7830348126b4/build-end.log
Complete log : http://autobuild.buildroot.net/results/abb3d4e56a9bd0c05b52cbba6d2c7830348126b4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/abb3d4e56a9bd0c05b52cbba6d2c7830348126b4/config
Defconfig : http://autobuild.buildroot.net/results/abb3d4e56a9bd0c05b52cbba6d2c7830348126b4/defconfig
Build d6494ec4d942b385f527107c122c640f7773aa93
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 11:20:28
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/d6494ec4d942b385f527107c122c640f7773aa93/build-end.log
Complete log : http://autobuild.buildroot.net/results/d6494ec4d942b385f527107c122c640f7773aa93/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d6494ec4d942b385f527107c122c640f7773aa93/config
Defconfig : http://autobuild.buildroot.net/results/d6494ec4d942b385f527107c122c640f7773aa93/defconfig
Build 3350151a66faf56827b5f720dfb479b90439fca2
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-15 11:27:00
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/3350151a66faf56827b5f720dfb479b90439fca2/build-end.log
Complete log : http://autobuild.buildroot.net/results/3350151a66faf56827b5f720dfb479b90439fca2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/3350151a66faf56827b5f720dfb479b90439fca2/config
Defconfig : http://autobuild.buildroot.net/results/3350151a66faf56827b5f720dfb479b90439fca2/defconfig
Build fc713f382865254f581bf498a59b14abfa2dea57
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 11:29:00
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/fc713f382865254f581bf498a59b14abfa2dea57/build-end.log
Complete log : http://autobuild.buildroot.net/results/fc713f382865254f581bf498a59b14abfa2dea57/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/fc713f382865254f581bf498a59b14abfa2dea57/config
Defconfig : http://autobuild.buildroot.net/results/fc713f382865254f581bf498a59b14abfa2dea57/defconfig
Build 190a4ba4626874d8dde333dc40b416cb07ccd356
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 11:31:14
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/190a4ba4626874d8dde333dc40b416cb07ccd356/build-end.log
Complete log : http://autobuild.buildroot.net/results/190a4ba4626874d8dde333dc40b416cb07ccd356/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/190a4ba4626874d8dde333dc40b416cb07ccd356/config
Defconfig : http://autobuild.buildroot.net/results/190a4ba4626874d8dde333dc40b416cb07ccd356/defconfig
Build bdde1b699c63684076dc21ca39322046e541068c
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-15 11:38:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/bdde1b699c63684076dc21ca39322046e541068c/build-end.log
Complete log : http://autobuild.buildroot.net/results/bdde1b699c63684076dc21ca39322046e541068c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/bdde1b699c63684076dc21ca39322046e541068c/config
Defconfig : http://autobuild.buildroot.net/results/bdde1b699c63684076dc21ca39322046e541068c/defconfig
Build 58c9795b9b97d00fe280ff4ddb619a19e1677cff
==============================================
Status : NOK
Failure reason : webkit-1.2.7
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 11:51:17
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/58c9795b9b97d00fe280ff4ddb619a19e1677cff/build-end.log
Complete log : http://autobuild.buildroot.net/results/58c9795b9b97d00fe280ff4ddb619a19e1677cff/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/58c9795b9b97d00fe280ff4ddb619a19e1677cff/config
Defconfig : http://autobuild.buildroot.net/results/58c9795b9b97d00fe280ff4ddb619a19e1677cff/defconfig
Build 4c6638fadcd3406fd5bbd9d2775ffcb1f07fda80
==============================================
Status : NOK
Failure reason : bzip2-1.0.6
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 11:53:17
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/4c6638fadcd3406fd5bbd9d2775ffcb1f07fda80/build-end.log
Complete log : http://autobuild.buildroot.net/results/4c6638fadcd3406fd5bbd9d2775ffcb1f07fda80/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4c6638fadcd3406fd5bbd9d2775ffcb1f07fda80/config
Defconfig : http://autobuild.buildroot.net/results/4c6638fadcd3406fd5bbd9d2775ffcb1f07fda80/defconfig
Build 7b9487f74c1566947ef59d73337bfecd56af720c
==============================================
Status : NOK
Failure reason : boost-1.52.0
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-15 12:02:46
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/7b9487f74c1566947ef59d73337bfecd56af720c/build-end.log
Complete log : http://autobuild.buildroot.net/results/7b9487f74c1566947ef59d73337bfecd56af720c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7b9487f74c1566947ef59d73337bfecd56af720c/config
Defconfig : http://autobuild.buildroot.net/results/7b9487f74c1566947ef59d73337bfecd56af720c/defconfig
Build 5b63022f4c2d8bdd72697e8007e8a6101a64dd12
==============================================
Status : NOK
Failure reason : util-linux-2.20.1
Architecture : aarch64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 12:21:25
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/5b63022f4c2d8bdd72697e8007e8a6101a64dd12/build-end.log
Complete log : http://autobuild.buildroot.net/results/5b63022f4c2d8bdd72697e8007e8a6101a64dd12/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/5b63022f4c2d8bdd72697e8007e8a6101a64dd12/config
Defconfig : http://autobuild.buildroot.net/results/5b63022f4c2d8bdd72697e8007e8a6101a64dd12/defconfig
Build 21386b1403cf53ba6d4616ac4e74de6097be9530
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-15 12:22:39
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/21386b1403cf53ba6d4616ac4e74de6097be9530/build-end.log
Complete log : http://autobuild.buildroot.net/results/21386b1403cf53ba6d4616ac4e74de6097be9530/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/21386b1403cf53ba6d4616ac4e74de6097be9530/config
Defconfig : http://autobuild.buildroot.net/results/21386b1403cf53ba6d4616ac4e74de6097be9530/defconfig
Build 064a853c79412fc21d92da844249e6c362e82947
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 12:36:00
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/064a853c79412fc21d92da844249e6c362e82947/build-end.log
Complete log : http://autobuild.buildroot.net/results/064a853c79412fc21d92da844249e6c362e82947/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/064a853c79412fc21d92da844249e6c362e82947/config
Defconfig : http://autobuild.buildroot.net/results/064a853c79412fc21d92da844249e6c362e82947/defconfig
Build 32f773382e3ba58c2cd0eac47e6fbc7857ba5e99
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 12:49:47
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/32f773382e3ba58c2cd0eac47e6fbc7857ba5e99/build-end.log
Complete log : http://autobuild.buildroot.net/results/32f773382e3ba58c2cd0eac47e6fbc7857ba5e99/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/32f773382e3ba58c2cd0eac47e6fbc7857ba5e99/config
Defconfig : http://autobuild.buildroot.net/results/32f773382e3ba58c2cd0eac47e6fbc7857ba5e99/defconfig
Build 455633526cfe51de0c2353c0eb76a2a856c20b88
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 13:20:38
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/455633526cfe51de0c2353c0eb76a2a856c20b88/build-end.log
Complete log : http://autobuild.buildroot.net/results/455633526cfe51de0c2353c0eb76a2a856c20b88/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/455633526cfe51de0c2353c0eb76a2a856c20b88/config
Defconfig : http://autobuild.buildroot.net/results/455633526cfe51de0c2353c0eb76a2a856c20b88/defconfig
Build 05b843fc37e6261fd2773ae986efd197dd7bd25f
==============================================
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-15 13:24:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/05b843fc37e6261fd2773ae986efd197dd7bd25f/build-end.log
Complete log : http://autobuild.buildroot.net/results/05b843fc37e6261fd2773ae986efd197dd7bd25f/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/05b843fc37e6261fd2773ae986efd197dd7bd25f/config
Defconfig : http://autobuild.buildroot.net/results/05b843fc37e6261fd2773ae986efd197dd7bd25f/defconfig
Build c92c040d3a2f9bce8781ec217a5ddea735f5d56f
==============================================
Status : NOK
Failure reason : monit-5.4
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 13:31:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/c92c040d3a2f9bce8781ec217a5ddea735f5d56f/build-end.log
Complete log : http://autobuild.buildroot.net/results/c92c040d3a2f9bce8781ec217a5ddea735f5d56f/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c92c040d3a2f9bce8781ec217a5ddea735f5d56f/config
Defconfig : http://autobuild.buildroot.net/results/c92c040d3a2f9bce8781ec217a5ddea735f5d56f/defconfig
Build ede9b1dae251d9d718808b6c2cb5b31349e4693e
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : xtensa
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 13:34:19
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/ede9b1dae251d9d718808b6c2cb5b31349e4693e/build-end.log
Complete log : http://autobuild.buildroot.net/results/ede9b1dae251d9d718808b6c2cb5b31349e4693e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ede9b1dae251d9d718808b6c2cb5b31349e4693e/config
Defconfig : http://autobuild.buildroot.net/results/ede9b1dae251d9d718808b6c2cb5b31349e4693e/defconfig
Build 417c71b4dd80e1409a074acd2195f775fcbba123
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-15 13:55:34
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/417c71b4dd80e1409a074acd2195f775fcbba123/build-end.log
Complete log : http://autobuild.buildroot.net/results/417c71b4dd80e1409a074acd2195f775fcbba123/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/417c71b4dd80e1409a074acd2195f775fcbba123/config
Defconfig : http://autobuild.buildroot.net/results/417c71b4dd80e1409a074acd2195f775fcbba123/defconfig
Build 0b7cfbebd4388cabfa243b5ef74e3b6316fd9fd9
==============================================
Status : NOK
Failure reason : webkit-1.2.7
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-15 14:16:03
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/0b7cfbebd4388cabfa243b5ef74e3b6316fd9fd9/build-end.log
Complete log : http://autobuild.buildroot.net/results/0b7cfbebd4388cabfa243b5ef74e3b6316fd9fd9/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/0b7cfbebd4388cabfa243b5ef74e3b6316fd9fd9/config
Defconfig : http://autobuild.buildroot.net/results/0b7cfbebd4388cabfa243b5ef74e3b6316fd9fd9/defconfig
Build a88b725a2ccce913055d81aed91cfbf0a09aafd5
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 15:31:38
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/a88b725a2ccce913055d81aed91cfbf0a09aafd5/build-end.log
Complete log : http://autobuild.buildroot.net/results/a88b725a2ccce913055d81aed91cfbf0a09aafd5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a88b725a2ccce913055d81aed91cfbf0a09aafd5/config
Defconfig : http://autobuild.buildroot.net/results/a88b725a2ccce913055d81aed91cfbf0a09aafd5/defconfig
Build 5288c0d6467c0a039e0ec0452a2a50277b74b6a9
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-15 16:58:08
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/5288c0d6467c0a039e0ec0452a2a50277b74b6a9/build-end.log
Complete log : http://autobuild.buildroot.net/results/5288c0d6467c0a039e0ec0452a2a50277b74b6a9/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/5288c0d6467c0a039e0ec0452a2a50277b74b6a9/config
Defconfig : http://autobuild.buildroot.net/results/5288c0d6467c0a039e0ec0452a2a50277b74b6a9/defconfig
Build 4fd125652f3a44208c1dec5ac6f7a25966819e68
==============================================
Status : NOK
Failure reason : webkit-1.2.7
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 17:06:17
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/4fd125652f3a44208c1dec5ac6f7a25966819e68/build-end.log
Complete log : http://autobuild.buildroot.net/results/4fd125652f3a44208c1dec5ac6f7a25966819e68/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4fd125652f3a44208c1dec5ac6f7a25966819e68/config
Defconfig : http://autobuild.buildroot.net/results/4fd125652f3a44208c1dec5ac6f7a25966819e68/defconfig
Build 66be8cb162f662bae9f53e7ff6153e633edeef61
==============================================
Status : NOK
Failure reason : sconeserver-180
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 17:06:31
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/66be8cb162f662bae9f53e7ff6153e633edeef61/build-end.log
Complete log : http://autobuild.buildroot.net/results/66be8cb162f662bae9f53e7ff6153e633edeef61/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/66be8cb162f662bae9f53e7ff6153e633edeef61/config
Defconfig : http://autobuild.buildroot.net/results/66be8cb162f662bae9f53e7ff6153e633edeef61/defconfig
Build f1f3eb034a32c6d3f68223fff88d03daedc236e5
==============================================
Status : NOK
Failure reason : gd-2.0.35
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-15 17:22:48
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=018a49a507fb9354b10ff7afd39e9fe2603cab4e
End of log : http://autobuild.buildroot.net/results/f1f3eb034a32c6d3f68223fff88d03daedc236e5/build-end.log
Complete log : http://autobuild.buildroot.net/results/f1f3eb034a32c6d3f68223fff88d03daedc236e5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/f1f3eb034a32c6d3f68223fff88d03daedc236e5/config
Defconfig : http://autobuild.buildroot.net/results/f1f3eb034a32c6d3f68223fff88d03daedc236e5/defconfig
Build 7cc4c0d2b36d402ddf0f24d7432e0223d966666b
==============================================
Status : NOK
Failure reason : alsa-lib-1.0.26
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 18:15:15
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/7cc4c0d2b36d402ddf0f24d7432e0223d966666b/build-end.log
Complete log : http://autobuild.buildroot.net/results/7cc4c0d2b36d402ddf0f24d7432e0223d966666b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7cc4c0d2b36d402ddf0f24d7432e0223d966666b/config
Defconfig : http://autobuild.buildroot.net/results/7cc4c0d2b36d402ddf0f24d7432e0223d966666b/defconfig
Build 129179d9bc74a8ff8ea5b3440bc1e4d3c02d3d7f
==============================================
Status : NOK
Failure reason : ltp-testsuite-20101031
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 18:34:38
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/129179d9bc74a8ff8ea5b3440bc1e4d3c02d3d7f/build-end.log
Complete log : http://autobuild.buildroot.net/results/129179d9bc74a8ff8ea5b3440bc1e4d3c02d3d7f/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/129179d9bc74a8ff8ea5b3440bc1e4d3c02d3d7f/config
Defconfig : http://autobuild.buildroot.net/results/129179d9bc74a8ff8ea5b3440bc1e4d3c02d3d7f/defconfig
Build b333465b97dca083f61d3ffe35139541b53145db
==============================================
Status : NOK
Failure reason : gdb-7.4.1-target
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 18:36:18
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/b333465b97dca083f61d3ffe35139541b53145db/build-end.log
Complete log : http://autobuild.buildroot.net/results/b333465b97dca083f61d3ffe35139541b53145db/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b333465b97dca083f61d3ffe35139541b53145db/config
Defconfig : http://autobuild.buildroot.net/results/b333465b97dca083f61d3ffe35139541b53145db/defconfig
Build e521579d883ad508288f983ef8428a71493bddf3
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 19:01:13
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/e521579d883ad508288f983ef8428a71493bddf3/build-end.log
Complete log : http://autobuild.buildroot.net/results/e521579d883ad508288f983ef8428a71493bddf3/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e521579d883ad508288f983ef8428a71493bddf3/config
Defconfig : http://autobuild.buildroot.net/results/e521579d883ad508288f983ef8428a71493bddf3/defconfig
Build 883aaf2da9d2fa6a1faf5b0c5be26b6e3b02818c
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 19:06:02
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/883aaf2da9d2fa6a1faf5b0c5be26b6e3b02818c/build-end.log
Complete log : http://autobuild.buildroot.net/results/883aaf2da9d2fa6a1faf5b0c5be26b6e3b02818c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/883aaf2da9d2fa6a1faf5b0c5be26b6e3b02818c/config
Defconfig : http://autobuild.buildroot.net/results/883aaf2da9d2fa6a1faf5b0c5be26b6e3b02818c/defconfig
Build 063f9ea267e11d7dcd998c831926452ac4c80635
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 19:26:34
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/063f9ea267e11d7dcd998c831926452ac4c80635/build-end.log
Complete log : http://autobuild.buildroot.net/results/063f9ea267e11d7dcd998c831926452ac4c80635/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/063f9ea267e11d7dcd998c831926452ac4c80635/config
Defconfig : http://autobuild.buildroot.net/results/063f9ea267e11d7dcd998c831926452ac4c80635/defconfig
Build d7e00e568fccbf25de032c4f4dc3d03c8471b4bb
==============================================
Status : NOK
Failure reason : mplayer-1.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 19:55:43
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/d7e00e568fccbf25de032c4f4dc3d03c8471b4bb/build-end.log
Complete log : http://autobuild.buildroot.net/results/d7e00e568fccbf25de032c4f4dc3d03c8471b4bb/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d7e00e568fccbf25de032c4f4dc3d03c8471b4bb/config
Defconfig : http://autobuild.buildroot.net/results/d7e00e568fccbf25de032c4f4dc3d03c8471b4bb/defconfig
Build 80d345d9511126127fc9473f59a6a2b5f9d4d1ce
==============================================
Status : NOK
Failure reason : fbgrab-1.0
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 19:56:36
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/80d345d9511126127fc9473f59a6a2b5f9d4d1ce/build-end.log
Complete log : http://autobuild.buildroot.net/results/80d345d9511126127fc9473f59a6a2b5f9d4d1ce/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/80d345d9511126127fc9473f59a6a2b5f9d4d1ce/config
Defconfig : http://autobuild.buildroot.net/results/80d345d9511126127fc9473f59a6a2b5f9d4d1ce/defconfig
Build 352c9ed496b4f7026837d10e05038eff32e25338
==============================================
Status : NOK
Failure reason : boost-1.52.0
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 20:07:43
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/352c9ed496b4f7026837d10e05038eff32e25338/build-end.log
Complete log : http://autobuild.buildroot.net/results/352c9ed496b4f7026837d10e05038eff32e25338/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/352c9ed496b4f7026837d10e05038eff32e25338/config
Defconfig : http://autobuild.buildroot.net/results/352c9ed496b4f7026837d10e05038eff32e25338/defconfig
Build 6d67e1ba2c6f8ba326de38c6241f841f0271c609
==============================================
Status : NOK
Failure reason : boost-1.52.0
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 20:38:02
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/6d67e1ba2c6f8ba326de38c6241f841f0271c609/build-end.log
Complete log : http://autobuild.buildroot.net/results/6d67e1ba2c6f8ba326de38c6241f841f0271c609/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/6d67e1ba2c6f8ba326de38c6241f841f0271c609/config
Defconfig : http://autobuild.buildroot.net/results/6d67e1ba2c6f8ba326de38c6241f841f0271c609/defconfig
Build 5cb4e405f0cc03c4b8a1f1e44dc05e0915814b94
==============================================
Status : NOK
Failure reason : mplayer-1.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 21:06:23
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/5cb4e405f0cc03c4b8a1f1e44dc05e0915814b94/build-end.log
Complete log : http://autobuild.buildroot.net/results/5cb4e405f0cc03c4b8a1f1e44dc05e0915814b94/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/5cb4e405f0cc03c4b8a1f1e44dc05e0915814b94/config
Defconfig : http://autobuild.buildroot.net/results/5cb4e405f0cc03c4b8a1f1e44dc05e0915814b94/defconfig
Build 039bbb89371b6c6a9296f84cf47582433c67cbc5
==============================================
Status : NOK
Failure reason : qt-4.8.3
Architecture : mipsel
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 21:21:52
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=c3e9f1cf49d8fb8039e3501417235044813cfa57
End of log : http://autobuild.buildroot.net/results/039bbb89371b6c6a9296f84cf47582433c67cbc5/build-end.log
Complete log : http://autobuild.buildroot.net/results/039bbb89371b6c6a9296f84cf47582433c67cbc5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/039bbb89371b6c6a9296f84cf47582433c67cbc5/config
Defconfig : http://autobuild.buildroot.net/results/039bbb89371b6c6a9296f84cf47582433c67cbc5/defconfig
Build 1e4baea2617bcbe64d27ab8533d7aafbea96e079
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 21:36:28
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=d11bb6da1c909d4961d6337479ca7fc0cd15ca64
End of log : http://autobuild.buildroot.net/results/1e4baea2617bcbe64d27ab8533d7aafbea96e079/build-end.log
Complete log : http://autobuild.buildroot.net/results/1e4baea2617bcbe64d27ab8533d7aafbea96e079/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1e4baea2617bcbe64d27ab8533d7aafbea96e079/config
Defconfig : http://autobuild.buildroot.net/results/1e4baea2617bcbe64d27ab8533d7aafbea96e079/defconfig
Build 1da6cd519b616cc4f006ee6b6fd014fe614e5e69
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 21:39:26
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=d11bb6da1c909d4961d6337479ca7fc0cd15ca64
End of log : http://autobuild.buildroot.net/results/1da6cd519b616cc4f006ee6b6fd014fe614e5e69/build-end.log
Complete log : http://autobuild.buildroot.net/results/1da6cd519b616cc4f006ee6b6fd014fe614e5e69/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1da6cd519b616cc4f006ee6b6fd014fe614e5e69/config
Defconfig : http://autobuild.buildroot.net/results/1da6cd519b616cc4f006ee6b6fd014fe614e5e69/defconfig
Build b1010dcecc98d83f5d3d10d13b7b76b87a58d87c
==============================================
Status : NOK
Failure reason : transmission-2.33
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 21:44:55
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=d11bb6da1c909d4961d6337479ca7fc0cd15ca64
End of log : http://autobuild.buildroot.net/results/b1010dcecc98d83f5d3d10d13b7b76b87a58d87c/build-end.log
Complete log : http://autobuild.buildroot.net/results/b1010dcecc98d83f5d3d10d13b7b76b87a58d87c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b1010dcecc98d83f5d3d10d13b7b76b87a58d87c/config
Defconfig : http://autobuild.buildroot.net/results/b1010dcecc98d83f5d3d10d13b7b76b87a58d87c/defconfig
Build 8807f59e261ec8ec740e358500e814ce0f6131ce
==============================================
Status : NOK
Failure reason : imagemagick-6.7.8-8
Architecture : sh4
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 21:46:16
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=d11bb6da1c909d4961d6337479ca7fc0cd15ca64
End of log : http://autobuild.buildroot.net/results/8807f59e261ec8ec740e358500e814ce0f6131ce/build-end.log
Complete log : http://autobuild.buildroot.net/results/8807f59e261ec8ec740e358500e814ce0f6131ce/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/8807f59e261ec8ec740e358500e814ce0f6131ce/config
Defconfig : http://autobuild.buildroot.net/results/8807f59e261ec8ec740e358500e814ce0f6131ce/defconfig
Build 22389defce816778bb1d67f5bdb223deb3cf3e8e
==============================================
Status : NOK
Failure reason : boost-1.52.0
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-15 22:41:20
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=d11bb6da1c909d4961d6337479ca7fc0cd15ca64
End of log : http://autobuild.buildroot.net/results/22389defce816778bb1d67f5bdb223deb3cf3e8e/build-end.log
Complete log : http://autobuild.buildroot.net/results/22389defce816778bb1d67f5bdb223deb3cf3e8e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/22389defce816778bb1d67f5bdb223deb3cf3e8e/config
Defconfig : http://autobuild.buildroot.net/results/22389defce816778bb1d67f5bdb223deb3cf3e8e/defconfig
Build fe4f8ea901e20f69f11c9b68ee9d24f044cccf32
==============================================
Status : NOK
Failure reason : gdb-7.4.1-target
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 22:44:36
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=d11bb6da1c909d4961d6337479ca7fc0cd15ca64
End of log : http://autobuild.buildroot.net/results/fe4f8ea901e20f69f11c9b68ee9d24f044cccf32/build-end.log
Complete log : http://autobuild.buildroot.net/results/fe4f8ea901e20f69f11c9b68ee9d24f044cccf32/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/fe4f8ea901e20f69f11c9b68ee9d24f044cccf32/config
Defconfig : http://autobuild.buildroot.net/results/fe4f8ea901e20f69f11c9b68ee9d24f044cccf32/defconfig
Build bc1e820655c9eff07ca2319177b3a41aea8080bb
==============================================
Status : NOK
Failure reason : nfacct-1.0.0
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 22:48:06
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=d11bb6da1c909d4961d6337479ca7fc0cd15ca64
End of log : http://autobuild.buildroot.net/results/bc1e820655c9eff07ca2319177b3a41aea8080bb/build-end.log
Complete log : http://autobuild.buildroot.net/results/bc1e820655c9eff07ca2319177b3a41aea8080bb/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/bc1e820655c9eff07ca2319177b3a41aea8080bb/config
Defconfig : http://autobuild.buildroot.net/results/bc1e820655c9eff07ca2319177b3a41aea8080bb/defconfig
Build 7b9c8fdca8c41eee1de1b7ecc772e4005b6b910f
==============================================
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-15 23:05:29
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=d11bb6da1c909d4961d6337479ca7fc0cd15ca64
End of log : http://autobuild.buildroot.net/results/7b9c8fdca8c41eee1de1b7ecc772e4005b6b910f/build-end.log
Complete log : http://autobuild.buildroot.net/results/7b9c8fdca8c41eee1de1b7ecc772e4005b6b910f/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7b9c8fdca8c41eee1de1b7ecc772e4005b6b910f/config
Defconfig : http://autobuild.buildroot.net/results/7b9c8fdca8c41eee1de1b7ecc772e4005b6b910f/defconfig
Build 0a8d7a015252719e43a718f665a85422beb62825
==============================================
Status : NOK
Failure reason : opkg-635
Architecture : xtensa
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 23:36:07
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=d11bb6da1c909d4961d6337479ca7fc0cd15ca64
End of log : http://autobuild.buildroot.net/results/0a8d7a015252719e43a718f665a85422beb62825/build-end.log
Complete log : http://autobuild.buildroot.net/results/0a8d7a015252719e43a718f665a85422beb62825/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/0a8d7a015252719e43a718f665a85422beb62825/config
Defconfig : http://autobuild.buildroot.net/results/0a8d7a015252719e43a718f665a85422beb62825/defconfig
Build 498287519fbb588ed4ee9624ff82002a4766a5f4
==============================================
Status : NOK
Failure reason : flashbench-2e30b1968a66147412f21002ea844122a0d5e2f0
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-15 23:43:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=d11bb6da1c909d4961d6337479ca7fc0cd15ca64
End of log : http://autobuild.buildroot.net/results/498287519fbb588ed4ee9624ff82002a4766a5f4/build-end.log
Complete log : http://autobuild.buildroot.net/results/498287519fbb588ed4ee9624ff82002a4766a5f4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/498287519fbb588ed4ee9624ff82002a4766a5f4/config
Defconfig : http://autobuild.buildroot.net/results/498287519fbb588ed4ee9624ff82002a4766a5f4/defconfig
--
http://autobuild.buildroot.net
^ permalink raw reply
* [Buildroot] [PATCH v2] host-libxml2: enable debug for mesa3d
From: Peter Korsgaard @ 2012-12-16 0:19 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1355224207-21745-1-git-send-email-arnout@mind.be>
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:
Arnout> The API generation script in mesa3d requires libxml2 to be built with
Arnout> debug, because it uses the lsCountNode function which is only available
Arnout> in debug mode.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] host-libxml2: enable debug for mesa3d
From: Peter Korsgaard @ 2012-12-16 0:18 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=71a4513e73ec8a3c3d1a18c328c867a8ba2eb471
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
The API generation script in mesa3d requires libxml2 to be built with
debug, because it uses the lsCountNode function which is only available
in debug mode.
Note that this is the second "temporary" hack to make mesa3d work.
See http://lists.busybox.net/pipermail/buildroot/2012-November/061936.html
for possible more fundamental solutions.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/libxml2/libxml2.mk | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
index fde3735..0c84652 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -26,7 +26,12 @@ LIBXML2_POST_INSTALL_STAGING_HOOKS += LIBXML2_STAGING_LIBXML2_CONFIG_FIXUP
HOST_LIBXML2_DEPENDENCIES = host-pkgconf
+# mesa3d uses functions that are only available with debug
+ifeq ($(BR2_PACKAGE_MESA3D),y)
+HOST_LIBXML2_CONF_OPT = --with-debug
+else
HOST_LIBXML2_CONF_OPT = --without-debug
+endif
ifeq ($(BR2_PACKAGE_HOST_LIBXML2_PYTHON),y)
HOST_LIBXML2_DEPENDENCIES += host-python
^ permalink raw reply related
* [Buildroot] Installation of b43 firmwares
From: Peter Korsgaard @ 2012-12-16 0:14 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354834200-31532-1-git-send-email-thomas.petazzoni@free-electrons.com>
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Hello,
Thomas> Here is a set of two patches that allow to easily install the b43
Thomas> firmware needed to operate a number of Broadcom Wifi devices.
Committed both, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] b43-firmware: new package
From: Peter Korsgaard @ 2012-12-16 0:13 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=cb8efd3b4d94c83aefed6533e20b24961e9d054f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
This package allows to download the Broadcom Wifi drivers, extract the
firmware from them, and install them in /lib/firmware, so that they
can be used by the open-source kernel driver b43.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/Config.in | 1 +
package/b43-firmware/Config.in | 25 +++++++++++++++++++++++++
package/b43-firmware/b43-firmware.mk | 29 +++++++++++++++++++++++++++++
3 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/package/Config.in b/package/Config.in
index 7607e97..c605e6f 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -198,6 +198,7 @@ endmenu
menu "Hardware handling"
source "package/acpid/Config.in"
+source "package/b43-firmware/Config.in"
source "package/cdrkit/Config.in"
source "package/dbus/Config.in"
source "package/dbus-glib/Config.in"
diff --git a/package/b43-firmware/Config.in b/package/b43-firmware/Config.in
new file mode 100644
index 0000000..ab7f4a7
--- /dev/null
+++ b/package/b43-firmware/Config.in
@@ -0,0 +1,25 @@
+config BR2_PACKAGE_B43_FIRMWARE
+ bool "b43-firware"
+ help
+ Firmware for the Broadcom Wifi devices supported by the b43
+ kernel driver.
+
+if BR2_PACKAGE_B43_FIRMWARE
+
+choice
+ prompt "Kernel version"
+ default BR2_PACKAGE_B43_FIRMWARE_KERNEL_AFTER_3_2
+ help
+ Select the kernel version you're using. The b43 driver in
+ kernel >= 3.2 need a different firmware than the b43 drivers
+ from kernel < 3.2.
+
+ config BR2_PACKAGE_B43_FIRMWARE_KERNEL_AFTER_3_2
+ bool ">= 3.2"
+
+ config BR2_PACKAGE_B43_FIRMWARE_KERNEL_BEFORE_3_2
+ bool "< 3.2"
+
+endchoice
+
+endif
diff --git a/package/b43-firmware/b43-firmware.mk b/package/b43-firmware/b43-firmware.mk
new file mode 100644
index 0000000..a4383e4
--- /dev/null
+++ b/package/b43-firmware/b43-firmware.mk
@@ -0,0 +1,29 @@
+#############################################################
+#
+# b43-firmware
+#
+#############################################################
+
+ifeq ($(BR2_PACKAGE_B43_FIRMWARE_KERNEL_AFTER_3_2),y)
+B43_FIRMWARE_VERSION = 5.100.138
+B43_FIRMWARE_SITE = http://www.lwfinger.com/b43-firmware/
+B43_FIRMWARE_SOURCE = broadcom-wl-$(B43_FIRMWARE_VERSION).tar.bz2
+B43_FIRMWARE_DRIVER_FILE = linux/wl_apsta.o
+else ifeq ($(BR2_PACKAGE_B43_FIRMWARE_KERNEL_BEFORE_3_2),y)
+B43_FIRMWARE_VERSION = 5.10.56.27.3
+B43_FIRMWARE_SITE = http://mirror2.openwrt.org/sources/
+B43_FIRMWARE_SOURCE = broadcom-wl-$(B43_FIRMWARE_VERSION)_mipsel.tar.bz2
+B43_FIRMWARE_DRIVER_FILE = driver/wl_apsta/wl_prebuilt.o
+endif
+
+B43_FIRMWARE_LICENSE = PROPRIETARY
+B43_FIRMWARE_REDISTRIBUTE = NO
+
+B43_FIRMWARE_DEPENDENCIES = host-b43-fwcutter
+
+define B43_FIRMWARE_INSTALL_TARGET_CMDS
+ $(INSTALL) -d -m 0755 $(TARGET_DIR)/lib/firmware/
+ $(HOST_DIR)/usr/bin/b43-fwcutter -w $(TARGET_DIR)/lib/firmware/ $(@D)/$(B43_FIRMWARE_DRIVER_FILE)
+endef
+
+$(eval $(generic-package))
^ permalink raw reply related
* [Buildroot] [git commit] b43-fwcutter: new package
From: Peter Korsgaard @ 2012-12-16 0:11 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=a63d01f1564397deb97ee679ab97e0bc60d41541
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
b43-fwcutter is an open-source tool (BSD-2c) that extracts the
firmwares from the Broadcom proprietary drivers. Those firmwares can
then be used by the open-source b43 and b43-legacy drivers of the
Linux kernel.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/b43-fwcutter/b43-fwcutter.mk | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/package/b43-fwcutter/b43-fwcutter.mk b/package/b43-fwcutter/b43-fwcutter.mk
new file mode 100644
index 0000000..b48eb45
--- /dev/null
+++ b/package/b43-fwcutter/b43-fwcutter.mk
@@ -0,0 +1,21 @@
+#############################################################
+#
+# b43-fwcutter
+#
+#############################################################
+
+B43_FWCUTTER_VERSION = 015
+B43_FWCUTTER_SITE = http://bues.ch/b43/fwcutter/
+B43_FWCUTTER_SOURCE = b43-fwcutter-$(B43_FWCUTTER_VERSION).tar.bz2
+B43_FWCUTTER_LICENSE = BSD-2c
+B43_FWCUTTER_LICENSE_FILES = COPYING
+
+define HOST_B43_FWCUTTER_BUILD_CMDS
+ $(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D)
+endef
+
+define HOST_B43_FWCUTTER_INSTALL_CMDS
+ $(INSTALL) -D -m 0755 $(@D)/b43-fwcutter $(HOST_DIR)/usr/bin/b43-fwcutter
+endef
+
+$(eval $(host-generic-package))
^ permalink raw reply related
* [Buildroot] [PATCH] sconeserver: fix imagemagick build failures
From: Peter Korsgaard @ 2012-12-16 0:11 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354806770-1673-1-git-send-email-spdawson@gmail.com>
>>>>> "spdawson" == spdawson <spdawson@gmail.com> writes:
spdawson> From: Simon Dawson <spdawson@gmail.com>
spdawson> The sconeserver configure script uses Magick++-config to
spdawson> obtain compiler and linker arguments for the imagemagick
spdawson> libraries. This doesn't work in Buildroot, and causes build
spdawson> failures such as the following
spdawson> http://autobuild.buildroot.net/results/7833edd60bbb2c291aea1efb5ccf407da7f4a51f/build-end.log
spdawson> The upstream sconeserver code has been changed to use
spdawson> pkg-config directly, instead of Magick++-config; this patch
spdawson> adapts the sconeserver package to the upstream change.
spdawson> Both this patch and the associated upstream change are based
spdawson> on a Buildroot patch submitted by Samuel Martin:
spdawson> http://patchwork.ozlabs.org/patch/200901/
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] sconeserver: fix imagemagick build failures
From: Peter Korsgaard @ 2012-12-16 0:10 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=6b8bbd323b01281a9eee7c58ca0a9ac9230f545e
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
The sconeserver configure script uses Magick++-config to obtain compiler and
linker arguments for the imagemagick libraries. This doesn't work in
Buildroot, and causes build failures such as the following
http://autobuild.buildroot.net/results/7833edd60bbb2c291aea1efb5ccf407da7f4a51f/build-end.log
The upstream sconeserver code has been changed to use pkg-config directly,
instead of Magick++-config; this patch adapts the sconeserver package to
the upstream change.
Both this patch and the associated upstream change are based on a Buildroot
patch submitted by Samuel Martin: http://patchwork.ozlabs.org/patch/200901/
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/sconeserver/sconeserver.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/sconeserver/sconeserver.mk b/package/sconeserver/sconeserver.mk
index 15a1edc..ab3d1fc 100644
--- a/package/sconeserver/sconeserver.mk
+++ b/package/sconeserver/sconeserver.mk
@@ -5,7 +5,7 @@
#############################################################
# Release 0.6.0 doesn't build cleanly, so use a recent
# Subversion trunk snapshot.
-SCONESERVER_VERSION = 180
+SCONESERVER_VERSION = 183
SCONESERVER_SITE = \
https://sconeserver.svn.sourceforge.net/svnroot/sconeserver/trunk
SCONESERVER_SITE_METHOD = svn
@@ -51,7 +51,7 @@ else
endif
ifeq ($(BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE),y)
- SCONESERVER_DEPENDENCIES += imagemagick
+ SCONESERVER_DEPENDENCIES += imagemagick host-pkgconf
SCONESERVER_CONF_OPT += --with-sconesite-image
else
SCONESERVER_CONF_OPT += --without-sconesite-image
^ permalink raw reply related
* [Buildroot] [PATCH] perl: refactor configure step,
From: Peter Korsgaard @ 2012-12-16 0:09 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354865887-6720-1-git-send-email-francois.perrad@gadz.org>
>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:
Francois> after discussion with Perl-Cross's author (Alex Suykov)
Francois> Note: Using -A with variables that aren't option lists makes
Francois> little sense.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] perl: refactor configure step
From: Peter Korsgaard @ 2012-12-16 0:09 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=efddfcbe6dc531145fe3f4d7a39818e8e27d77b9
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
After discussion with Perl-Cross's author (Alex Suykov)
Note: Using -A with variables that aren't option lists makes little sense.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/perl/perl.mk | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index a86ee2a..da54ef1 100644
--- a/package/perl/perl.mk
+++ b/package/perl/perl.mk
@@ -57,12 +57,12 @@ PERL_CONF_OPT = \
-Dld="$(TARGET_CC_NOCCACHE)" \
-Dccflags="$(TARGET_CFLAGS)" \
-Dldflags="$(TARGET_LDFLAGS) -lm" \
- -A define:mydomain="" \
- -A define:myhostname="$(BR2_TARGET_GENERIC_HOSTNAME)" \
- -A define:myuname="Buildroot $(BR2_VERSION_FULL)" \
- -A define:osname=linux \
- -A define:osvers=$(LINUX_VERSION) \
- -A define:perladmin=root
+ -Dmydomain="" \
+ -Dmyhostname="$(BR2_TARGET_GENERIC_HOSTNAME)" \
+ -Dmyuname="Buildroot $(BR2_VERSION_FULL)" \
+ -Dosname=linux \
+ -Dosvers=$(LINUX_VERSION) \
+ -Dperladmin=root
ifeq ($(shell expr $(PERL_VERSION_MAJOR) % 2), 1)
PERL_CONF_OPT += -Dusedevel
^ permalink raw reply related
* [Buildroot] Results of an all-package build
From: Peter Korsgaard @ 2012-12-16 0:07 UTC (permalink / raw)
To: buildroot
In-Reply-To: <50C9901D.2020704@mind.be>
>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:
Hi,
Arnout> As part of the test of the disable-doc patch I just sent, I
Arnout> built something approaching an allyespackageconfig for x86_64
Arnout> with a Sourcery-2012.09 toolchain. Interesting to look at the
Arnout> results.
Arnout> - The following fail to build:
Arnout> * classpath
Arnout> * diffutils
Arnout> * gpsd
Arnout> * ipsec-tools
Arnout> * linux-pam
Arnout> * ltp-testsuite
Arnout> * matchbox-desktop
Arnout> * metacity
Arnout> * webkit
Arnout> * neard
Arnout> * netatalk
Arnout> * network-manager
Arnout> * pcmanfm
Arnout> * pv
Arnout> * sconeserver-http-sconesite-image
Arnout> * xdriver_xf86-video-geode
Arnout> * xdriver_xf86-input-synaptics
Arnout> * valgrind (because glibc 2.16 is not supported, needs valgrind bump)
Arnout> * xstroke
Arnout> * grub
Arnout> * uboot (wrong ARCH parameter)
Arnout> midori and jamvm are not built because they depend on the above.
Interesting, and better than I feared ;) Do you have the build errors
archived somewhere? I would like to see atleast the classpath issue.
Arnout> There are a few more that fail to build in my environment if the
Arnout> libxml2/mesa3d and linux-fusion patches are not applied. Also xenomai
Arnout> must be extracted manually before the build, otherwise linux fails to
Arnout> build.
Arnout> - About 920 packages (host+target) are built, from 843 source
Arnout> tarballs.
Arnout> - legal-info succeeds without problems, except that sylpheed's
Arnout> license file is not correctly defined.
Ok, could you provide a bit more info or send patches, please?
Arnout> -rw-r--r-- 1 arnout arnout 374M Dec 13 05:47 bzImage
Arnout> -rwxr-xr-x 1 arnout arnout 24K Dec 13 05:31 isolinux.bin*
Arnout> -rwxr-xr-x 1 arnout arnout 27K Dec 13 05:31 pxelinux.bin*
Arnout> -rw-r--r-- 1 arnout arnout 378M Dec 13 05:38 rootfs.cloop
Arnout> -rw-r--r-- 1 arnout arnout 903M Dec 13 05:40 rootfs.cpio
Arnout> -rw-r--r-- 1 arnout arnout 1.1G Dec 13 05:42 rootfs.ext2
Arnout> -rw-r--r-- 1 arnout arnout 473M Dec 13 05:51 rootfs.jffs2
Arnout> -rw-r--r-- 1 arnout arnout 899M Dec 13 05:54 rootfs.romfs
Arnout> -rw-r--r-- 1 arnout arnout 369M Dec 13 05:56 rootfs.squashfs
Arnout> -rw-r--r-- 1 arnout arnout 922M Dec 13 05:59 rootfs.tar
Arnout> -rw-r--r-- 1 arnout arnout 251M Dec 13 06:12 rootfs.tar.lzma
Arnout> -rw-r--r-- 1 arnout arnout 516M Dec 13 06:15 rootfs.ubi
Arnout> -rw-r--r-- 1 arnout arnout 508M Dec 13 06:15 rootfs.ubifs
Arnout> - The output directory (including all these images) is 31GB: 21GB
Arnout> for build, 6.5GB for images, 2.9GB for host of which 2GB for staging.
Arnout> The sources (excluding toolchain) are 1.6GB.
Arnout> - Time for a clean build (without ccache and JLEVEL=3) on my laptop
Arnout> is 6 hours. A yocto build takes roughly the same time on my laptop,
Arnout> but has less than half as many packages.
Heh. Nice, it seems doable to do this on a relatively regular schedule.
Thanks!
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] sylpheed: fix license files typo
From: Peter Korsgaard @ 2012-12-16 0:05 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=6cd4b20e4a7a04d8ebde872175cb6d6b583e9f42
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
As pointed out by Arnout.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/sylpheed/sylpheed.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/sylpheed/sylpheed.mk b/package/sylpheed/sylpheed.mk
index f26e5fc..12fc18b 100644
--- a/package/sylpheed/sylpheed.mk
+++ b/package/sylpheed/sylpheed.mk
@@ -9,7 +9,7 @@ SYLPHEED_VERSION = $(SYLPHEED_VERSION_MAJOR).$(SYLPHEED_VERSION_MINOR)
SYLPHEED_SOURCE = sylpheed-$(SYLPHEED_VERSION).tar.bz2
SYLPHEED_SITE = http://sylpheed.sraoss.jp/sylpheed/v$(SYLPHEED_VERSION_MAJOR)
SYLPHEED_LICENSE = GPLv2+ (executables), LGPLv2.1+ (library, attachment plugin)
-SYLPHEED_LICENSE_FILES = COPIYNG COPYING.LIB
+SYLPHEED_LICENSE_FILES = COPYING COPYING.LIB
SYLPHEED_CONF_OPT = --disable-gtkspell
^ permalink raw reply related
* [Buildroot] [PATCH] system: add option to configure TERM variable
From: Peter Korsgaard @ 2012-12-16 0:02 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1355394491-23029-1-git-send-email-rbraun@sceen.net>
>>>>> "Richard" == Richard Braun <rbraun@sceen.net> writes:
Richard> This option is useful for cases where the terminal isn't a bare serial
Richard> vt100, but e.g. a linux tty with more features.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] system: add option to configure TERM variable
From: Peter Korsgaard @ 2012-12-16 0:01 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=a0df7e1f0bc9247069c0598405e519dd7e190ce3
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
This option is useful for cases where the terminal isn't a bare serial
vt100, but e.g. a linux tty with more features.
Signed-off-by: Richard Braun <rbraun@sceen.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
system/Config.in | 6 ++++++
system/system.mk | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/system/Config.in b/system/Config.in
index 622b242..a557ea0 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -154,6 +154,12 @@ config BR2_TARGET_GENERIC_GETTY_BAUDRATE
default "57600" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600
default "115200" if BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200
+config BR2_TARGET_GENERIC_GETTY_TERM
+ string "Value to assign the TERM environment variable"
+ default "vt100"
+ help
+ Specify a TERM type.
+
config BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW
bool "remount root filesystem read-write during boot"
default y
diff --git a/system/system.mk b/system/system.mk
index 4185202..353d0ba 100644
--- a/system/system.mk
+++ b/system/system.mk
@@ -2,6 +2,7 @@ TARGET_GENERIC_HOSTNAME:=$(call qstrip,$(BR2_TARGET_GENERIC_HOSTNAME))
TARGET_GENERIC_ISSUE:=$(call qstrip,$(BR2_TARGET_GENERIC_ISSUE))
TARGET_GENERIC_GETTY:=$(call qstrip,$(BR2_TARGET_GENERIC_GETTY_PORT))
TARGET_GENERIC_GETTY_BAUDRATE:=$(call qstrip,$(BR2_TARGET_GENERIC_GETTY_BAUDRATE))
+TARGET_GENERIC_GETTY_TERM:=$(call qstrip,$(BR2_TARGET_GENERIC_GETTY_TERM))
target-generic-hostname:
mkdir -p $(TARGET_DIR)/etc
@@ -14,13 +15,13 @@ target-generic-issue:
echo "$(TARGET_GENERIC_ISSUE)" > $(TARGET_DIR)/etc/issue
target-generic-getty-busybox:
- $(SED) '/# GENERIC_SERIAL$$/s~^.*#~$(TARGET_GENERIC_GETTY)::respawn:/sbin/getty -L $(TARGET_GENERIC_GETTY) $(TARGET_GENERIC_GETTY_BAUDRATE) vt100 #~' \
+ $(SED) '/# GENERIC_SERIAL$$/s~^.*#~$(TARGET_GENERIC_GETTY)::respawn:/sbin/getty -L $(TARGET_GENERIC_GETTY) $(TARGET_GENERIC_GETTY_BAUDRATE) $(TARGET_GENERIC_GETTY_TERM) #~' \
$(TARGET_DIR)/etc/inittab
# In sysvinit inittab, the "id" must not be longer than 4 bytes, so we
# skip the "tty" part and keep only the remaining.
target-generic-getty-sysvinit:
- $(SED) '/# GENERIC_SERIAL$$/s~^.*#~$(shell echo $(TARGET_GENERIC_GETTY) | tail -c+4)::respawn:/sbin/getty -L $(TARGET_GENERIC_GETTY) $(TARGET_GENERIC_GETTY_BAUDRATE) vt100 #~' \
+ $(SED) '/# GENERIC_SERIAL$$/s~^.*#~$(shell echo $(TARGET_GENERIC_GETTY) | tail -c+4)::respawn:/sbin/getty -L $(TARGET_GENERIC_GETTY) $(TARGET_GENERIC_GETTY_BAUDRATE) $(TARGET_GENERIC_GETTY_TERM) #~' \
$(TARGET_DIR)/etc/inittab
# Find commented line, if any, and remove leading '#'s
^ permalink raw reply related
* [Buildroot] [git commit] transmission: needs threads support in toolchain
From: Peter Korsgaard @ 2012-12-15 23:53 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=4fe78ce36cf2d53ee7b7e9b719e0d56937c58941
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Fixes http://autobuild.buildroot.net/results/b1010dcecc98d83f5d3d10d13b7b76b87a58d87c
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/transmission/Config.in | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/transmission/Config.in b/package/transmission/Config.in
index e7e9f66..9284075 100644
--- a/package/transmission/Config.in
+++ b/package/transmission/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_TRANSMISSION
bool "transmission"
depends on BR2_INET_IPV6
+ depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_LIBCURL
@@ -44,5 +45,5 @@ comment "transmission-gtk requires a toolchain with locale support"
depends on BR2_PACKAGE_LIBGTK2 && !BR2_ENABLE_LOCALE
endif
-comment "Transmission requires a toolchain with IPv6 support"
- depends on !BR2_INET_IPV6
+comment "Transmission requires a toolchain with IPv6 and threads support"
+ depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
^ permalink raw reply related
* [Buildroot] [git commit] flashbench: unbreak build on microblaze
From: Peter Korsgaard @ 2012-12-15 23:49 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=d30e5e4fa462815fddefe40fb8f4cc611c71fd25
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Fixes http://autobuild.buildroot.net/results/498287519fbb588ed4ee9624ff82002a4766a5f4
The old 4.1.2 binary microblaze toolchain only provides LLONG_MAX when
used with the gnu99 dialect.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/flashbench/flashbench.mk | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/package/flashbench/flashbench.mk b/package/flashbench/flashbench.mk
index ead1346..faf8ae6 100644
--- a/package/flashbench/flashbench.mk
+++ b/package/flashbench/flashbench.mk
@@ -9,8 +9,16 @@ FLASHBENCH_SITE = git://git.linaro.org/people/arnd/flashbench.git
FLASHBENCH_LICENSE = GPLv2
FLASHBENCH_LICENSE_FILES = COPYING
+FLASHBENCH_CFLAGS = $(TARGET_CFLAGS)
+
+ifeq ($(BR2_microblaze),y)
+# microblaze toolchain only provides LLONG_MAX when used with gnu99 dialect
+FLASHBENCH_CFLAGS += -std=gnu99
+endif
+
define FLASHBENCH_BUILD_CMDS
$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(FLASHBENCH_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS) -lrt"
endef
^ permalink raw reply related
* [Buildroot] [git commit] kmod: bump version
From: Peter Korsgaard @ 2012-12-15 21:19 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=c27d252f3544dac60225973316b8908cc21fc023
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/kmod/kmod.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk
index 2833629..2c03435 100644
--- a/package/kmod/kmod.mk
+++ b/package/kmod/kmod.mk
@@ -1,4 +1,4 @@
-KMOD_VERSION = 11
+KMOD_VERSION = 12
KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz
KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod/
KMOD_INSTALL_STAGING = YES
^ permalink raw reply related
* [Buildroot] Misc fixes for build issues
From: Peter Korsgaard @ 2012-12-15 20:18 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1355592582-31374-1-git-send-email-thomas.petazzoni@free-electrons.com>
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Hello,
Thomas> Here is a set of fixes for various build issues raised by the
Thomas> autobuilders:
Thomas> * The long-standing "random" host-python build failures
Thomas> * The util-linux build failure on AArch64
Thomas> * The long-standing webkit build failure
Committed series, thanks!
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] webkit: fix build with bison 2.6
From: Peter Korsgaard @ 2012-12-15 20:17 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=d11bb6da1c909d4961d6337479ca7fc0cd15ca64
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
WebKit 1.2.7 does not build with Bison 2.6, but Bison 2.6 is our
host-bison, so if the build machine has bison 2.6, or if by chance it
gets built before webkit, then the build fails with errors such as:
http://autobuild.buildroot.org/results/0b7cfbebd4388cabfa243b5ef74e3b6316fd9fd9/build-end.log
(the real error is not visible due to the overwhelming number of
warnings).
So, we add a patch that modifies WebKit to make it compatible with
Bison 2.6 (patch taken from upstream), and we also add 'host-bison' to
the WebKit dependencies, so that we are sure that a well-known version
of bison is used.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/webkit/webkit-bison-2-6-compat.patch | 672 ++++++++++++++++++++++++++
package/webkit/webkit.mk | 4 +-
2 files changed, 674 insertions(+), 2 deletions(-)
diff --git a/package/webkit/webkit-bison-2-6-compat.patch b/package/webkit/webkit-bison-2-6-compat.patch
new file mode 100644
index 0000000..7a94164
--- /dev/null
+++ b/package/webkit/webkit-bison-2-6-compat.patch
@@ -0,0 +1,672 @@
+Bison 2.6 compatibility fix
+
+Taken from upstream at http://trac.webkit.org/changeset/124099, with
+minor adaptations.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+
+Index: webkit-1.2.7/WebCore/ChangeLog
+===================================================================
+--- webkit-1.2.7.orig/WebCore/ChangeLog 2010-12-28 13:27:37.000000000 +0100
++++ webkit-1.2.7/WebCore/ChangeLog 2012-12-15 15:48:40.000000000 +0100
+@@ -1,3 +1,28 @@
++2012-07-30 Alexis Menard <alexis.menard@openbossa.org>
++
++ Build fix with newer bison 2.6.
++ https://bugs.webkit.org/show_bug.cgi?id=92264
++
++ Reviewed by Adam Barth.
++
++ As stated in http://www.gnu.org/software/bison/manual/html_node/Table-of-Symbols.html
++ YYLEX_PARAM and YYPARSE_PARAM are depecreated since version 1.875. So far all Mac OS
++ version I had access to as well as recent Linux runs at least version 2.3 so it's safe
++ to use the replacement of these deprecated macros in favor of %lex-param and %parse-param.
++ As announced http://lists.gnu.org/archive/html/info-gnu/2012-07/msg00011.html with the release
++ of version 2.6 YYLEX_PARAM and YYPARSE_PARAM are not supported anymore.
++
++ No new tests : build fix and the patch should not trigger any regressions
++
++ * css/CSSGrammar.y:
++ * css/CSSParser.cpp:
++ * xml/XPathGrammar.y: Refactored a bit to not use an intermediate PARSER define.
++ * xml/XPathParser.cpp: bison 2.6 declare xpathyyparse in the .h file now, i.e. XPathGrammar.h
++ therefore including this file within the namespace {} declarations leads to xpathyyparse being
++ defined part of WebCore::XPath namespaces but the actual implementation of xpathyyparse is in XPathGrammar.cpp
++ (generated) and not implemented within the WebCore::XPath so it lead to linking issues. Last, XPathGrammar.h needs
++ to be included after the other includes as it uses some XPath types. It breaks the style but CSSParser.cpp is doing the same.
++
+ 2010-06-21 Philippe Normand <pnormand@igalia.com>
+
+ Reviewed by Xan Lopez.
+Index: webkit-1.2.7/WebCore/css/CSSParser.cpp
+===================================================================
+--- webkit-1.2.7.orig/WebCore/css/CSSParser.cpp 2010-12-28 13:24:33.000000000 +0100
++++ webkit-1.2.7/WebCore/css/CSSParser.cpp 2012-12-15 17:29:57.000000000 +0100
+@@ -81,7 +81,7 @@
+ extern int cssyydebug;
+ #endif
+
+-extern int cssyyparse(void* parser);
++extern int cssyyparse(WebCore::CSSParser*);
+
+ using namespace std;
+ using namespace WTF;
+@@ -226,7 +226,7 @@
+ m_defaultNamespace = starAtom; // Reset the default namespace.
+
+ setupParser("", string, "");
+- cssyyparse(this);
++ ::cssyyparse(this);
+ m_rule = 0;
+ }
+
+@@ -235,7 +235,7 @@
+ m_styleSheet = sheet;
+ m_allowNamespaceDeclarations = false;
+ setupParser("@-webkit-rule{", string, "} ");
+- cssyyparse(this);
++ ::cssyyparse(this);
+ return m_rule.release();
+ }
+
+@@ -243,7 +243,7 @@
+ {
+ m_styleSheet = sheet;
+ setupParser("@-webkit-keyframe-rule{ ", string, "} ");
+- cssyyparse(this);
++ ::cssyyparse(this);
+ return m_keyframe.release();
+ }
+
+@@ -257,7 +257,7 @@
+ m_id = id;
+ m_important = important;
+
+- cssyyparse(this);
++ ::cssyyparse(this);
+
+ m_rule = 0;
+
+@@ -304,7 +304,7 @@
+ m_styleSheet = static_cast<CSSStyleSheet*>(declaration->stylesheet());
+
+ setupParser("@-webkit-decls{color:", string, "} ");
+- cssyyparse(this);
++ ::cssyyparse(this);
+ m_rule = 0;
+
+ return (m_numParsedProperties && m_parsedProperties[0]->m_id == CSSPropertyColor);
+@@ -319,7 +319,7 @@
+
+ setupParser("@-webkit-selector{", string, "}");
+
+- cssyyparse(this);
++ ::cssyyparse(this);
+
+ m_selectorListForParseSelector = 0;
+ }
+@@ -330,7 +330,7 @@
+ m_styleSheet = static_cast<CSSStyleSheet*>(declaration->stylesheet());
+
+ setupParser("@-webkit-decls{", string, "} ");
+- cssyyparse(this);
++ ::cssyyparse(this);
+ m_rule = 0;
+
+ bool ok = false;
+@@ -354,7 +354,7 @@
+ // can't use { because tokenizer state switches from mediaquery to initial state when it sees { token.
+ // instead insert one " " (which is WHITESPACE in CSSGrammar.y)
+ setupParser("@-webkit-mediaquery ", string, "} ");
+- cssyyparse(this);
++ ::cssyyparse(this);
+
+ bool ok = false;
+ if (m_mediaQuery) {
+@@ -5191,7 +5191,7 @@
+ nameValuePair += variableValue;
+
+ setupParser("@-webkit-variables-decls{", nameValuePair, "} ");
+- cssyyparse(this);
++ ::cssyyparse(this);
+ m_rule = 0;
+
+ bool ok = false;
+Index: webkit-1.2.7/WebCore/css/CSSGrammar.y
+===================================================================
+--- webkit-1.2.7.orig/WebCore/css/CSSGrammar.y 2010-09-10 15:20:33.000000000 +0200
++++ webkit-1.2.7/WebCore/css/CSSGrammar.y 2012-12-15 15:48:40.000000000 +0100
+@@ -51,14 +51,13 @@
+ #define YYMAXDEPTH 10000
+ #define YYDEBUG 0
+
+-// FIXME: Replace with %parse-param { CSSParser* parser } once we can depend on bison 2.x
+-#define YYPARSE_PARAM parser
+-#define YYLEX_PARAM parser
+-
+ %}
+
+ %pure_parser
+
++%parse-param { CSSParser* parser }
++%lex-param { CSSParser* parser }
++
+ %union {
+ bool boolean;
+ char character;
+@@ -85,7 +84,7 @@
+
+ %{
+
+-static inline int cssyyerror(const char*)
++static inline int cssyyerror(void*, const char*)
+ {
+ return 1;
+ }
+Index: webkit-1.2.7/WebCore/xml/XPathParser.cpp
+===================================================================
+--- webkit-1.2.7.orig/WebCore/xml/XPathParser.cpp 2010-09-10 15:20:33.000000000 +0200
++++ webkit-1.2.7/WebCore/xml/XPathParser.cpp 2012-12-15 15:56:37.000000000 +0100
+@@ -35,20 +35,18 @@
+ #include "XPathEvaluator.h"
+ #include "XPathException.h"
+ #include "XPathNSResolver.h"
++#include "XPathPath.h"
+ #include "XPathStep.h"
+ #include <wtf/StdLibExtras.h>
+
+-int xpathyyparse(void*);
+-
++using namespace WebCore;
+ using namespace WTF;
+ using namespace Unicode;
+
+-namespace WebCore {
+-namespace XPath {
+-
+-class LocationPath;
++using namespace XPath;
+
+-#include "XPathGrammar.h"
++extern int xpathyyparse(WebCore::XPath::Parser*);
++#include "XPathGrammar.h"
+
+ Parser* Parser::currentParser = 0;
+
+@@ -630,7 +628,5 @@
+ delete t;
+ }
+
+-}
+-}
+
+ #endif // ENABLE(XPATH)
+Index: webkit-1.2.7/WebCore/xml/XPathGrammar.y
+===================================================================
+--- webkit-1.2.7.orig/WebCore/xml/XPathGrammar.y 2010-02-05 17:26:58.000000000 +0100
++++ webkit-1.2.7/WebCore/xml/XPathGrammar.y 2012-12-15 15:48:40.000000000 +0100
+@@ -36,6 +36,7 @@
+ #include "XPathParser.h"
+ #include "XPathPath.h"
+ #include "XPathPredicate.h"
++#include "XPathStep.h"
+ #include "XPathVariableReference.h"
+ #include <wtf/FastMalloc.h>
+
+@@ -46,8 +47,6 @@
+ #define YYLTYPE_IS_TRIVIAL 1
+ #define YYDEBUG 0
+ #define YYMAXDEPTH 10000
+-#define YYPARSE_PARAM parserParameter
+-#define PARSER static_cast<Parser*>(parserParameter)
+
+ using namespace WebCore;
+ using namespace XPath;
+@@ -55,6 +54,7 @@
+ %}
+
+ %pure_parser
++%parse-param { WebCore::XPath::Parser* parser }
+
+ %union
+ {
+@@ -73,7 +73,7 @@
+ %{
+
+ static int xpathyylex(YYSTYPE* yylval) { return Parser::current()->lex(yylval); }
+-static void xpathyyerror(const char*) { }
++static void xpathyyerror(void*, const char*) { }
+
+ %}
+
+@@ -120,7 +120,7 @@
+ Expr:
+ OrExpr
+ {
+- PARSER->m_topExpr = $1;
++ parser->m_topExpr = $1;
+ }
+ ;
+
+@@ -140,7 +140,7 @@
+ '/'
+ {
+ $$ = new LocationPath;
+- PARSER->registerParseNode($$);
++ parser->registerParseNode($$);
+ }
+ |
+ '/' RelativeLocationPath
+@@ -152,7 +152,7 @@
+ {
+ $$ = $2;
+ $$->insertFirstStep($1);
+- PARSER->unregisterParseNode($1);
++ parser->unregisterParseNode($1);
+ }
+ ;
+
+@@ -161,22 +161,22 @@
+ {
+ $$ = new LocationPath;
+ $$->appendStep($1);
+- PARSER->unregisterParseNode($1);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->registerParseNode($$);
+ }
+ |
+ RelativeLocationPath '/' Step
+ {
+ $$->appendStep($3);
+- PARSER->unregisterParseNode($3);
++ parser->unregisterParseNode($3);
+ }
+ |
+ RelativeLocationPath DescendantOrSelf Step
+ {
+ $$->appendStep($2);
+ $$->appendStep($3);
+- PARSER->unregisterParseNode($2);
+- PARSER->unregisterParseNode($3);
++ parser->unregisterParseNode($2);
++ parser->unregisterParseNode($3);
+ }
+ ;
+
+@@ -185,58 +185,58 @@
+ {
+ if ($2) {
+ $$ = new Step(Step::ChildAxis, *$1, *$2);
+- PARSER->deletePredicateVector($2);
++ parser->deletePredicateVector($2);
+ } else
+ $$ = new Step(Step::ChildAxis, *$1);
+- PARSER->deleteNodeTest($1);
+- PARSER->registerParseNode($$);
++ parser->deleteNodeTest($1);
++ parser->registerParseNode($$);
+ }
+ |
+ NAMETEST OptionalPredicateList
+ {
+ String localName;
+ String namespaceURI;
+- if (!PARSER->expandQName(*$1, localName, namespaceURI)) {
+- PARSER->m_gotNamespaceError = true;
++ if (!parser->expandQName(*$1, localName, namespaceURI)) {
++ parser->m_gotNamespaceError = true;
+ YYABORT;
+ }
+
+ if ($2) {
+ $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$2);
+- PARSER->deletePredicateVector($2);
++ parser->deletePredicateVector($2);
+ } else
+ $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
+- PARSER->deleteString($1);
+- PARSER->registerParseNode($$);
++ parser->deleteString($1);
++ parser->registerParseNode($$);
+ }
+ |
+ AxisSpecifier NodeTest OptionalPredicateList
+ {
+ if ($3) {
+ $$ = new Step($1, *$2, *$3);
+- PARSER->deletePredicateVector($3);
++ parser->deletePredicateVector($3);
+ } else
+ $$ = new Step($1, *$2);
+- PARSER->deleteNodeTest($2);
+- PARSER->registerParseNode($$);
++ parser->deleteNodeTest($2);
++ parser->registerParseNode($$);
+ }
+ |
+ AxisSpecifier NAMETEST OptionalPredicateList
+ {
+ String localName;
+ String namespaceURI;
+- if (!PARSER->expandQName(*$2, localName, namespaceURI)) {
+- PARSER->m_gotNamespaceError = true;
++ if (!parser->expandQName(*$2, localName, namespaceURI)) {
++ parser->m_gotNamespaceError = true;
+ YYABORT;
+ }
+
+ if ($3) {
+ $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$3);
+- PARSER->deletePredicateVector($3);
++ parser->deletePredicateVector($3);
+ } else
+ $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
+- PARSER->deleteString($2);
+- PARSER->registerParseNode($$);
++ parser->deleteString($2);
++ parser->registerParseNode($$);
+ }
+ |
+ AbbreviatedStep
+@@ -261,23 +261,23 @@
+ else if (*$1 == "comment")
+ $$ = new Step::NodeTest(Step::NodeTest::CommentNodeTest);
+
+- PARSER->deleteString($1);
+- PARSER->registerNodeTest($$);
++ parser->deleteString($1);
++ parser->registerNodeTest($$);
+ }
+ |
+ PI '(' ')'
+ {
+ $$ = new Step::NodeTest(Step::NodeTest::ProcessingInstructionNodeTest);
+- PARSER->deleteString($1);
+- PARSER->registerNodeTest($$);
++ parser->deleteString($1);
++ parser->registerNodeTest($$);
+ }
+ |
+ PI '(' LITERAL ')'
+ {
+ $$ = new Step::NodeTest(Step::NodeTest::ProcessingInstructionNodeTest, $3->stripWhiteSpace());
+- PARSER->deleteString($1);
+- PARSER->deleteString($3);
+- PARSER->registerNodeTest($$);
++ parser->deleteString($1);
++ parser->deleteString($3);
++ parser->registerNodeTest($$);
+ }
+ ;
+
+@@ -295,14 +295,14 @@
+ {
+ $$ = new Vector<Predicate*>;
+ $$->append(new Predicate($1));
+- PARSER->unregisterParseNode($1);
+- PARSER->registerPredicateVector($$);
++ parser->unregisterParseNode($1);
++ parser->registerPredicateVector($$);
+ }
+ |
+ PredicateList Predicate
+ {
+ $$->append(new Predicate($2));
+- PARSER->unregisterParseNode($2);
++ parser->unregisterParseNode($2);
+ }
+ ;
+
+@@ -317,7 +317,7 @@
+ SLASHSLASH
+ {
+ $$ = new Step(Step::DescendantOrSelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
+- PARSER->registerParseNode($$);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -325,13 +325,13 @@
+ '.'
+ {
+ $$ = new Step(Step::SelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
+- PARSER->registerParseNode($$);
++ parser->registerParseNode($$);
+ }
+ |
+ DOTDOT
+ {
+ $$ = new Step(Step::ParentAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
+- PARSER->registerParseNode($$);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -339,8 +339,8 @@
+ VARIABLEREFERENCE
+ {
+ $$ = new VariableReference(*$1);
+- PARSER->deleteString($1);
+- PARSER->registerParseNode($$);
++ parser->deleteString($1);
++ parser->registerParseNode($$);
+ }
+ |
+ '(' Expr ')'
+@@ -351,15 +351,15 @@
+ LITERAL
+ {
+ $$ = new StringExpression(*$1);
+- PARSER->deleteString($1);
+- PARSER->registerParseNode($$);
++ parser->deleteString($1);
++ parser->registerParseNode($$);
+ }
+ |
+ NUMBER
+ {
+ $$ = new Number($1->toDouble());
+- PARSER->deleteString($1);
+- PARSER->registerParseNode($$);
++ parser->deleteString($1);
++ parser->registerParseNode($$);
+ }
+ |
+ FunctionCall
+@@ -371,8 +371,8 @@
+ $$ = createFunction(*$1);
+ if (!$$)
+ YYABORT;
+- PARSER->deleteString($1);
+- PARSER->registerParseNode($$);
++ parser->deleteString($1);
++ parser->registerParseNode($$);
+ }
+ |
+ FUNCTIONNAME '(' ArgumentList ')'
+@@ -380,9 +380,9 @@
+ $$ = createFunction(*$1, *$3);
+ if (!$$)
+ YYABORT;
+- PARSER->deleteString($1);
+- PARSER->deleteExpressionVector($3);
+- PARSER->registerParseNode($$);
++ parser->deleteString($1);
++ parser->deleteExpressionVector($3);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -391,14 +391,14 @@
+ {
+ $$ = new Vector<Expression*>;
+ $$->append($1);
+- PARSER->unregisterParseNode($1);
+- PARSER->registerExpressionVector($$);
++ parser->unregisterParseNode($1);
++ parser->registerExpressionVector($$);
+ }
+ |
+ ArgumentList ',' Argument
+ {
+ $$->append($3);
+- PARSER->unregisterParseNode($3);
++ parser->unregisterParseNode($3);
+ }
+ ;
+
+@@ -414,9 +414,9 @@
+ $$ = new Union;
+ $$->addSubExpression($1);
+ $$->addSubExpression($3);
+- PARSER->unregisterParseNode($1);
+- PARSER->unregisterParseNode($3);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->unregisterParseNode($3);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -432,9 +432,9 @@
+ {
+ $3->setAbsolute(true);
+ $$ = new Path(static_cast<Filter*>($1), $3);
+- PARSER->unregisterParseNode($1);
+- PARSER->unregisterParseNode($3);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->unregisterParseNode($3);
++ parser->registerParseNode($$);
+ }
+ |
+ FilterExpr DescendantOrSelf RelativeLocationPath
+@@ -442,10 +442,10 @@
+ $3->insertFirstStep($2);
+ $3->setAbsolute(true);
+ $$ = new Path(static_cast<Filter*>($1), $3);
+- PARSER->unregisterParseNode($1);
+- PARSER->unregisterParseNode($2);
+- PARSER->unregisterParseNode($3);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->unregisterParseNode($2);
++ parser->unregisterParseNode($3);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -455,9 +455,9 @@
+ PrimaryExpr PredicateList
+ {
+ $$ = new Filter($1, *$2);
+- PARSER->unregisterParseNode($1);
+- PARSER->deletePredicateVector($2);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->deletePredicateVector($2);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -467,9 +467,9 @@
+ OrExpr OR AndExpr
+ {
+ $$ = new LogicalOp(LogicalOp::OP_Or, $1, $3);
+- PARSER->unregisterParseNode($1);
+- PARSER->unregisterParseNode($3);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->unregisterParseNode($3);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -479,9 +479,9 @@
+ AndExpr AND EqualityExpr
+ {
+ $$ = new LogicalOp(LogicalOp::OP_And, $1, $3);
+- PARSER->unregisterParseNode($1);
+- PARSER->unregisterParseNode($3);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->unregisterParseNode($3);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -491,9 +491,9 @@
+ EqualityExpr EQOP RelationalExpr
+ {
+ $$ = new EqTestOp($2, $1, $3);
+- PARSER->unregisterParseNode($1);
+- PARSER->unregisterParseNode($3);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->unregisterParseNode($3);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -503,9 +503,9 @@
+ RelationalExpr RELOP AdditiveExpr
+ {
+ $$ = new EqTestOp($2, $1, $3);
+- PARSER->unregisterParseNode($1);
+- PARSER->unregisterParseNode($3);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->unregisterParseNode($3);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -515,17 +515,17 @@
+ AdditiveExpr PLUS MultiplicativeExpr
+ {
+ $$ = new NumericOp(NumericOp::OP_Add, $1, $3);
+- PARSER->unregisterParseNode($1);
+- PARSER->unregisterParseNode($3);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->unregisterParseNode($3);
++ parser->registerParseNode($$);
+ }
+ |
+ AdditiveExpr MINUS MultiplicativeExpr
+ {
+ $$ = new NumericOp(NumericOp::OP_Sub, $1, $3);
+- PARSER->unregisterParseNode($1);
+- PARSER->unregisterParseNode($3);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->unregisterParseNode($3);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -535,9 +535,9 @@
+ MultiplicativeExpr MULOP UnaryExpr
+ {
+ $$ = new NumericOp($2, $1, $3);
+- PARSER->unregisterParseNode($1);
+- PARSER->unregisterParseNode($3);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($1);
++ parser->unregisterParseNode($3);
++ parser->registerParseNode($$);
+ }
+ ;
+
+@@ -548,8 +548,8 @@
+ {
+ $$ = new Negative;
+ $$->addSubExpression($2);
+- PARSER->unregisterParseNode($2);
+- PARSER->registerParseNode($$);
++ parser->unregisterParseNode($2);
++ parser->registerParseNode($$);
+ }
+ ;
+
diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk
index 326be14..a9701e4 100644
--- a/package/webkit/webkit.mk
+++ b/package/webkit/webkit.mk
@@ -7,8 +7,8 @@
WEBKIT_VERSION = 1.2.7
WEBKIT_SITE = http://www.webkitgtk.org
WEBKIT_INSTALL_STAGING = YES
-WEBKIT_DEPENDENCIES = host-flex host-gperf icu libcurl libxml2 libxslt \
- libgtk2 sqlite enchant libsoup jpeg libgail
+WEBKIT_DEPENDENCIES = host-flex host-bison host-gperf icu libcurl libxml2 \
+ libxslt libgtk2 sqlite enchant libsoup jpeg libgail
# Give explicit path to icu-config, and silence gazillions of warnings
# with recent gcc versions.
^ permalink raw reply related
* [Buildroot] [git commit] webkit: silence gazillions of warnings
From: Peter Korsgaard @ 2012-12-15 18:07 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=d2d81f4b3420ae004bdcd3b3edf742ac7f10ff7a
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Building webkit with a recent gcc versions gives gazillions of
warnings such as 'warning: cast from 'WTF::AlignedBufferChar* {aka
char*}' to 'JSC::Identifier*' increases required alignment of target
type [-Wcast-align]'.
Those make the webkit build very noise, and hard to debug, so let's
silence those warnings.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/webkit/webkit.mk | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk
index 580c5d2..326be14 100644
--- a/package/webkit/webkit.mk
+++ b/package/webkit/webkit.mk
@@ -9,7 +9,13 @@ WEBKIT_SITE = http://www.webkitgtk.org
WEBKIT_INSTALL_STAGING = YES
WEBKIT_DEPENDENCIES = host-flex host-gperf icu libcurl libxml2 libxslt \
libgtk2 sqlite enchant libsoup jpeg libgail
-WEBKIT_CONF_ENV = ac_cv_path_icu_config=$(STAGING_DIR)/usr/bin/icu-config
+
+# Give explicit path to icu-config, and silence gazillions of warnings
+# with recent gcc versions.
+WEBKIT_CONF_ENV = ac_cv_path_icu_config=$(STAGING_DIR)/usr/bin/icu-config \
+ CFLAGS="$(TARGET_CFLAGS) -Wno-cast-align" \
+ CXXFLAGS="$(TARGET_CXXFLAGS) -Wno-cast-align"
+
ifeq ($(BR2_PACKAGE_XORG7),y)
WEBKIT_CONF_OPT += --with-target=x11
^ permalink raw reply related
* [Buildroot] [git commit] util-linux: fix build on AArch64
From: Peter Korsgaard @ 2012-12-15 18:07 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=24c442bce4cf51dfcce8efbd5e135186e561ea11
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Fixes:
http://autobuild.buildroot.org/results/5b63022f4c2d8bdd72697e8007e8a6101a64dd12/build-end.log
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
.../util-linux-fdisk-aarch64-support.patch | 22 ++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/package/util-linux/util-linux-fdisk-aarch64-support.patch b/package/util-linux/util-linux-fdisk-aarch64-support.patch
new file mode 100644
index 0000000..825e82c
--- /dev/null
+++ b/package/util-linux/util-linux-fdisk-aarch64-support.patch
@@ -0,0 +1,22 @@
+Add case for the aarch64 architecture
+
+Taken from https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1061609
+
+Code written by Wookey.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+
+Index: b/fdisk/fdiskbsdlabel.h
+===================================================================
+--- a/fdisk/fdiskbsdlabel.h
++++ b/fdisk/fdiskbsdlabel.h
+@@ -48,7 +48,8 @@
+
+ #if defined (i386) || defined (__sparc__) || defined (__arm__) || \
+ defined (__mips__) || defined (__s390__) || defined (__sh__) || \
+- defined(__x86_64__) || defined (__avr32__) || defined(__cris__)
++ defined(__x86_64__) || defined (__avr32__) || defined(__cris__) || \
++ defined(__aarch64__)
+ #define BSD_LABELSECTOR 1
+ #define BSD_LABELOFFSET 0
+ #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)
^ permalink raw reply related
* [Buildroot] [git commit] util-linux: rename versioned patch without version
From: Peter Korsgaard @ 2012-12-15 18:06 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=f23953d8cf7e136366e044166e6c02558d23b477
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
util-linux-2.20.1-sscanf-no-ms-as.patch has a version in its name, and
therefore the other patch, unversioned,
util-linux-uclibc-build-fix.patch, never gets applied.
Fix this by renaming util-linux-2.20.1-sscanf-no-ms-as.patch to
util-linux-sscanf-no-ms-as.patch.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
...s-as.patch => util-linux-sscanf-no-ms-as.patch} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/package/util-linux/util-linux-2.20.1-sscanf-no-ms-as.patch b/package/util-linux/util-linux-sscanf-no-ms-as.patch
similarity index 100%
rename from package/util-linux/util-linux-2.20.1-sscanf-no-ms-as.patch
rename to package/util-linux/util-linux-sscanf-no-ms-as.patch
^ permalink raw reply
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox