* [Buildroot] Support of iMX6 hardware ?
From: Thomas Petazzoni @ 2012-12-07 8:14 UTC (permalink / raw)
To: buildroot
In-Reply-To: <50C198AD.8030703@wanadoo.fr>
Dear Thierry Bultel,
On Fri, 07 Dec 2012 08:20:13 +0100, Thierry Bultel wrote:
> As soon as I have something working, I will obviously submit
> a patch for it.
Great!
> Thanks for the tip.
> I have (at least) 2 packages to build.
>
> - The first one was the imx6-lib, that I have added under the Graphics
> section, as a generic-package, and
>
> define IMX6_LIB_BUILD_CMDS
> $(MAKE) -C $(@D) all PLATFORM=IMX6Q
> CROSS_COMPILE=$(TARGET_CROSS) INCLUDE=$(INCLUDE)
> endef
Sounds good. We'll do a complete review when you post the entire patch,
but it sounds ok in principle.
> The second one is the xdriver_xf86-video-imx
> It is built as an autotools-package
> But since the 'configure' intrisincs are not really my favorite food,
> I am looking how to add the needed INCLUDE to the CFLAGS that are
> automatically given to it.
> Could you please advise me on how to do it in the cleanest way ?
Depends on whether you need to pass this environment variables at
configure time or at build time.
For configure time:
<foobar>_CONF_ENV = \
INCLUDE="blabla" \
CFLAGS="$(TARGET_CFLAGS) -blabla"
For build time:
<foobar>_MAKE_ENV = \
INCLUDE="blabla" \
CFLAGS="$(TARGET_CFLAGS) -blabla"
See also
http://buildroot.org/downloads/manual/manual.html#_infrastructure_for_autotools_based_packages
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply
* [Buildroot] [PATCH] perl: refactor configure step,
From: Francois Perrad @ 2012-12-07 7:38 UTC (permalink / raw)
To: buildroot
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>
---
package/perl/perl.mk | 12 ++++++------
1 file 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
--
1.7.9.5
^ permalink raw reply related
* [Buildroot] [autobuild.buildroot.net] Build results for 2012-12-06
From: Thomas Petazzoni @ 2012-12-07 7:34 UTC (permalink / raw)
To: buildroot
Hello,
On 2012-12-06, 171 random build tests have been done and
submitted on autobuild.buildroot.net.
90 builds have been successful
81 builds have failed
Below the results of the failed builds. Successful builds are omitted.
Build 0823cf3af17a41b458d90f218301e58827198adb
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 00:06:09
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/0823cf3af17a41b458d90f218301e58827198adb/build-end.log
Complete log : http://autobuild.buildroot.net/results/0823cf3af17a41b458d90f218301e58827198adb/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/0823cf3af17a41b458d90f218301e58827198adb/config
Defconfig : http://autobuild.buildroot.net/results/0823cf3af17a41b458d90f218301e58827198adb/defconfig
Build 449846db0eab958de320a1cd86246d777a6026cd
==============================================
Status : NOK
Failure reason : webkit-1.2.7
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-06 00:06:25
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/449846db0eab958de320a1cd86246d777a6026cd/build-end.log
Complete log : http://autobuild.buildroot.net/results/449846db0eab958de320a1cd86246d777a6026cd/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/449846db0eab958de320a1cd86246d777a6026cd/config
Defconfig : http://autobuild.buildroot.net/results/449846db0eab958de320a1cd86246d777a6026cd/defconfig
Build 45346a63815281075d573a77e326ae4383bdd296
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 00:15:01
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/45346a63815281075d573a77e326ae4383bdd296/build-end.log
Complete log : http://autobuild.buildroot.net/results/45346a63815281075d573a77e326ae4383bdd296/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/45346a63815281075d573a77e326ae4383bdd296/config
Defconfig : http://autobuild.buildroot.net/results/45346a63815281075d573a77e326ae4383bdd296/defconfig
Build beabe3eba937209ae4aeaeda1fc7899ef882b377
==============================================
Status : NOK
Failure reason : classpath-0.98
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 00:16:35
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/beabe3eba937209ae4aeaeda1fc7899ef882b377/build-end.log
Complete log : http://autobuild.buildroot.net/results/beabe3eba937209ae4aeaeda1fc7899ef882b377/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/beabe3eba937209ae4aeaeda1fc7899ef882b377/config
Defconfig : http://autobuild.buildroot.net/results/beabe3eba937209ae4aeaeda1fc7899ef882b377/defconfig
Build 09a828511f9be8e94183f2248c76c65758607bd2
==============================================
Status : NOK
Failure reason : classpath-0.98
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 00:31:17
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/09a828511f9be8e94183f2248c76c65758607bd2/build-end.log
Complete log : http://autobuild.buildroot.net/results/09a828511f9be8e94183f2248c76c65758607bd2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/09a828511f9be8e94183f2248c76c65758607bd2/config
Defconfig : http://autobuild.buildroot.net/results/09a828511f9be8e94183f2248c76c65758607bd2/defconfig
Build c8b5eae2c81dcc4083d144cabdebbbcc09fded5a
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 00:57:56
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/c8b5eae2c81dcc4083d144cabdebbbcc09fded5a/build-end.log
Complete log : http://autobuild.buildroot.net/results/c8b5eae2c81dcc4083d144cabdebbbcc09fded5a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c8b5eae2c81dcc4083d144cabdebbbcc09fded5a/config
Defconfig : http://autobuild.buildroot.net/results/c8b5eae2c81dcc4083d144cabdebbbcc09fded5a/defconfig
Build 825f3e8770e74f661160ba7d27edab2c83e3d16f
==============================================
Status : NOK
Failure reason : libcap-ng-0.6.6
Architecture : avr32
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 01:05:45
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/825f3e8770e74f661160ba7d27edab2c83e3d16f/build-end.log
Complete log : http://autobuild.buildroot.net/results/825f3e8770e74f661160ba7d27edab2c83e3d16f/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/825f3e8770e74f661160ba7d27edab2c83e3d16f/config
Defconfig : http://autobuild.buildroot.net/results/825f3e8770e74f661160ba7d27edab2c83e3d16f/defconfig
Build e7069fc66d79dc0a62c014054d7d6b09460fdfaa
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 01:44:05
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/e7069fc66d79dc0a62c014054d7d6b09460fdfaa/build-end.log
Complete log : http://autobuild.buildroot.net/results/e7069fc66d79dc0a62c014054d7d6b09460fdfaa/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e7069fc66d79dc0a62c014054d7d6b09460fdfaa/config
Defconfig : http://autobuild.buildroot.net/results/e7069fc66d79dc0a62c014054d7d6b09460fdfaa/defconfig
Build 5243359ab263a0b3b0e7a53533c28eadaae5a9a6
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 01:56:09
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/5243359ab263a0b3b0e7a53533c28eadaae5a9a6/build-end.log
Complete log : http://autobuild.buildroot.net/results/5243359ab263a0b3b0e7a53533c28eadaae5a9a6/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/5243359ab263a0b3b0e7a53533c28eadaae5a9a6/config
Defconfig : http://autobuild.buildroot.net/results/5243359ab263a0b3b0e7a53533c28eadaae5a9a6/defconfig
Build 1d9433eff4ecb04b9a5137e85523c2891e1b5610
==============================================
Status : NOK
Failure reason : webkit-1.2.7
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-06 01:59:34
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/1d9433eff4ecb04b9a5137e85523c2891e1b5610/build-end.log
Complete log : http://autobuild.buildroot.net/results/1d9433eff4ecb04b9a5137e85523c2891e1b5610/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1d9433eff4ecb04b9a5137e85523c2891e1b5610/config
Defconfig : http://autobuild.buildroot.net/results/1d9433eff4ecb04b9a5137e85523c2891e1b5610/defconfig
Build e70fa67aafd8244f0d89c7a321919ce5d6943c0e
==============================================
Status : NOK
Failure reason : sysklogd-1.5
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 02:04:37
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/e70fa67aafd8244f0d89c7a321919ce5d6943c0e/build-end.log
Complete log : http://autobuild.buildroot.net/results/e70fa67aafd8244f0d89c7a321919ce5d6943c0e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e70fa67aafd8244f0d89c7a321919ce5d6943c0e/config
Defconfig : http://autobuild.buildroot.net/results/e70fa67aafd8244f0d89c7a321919ce5d6943c0e/defconfig
Build dfa05d16e08a12e6f29f87c8bd3d487f6ca6c88a
==============================================
Status : NOK
Failure reason : audiofile-0.3.4
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 02:54:55
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/dfa05d16e08a12e6f29f87c8bd3d487f6ca6c88a/build-end.log
Complete log : http://autobuild.buildroot.net/results/dfa05d16e08a12e6f29f87c8bd3d487f6ca6c88a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/dfa05d16e08a12e6f29f87c8bd3d487f6ca6c88a/config
Defconfig : http://autobuild.buildroot.net/results/dfa05d16e08a12e6f29f87c8bd3d487f6ca6c88a/defconfig
Build 3d459ed02ecee0f1ae959b3293fe4386a9516100
==============================================
Status : NOK
Failure reason : boost-1.49.0
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 02:58:49
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/3d459ed02ecee0f1ae959b3293fe4386a9516100/build-end.log
Complete log : http://autobuild.buildroot.net/results/3d459ed02ecee0f1ae959b3293fe4386a9516100/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/3d459ed02ecee0f1ae959b3293fe4386a9516100/config
Defconfig : http://autobuild.buildroot.net/results/3d459ed02ecee0f1ae959b3293fe4386a9516100/defconfig
Build a1c971e33af06a98780edf402f7a7f5c8dc30b2d
==============================================
Status : NOK
Failure reason : boost-1.49.0
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 03:06:53
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/a1c971e33af06a98780edf402f7a7f5c8dc30b2d/build-end.log
Complete log : http://autobuild.buildroot.net/results/a1c971e33af06a98780edf402f7a7f5c8dc30b2d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a1c971e33af06a98780edf402f7a7f5c8dc30b2d/config
Defconfig : http://autobuild.buildroot.net/results/a1c971e33af06a98780edf402f7a7f5c8dc30b2d/defconfig
Build e54c92111edde2107a83f94625db73d338a4d126
==============================================
Status : NOK
Failure reason : gpsd-3.7
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 03:15:12
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/e54c92111edde2107a83f94625db73d338a4d126/build-end.log
Complete log : http://autobuild.buildroot.net/results/e54c92111edde2107a83f94625db73d338a4d126/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e54c92111edde2107a83f94625db73d338a4d126/config
Defconfig : http://autobuild.buildroot.net/results/e54c92111edde2107a83f94625db73d338a4d126/defconfig
Build 386357ab509a70361af1fc0aff5827a4db268f40
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 03:17:21
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/386357ab509a70361af1fc0aff5827a4db268f40/build-end.log
Complete log : http://autobuild.buildroot.net/results/386357ab509a70361af1fc0aff5827a4db268f40/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/386357ab509a70361af1fc0aff5827a4db268f40/config
Defconfig : http://autobuild.buildroot.net/results/386357ab509a70361af1fc0aff5827a4db268f40/defconfig
Build 13d68474947aa43bc5253367044ca0ac59046a27
==============================================
Status : NOK
Failure reason : libroxml-2.2.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-06 03:36:27
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/13d68474947aa43bc5253367044ca0ac59046a27/build-end.log
Complete log : http://autobuild.buildroot.net/results/13d68474947aa43bc5253367044ca0ac59046a27/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/13d68474947aa43bc5253367044ca0ac59046a27/config
Defconfig : http://autobuild.buildroot.net/results/13d68474947aa43bc5253367044ca0ac59046a27/defconfig
Build 09a5ae7085960d2464a677a050235aeb7f25ca2b
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 05:05:05
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/09a5ae7085960d2464a677a050235aeb7f25ca2b/build-end.log
Complete log : http://autobuild.buildroot.net/results/09a5ae7085960d2464a677a050235aeb7f25ca2b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/09a5ae7085960d2464a677a050235aeb7f25ca2b/config
Defconfig : http://autobuild.buildroot.net/results/09a5ae7085960d2464a677a050235aeb7f25ca2b/defconfig
Build 7da110a6451b1da8d4f60bf00443bc4411e8bbc2
==============================================
Status : NOK
Failure reason : sane-backends-1.0.22
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-06 05:32:19
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/7da110a6451b1da8d4f60bf00443bc4411e8bbc2/build-end.log
Complete log : http://autobuild.buildroot.net/results/7da110a6451b1da8d4f60bf00443bc4411e8bbc2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7da110a6451b1da8d4f60bf00443bc4411e8bbc2/config
Defconfig : http://autobuild.buildroot.net/results/7da110a6451b1da8d4f60bf00443bc4411e8bbc2/defconfig
Build fd45ac2be319ddd494405ddce85650876e1b543c
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : i686
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 06:01:19
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/fd45ac2be319ddd494405ddce85650876e1b543c/build-end.log
Complete log : http://autobuild.buildroot.net/results/fd45ac2be319ddd494405ddce85650876e1b543c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/fd45ac2be319ddd494405ddce85650876e1b543c/config
Defconfig : http://autobuild.buildroot.net/results/fd45ac2be319ddd494405ddce85650876e1b543c/defconfig
Build 63ba697462fb7dad12ebf8b06115fc04e5919efc
==============================================
Status : NOK
Failure reason : classpath-0.98
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 06:21:14
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/63ba697462fb7dad12ebf8b06115fc04e5919efc/build-end.log
Complete log : http://autobuild.buildroot.net/results/63ba697462fb7dad12ebf8b06115fc04e5919efc/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/63ba697462fb7dad12ebf8b06115fc04e5919efc/config
Defconfig : http://autobuild.buildroot.net/results/63ba697462fb7dad12ebf8b06115fc04e5919efc/defconfig
Build e7e94e62e4ee2c6d14e99cb2c30a88badd4aeaec
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 06:22:54
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/e7e94e62e4ee2c6d14e99cb2c30a88badd4aeaec/build-end.log
Complete log : http://autobuild.buildroot.net/results/e7e94e62e4ee2c6d14e99cb2c30a88badd4aeaec/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e7e94e62e4ee2c6d14e99cb2c30a88badd4aeaec/config
Defconfig : http://autobuild.buildroot.net/results/e7e94e62e4ee2c6d14e99cb2c30a88badd4aeaec/defconfig
Build eef6fd6d5657e4258c5b394d197cf03a2a3326c4
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 06:29:45
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/eef6fd6d5657e4258c5b394d197cf03a2a3326c4/build-end.log
Complete log : http://autobuild.buildroot.net/results/eef6fd6d5657e4258c5b394d197cf03a2a3326c4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/eef6fd6d5657e4258c5b394d197cf03a2a3326c4/config
Defconfig : http://autobuild.buildroot.net/results/eef6fd6d5657e4258c5b394d197cf03a2a3326c4/defconfig
Build 85d18fdd5b3fa4801f98ba57fb98b0b302632d2e
==============================================
Status : NOK
Failure reason : libroxml-2.2.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-06 06:55:52
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/85d18fdd5b3fa4801f98ba57fb98b0b302632d2e/build-end.log
Complete log : http://autobuild.buildroot.net/results/85d18fdd5b3fa4801f98ba57fb98b0b302632d2e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/85d18fdd5b3fa4801f98ba57fb98b0b302632d2e/config
Defconfig : http://autobuild.buildroot.net/results/85d18fdd5b3fa4801f98ba57fb98b0b302632d2e/defconfig
Build 4149a5093d7a220fbbe775a896498b8d77e48269
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : i686
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 06:58:28
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/4149a5093d7a220fbbe775a896498b8d77e48269/build-end.log
Complete log : http://autobuild.buildroot.net/results/4149a5093d7a220fbbe775a896498b8d77e48269/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4149a5093d7a220fbbe775a896498b8d77e48269/config
Defconfig : http://autobuild.buildroot.net/results/4149a5093d7a220fbbe775a896498b8d77e48269/defconfig
Build a6fe37db805ff5194ebb75e6ea59e6866b0eca69
==============================================
Status : NOK
Failure reason : xapp_xmh-1.0.2
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 07:22:34
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/a6fe37db805ff5194ebb75e6ea59e6866b0eca69/build-end.log
Complete log : http://autobuild.buildroot.net/results/a6fe37db805ff5194ebb75e6ea59e6866b0eca69/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a6fe37db805ff5194ebb75e6ea59e6866b0eca69/config
Defconfig : http://autobuild.buildroot.net/results/a6fe37db805ff5194ebb75e6ea59e6866b0eca69/defconfig
Build d1eecdcc39169fdb2c1f9baefbd173406d251905
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 07:26:35
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/d1eecdcc39169fdb2c1f9baefbd173406d251905/build-end.log
Complete log : http://autobuild.buildroot.net/results/d1eecdcc39169fdb2c1f9baefbd173406d251905/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d1eecdcc39169fdb2c1f9baefbd173406d251905/config
Defconfig : http://autobuild.buildroot.net/results/d1eecdcc39169fdb2c1f9baefbd173406d251905/defconfig
Build 39cac351ca3f1c5f22f54a5ca334124606fec618
==============================================
Status : NOK
Failure reason : inotify-tools-3.14
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 07:27:14
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/39cac351ca3f1c5f22f54a5ca334124606fec618/build-end.log
Complete log : http://autobuild.buildroot.net/results/39cac351ca3f1c5f22f54a5ca334124606fec618/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/39cac351ca3f1c5f22f54a5ca334124606fec618/config
Defconfig : http://autobuild.buildroot.net/results/39cac351ca3f1c5f22f54a5ca334124606fec618/defconfig
Build a6e0536272c84a03a626979d947b43ffca46052a
==============================================
Status : NOK
Failure reason : libglib2-2.30.3
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 07:56:53
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/a6e0536272c84a03a626979d947b43ffca46052a/build-end.log
Complete log : http://autobuild.buildroot.net/results/a6e0536272c84a03a626979d947b43ffca46052a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a6e0536272c84a03a626979d947b43ffca46052a/config
Defconfig : http://autobuild.buildroot.net/results/a6e0536272c84a03a626979d947b43ffca46052a/defconfig
Build d7a2c2f8c6f2e8f477f7ef3e0ed362bbd6de8f7d
==============================================
Status : NOK
Failure reason : libroxml-2.2.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-06 08:09:47
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/d7a2c2f8c6f2e8f477f7ef3e0ed362bbd6de8f7d/build-end.log
Complete log : http://autobuild.buildroot.net/results/d7a2c2f8c6f2e8f477f7ef3e0ed362bbd6de8f7d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d7a2c2f8c6f2e8f477f7ef3e0ed362bbd6de8f7d/config
Defconfig : http://autobuild.buildroot.net/results/d7a2c2f8c6f2e8f477f7ef3e0ed362bbd6de8f7d/defconfig
Build a3b304e3ac6b81fb088c452ba05f4bcb93f57607
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 08:54:38
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/a3b304e3ac6b81fb088c452ba05f4bcb93f57607/build-end.log
Complete log : http://autobuild.buildroot.net/results/a3b304e3ac6b81fb088c452ba05f4bcb93f57607/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a3b304e3ac6b81fb088c452ba05f4bcb93f57607/config
Defconfig : http://autobuild.buildroot.net/results/a3b304e3ac6b81fb088c452ba05f4bcb93f57607/defconfig
Build 6f39cb33b3e1145b4b703d34561ee1723f56654f
==============================================
Status : NOK
Failure reason : classpath-0.98
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 09:00:51
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/6f39cb33b3e1145b4b703d34561ee1723f56654f/build-end.log
Complete log : http://autobuild.buildroot.net/results/6f39cb33b3e1145b4b703d34561ee1723f56654f/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/6f39cb33b3e1145b4b703d34561ee1723f56654f/config
Defconfig : http://autobuild.buildroot.net/results/6f39cb33b3e1145b4b703d34561ee1723f56654f/defconfig
Build e7ef35e72fe82eb55fb4b7bf4c0ff043d7f26a4a
==============================================
Status : NOK
Failure reason : qt-4.8.3
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 09:17:02
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/e7ef35e72fe82eb55fb4b7bf4c0ff043d7f26a4a/build-end.log
Complete log : http://autobuild.buildroot.net/results/e7ef35e72fe82eb55fb4b7bf4c0ff043d7f26a4a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e7ef35e72fe82eb55fb4b7bf4c0ff043d7f26a4a/config
Defconfig : http://autobuild.buildroot.net/results/e7ef35e72fe82eb55fb4b7bf4c0ff043d7f26a4a/defconfig
Build 331cbae7ec40bb598bea13516837d78864200dc4
==============================================
Status : NOK
Failure reason : directfb-1.4.17
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 09:52:13
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/331cbae7ec40bb598bea13516837d78864200dc4/build-end.log
Complete log : http://autobuild.buildroot.net/results/331cbae7ec40bb598bea13516837d78864200dc4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/331cbae7ec40bb598bea13516837d78864200dc4/config
Defconfig : http://autobuild.buildroot.net/results/331cbae7ec40bb598bea13516837d78864200dc4/defconfig
Build b8a62d8ea7e8a43568441a3251964889af84bf42
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 10:36:59
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/b8a62d8ea7e8a43568441a3251964889af84bf42/build-end.log
Complete log : http://autobuild.buildroot.net/results/b8a62d8ea7e8a43568441a3251964889af84bf42/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b8a62d8ea7e8a43568441a3251964889af84bf42/config
Defconfig : http://autobuild.buildroot.net/results/b8a62d8ea7e8a43568441a3251964889af84bf42/defconfig
Build 1f85ebb34fe3c7636737af3157b864eb91d321f8
==============================================
Status : NOK
Failure reason : mplayer-1.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 11:14:46
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/1f85ebb34fe3c7636737af3157b864eb91d321f8/build-end.log
Complete log : http://autobuild.buildroot.net/results/1f85ebb34fe3c7636737af3157b864eb91d321f8/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1f85ebb34fe3c7636737af3157b864eb91d321f8/config
Defconfig : http://autobuild.buildroot.net/results/1f85ebb34fe3c7636737af3157b864eb91d321f8/defconfig
Build 78d6719c3cfa6e7ed6240219ed7b4f7829bcec5d
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 11:37:23
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/78d6719c3cfa6e7ed6240219ed7b4f7829bcec5d/build-end.log
Complete log : http://autobuild.buildroot.net/results/78d6719c3cfa6e7ed6240219ed7b4f7829bcec5d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/78d6719c3cfa6e7ed6240219ed7b4f7829bcec5d/config
Defconfig : http://autobuild.buildroot.net/results/78d6719c3cfa6e7ed6240219ed7b4f7829bcec5d/defconfig
Build 4573255260f951350411c5278abfd5e1ec9db2f9
==============================================
Status : NOK
Failure reason : imagemagick-6.7.8-8
Architecture : sh4
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 12:08:52
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/4573255260f951350411c5278abfd5e1ec9db2f9/build-end.log
Complete log : http://autobuild.buildroot.net/results/4573255260f951350411c5278abfd5e1ec9db2f9/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4573255260f951350411c5278abfd5e1ec9db2f9/config
Defconfig : http://autobuild.buildroot.net/results/4573255260f951350411c5278abfd5e1ec9db2f9/defconfig
Build e673fbc45d05db4cb8b16c3057013121631f0f74
==============================================
Status : NOK
Failure reason : libroxml-2.2.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-06 12:18:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/e673fbc45d05db4cb8b16c3057013121631f0f74/build-end.log
Complete log : http://autobuild.buildroot.net/results/e673fbc45d05db4cb8b16c3057013121631f0f74/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e673fbc45d05db4cb8b16c3057013121631f0f74/config
Defconfig : http://autobuild.buildroot.net/results/e673fbc45d05db4cb8b16c3057013121631f0f74/defconfig
Build 47ca85a28732353bfcfadf0a874856b1751f9d71
==============================================
Status : NOK
Failure reason : host-python-2.7.3
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 12:19:07
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/47ca85a28732353bfcfadf0a874856b1751f9d71/build-end.log
Complete log : http://autobuild.buildroot.net/results/47ca85a28732353bfcfadf0a874856b1751f9d71/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/47ca85a28732353bfcfadf0a874856b1751f9d71/config
Defconfig : http://autobuild.buildroot.net/results/47ca85a28732353bfcfadf0a874856b1751f9d71/defconfig
Build ff55fef965dd0ed019bbaeca68eac834f9a46769
==============================================
Status : NOK
Failure reason : empty-0.6.18b
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 12:19:38
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/ff55fef965dd0ed019bbaeca68eac834f9a46769/build-end.log
Complete log : http://autobuild.buildroot.net/results/ff55fef965dd0ed019bbaeca68eac834f9a46769/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ff55fef965dd0ed019bbaeca68eac834f9a46769/config
Defconfig : http://autobuild.buildroot.net/results/ff55fef965dd0ed019bbaeca68eac834f9a46769/defconfig
Build 7bc9b776827a680b922b6b97810e89f1e203ccc8
==============================================
Status : NOK
Failure reason : libaio-0.3.109
Architecture : sh4a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 12:41:19
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/7bc9b776827a680b922b6b97810e89f1e203ccc8/build-end.log
Complete log : http://autobuild.buildroot.net/results/7bc9b776827a680b922b6b97810e89f1e203ccc8/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7bc9b776827a680b922b6b97810e89f1e203ccc8/config
Defconfig : http://autobuild.buildroot.net/results/7bc9b776827a680b922b6b97810e89f1e203ccc8/defconfig
Build cf760651b2e238842813bf0882011b5fbb898c0d
==============================================
Status : NOK
Failure reason : alsa-lib-1.0.26
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 12:41:44
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/cf760651b2e238842813bf0882011b5fbb898c0d/build-end.log
Complete log : http://autobuild.buildroot.net/results/cf760651b2e238842813bf0882011b5fbb898c0d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/cf760651b2e238842813bf0882011b5fbb898c0d/config
Defconfig : http://autobuild.buildroot.net/results/cf760651b2e238842813bf0882011b5fbb898c0d/defconfig
Build a8a3bf92acba41854e535b618a3805f562c7851c
==============================================
Status : NOK
Failure reason : pixman-0.25.2
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 12:43:18
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/a8a3bf92acba41854e535b618a3805f562c7851c/build-end.log
Complete log : http://autobuild.buildroot.net/results/a8a3bf92acba41854e535b618a3805f562c7851c/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/a8a3bf92acba41854e535b618a3805f562c7851c/config
Defconfig : http://autobuild.buildroot.net/results/a8a3bf92acba41854e535b618a3805f562c7851c/defconfig
Build c902721735f7032291bafbd1cd57a8489d980cdc
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 12:49:26
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/c902721735f7032291bafbd1cd57a8489d980cdc/build-end.log
Complete log : http://autobuild.buildroot.net/results/c902721735f7032291bafbd1cd57a8489d980cdc/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c902721735f7032291bafbd1cd57a8489d980cdc/config
Defconfig : http://autobuild.buildroot.net/results/c902721735f7032291bafbd1cd57a8489d980cdc/defconfig
Build 93b6602a191647bae93afb3ba3a4c3eb8418cb72
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 13:15:26
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/93b6602a191647bae93afb3ba3a4c3eb8418cb72/build-end.log
Complete log : http://autobuild.buildroot.net/results/93b6602a191647bae93afb3ba3a4c3eb8418cb72/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/93b6602a191647bae93afb3ba3a4c3eb8418cb72/config
Defconfig : http://autobuild.buildroot.net/results/93b6602a191647bae93afb3ba3a4c3eb8418cb72/defconfig
Build 7b2814089f395088f11059172062a345c707527d
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 13:30:38
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/7b2814089f395088f11059172062a345c707527d/build-end.log
Complete log : http://autobuild.buildroot.net/results/7b2814089f395088f11059172062a345c707527d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7b2814089f395088f11059172062a345c707527d/config
Defconfig : http://autobuild.buildroot.net/results/7b2814089f395088f11059172062a345c707527d/defconfig
Build 1b57e479a643df11ea3b20f848085af4ef40799b
==============================================
Status : NOK
Failure reason : libpcap-1.3.0
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-06 13:30:50
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/1b57e479a643df11ea3b20f848085af4ef40799b/build-end.log
Complete log : http://autobuild.buildroot.net/results/1b57e479a643df11ea3b20f848085af4ef40799b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1b57e479a643df11ea3b20f848085af4ef40799b/config
Defconfig : http://autobuild.buildroot.net/results/1b57e479a643df11ea3b20f848085af4ef40799b/defconfig
Build 759318f83eeefff4e337b0b08fce29cd1523338b
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 13:31:31
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/759318f83eeefff4e337b0b08fce29cd1523338b/build-end.log
Complete log : http://autobuild.buildroot.net/results/759318f83eeefff4e337b0b08fce29cd1523338b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/759318f83eeefff4e337b0b08fce29cd1523338b/config
Defconfig : http://autobuild.buildroot.net/results/759318f83eeefff4e337b0b08fce29cd1523338b/defconfig
Build fe4b900184da7b92f1ddadb5b45681cb84ed99f5
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 13:47:21
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/fe4b900184da7b92f1ddadb5b45681cb84ed99f5/build-end.log
Complete log : http://autobuild.buildroot.net/results/fe4b900184da7b92f1ddadb5b45681cb84ed99f5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/fe4b900184da7b92f1ddadb5b45681cb84ed99f5/config
Defconfig : http://autobuild.buildroot.net/results/fe4b900184da7b92f1ddadb5b45681cb84ed99f5/defconfig
Build eb2e3e8c604e26738f73b55e788b969d4a3dee23
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 14:44:42
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/eb2e3e8c604e26738f73b55e788b969d4a3dee23/build-end.log
Complete log : http://autobuild.buildroot.net/results/eb2e3e8c604e26738f73b55e788b969d4a3dee23/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/eb2e3e8c604e26738f73b55e788b969d4a3dee23/config
Defconfig : http://autobuild.buildroot.net/results/eb2e3e8c604e26738f73b55e788b969d4a3dee23/defconfig
Build 71de2b80ad36106a4ca15df47be416cde4f76bea
==============================================
Status : NOK
Failure reason : mplayer-1.1
Architecture : arm
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 14:47:38
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/71de2b80ad36106a4ca15df47be416cde4f76bea/build-end.log
Complete log : http://autobuild.buildroot.net/results/71de2b80ad36106a4ca15df47be416cde4f76bea/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/71de2b80ad36106a4ca15df47be416cde4f76bea/config
Defconfig : http://autobuild.buildroot.net/results/71de2b80ad36106a4ca15df47be416cde4f76bea/defconfig
Build ad4f820e4b7b9c7963787014b530e77be42049e0
==============================================
Status : NOK
Failure reason : host-python-2.7.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 15:14:40
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/ad4f820e4b7b9c7963787014b530e77be42049e0/build-end.log
Complete log : http://autobuild.buildroot.net/results/ad4f820e4b7b9c7963787014b530e77be42049e0/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ad4f820e4b7b9c7963787014b530e77be42049e0/config
Defconfig : http://autobuild.buildroot.net/results/ad4f820e4b7b9c7963787014b530e77be42049e0/defconfig
Build 7cbe4ae613de46a1fd906990515dcc5d79c76130
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : mipsel
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 15:23:33
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/7cbe4ae613de46a1fd906990515dcc5d79c76130/build-end.log
Complete log : http://autobuild.buildroot.net/results/7cbe4ae613de46a1fd906990515dcc5d79c76130/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7cbe4ae613de46a1fd906990515dcc5d79c76130/config
Defconfig : http://autobuild.buildroot.net/results/7cbe4ae613de46a1fd906990515dcc5d79c76130/defconfig
Build b3b87034a00d18c1b3833517ea9be31a9777c355
==============================================
Status : NOK
Failure reason : squid-3.2.3
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 15:56:08
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/b3b87034a00d18c1b3833517ea9be31a9777c355/build-end.log
Complete log : http://autobuild.buildroot.net/results/b3b87034a00d18c1b3833517ea9be31a9777c355/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b3b87034a00d18c1b3833517ea9be31a9777c355/config
Defconfig : http://autobuild.buildroot.net/results/b3b87034a00d18c1b3833517ea9be31a9777c355/defconfig
Build 7a101550088f5022b2bf1d839d3635671fbb39f5
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 16:41:48
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/7a101550088f5022b2bf1d839d3635671fbb39f5/build-end.log
Complete log : http://autobuild.buildroot.net/results/7a101550088f5022b2bf1d839d3635671fbb39f5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/7a101550088f5022b2bf1d839d3635671fbb39f5/config
Defconfig : http://autobuild.buildroot.net/results/7a101550088f5022b2bf1d839d3635671fbb39f5/defconfig
Build 1af5bfdb3f9d0c765d750b2c1e93c1b8acaaba7d
==============================================
Status : NOK
Failure reason : libroxml-2.2.1
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-06 16:51:11
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/1af5bfdb3f9d0c765d750b2c1e93c1b8acaaba7d/build-end.log
Complete log : http://autobuild.buildroot.net/results/1af5bfdb3f9d0c765d750b2c1e93c1b8acaaba7d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/1af5bfdb3f9d0c765d750b2c1e93c1b8acaaba7d/config
Defconfig : http://autobuild.buildroot.net/results/1af5bfdb3f9d0c765d750b2c1e93c1b8acaaba7d/defconfig
Build 31450afeb0062070674620fd2e6db5f019cd34e2
==============================================
Status : NOK
Failure reason : luajit-2.0.0
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 17:02:11
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/31450afeb0062070674620fd2e6db5f019cd34e2/build-end.log
Complete log : http://autobuild.buildroot.net/results/31450afeb0062070674620fd2e6db5f019cd34e2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/31450afeb0062070674620fd2e6db5f019cd34e2/config
Defconfig : http://autobuild.buildroot.net/results/31450afeb0062070674620fd2e6db5f019cd34e2/defconfig
Build 077fb9123349cb3d390a368005e9256801e311a1
==============================================
Status : NOK
Failure reason : sdl-1.2.15
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-06 18:09:08
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/077fb9123349cb3d390a368005e9256801e311a1/build-end.log
Complete log : http://autobuild.buildroot.net/results/077fb9123349cb3d390a368005e9256801e311a1/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/077fb9123349cb3d390a368005e9256801e311a1/config
Defconfig : http://autobuild.buildroot.net/results/077fb9123349cb3d390a368005e9256801e311a1/defconfig
Build 437b0a685bfc185ca83ff5f405e545546ff4dc6a
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : mips
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 18:10:55
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/437b0a685bfc185ca83ff5f405e545546ff4dc6a/build-end.log
Complete log : http://autobuild.buildroot.net/results/437b0a685bfc185ca83ff5f405e545546ff4dc6a/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/437b0a685bfc185ca83ff5f405e545546ff4dc6a/config
Defconfig : http://autobuild.buildroot.net/results/437b0a685bfc185ca83ff5f405e545546ff4dc6a/defconfig
Build 829d1378667dc6d59a983f09f25d97406613bba5
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 18:17:25
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=7f77121fdde5a0c16d9b6968c71e982d3e953d25
End of log : http://autobuild.buildroot.net/results/829d1378667dc6d59a983f09f25d97406613bba5/build-end.log
Complete log : http://autobuild.buildroot.net/results/829d1378667dc6d59a983f09f25d97406613bba5/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/829d1378667dc6d59a983f09f25d97406613bba5/config
Defconfig : http://autobuild.buildroot.net/results/829d1378667dc6d59a983f09f25d97406613bba5/defconfig
Build c5a8b53b7ee282ee6d6219af95973d7cb5892500
==============================================
Status : NOK
Failure reason : libnl-3.2.16
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 19:32:57
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e63dcf20e2e457534346b144b32a2c4abe469a29
End of log : http://autobuild.buildroot.net/results/c5a8b53b7ee282ee6d6219af95973d7cb5892500/build-end.log
Complete log : http://autobuild.buildroot.net/results/c5a8b53b7ee282ee6d6219af95973d7cb5892500/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c5a8b53b7ee282ee6d6219af95973d7cb5892500/config
Defconfig : http://autobuild.buildroot.net/results/c5a8b53b7ee282ee6d6219af95973d7cb5892500/defconfig
Build e000e408da7431e90ad75b4cba9d5a81fa21b32e
==============================================
Status : NOK
Failure reason : ipsec-tools-0.8.0
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 19:40:25
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e63dcf20e2e457534346b144b32a2c4abe469a29
End of log : http://autobuild.buildroot.net/results/e000e408da7431e90ad75b4cba9d5a81fa21b32e/build-end.log
Complete log : http://autobuild.buildroot.net/results/e000e408da7431e90ad75b4cba9d5a81fa21b32e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/e000e408da7431e90ad75b4cba9d5a81fa21b32e/config
Defconfig : http://autobuild.buildroot.net/results/e000e408da7431e90ad75b4cba9d5a81fa21b32e/defconfig
Build 9c920e0a3abe38e543f57a8e230b7e745d51c90d
==============================================
Status : NOK
Failure reason : gpsd-3.7
Architecture : aarch64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 19:45:47
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e63dcf20e2e457534346b144b32a2c4abe469a29
End of log : http://autobuild.buildroot.net/results/9c920e0a3abe38e543f57a8e230b7e745d51c90d/build-end.log
Complete log : http://autobuild.buildroot.net/results/9c920e0a3abe38e543f57a8e230b7e745d51c90d/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/9c920e0a3abe38e543f57a8e230b7e745d51c90d/config
Defconfig : http://autobuild.buildroot.net/results/9c920e0a3abe38e543f57a8e230b7e745d51c90d/defconfig
Build f80d2f6ff47877e86ff60a272022603f6b6be028
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 19:49:26
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e63dcf20e2e457534346b144b32a2c4abe469a29
End of log : http://autobuild.buildroot.net/results/f80d2f6ff47877e86ff60a272022603f6b6be028/build-end.log
Complete log : http://autobuild.buildroot.net/results/f80d2f6ff47877e86ff60a272022603f6b6be028/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/f80d2f6ff47877e86ff60a272022603f6b6be028/config
Defconfig : http://autobuild.buildroot.net/results/f80d2f6ff47877e86ff60a272022603f6b6be028/defconfig
Build 4ecc5bdc038e4a29d4ff47d89d7e4ba81f6e46c2
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 19:50:51
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e63dcf20e2e457534346b144b32a2c4abe469a29
End of log : http://autobuild.buildroot.net/results/4ecc5bdc038e4a29d4ff47d89d7e4ba81f6e46c2/build-end.log
Complete log : http://autobuild.buildroot.net/results/4ecc5bdc038e4a29d4ff47d89d7e4ba81f6e46c2/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4ecc5bdc038e4a29d4ff47d89d7e4ba81f6e46c2/config
Defconfig : http://autobuild.buildroot.net/results/4ecc5bdc038e4a29d4ff47d89d7e4ba81f6e46c2/defconfig
Build bf1693aad8e17dff7915dab4305b86859e141f02
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : powerpc
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 19:56:16
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e63dcf20e2e457534346b144b32a2c4abe469a29
End of log : http://autobuild.buildroot.net/results/bf1693aad8e17dff7915dab4305b86859e141f02/build-end.log
Complete log : http://autobuild.buildroot.net/results/bf1693aad8e17dff7915dab4305b86859e141f02/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/bf1693aad8e17dff7915dab4305b86859e141f02/config
Defconfig : http://autobuild.buildroot.net/results/bf1693aad8e17dff7915dab4305b86859e141f02/defconfig
Build d49c2c288dcc6d4d0152ac8351ce44777eb3c4b7
==============================================
Status : NOK
Failure reason : qt-4.8.3
Architecture : mips64el
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 20:22:34
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e63dcf20e2e457534346b144b32a2c4abe469a29
End of log : http://autobuild.buildroot.net/results/d49c2c288dcc6d4d0152ac8351ce44777eb3c4b7/build-end.log
Complete log : http://autobuild.buildroot.net/results/d49c2c288dcc6d4d0152ac8351ce44777eb3c4b7/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/d49c2c288dcc6d4d0152ac8351ce44777eb3c4b7/config
Defconfig : http://autobuild.buildroot.net/results/d49c2c288dcc6d4d0152ac8351ce44777eb3c4b7/defconfig
Build 4707419d6130811a5ea26e5ee0acf2a6a409e47b
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 21:37:51
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/4707419d6130811a5ea26e5ee0acf2a6a409e47b/build-end.log
Complete log : http://autobuild.buildroot.net/results/4707419d6130811a5ea26e5ee0acf2a6a409e47b/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/4707419d6130811a5ea26e5ee0acf2a6a409e47b/config
Defconfig : http://autobuild.buildroot.net/results/4707419d6130811a5ea26e5ee0acf2a6a409e47b/defconfig
Build b31ed45c6eb79137615821ad4b6acad1f3436c39
==============================================
Status : NOK
Failure reason : libfuse-2.9.2
Architecture : aarch64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 21:45:52
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/b31ed45c6eb79137615821ad4b6acad1f3436c39/build-end.log
Complete log : http://autobuild.buildroot.net/results/b31ed45c6eb79137615821ad4b6acad1f3436c39/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b31ed45c6eb79137615821ad4b6acad1f3436c39/config
Defconfig : http://autobuild.buildroot.net/results/b31ed45c6eb79137615821ad4b6acad1f3436c39/defconfig
Build 396259b2405049a1497af01153ff3da0659264a4
==============================================
Status : NOK
Failure reason : dbus-1.4.24
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 21:58:07
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/396259b2405049a1497af01153ff3da0659264a4/build-end.log
Complete log : http://autobuild.buildroot.net/results/396259b2405049a1497af01153ff3da0659264a4/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/396259b2405049a1497af01153ff3da0659264a4/config
Defconfig : http://autobuild.buildroot.net/results/396259b2405049a1497af01153ff3da0659264a4/defconfig
Build 59d93eede87f3e9393ece747a44b85dfbdab4635
==============================================
Status : NOK
Failure reason : dash-0.5.7
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 22:06:09
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/59d93eede87f3e9393ece747a44b85dfbdab4635/build-end.log
Complete log : http://autobuild.buildroot.net/results/59d93eede87f3e9393ece747a44b85dfbdab4635/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/59d93eede87f3e9393ece747a44b85dfbdab4635/config
Defconfig : http://autobuild.buildroot.net/results/59d93eede87f3e9393ece747a44b85dfbdab4635/defconfig
Build 126e9c2593b8db904408bfd4a2c1ab7a91e6ebea
==============================================
Status : NOK
Failure reason : sdl-1.2.15
Architecture : arm
Submitted by : Peter Korsgaard (gcc10)
Submitted at : 2012-12-06 22:07:30
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=e63dcf20e2e457534346b144b32a2c4abe469a29
End of log : http://autobuild.buildroot.net/results/126e9c2593b8db904408bfd4a2c1ab7a91e6ebea/build-end.log
Complete log : http://autobuild.buildroot.net/results/126e9c2593b8db904408bfd4a2c1ab7a91e6ebea/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/126e9c2593b8db904408bfd4a2c1ab7a91e6ebea/config
Defconfig : http://autobuild.buildroot.net/results/126e9c2593b8db904408bfd4a2c1ab7a91e6ebea/defconfig
Build 42338d8808f06e56278f1e37f4d441da052a9b15
==============================================
Status : NOK
Failure reason : neard-0.8
Architecture : powerpc
Submitted by : Peter Korsgaard (gcc14)
Submitted at : 2012-12-06 23:07:45
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/42338d8808f06e56278f1e37f4d441da052a9b15/build-end.log
Complete log : http://autobuild.buildroot.net/results/42338d8808f06e56278f1e37f4d441da052a9b15/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/42338d8808f06e56278f1e37f4d441da052a9b15/config
Defconfig : http://autobuild.buildroot.net/results/42338d8808f06e56278f1e37f4d441da052a9b15/defconfig
Build ae82a7db51ede31c9ea30736595d97337d84bcab
==============================================
Status : NOK
Failure reason : sconeserver-180
Architecture : x86_64
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 23:23:06
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/ae82a7db51ede31c9ea30736595d97337d84bcab/build-end.log
Complete log : http://autobuild.buildroot.net/results/ae82a7db51ede31c9ea30736595d97337d84bcab/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/ae82a7db51ede31c9ea30736595d97337d84bcab/config
Defconfig : http://autobuild.buildroot.net/results/ae82a7db51ede31c9ea30736595d97337d84bcab/defconfig
Build 06c06b750abf87f2b6c19f457790015ff420d733
==============================================
Status : NOK
Failure reason : can-utils-836d3cc0122ce31a1b732d369cbd27b690c3110f
Architecture : bfin
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 23:25:02
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/06c06b750abf87f2b6c19f457790015ff420d733/build-end.log
Complete log : http://autobuild.buildroot.net/results/06c06b750abf87f2b6c19f457790015ff420d733/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/06c06b750abf87f2b6c19f457790015ff420d733/config
Defconfig : http://autobuild.buildroot.net/results/06c06b750abf87f2b6c19f457790015ff420d733/defconfig
Build dd211f67dae59e5c6120ed8c6f99ecfbd10b42c9
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : microblaze
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 23:26:54
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/dd211f67dae59e5c6120ed8c6f99ecfbd10b42c9/build-end.log
Complete log : http://autobuild.buildroot.net/results/dd211f67dae59e5c6120ed8c6f99ecfbd10b42c9/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/dd211f67dae59e5c6120ed8c6f99ecfbd10b42c9/config
Defconfig : http://autobuild.buildroot.net/results/dd211f67dae59e5c6120ed8c6f99ecfbd10b42c9/defconfig
Build c1bfe41466aab50fb63368663da9234c6478541e
==============================================
Status : NOK
Failure reason : libaio-0.3.109
Architecture : sh4
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 23:28:55
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/c1bfe41466aab50fb63368663da9234c6478541e/build-end.log
Complete log : http://autobuild.buildroot.net/results/c1bfe41466aab50fb63368663da9234c6478541e/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/c1bfe41466aab50fb63368663da9234c6478541e/config
Defconfig : http://autobuild.buildroot.net/results/c1bfe41466aab50fb63368663da9234c6478541e/defconfig
Build 091b6d6cac1134692f60d13beab481092e71e120
==============================================
Status : NOK
Failure reason : libffi-3.0.11
Architecture : sh2a
Submitted by : Thomas Petazzoni (Free Electrons build server)
Submitted at : 2012-12-06 23:30:19
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/091b6d6cac1134692f60d13beab481092e71e120/build-end.log
Complete log : http://autobuild.buildroot.net/results/091b6d6cac1134692f60d13beab481092e71e120/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/091b6d6cac1134692f60d13beab481092e71e120/config
Defconfig : http://autobuild.buildroot.net/results/091b6d6cac1134692f60d13beab481092e71e120/defconfig
Build b19da79c81055efe84d8b961de28cd1d492daad9
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 23:48:49
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/b19da79c81055efe84d8b961de28cd1d492daad9/build-end.log
Complete log : http://autobuild.buildroot.net/results/b19da79c81055efe84d8b961de28cd1d492daad9/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/b19da79c81055efe84d8b961de28cd1d492daad9/config
Defconfig : http://autobuild.buildroot.net/results/b19da79c81055efe84d8b961de28cd1d492daad9/defconfig
Build 548ac2657c56e774a74d38fdfc8b93c74027f2ad
==============================================
Status : NOK
Failure reason : host-libglib2-2.30.3
Architecture : i686
Submitted by : Peter Korsgaard (gcc110)
Submitted at : 2012-12-06 23:55:51
Git commit ID : http://git.buildroot.net/buildroot/commit/?id=9a6d3456f3e7965f30648fd09ef54b13109d210d
End of log : http://autobuild.buildroot.net/results/548ac2657c56e774a74d38fdfc8b93c74027f2ad/build-end.log
Complete log : http://autobuild.buildroot.net/results/548ac2657c56e774a74d38fdfc8b93c74027f2ad/build.log.bz2
Configuration : http://autobuild.buildroot.net/results/548ac2657c56e774a74d38fdfc8b93c74027f2ad/config
Defconfig : http://autobuild.buildroot.net/results/548ac2657c56e774a74d38fdfc8b93c74027f2ad/defconfig
--
http://autobuild.buildroot.net
^ permalink raw reply
* [Buildroot] Support of iMX6 hardware ?
From: Thierry Bultel @ 2012-12-07 7:20 UTC (permalink / raw)
To: buildroot
In-Reply-To: <20121206124855.796d4d38@skate>
Le 06/12/2012 12:48, Thomas Petazzoni a ?crit :
> Dear Thierry Bultel,
Dear Thomas,
>
> On Thu, 06 Dec 2012 10:14:46 +0100, Thierry Bultel wrote:
>
>> I have 2 questions around the Buildroot support for iMX6 from
>> Freescale, especially around graphics.
>>
>> 1) Is there current work on that for a coming release ?
>
> Everything is in the Buildroot Git repository, and besides that I
> haven't heard of people working on i.MX6 "advanced" features. We have a
> defconfig for the nitrogen6x board that was done by Peter, but I guess
> Peter hasn't investigated the entire graphics stack of i.MX6 for now.
>
> It would indeed be really, really great to improve i.MX6 support in
> Buildroot (and also for other SoCs).
As soon as I have something working, I will obviously submit
a patch for it.
>
>> I have noticed that openbricks seem to already have integrated the
>> imx6-lib and xdriver-xf86-video-imx
>>
>> 2) I have trying to get both of them integrated in buildroot
>> The imx6-lib, which will be a 'generic-package', needs includes of
>> the target kernel; these includes are not in the sysroot.
>>
>> What is the most appropriate way to proceed ? The underlying Makefile
>> has got a "INCLUDE" var to be set, shall I point it to my
>> linux-custom build directory ? That does not seem very good.
>
> To me, it's the right solution.
Ok
If you have userspace code that depends
> on very specific kernel headers that are not part of a traditional
> toolchain, then pointing to the kernel sources is the only solution.
>
> Of course, it means that the package must "depends on BR2_LINUX_KERNEL"
> and have <foobar>_DEPENDENCIES = linux.
Thanks for the tip.
I have (at least) 2 packages to build.
- The first one was the imx6-lib, that I have added under the Graphics
section, as a generic-package, and
define IMX6_LIB_BUILD_CMDS
$(MAKE) -C $(@D) all PLATFORM=IMX6Q CROSS_COMPILE=$(TARGET_CROSS)
INCLUDE=$(INCLUDE)
endef
... was just what was needed to build it succesfully.
The second one is the xdriver_xf86-video-imx
It is built as an autotools-package
But since the 'configure' intrisincs are not really my favorite food, I
am looking how to add the needed INCLUDE to the CFLAGS that are
automatically given to it.
Could you please advise me on how to do it in the cleanest way ?
Regards
Thierry
>
> Thomas
^ permalink raw reply
* [Buildroot] [Bug 5774] New: Not able to build ALSA-Utils for static build
From: bugzilla at busybox.net @ 2012-12-07 5:06 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5774
Summary: Not able to build ALSA-Utils for static build
Product: buildroot
Version: 2012.08
Platform: PC
OS/Version: Windows
Status: NEW
Severity: critical
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: pankaj.dev at st.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created attachment 4688
--> https://bugs.busybox.net/attachment.cgi?id=4688
Patch to build alsa-utils statically
When building ALSA-Utils for static build, there is a compilation faliure.
Added
a patch(attached) inside "package/multimedia\alsa-utils" directory to build
properly.
Not able to log this bug in ALSA project, the web-site hangs. The bug also
exists in ALSA 1.0.26(latest) included in buildroot 2012.11
The correction is not a generic, one. Not able to figure out how to modify the
configure script such that it includes "-ldl" only for non-static builds
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply
* [Buildroot] [Bug 5768] Not able to build ALSA-Lib for static build
From: bugzilla at busybox.net @ 2012-12-07 4:47 UTC (permalink / raw)
To: buildroot
In-Reply-To: <bug-5768-163@https.bugs.busybox.net/>
https://bugs.busybox.net/show_bug.cgi?id=5768
--- Comment #1 from Pankaj Dev <pankaj.dev@st.com> 2012-12-07 04:47:33 UTC ---
Created attachment 4682
--> https://bugs.busybox.net/attachment.cgi?id=4682
Patch added inside package/alsa-lib
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply
* [Buildroot] [Bug 5768] New: Not able to build ALSA-Lib for static build
From: bugzilla at busybox.net @ 2012-12-07 4:45 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5768
Summary: Not able to build ALSA-Lib for static build
Product: buildroot
Version: 2012.08
Platform: PC
OS/Version: Windows
Status: NEW
Severity: critical
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: pankaj.dev at st.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
When building ALSA-Lib for static build, there is a compilation faliure. Added
a patch(attached) inside "package/alsa-lib" directory to build properly.
Not able to log this bug in ALSA project, the web-site hangs. The bug also
exists in ALSA 1.0.26(latest) included in buildroot 2012.11
Changes are following :
--- a/modules/mixer/simple/sbasedl.c
+++ b/modules/mixer/simple/sbasedl.c
@@ -27,7 +27,11 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <math.h>
+#ifdef HAVE_LIBDL
#include <dlfcn.h>
+#else
+#define RTLD_NOW 0
+#endif
#include "config.h"
#include "asoundlib.h"
#include "mixer_abst.h"
--- a/src/mixer/simple_abst.c
+++ b/src/mixer/simple_abst.c
@@ -34,7 +34,12 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <math.h>
+#ifdef HAVE_LIBDL
#include <dlfcn.h>
+#else
+#define RTLD_NOW 0
+#define RTLD_GLOBAL 8
+#endif
#include "config.h"
#include "asoundlib.h"
#include "mixer_simple.h"
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply
* [Buildroot] [PATCH] pkg-download.mk: fix multiple matches in shallow clone test
From: Danomi Manchego @ 2012-12-07 2:37 UTC (permalink / raw)
To: buildroot
Move the git reference directly to git-ls-remote rather than
piping the output to grep, to help avoid reporting partial
matches rather than the actual requested reference. Also,
add quotes to protest "test" from failing when multiple
strings are reported.
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
package/pkg-download.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/pkg-download.mk b/package/pkg-download.mk
index ea01b05..1705fcd 100644
--- a/package/pkg-download.mk
+++ b/package/pkg-download.mk
@@ -82,7 +82,7 @@ domainseparator=$(if $(1),$(1),/)
define DOWNLOAD_GIT
test -e $(DL_DIR)/$($(PKG)_SOURCE) || \
(pushd $(DL_DIR) > /dev/null && \
- ((test `git ls-remote $($(PKG)_SITE) | cut -f 2- | grep $($(PKG)_DL_VERSION)` && \
+ ((test "`git ls-remote $($(PKG)_SITE) $($(PKG)_DL_VERSION)`" && \
echo "Doing shallow clone" && \
$(GIT) clone --depth 1 -b $($(PKG)_DL_VERSION) --bare $($(PKG)_SITE) $($(PKG)_BASE_NAME)) || \
(echo "Doing full clone" && \
--
1.7.9.5
^ permalink raw reply related
* [Buildroot] [PATCH] fix cjson package
From: Danomi Manchego @ 2012-12-07 2:14 UTC (permalink / raw)
To: buildroot
In-Reply-To: <50C0B73C.9020407@syscom-instruments.com>
Viallard,
> -CJSON_VERSION = undefined
> -CJSON_SOURCE = cJSONFiles.zip
> +CJSON_VERSION = 2011-10-10
> +CJSON_SOURCE = cJSONFiles-$(CJSON_VERSION).zip
> CJSON_SITE = http://downloads.sourceforge.net/project/cjson/
This worked for you? It doesn't work for me ... i.e. this line works for me:
wget http://downloads.sourceforge.net/project/cjson/cJSONFiles.zip
but this line gives me ERROR 404 Not Found:
wget http://downloads.sourceforge.net/project/cjson/cJSONFiles-2011-10-10.zip
Am I missing something here?
Danomi -
^ permalink raw reply
* [Buildroot] [PATCH] pkg-infra: add <pkg>-extract and <pkg>-patch targets to OVERRIDE support
From: Peter Korsgaard @ 2012-12-07 1:14 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354835760-9357-1-git-send-email-arnout@mind.be>
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:
Hi,
Arnout> From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
Arnout> The legal-info target (and possibly others as well) depends on
Arnout> <pkg>-extract to make sure the license file is available. However,
Arnout> when <PKG>_OVERRIDE_SRCDIR is active, the <pkg>-extract target
Arnout> doesn't exist.
Arnout> To solve this, we add <pkg>-extract which depends on <pkg>-rsync.
Arnout> While we're at it, we do the same for <pkg>-patch. That avoids the
Arnout> same problem in the future if something starts depending on
Arnout> <pkg>-patch.
Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Arnout> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Arnout> Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [git commit] pkg-infra: add <pkg>-extract and <pkg>-patch targets to OVERRIDE support
From: Peter Korsgaard @ 2012-12-07 1:13 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=054f97e1f2de337ea0c788d766212a36d6d4e41c
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
The legal-info target (and possibly others as well) depends on
<pkg>-extract to make sure the license file is available. However,
when <PKG>_OVERRIDE_SRCDIR is active, the <pkg>-extract target
doesn't exist.
To solve this, we add <pkg>-extract which depends on <pkg>-rsync.
While we're at it, we do the same for <pkg>-patch. That avoids the
same problem in the future if something starts depending on
<pkg>-patch.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/pkg-generic.mk | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index fc05dc6..a570ad7 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -390,6 +390,9 @@ $(1)-configure: $(1)-depends \
$(1)-depends: $(1)-rsync $$($(2)_DEPENDENCIES)
+$(1)-patch: $(1)-rsync
+$(1)-extract: $(1)-rsync
+
$(1)-rsync: $$($(2)_TARGET_RSYNC)
$(1)-source: $$($(2)_TARGET_RSYNC_SOURCE)
^ permalink raw reply related
* [Buildroot] [PATCH] make legal-info: fails with OVERRIDE_SRCDIR
From: Peter Korsgaard @ 2012-12-07 1:12 UTC (permalink / raw)
To: buildroot
In-Reply-To: <50C1272D.6080307@mind.be>
>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:
Stephan> sorry, but I forgot that Arnout's patch
Stephan> http://lists.busybox.net/pipermail/
Stephan> buildroot/2012-October/059910.html is not yet applied. My
Stephan> patch does not work without this.
>>
>> Ahh, ok. Arnout, you mentioned you would rework and resend the patch:
>>
>> http://lists.busybox.net/pipermail/buildroot/2012-October/059941.html
Arnout> Which I did:
Arnout> http://lists.busybox.net/pipermail/buildroot/2012-October/059954.html
Ahh, sorry - And thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply
* [Buildroot] [PATCH 2/2] dnsmasq: bump to version 2.64
From: Gustavo Zacarias @ 2012-12-07 0:32 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354840348-24951-1-git-send-email-gustavo@zacarias.com.ar>
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/dnsmasq/dnsmasq.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index dac30e5..afa51e2 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -4,7 +4,7 @@
#
#############################################################
-DNSMASQ_VERSION = 2.63
+DNSMASQ_VERSION = 2.64
DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)"
DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)"
--
1.7.8.6
^ permalink raw reply related
* [Buildroot] [PATCH 1/2] squid: bump to version 3.2.4
From: Gustavo Zacarias @ 2012-12-07 0:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/squid/squid.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/squid/squid.mk b/package/squid/squid.mk
index 1ccb2da..3c08c39 100644
--- a/package/squid/squid.mk
+++ b/package/squid/squid.mk
@@ -4,7 +4,7 @@
#
#############################################################
-SQUID_VERSION = 3.2.3
+SQUID_VERSION = 3.2.4
SQUID_SITE = http://www.squid-cache.org/Versions/v3/3.2
SQUID_LICENSE = GPLv2+
SQUID_LICENSE_FILES = COPYING
--
1.7.8.6
^ permalink raw reply related
* [Buildroot] [PATCH] kernel-headers: bump 3.{0, 2, 4}.x stable versions
From: Gustavo Zacarias @ 2012-12-07 0:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
| 6 +++---
...all-fix-__packed-in-exported-kernel-head.patch} | 0
2 files changed, 3 insertions(+), 3 deletions(-)
rename toolchain/kernel-headers/{linux-3.0.54-headers_install-fix-__packed-in-exported-kernel-head.patch => linux-3.0.55-headers_install-fix-__packed-in-exported-kernel-head.patch} (100%)
--git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index 6552c62..0f3ed4f 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -67,11 +67,11 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "2.6.37.6" if BR2_KERNEL_HEADERS_2_6_37
default "2.6.38.8" if BR2_KERNEL_HEADERS_2_6_38
default "2.6.39.4" if BR2_KERNEL_HEADERS_2_6_39
- default "3.0.54" if BR2_KERNEL_HEADERS_3_0
+ default "3.0.55" if BR2_KERNEL_HEADERS_3_0
default "3.1.10" if BR2_KERNEL_HEADERS_3_1
- default "3.2.34" if BR2_KERNEL_HEADERS_3_2
+ default "3.2.35" if BR2_KERNEL_HEADERS_3_2
default "3.3.8" if BR2_KERNEL_HEADERS_3_3
- default "3.4.21" if BR2_KERNEL_HEADERS_3_4
+ default "3.4.22" if BR2_KERNEL_HEADERS_3_4
default "3.5.7" if BR2_KERNEL_HEADERS_3_5
default "3.6.9" if BR2_KERNEL_HEADERS_3_6
default "2.6" if BR2_KERNEL_HEADERS_SNAP
diff --git a/toolchain/kernel-headers/linux-3.0.54-headers_install-fix-__packed-in-exported-kernel-head.patch b/toolchain/kernel-headers/linux-3.0.55-headers_install-fix-__packed-in-exported-kernel-head.patch
similarity index 100%
rename from toolchain/kernel-headers/linux-3.0.54-headers_install-fix-__packed-in-exported-kernel-head.patch
rename to toolchain/kernel-headers/linux-3.0.55-headers_install-fix-__packed-in-exported-kernel-head.patch
--
1.7.8.6
^ permalink raw reply related
* [Buildroot] [PATCH] tcllib: new package
From: Davide Viti @ 2012-12-07 0:16 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354839385-23108-1-git-send-email-zinosat@tiscali.it>
Signed-off-by: Davide Viti <zinosat@tiscali.it>
---
package/Config.in | 5 +++++
package/tcllib/Config.in | 11 +++++++++++
package/tcllib/tcllib.mk | 14 ++++++++++++++
3 files changed, 30 insertions(+), 0 deletions(-)
create mode 100644 package/tcllib/Config.in
create mode 100644 package/tcllib/tcllib.mk
diff --git a/package/Config.in b/package/Config.in
index 74e439e..cad1221 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -313,6 +313,11 @@ endmenu
endif
source "package/ruby/Config.in"
source "package/tcl/Config.in"
+if BR2_PACKAGE_TCL
+menu "tcl libraries/modules"
+source "package/tcllib/Config.in"
+endmenu
+endif
endmenu
menu "Libraries"
diff --git a/package/tcllib/Config.in b/package/tcllib/Config.in
new file mode 100644
index 0000000..b0a4ad0
--- /dev/null
+++ b/package/tcllib/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_TCLLIB
+ bool "tcllib"
+ help
+ Tcllib is a collection of utility modules for Tcl. These
+ modules provide a wide variety of functionality, from
+ implementations of standard data structures to
+ implementations of common networking protocols. The intent
+ is to collect commonly used function into a single library,
+ which users can rely on to be available and stable
+
+ http://tcl.activestate.com/software/tcllib/
diff --git a/package/tcllib/tcllib.mk b/package/tcllib/tcllib.mk
new file mode 100644
index 0000000..09d617f
--- /dev/null
+++ b/package/tcllib/tcllib.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# tcllib
+#
+#############################################################
+TCLLIB_VERSION = 1.13
+TCLLIB_SOURCE = tcllib-$(TCLLIB_VERSION).tar.bz2
+TCLLIB_SITE = http://downloads.sourceforge.net/project/tcllib/tcllib/$(TCLLIB_VERSION)
+TCLLIB_LICENSE = tcl license
+TCLLIB_LICENSE_FILES = license.terms
+TCLLIB_DEPENDENCIES = host-tcl
+TCLLIB_CONF_ENV = ac_cv_path_tclsh="$(HOST_DIR)/usr/bin/tclsh8.4"
+
+$(eval $(autotools-package))
--
1.7.2.5
^ permalink raw reply related
* [Buildroot] [PATCH - v4] tcllib: new package
From: Davide Viti @ 2012-12-07 0:16 UTC (permalink / raw)
To: buildroot
Yet another update:
- Set TCLLIB_LICENSE to "tcl license"
- Make sure host-tcl is used for building
regards,
Davide
^ permalink raw reply
* [Buildroot] [PATCH] tcllib: new package
From: Arnout Vandecappelle @ 2012-12-06 23:36 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354833972-17700-2-git-send-email-zinosat@tiscali.it>
On 06/12/12 23:46, Davide Viti wrote:
[snip]
> diff --git a/package/tcllib/tcllib.mk b/package/tcllib/tcllib.mk
> new file mode 100644
> index 0000000..471720d
> --- /dev/null
> +++ b/package/tcllib/tcllib.mk
> @@ -0,0 +1,13 @@
> +#############################################################
> +#
> +# tcllib
> +#
> +#############################################################
> +TCLLIB_VERSION = 1.13
> +TCLLIB_SOURCE = tcllib-$(TCLLIB_VERSION).tar.bz2
> +TCLLIB_SITE =http://downloads.sourceforge.net/project/tcllib/tcllib/$(TCLLIB_VERSION)
> +TCLLIB_LICENSE = tcllib license
Since it's the same as the tcl license, I'd call it "tcl license".
Regards,
Arnout
> +TCLLIB_LICENSE_FILES = license.terms
> +TCLLIB_DEPENDENCIES = host-tcl
> +
> +$(eval $(autotools-package))
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply
* [Buildroot] [PATCH] pkg-infra: add <pkg>-extract and <pkg>-patch targets to OVERRIDE support
From: Arnout Vandecappelle @ 2012-12-06 23:16 UTC (permalink / raw)
To: buildroot
From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
The legal-info target (and possibly others as well) depends on
<pkg>-extract to make sure the license file is available. However,
when <PKG>_OVERRIDE_SRCDIR is active, the <pkg>-extract target
doesn't exist.
To solve this, we add <pkg>-extract which depends on <pkg>-rsync.
While we're at it, we do the same for <pkg>-patch. That avoids the
same problem in the future if something starts depending on
<pkg>-patch.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
---
v2: As ThomasP suggested, don't remove <pkg>-rsync.
---
package/pkg-generic.mk | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index 6fcd359..13c1d83 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -390,6 +390,9 @@ $(1)-configure: $(1)-depends \
$(1)-depends: $(1)-rsync $$($(2)_DEPENDENCIES)
+$(1)-patch: $(1)-rsync
+$(1)-extract: $(1)-rsync
+
$(1)-rsync: $$($(2)_TARGET_RSYNC)
$(1)-source: $$($(2)_TARGET_RSYNC_SOURCE)
--
1.7.10.4
^ permalink raw reply related
* [Buildroot] [PATCH] make legal-info: fails with OVERRIDE_SRCDIR
From: Arnout Vandecappelle @ 2012-12-06 23:15 UTC (permalink / raw)
To: buildroot
In-Reply-To: <87624f2jo4.fsf@dell.be.48ers.dk>
On 06/12/12 18:07, Peter Korsgaard wrote:
>>>>>> "Stephan" == Stephan Hoffmann<sho@relinux.de> writes:
>
> Hi,
>
> Stephan> Committed, thanks.
>
> Stephan> Hi,
>
> Stephan> sorry, but I forgot that Arnout's patch
> Stephan> http://lists.busybox.net/pipermail/
> Stephan> buildroot/2012-October/059910.html is not yet applied. My
> Stephan> patch does not work without this.
>
> Ahh, ok. Arnout, you mentioned you would rework and resend the patch:
>
> http://lists.busybox.net/pipermail/buildroot/2012-October/059941.html
Which I did:
http://lists.busybox.net/pipermail/buildroot/2012-October/059954.html
I'll resend with the ACKs.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply
* [Buildroot] [PATCH] tcllib: new package
From: Yann E. MORIN @ 2012-12-06 23:09 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354833972-17700-2-git-send-email-zinosat@tiscali.it>
Davide, All,
On Thursday 06 December 2012 Davide Viti wrote:
[--SNIP--]
> diff --git a/package/tcllib/tcllib.mk b/package/tcllib/tcllib.mk
> new file mode 100644
> index 0000000..471720d
> --- /dev/null
> +++ b/package/tcllib/tcllib.mk
> @@ -0,0 +1,13 @@
> +#############################################################
> +#
> +# tcllib
> +#
> +#############################################################
> +TCLLIB_VERSION = 1.13
> +TCLLIB_SOURCE = tcllib-$(TCLLIB_VERSION).tar.bz2
> +TCLLIB_SITE = http://downloads.sourceforge.net/project/tcllib/tcllib/$(TCLLIB_VERSION)
> +TCLLIB_LICENSE = tcllib license
> +TCLLIB_LICENSE_FILES = license.terms
> +TCLLIB_DEPENDENCIES = host-tcl
On my machine, tcllib uses /usr/bin/tclsh8.4 instead of our own,
newly-built host-tcl:
>>> tcllib 1.13 Installing to target
PATH="/home/ymorin/dev/buildroot/O.tcl/host/bin:/home/ymorin/dev/buildroot/O.tcl/host/usr/bin:/home/ymorin/dev/buildroot/O.tcl/host/usr/sbin/:/home/ymorin/bin:/opt/zbar/bin:/opt/stgit/bin:/opt/qemu/bin:/opt/pkg++/bin:/opt/hg/bin:/opt/firefox/bin:/opt/bencode/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PERLLIB="/home/ymorin/dev/buildroot/O.tcl/host/usr/lib/perl" /usr/bin/make -j24 DESTDIR=/home/ymorin/dev/buildroot/O.tcl/target install -C /home/ymorin/dev/buildroot/O.tcl/build/tcllib-1.13/
/usr/bin/tclsh8.4 `echo ./installer.tcl` \
-no-examples -no-html \
-pkg-path /home/ymorin/dev/buildroot/O.tcl/target/usr/lib/tcllib1.13 \
-app-path /home/ymorin/dev/buildroot/O.tcl/target/usr/bin \
-nroff-path /home/ymorin/dev/buildroot/O.tcl/target/usr/man/mann \
-no-wait -no-gui
We really want tcllib to use our newly-built host-tcl's tclsh, in case
tcllib is not compatible with the host tclsh.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply
* [Buildroot] [PATCH 2/2] b43-firmware: new package
From: Thomas Petazzoni @ 2012-12-06 22:50 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354834200-31532-1-git-send-email-thomas.petazzoni@free-electrons.com>
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>
---
package/Config.in | 1 +
package/b43-firmware/Config.in | 25 +++++++++++++++++++++++++
package/b43-firmware/b43-firmware.mk | 29 +++++++++++++++++++++++++++++
3 files changed, 55 insertions(+)
create mode 100644 package/b43-firmware/Config.in
create mode 100644 package/b43-firmware/b43-firmware.mk
diff --git a/package/Config.in b/package/Config.in
index f95e29d..e313337 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -197,6 +197,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))
--
1.7.9.5
^ permalink raw reply related
* [Buildroot] [PATCH 1/2] b43-fwcutter: new package
From: Thomas Petazzoni @ 2012-12-06 22:49 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354834200-31532-1-git-send-email-thomas.petazzoni@free-electrons.com>
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>
---
package/b43-fwcutter/b43-fwcutter.mk | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 package/b43-fwcutter/b43-fwcutter.mk
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))
--
1.7.9.5
^ permalink raw reply related
* [Buildroot] Installation of b43 firmwares
From: Thomas Petazzoni @ 2012-12-06 22:49 UTC (permalink / raw)
To: buildroot
Hello,
Here is a set of two patches that allow to easily install the b43
firmware needed to operate a number of Broadcom Wifi devices.
Thomas
^ permalink raw reply
* [Buildroot] [PATCH] tcllib: new package
From: Davide Viti @ 2012-12-06 22:46 UTC (permalink / raw)
To: buildroot
In-Reply-To: <1354833972-17700-1-git-send-email-zinosat@tiscali.it>
Signed-off-by: Davide Viti <zinosat@tiscali.it>
---
package/Config.in | 5 +++++
package/tcllib/Config.in | 11 +++++++++++
package/tcllib/tcllib.mk | 13 +++++++++++++
3 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 package/tcllib/Config.in
create mode 100644 package/tcllib/tcllib.mk
diff --git a/package/Config.in b/package/Config.in
index 74e439e..cad1221 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -313,6 +313,11 @@ endmenu
endif
source "package/ruby/Config.in"
source "package/tcl/Config.in"
+if BR2_PACKAGE_TCL
+menu "tcl libraries/modules"
+source "package/tcllib/Config.in"
+endmenu
+endif
endmenu
menu "Libraries"
diff --git a/package/tcllib/Config.in b/package/tcllib/Config.in
new file mode 100644
index 0000000..b0a4ad0
--- /dev/null
+++ b/package/tcllib/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_TCLLIB
+ bool "tcllib"
+ help
+ Tcllib is a collection of utility modules for Tcl. These
+ modules provide a wide variety of functionality, from
+ implementations of standard data structures to
+ implementations of common networking protocols. The intent
+ is to collect commonly used function into a single library,
+ which users can rely on to be available and stable
+
+ http://tcl.activestate.com/software/tcllib/
diff --git a/package/tcllib/tcllib.mk b/package/tcllib/tcllib.mk
new file mode 100644
index 0000000..471720d
--- /dev/null
+++ b/package/tcllib/tcllib.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# tcllib
+#
+#############################################################
+TCLLIB_VERSION = 1.13
+TCLLIB_SOURCE = tcllib-$(TCLLIB_VERSION).tar.bz2
+TCLLIB_SITE = http://downloads.sourceforge.net/project/tcllib/tcllib/$(TCLLIB_VERSION)
+TCLLIB_LICENSE = tcllib license
+TCLLIB_LICENSE_FILES = license.terms
+TCLLIB_DEPENDENCIES = host-tcl
+
+$(eval $(autotools-package))
--
1.7.2.5
^ permalink raw reply related
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