Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] webkit: fix compilation without X11
From: Stephan Hoffmann @ 2012-12-28  8:04 UTC (permalink / raw)
  To: buildroot

Fixes:
 http://autobuild.buildroot.net/results/86534588d192fe1515ce520c109e884864871d94/
and others.

Webkit includes X11 headers even when configuerd for DirecfFB, because
the test within GNUmakefile.in does not work properly. Autoreconfigure
fails because of incompatibility with buildroot's autotools version.

For now a patch for GNUmakefile.in fixes this problem.

Since webkit release is quite old it doesn't seem to be worth doing more,
on the long run we should bump the version.

Signed-off-by: Stephan Hoffmann <sho@relinux.de>
---
 .../webkit-fix-compilation-on-DirectFB-2.patch     |   33 ++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 package/webkit/webkit-fix-compilation-on-DirectFB-2.patch

diff --git a/package/webkit/webkit-fix-compilation-on-DirectFB-2.patch b/package/webkit/webkit-fix-compilation-on-DirectFB-2.patch
new file mode 100644
index 0000000..097fa5d
--- /dev/null
+++ b/package/webkit/webkit-fix-compilation-on-DirectFB-2.patch
@@ -0,0 +1,33 @@
+From ef45c7ce5325d85ca924502b1b0a929fecd6581d Mon Sep 17 00:00:00 2001
+From: Stephan Hoffmann <sho@relinux.de>
+Date: Thu, 27 Dec 2012 18:08:29 +0100
+Subject: [PATCH] Fix test for presence of X11
+
+The test in GNUmakefile.in checking for presence of X11 and
+enabling the XP_UNIX define succeeds even when X11 is not
+present and Webkit is built for DirectFB.
+
+Because of this X11-headers are included and the build fails.
+
+Signed-off-by: Stephan Hoffmann <sho@relinux.de>
+---
+ GNUmakefile.in |    3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/GNUmakefile.in b/GNUmakefile.in
+index f14f27b..3ac811f 100644
+--- a/GNUmakefile.in
++++ b/GNUmakefile.in
+@@ -88,7 +88,8 @@ noinst_PROGRAMS = Programs/minidom$(EXEEXT) \
+ 	$(am__EXEEXT_1)
+ 
+ # For the Gtk port we want to use XP_UNIX both in X11 and Mac
+- at TARGET_WIN32_FALSE@am__append_1 = -DXP_UNIX
++ at TARGET_X11_TRUE@am__append_1 = -DXP_UNIX
++ at TARGET_QUARTZ_TRUE@am__append_1 = -DXP_UNIX
+ @USE_ICU_UNICODE_TRUE at am__append_2 = \
+ @USE_ICU_UNICODE_TRUE@	-DWTF_USE_ICU_UNICODE=1
+ 
+-- 
+1.7.0.4
+
-- 
1.7.0.4

^ permalink raw reply related

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


Hello,

On 2012-12-27, 183 random build tests have been done and
submitted on autobuild.buildroot.net.
 120 builds have been successful
 63 builds have failed

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

Build c4056ed2b969b900f7654e651e0e4cc2e8998e02
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 00:42:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/c4056ed2b969b900f7654e651e0e4cc2e8998e02/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c4056ed2b969b900f7654e651e0e4cc2e8998e02/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c4056ed2b969b900f7654e651e0e4cc2e8998e02/config
Defconfig      : http://autobuild.buildroot.net/results/c4056ed2b969b900f7654e651e0e4cc2e8998e02/defconfig

Build 3637743c401dd8cf093220b998fcc54600f64650
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 00:45:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/3637743c401dd8cf093220b998fcc54600f64650/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3637743c401dd8cf093220b998fcc54600f64650/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3637743c401dd8cf093220b998fcc54600f64650/config
Defconfig      : http://autobuild.buildroot.net/results/3637743c401dd8cf093220b998fcc54600f64650/defconfig

Build 1090f1e5be9a5fc22a1d6f9c87b3b9092ac55112
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 00:45:41
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/1090f1e5be9a5fc22a1d6f9c87b3b9092ac55112/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1090f1e5be9a5fc22a1d6f9c87b3b9092ac55112/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1090f1e5be9a5fc22a1d6f9c87b3b9092ac55112/config
Defconfig      : http://autobuild.buildroot.net/results/1090f1e5be9a5fc22a1d6f9c87b3b9092ac55112/defconfig

Build dcc4a8f9be6807536bfb3a82ae1e98875d059e8e
==============================================

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

Build 12d5a72e0e049b41bb6d271f50d3107b117af6d3
==============================================

Status         : NOK
Failure reason : libatomic_ops-7.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 00:50:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/12d5a72e0e049b41bb6d271f50d3107b117af6d3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/12d5a72e0e049b41bb6d271f50d3107b117af6d3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/12d5a72e0e049b41bb6d271f50d3107b117af6d3/config
Defconfig      : http://autobuild.buildroot.net/results/12d5a72e0e049b41bb6d271f50d3107b117af6d3/defconfig

Build 9fbcefdef21c30787f6c389dc5c6b236c0880b77
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 01:11:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/9fbcefdef21c30787f6c389dc5c6b236c0880b77/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9fbcefdef21c30787f6c389dc5c6b236c0880b77/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9fbcefdef21c30787f6c389dc5c6b236c0880b77/config
Defconfig      : http://autobuild.buildroot.net/results/9fbcefdef21c30787f6c389dc5c6b236c0880b77/defconfig

Build 8801ac586a6d181861572dbdbb594cf0badf696f
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : sh4
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 01:17:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/8801ac586a6d181861572dbdbb594cf0badf696f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8801ac586a6d181861572dbdbb594cf0badf696f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8801ac586a6d181861572dbdbb594cf0badf696f/config
Defconfig      : http://autobuild.buildroot.net/results/8801ac586a6d181861572dbdbb594cf0badf696f/defconfig

Build 5ab4697713f0d0d45d26338064674b96a69da77d
==============================================

Status         : NOK
Failure reason : sdl-1.2.15
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-27 01:24:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=6b449ed5dfb8c8f8c889f242cf3d5b27b18673c7
End of log     : http://autobuild.buildroot.net/results/5ab4697713f0d0d45d26338064674b96a69da77d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5ab4697713f0d0d45d26338064674b96a69da77d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5ab4697713f0d0d45d26338064674b96a69da77d/config
Defconfig      : http://autobuild.buildroot.net/results/5ab4697713f0d0d45d26338064674b96a69da77d/defconfig

Build a7a2523b81bc03c30af6b0993ae074679b6b48e5
==============================================

Status         : NOK
Failure reason : berkeleydb-5.3.21
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 01:49:03
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/a7a2523b81bc03c30af6b0993ae074679b6b48e5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a7a2523b81bc03c30af6b0993ae074679b6b48e5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a7a2523b81bc03c30af6b0993ae074679b6b48e5/config
Defconfig      : http://autobuild.buildroot.net/results/a7a2523b81bc03c30af6b0993ae074679b6b48e5/defconfig

Build 812fcd3dccb1ccdff37095078d002d5dbdebe57d
==============================================

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

Build 526940476a615a900617e5300e180e084699da8a
==============================================

Status         : NOK
Failure reason : qt-4.8.3
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 02:15:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/526940476a615a900617e5300e180e084699da8a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/526940476a615a900617e5300e180e084699da8a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/526940476a615a900617e5300e180e084699da8a/config
Defconfig      : http://autobuild.buildroot.net/results/526940476a615a900617e5300e180e084699da8a/defconfig

Build 386eb313f72a746e615c66ba1f08bf744fe14166
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 02:49:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/386eb313f72a746e615c66ba1f08bf744fe14166/build-end.log
Complete log   : http://autobuild.buildroot.net/results/386eb313f72a746e615c66ba1f08bf744fe14166/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/386eb313f72a746e615c66ba1f08bf744fe14166/config
Defconfig      : http://autobuild.buildroot.net/results/386eb313f72a746e615c66ba1f08bf744fe14166/defconfig

Build 957c37deb8af6b18253839196ab803f3038f09d9
==============================================

Status         : NOK
Failure reason : libiconv-1.14
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 03:54:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/957c37deb8af6b18253839196ab803f3038f09d9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/957c37deb8af6b18253839196ab803f3038f09d9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/957c37deb8af6b18253839196ab803f3038f09d9/config
Defconfig      : http://autobuild.buildroot.net/results/957c37deb8af6b18253839196ab803f3038f09d9/defconfig

Build ab0b87c52e94ddb23bf2e55c5ec12704c87b0b38
==============================================

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

Build 6f699274baf7f2cbc85a39d6c978a537c3ded917
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 05:42:29
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/6f699274baf7f2cbc85a39d6c978a537c3ded917/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6f699274baf7f2cbc85a39d6c978a537c3ded917/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6f699274baf7f2cbc85a39d6c978a537c3ded917/config
Defconfig      : http://autobuild.buildroot.net/results/6f699274baf7f2cbc85a39d6c978a537c3ded917/defconfig

Build 3d340e5d308c2a527d4cc404b2b365884a1e03a9
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 05:52:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/3d340e5d308c2a527d4cc404b2b365884a1e03a9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3d340e5d308c2a527d4cc404b2b365884a1e03a9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3d340e5d308c2a527d4cc404b2b365884a1e03a9/config
Defconfig      : http://autobuild.buildroot.net/results/3d340e5d308c2a527d4cc404b2b365884a1e03a9/defconfig

Build 68013051506010174c2171fe84646bef048baf96
==============================================

Status         : NOK
Failure reason : rt-tests-0.83
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 06:10:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/68013051506010174c2171fe84646bef048baf96/build-end.log
Complete log   : http://autobuild.buildroot.net/results/68013051506010174c2171fe84646bef048baf96/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/68013051506010174c2171fe84646bef048baf96/config
Defconfig      : http://autobuild.buildroot.net/results/68013051506010174c2171fe84646bef048baf96/defconfig

Build 1ed16d51dd3cd19d6029d469609588bfc7ba0dd4
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-27 06:22:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/1ed16d51dd3cd19d6029d469609588bfc7ba0dd4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1ed16d51dd3cd19d6029d469609588bfc7ba0dd4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1ed16d51dd3cd19d6029d469609588bfc7ba0dd4/config
Defconfig      : http://autobuild.buildroot.net/results/1ed16d51dd3cd19d6029d469609588bfc7ba0dd4/defconfig

Build 0b5e0fd3b38baecaf82fa51fa9f8e0d471151bc6
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 07:08:03
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/0b5e0fd3b38baecaf82fa51fa9f8e0d471151bc6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0b5e0fd3b38baecaf82fa51fa9f8e0d471151bc6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0b5e0fd3b38baecaf82fa51fa9f8e0d471151bc6/config
Defconfig      : http://autobuild.buildroot.net/results/0b5e0fd3b38baecaf82fa51fa9f8e0d471151bc6/defconfig

Build 00e6a0455f4650b5eee1105b0b7712df6be0389f
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 07:14:04
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/00e6a0455f4650b5eee1105b0b7712df6be0389f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/00e6a0455f4650b5eee1105b0b7712df6be0389f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/00e6a0455f4650b5eee1105b0b7712df6be0389f/config
Defconfig      : http://autobuild.buildroot.net/results/00e6a0455f4650b5eee1105b0b7712df6be0389f/defconfig

Build 067cfbab9fa26e9e5f321f661e8f4ac0e19249e1
==============================================

Status         : NOK
Failure reason : vsftpd-3.0.2
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 07:45:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/067cfbab9fa26e9e5f321f661e8f4ac0e19249e1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/067cfbab9fa26e9e5f321f661e8f4ac0e19249e1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/067cfbab9fa26e9e5f321f661e8f4ac0e19249e1/config
Defconfig      : http://autobuild.buildroot.net/results/067cfbab9fa26e9e5f321f661e8f4ac0e19249e1/defconfig

Build f324b746493dcd0e1c0b4d1f0854fd6394a19dce
==============================================

Status         : NOK
Failure reason : bluez_utils-4.101
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 07:48:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/f324b746493dcd0e1c0b4d1f0854fd6394a19dce/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f324b746493dcd0e1c0b4d1f0854fd6394a19dce/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f324b746493dcd0e1c0b4d1f0854fd6394a19dce/config
Defconfig      : http://autobuild.buildroot.net/results/f324b746493dcd0e1c0b4d1f0854fd6394a19dce/defconfig

Build f5d295a7820ce78bb5cf122e2e80abdd05b70e33
==============================================

Status         : NOK
Failure reason : sqlite-3071401
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 08:46:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/f5d295a7820ce78bb5cf122e2e80abdd05b70e33/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f5d295a7820ce78bb5cf122e2e80abdd05b70e33/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f5d295a7820ce78bb5cf122e2e80abdd05b70e33/config
Defconfig      : http://autobuild.buildroot.net/results/f5d295a7820ce78bb5cf122e2e80abdd05b70e33/defconfig

Build 37233ace581b78c55eae9a41cb617ecdb5555581
==============================================

Status         : NOK
Failure reason : qt-4.8.3
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 09:42:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/37233ace581b78c55eae9a41cb617ecdb5555581/build-end.log
Complete log   : http://autobuild.buildroot.net/results/37233ace581b78c55eae9a41cb617ecdb5555581/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/37233ace581b78c55eae9a41cb617ecdb5555581/config
Defconfig      : http://autobuild.buildroot.net/results/37233ace581b78c55eae9a41cb617ecdb5555581/defconfig

Build aed40ad79d4e131d7cc642090c5b8af67c47115d
==============================================

Status         : NOK
Failure reason : bzip2-1.0.6
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 09:44:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/aed40ad79d4e131d7cc642090c5b8af67c47115d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/aed40ad79d4e131d7cc642090c5b8af67c47115d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/aed40ad79d4e131d7cc642090c5b8af67c47115d/config
Defconfig      : http://autobuild.buildroot.net/results/aed40ad79d4e131d7cc642090c5b8af67c47115d/defconfig

Build f7df84ca602721862d2a1453c23c15f0120b3634
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 10:50:18
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/f7df84ca602721862d2a1453c23c15f0120b3634/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f7df84ca602721862d2a1453c23c15f0120b3634/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f7df84ca602721862d2a1453c23c15f0120b3634/config
Defconfig      : http://autobuild.buildroot.net/results/f7df84ca602721862d2a1453c23c15f0120b3634/defconfig

Build a6a19ca7b4e5b4125ab272c2ab5a6ab32503d247
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 11:02:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/a6a19ca7b4e5b4125ab272c2ab5a6ab32503d247/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a6a19ca7b4e5b4125ab272c2ab5a6ab32503d247/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a6a19ca7b4e5b4125ab272c2ab5a6ab32503d247/config
Defconfig      : http://autobuild.buildroot.net/results/a6a19ca7b4e5b4125ab272c2ab5a6ab32503d247/defconfig

Build 8101725a83757a031242869986b93c2ee8a4d9a3
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 11:11:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/8101725a83757a031242869986b93c2ee8a4d9a3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8101725a83757a031242869986b93c2ee8a4d9a3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8101725a83757a031242869986b93c2ee8a4d9a3/config
Defconfig      : http://autobuild.buildroot.net/results/8101725a83757a031242869986b93c2ee8a4d9a3/defconfig

Build b673ef6d6315dc5df77e000199a63f90904829d5
==============================================

Status         : NOK
Failure reason : dialog-1.1-20111020
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 11:50:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/b673ef6d6315dc5df77e000199a63f90904829d5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b673ef6d6315dc5df77e000199a63f90904829d5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b673ef6d6315dc5df77e000199a63f90904829d5/config
Defconfig      : http://autobuild.buildroot.net/results/b673ef6d6315dc5df77e000199a63f90904829d5/defconfig

Build 48d6aa558ae51c0ea99d8f3481f3c6bd7e2f49e9
==============================================

Status         : NOK
Failure reason : linux-pam-1.1.4
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 11:51:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/48d6aa558ae51c0ea99d8f3481f3c6bd7e2f49e9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/48d6aa558ae51c0ea99d8f3481f3c6bd7e2f49e9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/48d6aa558ae51c0ea99d8f3481f3c6bd7e2f49e9/config
Defconfig      : http://autobuild.buildroot.net/results/48d6aa558ae51c0ea99d8f3481f3c6bd7e2f49e9/defconfig

Build a6908bba6b5a7deb5118e53564ca44460909fb94
==============================================

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

Build 7002bf4a7a7c12b009a978c5230628d200886adf
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 12:47:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/7002bf4a7a7c12b009a978c5230628d200886adf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7002bf4a7a7c12b009a978c5230628d200886adf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7002bf4a7a7c12b009a978c5230628d200886adf/config
Defconfig      : http://autobuild.buildroot.net/results/7002bf4a7a7c12b009a978c5230628d200886adf/defconfig

Build e684d14f1108857b57aa604a7d275292de7bd53e
==============================================

Status         : NOK
Failure reason : samba-3.6.10
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 12:51:29
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/e684d14f1108857b57aa604a7d275292de7bd53e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e684d14f1108857b57aa604a7d275292de7bd53e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e684d14f1108857b57aa604a7d275292de7bd53e/config
Defconfig      : http://autobuild.buildroot.net/results/e684d14f1108857b57aa604a7d275292de7bd53e/defconfig

Build e2b76d3532b5f9442827c21d431369e57710243e
==============================================

Status         : NOK
Failure reason : lttng-libust-2.0.3
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 13:27:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/e2b76d3532b5f9442827c21d431369e57710243e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e2b76d3532b5f9442827c21d431369e57710243e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e2b76d3532b5f9442827c21d431369e57710243e/config
Defconfig      : http://autobuild.buildroot.net/results/e2b76d3532b5f9442827c21d431369e57710243e/defconfig

Build 169065589704f20c2218ac724ac18cca186eb7cb
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 13:48:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/169065589704f20c2218ac724ac18cca186eb7cb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/169065589704f20c2218ac724ac18cca186eb7cb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/169065589704f20c2218ac724ac18cca186eb7cb/config
Defconfig      : http://autobuild.buildroot.net/results/169065589704f20c2218ac724ac18cca186eb7cb/defconfig

Build c6570d36df41d0ded2618db4abb7bc5df41daf3e
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 14:17:46
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/c6570d36df41d0ded2618db4abb7bc5df41daf3e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c6570d36df41d0ded2618db4abb7bc5df41daf3e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c6570d36df41d0ded2618db4abb7bc5df41daf3e/config
Defconfig      : http://autobuild.buildroot.net/results/c6570d36df41d0ded2618db4abb7bc5df41daf3e/defconfig

Build a010ae0d017b4e64f61521ace6f28a71644744d7
==============================================

Status         : NOK
Failure reason : bzip2-1.0.6
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 14:18:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/a010ae0d017b4e64f61521ace6f28a71644744d7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a010ae0d017b4e64f61521ace6f28a71644744d7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a010ae0d017b4e64f61521ace6f28a71644744d7/config
Defconfig      : http://autobuild.buildroot.net/results/a010ae0d017b4e64f61521ace6f28a71644744d7/defconfig

Build dfcbd6d812590d65e83d9a0522b530d684c42f77
==============================================

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

Build d620caaca5bba911bb22184cfea4d1acf67cfe4c
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 14:19:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/d620caaca5bba911bb22184cfea4d1acf67cfe4c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d620caaca5bba911bb22184cfea4d1acf67cfe4c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d620caaca5bba911bb22184cfea4d1acf67cfe4c/config
Defconfig      : http://autobuild.buildroot.net/results/d620caaca5bba911bb22184cfea4d1acf67cfe4c/defconfig

Build a0b1256f0656477374da166042275ec07baf485d
==============================================

Status         : NOK
Failure reason : netsnmp-5.7.2
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 15:10:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/a0b1256f0656477374da166042275ec07baf485d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a0b1256f0656477374da166042275ec07baf485d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a0b1256f0656477374da166042275ec07baf485d/config
Defconfig      : http://autobuild.buildroot.net/results/a0b1256f0656477374da166042275ec07baf485d/defconfig

Build f34255aa208f9fdd15d6c5d89c6ff53b11aa9bec
==============================================

Status         : NOK
Failure reason : libfuse-2.9.2
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 15:20:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/f34255aa208f9fdd15d6c5d89c6ff53b11aa9bec/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f34255aa208f9fdd15d6c5d89c6ff53b11aa9bec/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f34255aa208f9fdd15d6c5d89c6ff53b11aa9bec/config
Defconfig      : http://autobuild.buildroot.net/results/f34255aa208f9fdd15d6c5d89c6ff53b11aa9bec/defconfig

Build 1a50b80ab4eefda7b4ec2480fba3c58daf8b74fc
==============================================

Status         : NOK
Failure reason : luajit-2.0.0
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 15:25:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/1a50b80ab4eefda7b4ec2480fba3c58daf8b74fc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1a50b80ab4eefda7b4ec2480fba3c58daf8b74fc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1a50b80ab4eefda7b4ec2480fba3c58daf8b74fc/config
Defconfig      : http://autobuild.buildroot.net/results/1a50b80ab4eefda7b4ec2480fba3c58daf8b74fc/defconfig

Build 3e2d281cf8d6b066f2e1c93b810958c6b21ef37b
==============================================

Status         : NOK
Failure reason : spice-0.12.0
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-27 16:48:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/3e2d281cf8d6b066f2e1c93b810958c6b21ef37b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3e2d281cf8d6b066f2e1c93b810958c6b21ef37b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3e2d281cf8d6b066f2e1c93b810958c6b21ef37b/config
Defconfig      : http://autobuild.buildroot.net/results/3e2d281cf8d6b066f2e1c93b810958c6b21ef37b/defconfig

Build a3ca738b26857e7db08762b7469826117afdeacf
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 17:01:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/a3ca738b26857e7db08762b7469826117afdeacf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a3ca738b26857e7db08762b7469826117afdeacf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a3ca738b26857e7db08762b7469826117afdeacf/config
Defconfig      : http://autobuild.buildroot.net/results/a3ca738b26857e7db08762b7469826117afdeacf/defconfig

Build 0f14ffdb9377cf18e1e5a5750accf8d5116a3bf6
==============================================

Status         : NOK
Failure reason : lttng-libust-2.0.3
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 17:50:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/0f14ffdb9377cf18e1e5a5750accf8d5116a3bf6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0f14ffdb9377cf18e1e5a5750accf8d5116a3bf6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0f14ffdb9377cf18e1e5a5750accf8d5116a3bf6/config
Defconfig      : http://autobuild.buildroot.net/results/0f14ffdb9377cf18e1e5a5750accf8d5116a3bf6/defconfig

Build 321376a96bd0039893f0e7bb7c7ff346b25a0adb
==============================================

Status         : NOK
Failure reason : gpsd-3.7
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 18:48:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/321376a96bd0039893f0e7bb7c7ff346b25a0adb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/321376a96bd0039893f0e7bb7c7ff346b25a0adb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/321376a96bd0039893f0e7bb7c7ff346b25a0adb/config
Defconfig      : http://autobuild.buildroot.net/results/321376a96bd0039893f0e7bb7c7ff346b25a0adb/defconfig

Build 0dba3f78351a62a0d42a3628d5ce0e1fa4e30794
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 18:53:51
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a61d33a3443e535ce2fde53ffe9fa3161fb6afea
End of log     : http://autobuild.buildroot.net/results/0dba3f78351a62a0d42a3628d5ce0e1fa4e30794/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0dba3f78351a62a0d42a3628d5ce0e1fa4e30794/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0dba3f78351a62a0d42a3628d5ce0e1fa4e30794/config
Defconfig      : http://autobuild.buildroot.net/results/0dba3f78351a62a0d42a3628d5ce0e1fa4e30794/defconfig

Build 4d2791f924ed3b8f97dc7defc7aab0ad7fe0200e
==============================================

Status         : NOK
Failure reason : make: *** [freetype-legal-info] Error 1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 20:41:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/4d2791f924ed3b8f97dc7defc7aab0ad7fe0200e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4d2791f924ed3b8f97dc7defc7aab0ad7fe0200e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4d2791f924ed3b8f97dc7defc7aab0ad7fe0200e/config
Defconfig      : http://autobuild.buildroot.net/results/4d2791f924ed3b8f97dc7defc7aab0ad7fe0200e/defconfig

Build 7adf3d698ecac0ab7e439ff6836c9fee2af5e30b
==============================================

Status         : NOK
Failure reason : make: *** [freetype-legal-info] Error 1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 20:42:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/7adf3d698ecac0ab7e439ff6836c9fee2af5e30b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7adf3d698ecac0ab7e439ff6836c9fee2af5e30b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7adf3d698ecac0ab7e439ff6836c9fee2af5e30b/config
Defconfig      : http://autobuild.buildroot.net/results/7adf3d698ecac0ab7e439ff6836c9fee2af5e30b/defconfig

Build 391cd0a23df416c0bc45a9ce5582b23d659e53c3
==============================================

Status         : NOK
Failure reason : make: *** [freetype-legal-info] Error 1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 21:28:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/391cd0a23df416c0bc45a9ce5582b23d659e53c3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/391cd0a23df416c0bc45a9ce5582b23d659e53c3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/391cd0a23df416c0bc45a9ce5582b23d659e53c3/config
Defconfig      : http://autobuild.buildroot.net/results/391cd0a23df416c0bc45a9ce5582b23d659e53c3/defconfig

Build 6e858387cfcb3f8d7422a29855a6a3c770d70c0e
==============================================

Status         : NOK
Failure reason : dbus-1.4.24
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 21:30:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/6e858387cfcb3f8d7422a29855a6a3c770d70c0e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6e858387cfcb3f8d7422a29855a6a3c770d70c0e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6e858387cfcb3f8d7422a29855a6a3c770d70c0e/config
Defconfig      : http://autobuild.buildroot.net/results/6e858387cfcb3f8d7422a29855a6a3c770d70c0e/defconfig

Build 056fa0f1a1df7b480a634189fdd8bc7b3aa86635
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-27 21:32:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/056fa0f1a1df7b480a634189fdd8bc7b3aa86635/build-end.log
Complete log   : http://autobuild.buildroot.net/results/056fa0f1a1df7b480a634189fdd8bc7b3aa86635/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/056fa0f1a1df7b480a634189fdd8bc7b3aa86635/config
Defconfig      : http://autobuild.buildroot.net/results/056fa0f1a1df7b480a634189fdd8bc7b3aa86635/defconfig

Build 78121071f9d2ebb35944469dc4d4dfb56e721131
==============================================

Status         : NOK
Failure reason : make: *** [freetype-legal-info] Error 1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 21:34:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/78121071f9d2ebb35944469dc4d4dfb56e721131/build-end.log
Complete log   : http://autobuild.buildroot.net/results/78121071f9d2ebb35944469dc4d4dfb56e721131/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/78121071f9d2ebb35944469dc4d4dfb56e721131/config
Defconfig      : http://autobuild.buildroot.net/results/78121071f9d2ebb35944469dc4d4dfb56e721131/defconfig

Build 6c1418e47cbb9daf6a1251e0ea4efb4131e60fdc
==============================================

Status         : NOK
Failure reason : libnl-3.2.16
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 21:45:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/6c1418e47cbb9daf6a1251e0ea4efb4131e60fdc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6c1418e47cbb9daf6a1251e0ea4efb4131e60fdc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6c1418e47cbb9daf6a1251e0ea4efb4131e60fdc/config
Defconfig      : http://autobuild.buildroot.net/results/6c1418e47cbb9daf6a1251e0ea4efb4131e60fdc/defconfig

Build dc0824e9d2671e81a138e4ff27c73c5e11a4fbbf
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 22:30:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/dc0824e9d2671e81a138e4ff27c73c5e11a4fbbf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dc0824e9d2671e81a138e4ff27c73c5e11a4fbbf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dc0824e9d2671e81a138e4ff27c73c5e11a4fbbf/config
Defconfig      : http://autobuild.buildroot.net/results/dc0824e9d2671e81a138e4ff27c73c5e11a4fbbf/defconfig

Build 0960aafd13d4ae721bc29ccb2d77ba8b64b395c4
==============================================

Status         : NOK
Failure reason : make: *** [freetype-legal-info] Error 1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 22:32:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/0960aafd13d4ae721bc29ccb2d77ba8b64b395c4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0960aafd13d4ae721bc29ccb2d77ba8b64b395c4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0960aafd13d4ae721bc29ccb2d77ba8b64b395c4/config
Defconfig      : http://autobuild.buildroot.net/results/0960aafd13d4ae721bc29ccb2d77ba8b64b395c4/defconfig

Build e120ed3ec60048116a1a751be0631e7eed87c71a
==============================================

Status         : NOK
Failure reason : make: *** [freetype-legal-info] Error 1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 22:55:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/e120ed3ec60048116a1a751be0631e7eed87c71a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e120ed3ec60048116a1a751be0631e7eed87c71a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e120ed3ec60048116a1a751be0631e7eed87c71a/config
Defconfig      : http://autobuild.buildroot.net/results/e120ed3ec60048116a1a751be0631e7eed87c71a/defconfig

Build 4307392fc6c2e35b479c93fbeef9fcd685c08005
==============================================

Status         : NOK
Failure reason : make: *** [freetype-legal-info] Error 1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 23:20:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/4307392fc6c2e35b479c93fbeef9fcd685c08005/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4307392fc6c2e35b479c93fbeef9fcd685c08005/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4307392fc6c2e35b479c93fbeef9fcd685c08005/config
Defconfig      : http://autobuild.buildroot.net/results/4307392fc6c2e35b479c93fbeef9fcd685c08005/defconfig

Build 79b544679d30ca617eb59f04ffb50f6301c9ae13
==============================================

Status         : NOK
Failure reason : host-gawk-4.0.2
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-12-27 23:34:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/79b544679d30ca617eb59f04ffb50f6301c9ae13/build-end.log
Complete log   : http://autobuild.buildroot.net/results/79b544679d30ca617eb59f04ffb50f6301c9ae13/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/79b544679d30ca617eb59f04ffb50f6301c9ae13/config
Defconfig      : http://autobuild.buildroot.net/results/79b544679d30ca617eb59f04ffb50f6301c9ae13/defconfig

Build d45ca3e0d8684688db5140a19be6ba5a223bf556
==============================================

Status         : NOK
Failure reason : make: *** [freetype-legal-info] Error 1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 23:37:41
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/d45ca3e0d8684688db5140a19be6ba5a223bf556/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d45ca3e0d8684688db5140a19be6ba5a223bf556/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d45ca3e0d8684688db5140a19be6ba5a223bf556/config
Defconfig      : http://autobuild.buildroot.net/results/d45ca3e0d8684688db5140a19be6ba5a223bf556/defconfig

Build 51370ea23ec5441cff3e04b168bff54282cc3cc5
==============================================

Status         : NOK
Failure reason : boost-1.52.0
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 23:40:54
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/51370ea23ec5441cff3e04b168bff54282cc3cc5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/51370ea23ec5441cff3e04b168bff54282cc3cc5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/51370ea23ec5441cff3e04b168bff54282cc3cc5/config
Defconfig      : http://autobuild.buildroot.net/results/51370ea23ec5441cff3e04b168bff54282cc3cc5/defconfig

Build 10261b94d95f7547a08d8fa1d0b0ddcae85c38a3
==============================================

Status         : NOK
Failure reason : make: *** [freetype-legal-info] Error 1
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 23:50:46
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/10261b94d95f7547a08d8fa1d0b0ddcae85c38a3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/10261b94d95f7547a08d8fa1d0b0ddcae85c38a3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/10261b94d95f7547a08d8fa1d0b0ddcae85c38a3/config
Defconfig      : http://autobuild.buildroot.net/results/10261b94d95f7547a08d8fa1d0b0ddcae85c38a3/defconfig

Build 9af01a7cb043f96e83fca82dc728457be8327356
==============================================

Status         : NOK
Failure reason : flashbench-2e30b1968a66147412f21002ea844122a0d5e2f0
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-27 23:51:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=fc0d1be16b6ee1a24eeb3498b98034aa37cf4cca
End of log     : http://autobuild.buildroot.net/results/9af01a7cb043f96e83fca82dc728457be8327356/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9af01a7cb043f96e83fca82dc728457be8327356/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9af01a7cb043f96e83fca82dc728457be8327356/config
Defconfig      : http://autobuild.buildroot.net/results/9af01a7cb043f96e83fca82dc728457be8327356/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] Setting up Perf for buildroot
From: Kaiwan Billimoria @ 2012-12-28  4:26 UTC (permalink / raw)
  To: buildroot

Hi All,

I saw this message titled "[Buildroot] elfutils and the perf userspace
tool" (see below) on the buildroot mailing list. Last email is shown below:

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Dear Bogdan Radulescu,

On Thu, 6 Dec 2012 08:10:12 -0800 (PST), Bogdan Radulescu wrote:

> I noticed now that this is in the newer versions. I tried to build it
> without libelf even though it will be pretty crippled but still I
> didn't have any luck. http://pastie.org/pastes/5489305/text
>
> I tried with using 3.7-rc3. In 3.4.22 isn't patched for building
> without libelf. On which version did you manage to build it for ARM?

I never built perf for ARM so far, so I can't really help,
unfortunately.

Thomas
-- 
Thomas Petazzoni, Free Electrons
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


I too am very interested in getting the 'perf' tools onto buildroot.
I would be willing to try this and submit a patch for the same (in fact I
already have one from
another source that seems to work, successfully cross-compiling perf for
ARM), but before that, I have a question:

What would be the appropriate location in the buildroot tree for 'perf'?
Packages branch? Am asking as, of course, perf is a Linux *kernel* (but)
user-space component/tool (it lives under <kernel-src-tree>/tools/perf).
So should we look at inserting a patch as part of the 'kernel' menu or
under 'packages' itself?

TIA!
Kaiwan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121228/b16fcefb/attachment-0001.html>

^ permalink raw reply

* [Buildroot] [PATCH] package/keyutils: disable on avr32 & microblaze
From: Yann E. MORIN @ 2012-12-27 23:20 UTC (permalink / raw)
  To: buildroot

keyutils builds on neither avr32, nor microblaze (probably because
the toolchains used fot those archictectures are way too old), with:

    ..../microblazeel-unknown-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
    -D_FILE_OFFSET_BITS=64 -I. -DPKGBUILD="\"2012-12-27\"" -DPKGVERSION="\"keyutils-1.5.5\""
    -DAPIVERSION="\"libkeyutils-1.4\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
    -D_FILE_OFFSET_BITS=64  -pipe -Os  -g -Wall -Werror -UNO_GLIBC_KEYERR -o keyutils.o -c keyutils.c
    cc1: warnings being treated as errors
    key.dns_resolver.c: In function 'main':
    key.dns_resolver.c:690: warning: dereferencing type-punned pointer will break strict-aliasing rules

Fixing with -fno-strict-aliasing only partially solves the issue for these
two archs, since the C library does not export the resolver symbols so the
link fails down the road...
  - on microblaze, glibc-2.3.6 is tool old and does not set these symbols
    as GLOBALs;
  - on avr32, uClibc does not have these symbols.

It is much more easy to just disable keyutils for avr32 and microblaze.

Fixes both (avr2, microblaze):
    http://autobuild.buildroot.net/results/aa86f6a68f5d0ea4914ab259ed270615bc9d6a99/
    http://autobuild.buildroot.net/results/70ae127a6e353fd5c64c0c3b4e19a2e93d54ce52/

Merry X-Mas!

PS. Thanks Richard for the help understanding those issues.

Cc: Richard Braun <rbraun@sceen.net>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/keyutils/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/keyutils/Config.in b/package/keyutils/Config.in
index 9b5a24b..9b9f9bc 100644
--- a/package/keyutils/Config.in
+++ b/package/keyutils/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_KEYUTILS
 	bool "keyutils"
+	depends on !BR2_avr32 && !BR2_microblaze
 	help
 	  These tools are used to control the key management system
 	  built into the Linux kernel.
-- 
1.7.2.5

^ permalink raw reply related

* [Buildroot] [PATCH] new package: libpciaccess
From: Stefan Fröberg @ 2012-12-27 20:43 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50DC9CCB.8060304@petroprogram.com>

27.12.2012 21:08, Stefan Fr?berg kirjoitti:
> 27.12.2012 20:24, Stefan Fr?berg kirjoitti:
>> Hi Thomas
>>
>> 23.12.2012 17:20, Thomas Petazzoni kirjoitti:
>>> Dear Stefan Fr?berg,
>>>
>>> On Sun, 23 Dec 2012 16:04:16 +0200, Stefan Fr?berg wrote:
>>>
>>>> That mesa3d updating beyond 7.10.3 (that I have here) seems especially
>>>> interesting challenge.
>>> Do you have more details about the issues involved in bumping mesa3d
>>> beyond 7.10.3 ?
>>>
>>> Thomas
>> Well, if you try to bump it to 8.0.5 version, it will abort at some point.
>>
>> It borks at the time it tries to compile glsl.
>>
>> It tries to build helper program (builtin_compiler) with system python
>> (shouldn't that be HOST_DIR/usr/bin/python ???)
>> and then it crashes.
>>
>> I have included here the actual screenshot of the situation.
>>
>> Regards
>> Stefan
> Update:
> The situation starts even earlier than 8.0.5. Right at version 7.11
> And changing system python to buildroot python (MESA3D_CONF_ENV +=
> PYTHON2= $(HOST_DIR)/usr/bin/python)
> didn't change anything.
>

Update2:
Found out that this has nothing to do with python. The mesa glsl stuff
building has changed since 7.10.3
so that it build some helper programs (like builtin_compiler and others)
and it builds them wrongly
with cross-compiler while it should use system compiler.

Solution:
Try to give correct variables (APP_CXX=g++ and APP_CC=gcc)  to
MESA3D_CONF_ENV and/or MESA3D_MAKE_ENV
and see if problem goes away.
If not, then make a patch that enforces the correct compiler for all
those helper programs under src/glsl and src/glsl/glcpp

^ permalink raw reply

* [Buildroot] [PATCH] new package: libpciaccess
From: Stefan Fröberg @ 2012-12-27 19:08 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50DC925D.4050805@petroprogram.com>

27.12.2012 20:24, Stefan Fr?berg kirjoitti:
> Hi Thomas
>
> 23.12.2012 17:20, Thomas Petazzoni kirjoitti:
>> Dear Stefan Fr?berg,
>>
>> On Sun, 23 Dec 2012 16:04:16 +0200, Stefan Fr?berg wrote:
>>
>>> That mesa3d updating beyond 7.10.3 (that I have here) seems especially
>>> interesting challenge.
>> Do you have more details about the issues involved in bumping mesa3d
>> beyond 7.10.3 ?
>>
>> Thomas
> Well, if you try to bump it to 8.0.5 version, it will abort at some point.
>
> It borks at the time it tries to compile glsl.
>
> It tries to build helper program (builtin_compiler) with system python
> (shouldn't that be HOST_DIR/usr/bin/python ???)
> and then it crashes.
>
> I have included here the actual screenshot of the situation.
>
> Regards
> Stefan

Update:
The situation starts even earlier than 8.0.5. Right at version 7.11
And changing system python to buildroot python (MESA3D_CONF_ENV +=
PYTHON2= $(HOST_DIR)/usr/bin/python)
didn't change anything.

Regards
Stefan

^ permalink raw reply

* [Buildroot] [PATCH v2 2/2] rxvt-unicode: new package
From: Stefan Fröberg @ 2012-12-27 18:45 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356633918-16114-1-git-send-email-stefan.froberg@petroprogram.com>

This patch will ensure that rxvt-terminfo files will be created.
Upstream-Status: Pending

Signed-off-by: Stefan Fr?berg <stefan.froberg@petroprogram.com>
---
 .../rxvt-unicode/rxvt-unicode-9.15-terminfo.patch  |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch

diff --git a/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch b/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch
new file mode 100644
index 0000000..910ce76
--- /dev/null
+++ b/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch
@@ -0,0 +1,12 @@
+diff -Naur rxvt-unicode-9.15.org/doc/Makefile.in rxvt-unicode-9.15/doc/Makefile.in
+--- rxvt-unicode-9.15.org/doc/Makefile.in	2012-04-11 23:57:47.105465883 +0300
++++ rxvt-unicode-9.15/doc/Makefile.in	2012-04-12 00:02:13.848367530 +0300
+@@ -102,7 +102,7 @@
+ 	$(INSTALL_DATA) rxvt.7.man  $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
+ @IF_PERL@	$(INSTALL) -d $(DESTDIR)$(man3dir)
+ @IF_PERL@	$(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
+-	@TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
++	@TIC@ $(srcdir)/etc/rxvt-unicode.terminfo -o $(DESTDIR)/usr/share/terminfo
+ 
+ distdepend: alldoc
+ 
-- 
1.7.7.6

^ permalink raw reply related

* [Buildroot] [PATCH v2 1/2] rxvt-unicode: new package
From: Stefan Fröberg @ 2012-12-27 18:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Stefan Fr?berg <stefan.froberg@petroprogram.com>
---
 package/Config.in                    |    1 +
 package/rxvt-unicode/Config.in       |    9 +++++++++
 package/rxvt-unicode/rxvt-unicode.mk |   12 ++++++++++++
 3 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 package/rxvt-unicode/Config.in
 create mode 100644 package/rxvt-unicode/rxvt-unicode.mk

diff --git a/package/Config.in b/package/Config.in
index 66445ff..73bab6e 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -169,6 +169,7 @@ source "package/leafpad/Config.in"
 source "package/midori/Config.in"
 source "package/pcmanfm/Config.in"
 source "package/rdesktop/Config.in"
+source "package/rxvt-unicode/Config.in"
 source "package/sylpheed/Config.in"
 source "package/synergy/Config.in"
 source "package/torsmo/Config.in"
diff --git a/package/rxvt-unicode/Config.in b/package/rxvt-unicode/Config.in
new file mode 100644
index 0000000..3d819ce
--- /dev/null
+++ b/package/rxvt-unicode/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_RXVT_UNICODE
+	bool "rxvt-unicode"
+	select BR2_PACKAGE_FONTCONFIG
+	select BR2_PACKAGE_NCURSES
+	depends on BR2_PACKAGE_XORG7
+	help
+	  rxvt clone with xft and unicode support
+
+	  http://software.schmorp.de/pkg/rxvt-unicode
diff --git a/package/rxvt-unicode/rxvt-unicode.mk b/package/rxvt-unicode/rxvt-unicode.mk
new file mode 100644
index 0000000..009b40e
--- /dev/null
+++ b/package/rxvt-unicode/rxvt-unicode.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# rxvt-unicode
+#
+#############################################################
+RXVT_UNICODE_VERSION = 9.15
+RXVT_UNICODE_SOURCE = rxvt-unicode-$(RXVT_UNICODE_VERSION).tar.bz2
+RXVT_UNICODE_SITE = http://dist.schmorp.de/rxvt-unicode
+RXVT_UNICODE_DEPENDENCIES = fontconfig ncurses xlib_libX11 xlib_libXrender
+RXVT_UNICODE_CONF_OPT += --enable-everything --disable-perl --with-x --with-terminfo=/usr/share/terminfo
+
+$(eval $(autotools-package))
-- 
1.7.7.6

^ permalink raw reply related

* [Buildroot] [PATCH] rxvt-unicode: new package
From: Stefan Fröberg @ 2012-12-27 18:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <87y5gosd57.fsf@dell.be.48ers.dk>

23.12.2012 22:54, Peter Korsgaard kirjoitti:
>>>>>> "Stefan" == Stefan Fr?berg <stefan.froberg@petroprogram.com> writes:
>  Stefan> Signed-off-by: Stefan Fr?berg <stefan.froberg@petroprogram.com>
>  Stefan> ---
>  Stefan>  package/Config.in                                  |    1 +
>  Stefan>  package/rxvt-unicode/Config.in                     |    9 +++++++++
>  Stefan>  .../rxvt-unicode/rxvt-unicode-9.15-terminfo.patch  |   12 ++++++++++++
>  Stefan>  package/rxvt-unicode/rxvt-unicode.mk               |   12 ++++++++++++
>  Stefan>  4 files changed, 34 insertions(+), 0 deletions(-)
>  Stefan>  create mode 100644 package/rxvt-unicode/Config.in
>  Stefan>  create mode 100644 package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch
>  Stefan>  create mode 100644 package/rxvt-unicode/rxvt-unicode.mk
>
>  Stefan> diff --git a/package/Config.in b/package/Config.in
>  Stefan> index d5e94db..562bfda 100644
>  Stefan> --- a/package/Config.in
>  Stefan> +++ b/package/Config.in
>  Stefan> @@ -169,6 +169,7 @@ source "package/leafpad/Config.in"
>  Stefan>  source "package/midori/Config.in"
>  Stefan>  source "package/pcmanfm/Config.in"
>  Stefan>  source "package/rdesktop/Config.in"
>  Stefan> +source "package/rxvt-unicode/Config.in"
>  Stefan>  source "package/sylpheed/Config.in"
>  Stefan>  source "package/synergy/Config.in"
>  Stefan>  source "package/torsmo/Config.in"
>  Stefan> diff --git a/package/rxvt-unicode/Config.in b/package/rxvt-unicode/Config.in
>  Stefan> new file mode 100644
>  Stefan> index 0000000..3eab31d
>  Stefan> --- /dev/null
>  Stefan> +++ b/package/rxvt-unicode/Config.in
>  Stefan> @@ -0,0 +1,9 @@
>  Stefan> +config BR2_PACKAGE_RXVT_UNICODE
>  Stefan> +	bool "rxvt-unicode"
>
> We normally use 'depends on BR2_PACKAGE_XORG7' to ensure the package is
> only visible if the user wants X11.
>
>  Stefan> +	select BR2_PACKAGE_FONTCONFIG
>  Stefan> +	select BR2_PACKAGE_XLIB_LIBX11
>  Stefan> +	select BR2_PACKAGE_XLIB_LIBXRENDER
>  Stefan> +	help
>  Stefan> +	  rxvt clone with xft and unicode support
>  Stefan> +
>  Stefan> +	  http://software.schmorp.de/pkg/rxvt-unicode
>  Stefan> diff --git a/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch b/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch
>  Stefan> new file mode 100644
>  Stefan> index 0000000..910ce76
>  Stefan> --- /dev/null
>  Stefan> +++ b/package/rxvt-unicode/rxvt-unicode-9.15-terminfo.patch
>  Stefan> @@ -0,0 +1,12 @@
>
> Please add a git-style patch header describing the (simple) patch, your
> signed-off-by and its upstream status.
>
>  Stefan> +diff -Naur rxvt-unicode-9.15.org/doc/Makefile.in rxvt-unicode-9.15/doc/Makefile.in
>  Stefan> +--- rxvt-unicode-9.15.org/doc/Makefile.in	2012-04-11 23:57:47.105465883 +0300
>  Stefan> ++++ rxvt-unicode-9.15/doc/Makefile.in	2012-04-12 00:02:13.848367530 +0300
>  Stefan> +@@ -102,7 +102,7 @@
>  Stefan> + 	$(INSTALL_DATA) rxvt.7.man  $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
>  Stefan> + @IF_PERL@	$(INSTALL) -d $(DESTDIR)$(man3dir)
>  Stefan> + @IF_PERL@	$(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
>  Stefan> +-	@TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
>  Stefan> ++	@TIC@ $(srcdir)/etc/rxvt-unicode.terminfo -o $(DESTDIR)/usr/share/terminfo
>  Stefan> + 
>  Stefan> + distdepend: alldoc
>  Stefan> + 
>
>  Stefan> diff --git a/package/rxvt-unicode/rxvt-unicode.mk b/package/rxvt-unicode/rxvt-unicode.mk
>  Stefan> new file mode 100644
>  Stefan> index 0000000..009b40e
>  Stefan> --- /dev/null
>  Stefan> +++ b/package/rxvt-unicode/rxvt-unicode.mk
>  Stefan> @@ -0,0 +1,12 @@
>  Stefan> +#############################################################
>  Stefan> +#
>  Stefan> +# rxvt-unicode
>  Stefan> +#
>  Stefan> +#############################################################
>  Stefan> +RXVT_UNICODE_VERSION = 9.15
>  Stefan> +RXVT_UNICODE_SOURCE = rxvt-unicode-$(RXVT_UNICODE_VERSION).tar.bz2
>  Stefan> +RXVT_UNICODE_SITE = http://dist.schmorp.de/rxvt-unicode
>  Stefan> +RXVT_UNICODE_DEPENDENCIES = fontconfig ncurses xlib_libX11 xlib_libXrender
>
> You forgot to 'select BR2_PACKAGE_NCURSES'.
>
Ok. I fix these and resubmit v2.

Thanks!

Regards
Stefan

^ permalink raw reply

* [Buildroot] [PATCH] new package: libpciaccess
From: Stefan Fröberg @ 2012-12-27 18:24 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121223162012.24cfdd64@skate>

Hi Thomas

23.12.2012 17:20, Thomas Petazzoni kirjoitti:
> Dear Stefan Fr?berg,
>
> On Sun, 23 Dec 2012 16:04:16 +0200, Stefan Fr?berg wrote:
>
>> That mesa3d updating beyond 7.10.3 (that I have here) seems especially
>> interesting challenge.
> Do you have more details about the issues involved in bumping mesa3d
> beyond 7.10.3 ?
>
> Thomas
Well, if you try to bump it to 8.0.5 version, it will abort at some point.

It borks at the time it tries to compile glsl.

It tries to build helper program (builtin_compiler) with system python
(shouldn't that be HOST_DIR/usr/bin/python ???)
and then it crashes.

I have included here the actual screenshot of the situation.

Regards
Stefan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: mesa3d.png
Type: image/png
Size: 39368 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121227/91288579/attachment-0001.png>

^ permalink raw reply

* [Buildroot] [PATCH 1/6] iptables: bump to version 1.4.17
From: Peter Korsgaard @ 2012-12-27 17:57 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356622750-20657-1-git-send-email-gustavo@zacarias.com.ar>

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 Gustavo> ---
 Gustavo>  package/iptables/iptables.mk |    2 +-

Sorry, I've bumped it already locally (but forgot to push). I've
committed the rest of the series, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] freetype: security bump to version 2.4.11
From: Peter Korsgaard @ 2012-12-27 17:56 UTC (permalink / raw)
  To: buildroot

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

Fixes a security vulnerability in the BDF implementation.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/freetype/freetype.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/freetype/freetype.mk b/package/freetype/freetype.mk
index a34c9ad..be87a48 100644
--- a/package/freetype/freetype.mk
+++ b/package/freetype/freetype.mk
@@ -4,11 +4,13 @@
 #
 #############################################################
 
-FREETYPE_VERSION = 2.4.10
+FREETYPE_VERSION = 2.4.11
 FREETYPE_SOURCE = freetype-$(FREETYPE_VERSION).tar.bz2
 FREETYPE_SITE = http://downloads.sourceforge.net/project/freetype/freetype2/$(FREETYPE_VERSION)
 FREETYPE_INSTALL_STAGING = YES
 FREETYPE_MAKE_OPT = CCexe="$(HOSTCC)"
+FREETYPE_LICENSE = Dual FTL/GPLv2+
+FREETYPE_LICENSE_FILES = docs/FTL.txt docs/GPLv2.txt
 FREETYPE_DEPENDENCIES = host-pkgconf \
 	$(if $(BR2_PACKAGE_ZLIB),zlib) \
 	$(if $(BR2_PACKAGE_BZIP2),bzip2)

^ permalink raw reply related

* [Buildroot] [git commit] rng-tools: bump to version 4
From: Peter Korsgaard @ 2012-12-27 17:56 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/rng-tools/rng-tools.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/rng-tools/rng-tools.mk b/package/rng-tools/rng-tools.mk
index 347d89d..e997b15 100644
--- a/package/rng-tools/rng-tools.mk
+++ b/package/rng-tools/rng-tools.mk
@@ -4,9 +4,11 @@
 #
 #############################################################
 
-RNG_TOOLS_VERSION = 3
+RNG_TOOLS_VERSION = 4
 RNG_TOOLS_SITE = http://downloads.sourceforge.net/project/gkernel/rng-tools/$(RNG_TOOLS_VERSION)
 RNG_TOOLS_CONF_ENV = LIBS="-largp"
 RNG_TOOLS_DEPENDENCIES = argp-standalone
+RNG_TOOLS_LICENSE = GPLv2
+RNG_TOOLS_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))

^ permalink raw reply related

* [Buildroot] [git commit] gawk: bump to version 4.0.2
From: Peter Korsgaard @ 2012-12-27 17:56 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/gawk/gawk.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk
index 58c96ce..4a21592 100644
--- a/package/gawk/gawk.mk
+++ b/package/gawk/gawk.mk
@@ -4,9 +4,11 @@
 #
 #############################################################
 
-GAWK_VERSION = 4.0.1
+GAWK_VERSION = 4.0.2
 GAWK_SITE = $(BR2_GNU_MIRROR)/gawk
 GAWK_TARGET_BINS = awk gawk igawk pgawk
+GAWK_LICENSE = GPLv3
+GAWK_LICENSE_FILES = COPYING
 
 # Prefer full-blown gawk over busybox awk
 ifeq ($(BR2_PACKAGE_BUSYBOX),y)

^ permalink raw reply related

* [Buildroot] [git commit] smartmontools: bump to version 6.0
From: Peter Korsgaard @ 2012-12-27 17:55 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/smartmontools/smartmontools.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk
index 7b4c7f9..5736771 100644
--- a/package/smartmontools/smartmontools.mk
+++ b/package/smartmontools/smartmontools.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-SMARTMONTOOLS_VERSION = 5.43
+SMARTMONTOOLS_VERSION = 6.0
 SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VERSION)
 SMARTMONTOOLS_LICENSE = GPLv2+
 SMARTMONTOOLS_LICENSE_FILES = COPYING

^ permalink raw reply related

* [Buildroot] [git commit] iw: bump to version 3.8
From: Peter Korsgaard @ 2012-12-27 17:55 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/iw/iw.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/iw/iw.mk b/package/iw/iw.mk
index 19ede3a..22ea25c 100644
--- a/package/iw/iw.mk
+++ b/package/iw/iw.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-IW_VERSION = 3.7
+IW_VERSION = 3.8
 IW_SOURCE = iw-$(IW_VERSION).tar.bz2
 IW_SITE = http://wireless.kernel.org/download/iw
 IW_LICENSE = iw license

^ permalink raw reply related

* [Buildroot] [git commit] iptables: bump version
From: Peter Korsgaard @ 2012-12-27 17:54 UTC (permalink / raw)
  To: buildroot

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

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

diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index 3243b3f..518b90e 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-IPTABLES_VERSION = 1.4.16.3
+IPTABLES_VERSION = 1.4.17
 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables
 IPTABLES_INSTALL_STAGING = YES

^ permalink raw reply related

* [Buildroot] [PATCH 6/6] freetype: security bump to version 2.4.11
From: Gustavo Zacarias @ 2012-12-27 15:39 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356622750-20657-1-git-send-email-gustavo@zacarias.com.ar>

Fixes a security vulnerability in the BDF implementation.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/freetype/freetype.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/freetype/freetype.mk b/package/freetype/freetype.mk
index a34c9ad..be87a48 100644
--- a/package/freetype/freetype.mk
+++ b/package/freetype/freetype.mk
@@ -4,11 +4,13 @@
 #
 #############################################################
 
-FREETYPE_VERSION = 2.4.10
+FREETYPE_VERSION = 2.4.11
 FREETYPE_SOURCE = freetype-$(FREETYPE_VERSION).tar.bz2
 FREETYPE_SITE = http://downloads.sourceforge.net/project/freetype/freetype2/$(FREETYPE_VERSION)
 FREETYPE_INSTALL_STAGING = YES
 FREETYPE_MAKE_OPT = CCexe="$(HOSTCC)"
+FREETYPE_LICENSE = Dual FTL/GPLv2+
+FREETYPE_LICENSE_FILES = docs/FTL.txt docs/GPLv2.txt
 FREETYPE_DEPENDENCIES = host-pkgconf \
 	$(if $(BR2_PACKAGE_ZLIB),zlib) \
 	$(if $(BR2_PACKAGE_BZIP2),bzip2)
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 5/6] rng-tools: bump to version 4
From: Gustavo Zacarias @ 2012-12-27 15:39 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356622750-20657-1-git-send-email-gustavo@zacarias.com.ar>

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/rng-tools/rng-tools.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/rng-tools/rng-tools.mk b/package/rng-tools/rng-tools.mk
index 347d89d..e997b15 100644
--- a/package/rng-tools/rng-tools.mk
+++ b/package/rng-tools/rng-tools.mk
@@ -4,9 +4,11 @@
 #
 #############################################################
 
-RNG_TOOLS_VERSION = 3
+RNG_TOOLS_VERSION = 4
 RNG_TOOLS_SITE = http://downloads.sourceforge.net/project/gkernel/rng-tools/$(RNG_TOOLS_VERSION)
 RNG_TOOLS_CONF_ENV = LIBS="-largp"
 RNG_TOOLS_DEPENDENCIES = argp-standalone
+RNG_TOOLS_LICENSE = GPLv2
+RNG_TOOLS_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 4/6] gawk: bump to version 4.0.2
From: Gustavo Zacarias @ 2012-12-27 15:39 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356622750-20657-1-git-send-email-gustavo@zacarias.com.ar>

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gawk/gawk.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk
index 58c96ce..4a21592 100644
--- a/package/gawk/gawk.mk
+++ b/package/gawk/gawk.mk
@@ -4,9 +4,11 @@
 #
 #############################################################
 
-GAWK_VERSION = 4.0.1
+GAWK_VERSION = 4.0.2
 GAWK_SITE = $(BR2_GNU_MIRROR)/gawk
 GAWK_TARGET_BINS = awk gawk igawk pgawk
+GAWK_LICENSE = GPLv3
+GAWK_LICENSE_FILES = COPYING
 
 # Prefer full-blown gawk over busybox awk
 ifeq ($(BR2_PACKAGE_BUSYBOX),y)
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 3/6] smartmontools: bump to version 6.0
From: Gustavo Zacarias @ 2012-12-27 15:39 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356622750-20657-1-git-send-email-gustavo@zacarias.com.ar>

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/smartmontools/smartmontools.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk
index 7b4c7f9..5736771 100644
--- a/package/smartmontools/smartmontools.mk
+++ b/package/smartmontools/smartmontools.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-SMARTMONTOOLS_VERSION = 5.43
+SMARTMONTOOLS_VERSION = 6.0
 SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VERSION)
 SMARTMONTOOLS_LICENSE = GPLv2+
 SMARTMONTOOLS_LICENSE_FILES = COPYING
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 2/6] iw: bump to version 3.8
From: Gustavo Zacarias @ 2012-12-27 15:39 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1356622750-20657-1-git-send-email-gustavo@zacarias.com.ar>

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/iw/iw.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/iw/iw.mk b/package/iw/iw.mk
index 19ede3a..22ea25c 100644
--- a/package/iw/iw.mk
+++ b/package/iw/iw.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-IW_VERSION = 3.7
+IW_VERSION = 3.8
 IW_SOURCE = iw-$(IW_VERSION).tar.bz2
 IW_SITE = http://wireless.kernel.org/download/iw
 IW_LICENSE = iw license
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 1/6] iptables: bump to version 1.4.17
From: Gustavo Zacarias @ 2012-12-27 15:39 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/iptables/iptables.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index 3243b3f..518b90e 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-IPTABLES_VERSION = 1.4.16.3
+IPTABLES_VERSION = 1.4.17
 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables
 IPTABLES_INSTALL_STAGING = YES
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH] libnl: add support of old kernel
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-12-27 15:11 UTC (permalink / raw)
  To: buildroot

without those patches libnl will not compile on old kernel

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 ...provide-local-copy-of-linux-can-netlink.h.patch |  142 +++
 ...-0002-netfilter-update-local-header-files.patch |  906 ++++++++++++++++++++
 ...efines-for-__aligned_be64-for-older-kerne.patch |   43 +
 3 files changed, 1091 insertions(+)
 create mode 100644 package/libnl/libnl-3.2.16-0001-can-provide-local-copy-of-linux-can-netlink.h.patch
 create mode 100644 package/libnl/libnl-3.2.16-0002-netfilter-update-local-header-files.patch
 create mode 100644 package/libnl/libnl-3.2.16-0003-Re-adding-defines-for-__aligned_be64-for-older-kerne.patch

diff --git a/package/libnl/libnl-3.2.16-0001-can-provide-local-copy-of-linux-can-netlink.h.patch b/package/libnl/libnl-3.2.16-0001-can-provide-local-copy-of-linux-can-netlink.h.patch
new file mode 100644
index 0000000..ab6a77b
--- /dev/null
+++ b/package/libnl/libnl-3.2.16-0001-can-provide-local-copy-of-linux-can-netlink.h.patch
@@ -0,0 +1,142 @@
+From 913a689de34686e5ed2fa3c56e46e81f9f6eb682 Mon Sep 17 00:00:00 2001
+From: Thomas Graf <tgraf@suug.ch>
+Date: Tue, 11 Dec 2012 17:59:30 +0100
+Subject: [PATCH 1/3] can: provide local copy of <linux/can/netlink.h>
+
+Signed-off-by: Thomas Graf <tgraf@suug.ch>
+---
+ include/linux/can/netlink.h |  122 +++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 122 insertions(+)
+ create mode 100644 include/linux/can/netlink.h
+
+diff --git a/include/linux/can/netlink.h b/include/linux/can/netlink.h
+new file mode 100644
+index 0000000..14966dd
+--- /dev/null
++++ b/include/linux/can/netlink.h
+@@ -0,0 +1,122 @@
++/*
++ * linux/can/netlink.h
++ *
++ * Definitions for the CAN netlink interface
++ *
++ * Copyright (c) 2009 Wolfgang Grandegger <wg@grandegger.com>
++ *
++ */
++
++#ifndef CAN_NETLINK_H
++#define CAN_NETLINK_H
++
++#include <linux/types.h>
++
++/*
++ * CAN bit-timing parameters
++ *
++ * For further information, please read chapter "8 BIT TIMING
++ * REQUIREMENTS" of the "Bosch CAN Specification version 2.0"
++ * at http://www.semiconductors.bosch.de/pdf/can2spec.pdf.
++ */
++struct can_bittiming {
++	__u32 bitrate;		/* Bit-rate in bits/second */
++	__u32 sample_point;	/* Sample point in one-tenth of a percent */
++	__u32 tq;		/* Time quanta (TQ) in nanoseconds */
++	__u32 prop_seg;		/* Propagation segment in TQs */
++	__u32 phase_seg1;	/* Phase buffer segment 1 in TQs */
++	__u32 phase_seg2;	/* Phase buffer segment 2 in TQs */
++	__u32 sjw;		/* Synchronisation jump width in TQs */
++	__u32 brp;		/* Bit-rate prescaler */
++};
++
++/*
++ * CAN harware-dependent bit-timing constant
++ *
++ * Used for calculating and checking bit-timing parameters
++ */
++struct can_bittiming_const {
++	char name[16];		/* Name of the CAN controller hardware */
++	__u32 tseg1_min;	/* Time segement 1 = prop_seg + phase_seg1 */
++	__u32 tseg1_max;
++	__u32 tseg2_min;	/* Time segement 2 = phase_seg2 */
++	__u32 tseg2_max;
++	__u32 sjw_max;		/* Synchronisation jump width */
++	__u32 brp_min;		/* Bit-rate prescaler */
++	__u32 brp_max;
++	__u32 brp_inc;
++};
++
++/*
++ * CAN clock parameters
++ */
++struct can_clock {
++	__u32 freq;		/* CAN system clock frequency in Hz */
++};
++
++/*
++ * CAN operational and error states
++ */
++enum can_state {
++	CAN_STATE_ERROR_ACTIVE = 0,	/* RX/TX error count < 96 */
++	CAN_STATE_ERROR_WARNING,	/* RX/TX error count < 128 */
++	CAN_STATE_ERROR_PASSIVE,	/* RX/TX error count < 256 */
++	CAN_STATE_BUS_OFF,		/* RX/TX error count >= 256 */
++	CAN_STATE_STOPPED,		/* Device is stopped */
++	CAN_STATE_SLEEPING,		/* Device is sleeping */
++	CAN_STATE_MAX
++};
++
++/*
++ * CAN bus error counters
++ */
++struct can_berr_counter {
++	__u16 txerr;
++	__u16 rxerr;
++};
++
++/*
++ * CAN controller mode
++ */
++struct can_ctrlmode {
++	__u32 mask;
++	__u32 flags;
++};
++
++#define CAN_CTRLMODE_LOOPBACK		0x01	/* Loopback mode */
++#define CAN_CTRLMODE_LISTENONLY		0x02 	/* Listen-only mode */
++#define CAN_CTRLMODE_3_SAMPLES		0x04	/* Triple sampling mode */
++#define CAN_CTRLMODE_ONE_SHOT		0x08	/* One-Shot mode */
++#define CAN_CTRLMODE_BERR_REPORTING	0x10	/* Bus-error reporting */
++
++/*
++ * CAN device statistics
++ */
++struct can_device_stats {
++	__u32 bus_error;	/* Bus errors */
++	__u32 error_warning;	/* Changes to error warning state */
++	__u32 error_passive;	/* Changes to error passive state */
++	__u32 bus_off;		/* Changes to bus off state */
++	__u32 arbitration_lost; /* Arbitration lost errors */
++	__u32 restarts;		/* CAN controller re-starts */
++};
++
++/*
++ * CAN netlink interface
++ */
++enum {
++	IFLA_CAN_UNSPEC,
++	IFLA_CAN_BITTIMING,
++	IFLA_CAN_BITTIMING_CONST,
++	IFLA_CAN_CLOCK,
++	IFLA_CAN_STATE,
++	IFLA_CAN_CTRLMODE,
++	IFLA_CAN_RESTART_MS,
++	IFLA_CAN_RESTART,
++	IFLA_CAN_BERR_COUNTER,
++	__IFLA_CAN_MAX
++};
++
++#define IFLA_CAN_MAX	(__IFLA_CAN_MAX - 1)
++
++#endif /* CAN_NETLINK_H */
+-- 
+1.7.10.4
+
diff --git a/package/libnl/libnl-3.2.16-0002-netfilter-update-local-header-files.patch b/package/libnl/libnl-3.2.16-0002-netfilter-update-local-header-files.patch
new file mode 100644
index 0000000..78fc21e
--- /dev/null
+++ b/package/libnl/libnl-3.2.16-0002-netfilter-update-local-header-files.patch
@@ -0,0 +1,906 @@
+From 7c85b8a53bfa19872c1165c1fddb321ed38d92c5 Mon Sep 17 00:00:00 2001
+From: Thomas Graf <tgraf@suug.ch>
+Date: Tue, 11 Dec 2012 18:06:29 +0100
+Subject: [PATCH 2/3] netfilter: update local header files
+
+Needed to NF_CT_EXPECT_PERMANENT etc.
+
+Signed-off-by: Thomas Graf <tgraf@suug.ch>
+---
+ include/linux/netfilter/nf_conntrack_common.h |  117 ++++++++++
+ include/linux/netfilter/nfnetlink.h           |  114 +++-------
+ include/linux/netfilter/nfnetlink_compat.h    |   63 +++++
+ include/linux/netfilter/nfnetlink_conntrack.h |  304 +++++++++++++------------
+ include/linux/netfilter/nfnetlink_queue.h     |  107 ++++-----
+ 5 files changed, 425 insertions(+), 280 deletions(-)
+ create mode 100644 include/linux/netfilter/nf_conntrack_common.h
+ create mode 100644 include/linux/netfilter/nfnetlink_compat.h
+
+diff --git a/include/linux/netfilter/nf_conntrack_common.h b/include/linux/netfilter/nf_conntrack_common.h
+new file mode 100644
+index 0000000..1644cdd
+--- /dev/null
++++ b/include/linux/netfilter/nf_conntrack_common.h
+@@ -0,0 +1,117 @@
++#ifndef _UAPI_NF_CONNTRACK_COMMON_H
++#define _UAPI_NF_CONNTRACK_COMMON_H
++/* Connection state tracking for netfilter.  This is separated from,
++   but required by, the NAT layer; it can also be used by an iptables
++   extension. */
++enum ip_conntrack_info {
++	/* Part of an established connection (either direction). */
++	IP_CT_ESTABLISHED,
++
++	/* Like NEW, but related to an existing connection, or ICMP error
++	   (in either direction). */
++	IP_CT_RELATED,
++
++	/* Started a new connection to track (only
++           IP_CT_DIR_ORIGINAL); may be a retransmission. */
++	IP_CT_NEW,
++
++	/* >= this indicates reply direction */
++	IP_CT_IS_REPLY,
++
++	IP_CT_ESTABLISHED_REPLY = IP_CT_ESTABLISHED + IP_CT_IS_REPLY,
++	IP_CT_RELATED_REPLY = IP_CT_RELATED + IP_CT_IS_REPLY,
++	IP_CT_NEW_REPLY = IP_CT_NEW + IP_CT_IS_REPLY,	
++	/* Number of distinct IP_CT types (no NEW in reply dirn). */
++	IP_CT_NUMBER = IP_CT_IS_REPLY * 2 - 1
++};
++
++/* Bitset representing status of connection. */
++enum ip_conntrack_status {
++	/* It's an expected connection: bit 0 set.  This bit never changed */
++	IPS_EXPECTED_BIT = 0,
++	IPS_EXPECTED = (1 << IPS_EXPECTED_BIT),
++
++	/* We've seen packets both ways: bit 1 set.  Can be set, not unset. */
++	IPS_SEEN_REPLY_BIT = 1,
++	IPS_SEEN_REPLY = (1 << IPS_SEEN_REPLY_BIT),
++
++	/* Conntrack should never be early-expired. */
++	IPS_ASSURED_BIT = 2,
++	IPS_ASSURED = (1 << IPS_ASSURED_BIT),
++
++	/* Connection is confirmed: originating packet has left box */
++	IPS_CONFIRMED_BIT = 3,
++	IPS_CONFIRMED = (1 << IPS_CONFIRMED_BIT),
++
++	/* Connection needs src nat in orig dir.  This bit never changed. */
++	IPS_SRC_NAT_BIT = 4,
++	IPS_SRC_NAT = (1 << IPS_SRC_NAT_BIT),
++
++	/* Connection needs dst nat in orig dir.  This bit never changed. */
++	IPS_DST_NAT_BIT = 5,
++	IPS_DST_NAT = (1 << IPS_DST_NAT_BIT),
++
++	/* Both together. */
++	IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
++
++	/* Connection needs TCP sequence adjusted. */
++	IPS_SEQ_ADJUST_BIT = 6,
++	IPS_SEQ_ADJUST = (1 << IPS_SEQ_ADJUST_BIT),
++
++	/* NAT initialization bits. */
++	IPS_SRC_NAT_DONE_BIT = 7,
++	IPS_SRC_NAT_DONE = (1 << IPS_SRC_NAT_DONE_BIT),
++
++	IPS_DST_NAT_DONE_BIT = 8,
++	IPS_DST_NAT_DONE = (1 << IPS_DST_NAT_DONE_BIT),
++
++	/* Both together */
++	IPS_NAT_DONE_MASK = (IPS_DST_NAT_DONE | IPS_SRC_NAT_DONE),
++
++	/* Connection is dying (removed from lists), can not be unset. */
++	IPS_DYING_BIT = 9,
++	IPS_DYING = (1 << IPS_DYING_BIT),
++
++	/* Connection has fixed timeout. */
++	IPS_FIXED_TIMEOUT_BIT = 10,
++	IPS_FIXED_TIMEOUT = (1 << IPS_FIXED_TIMEOUT_BIT),
++
++	/* Conntrack is a template */
++	IPS_TEMPLATE_BIT = 11,
++	IPS_TEMPLATE = (1 << IPS_TEMPLATE_BIT),
++
++	/* Conntrack is a fake untracked entry */
++	IPS_UNTRACKED_BIT = 12,
++	IPS_UNTRACKED = (1 << IPS_UNTRACKED_BIT),
++
++	/* Conntrack got a helper explicitly attached via CT target. */
++	IPS_HELPER_BIT = 13,
++	IPS_HELPER = (1 << IPS_HELPER_BIT),
++};
++
++/* Connection tracking event types */
++enum ip_conntrack_events {
++	IPCT_NEW,		/* new conntrack */
++	IPCT_RELATED,		/* related conntrack */
++	IPCT_DESTROY,		/* destroyed conntrack */
++	IPCT_REPLY,		/* connection has seen two-way traffic */
++	IPCT_ASSURED,		/* connection status has changed to assured */
++	IPCT_PROTOINFO,		/* protocol information has changed */
++	IPCT_HELPER,		/* new helper has been set */
++	IPCT_MARK,		/* new mark has been set */
++	IPCT_NATSEQADJ,		/* NAT is doing sequence adjustment */
++	IPCT_SECMARK,		/* new security mark has been set */
++};
++
++enum ip_conntrack_expect_events {
++	IPEXP_NEW,		/* new expectation */
++	IPEXP_DESTROY,		/* destroyed expectation */
++};
++
++/* expectation flags */
++#define NF_CT_EXPECT_PERMANENT		0x1
++#define NF_CT_EXPECT_INACTIVE		0x2
++#define NF_CT_EXPECT_USERSPACE		0x4
++
++
++#endif /* _UAPI_NF_CONNTRACK_COMMON_H */
+diff --git a/include/linux/netfilter/nfnetlink.h b/include/linux/netfilter/nfnetlink.h
+index 43979ac..4a4efaf 100644
+--- a/include/linux/netfilter/nfnetlink.h
++++ b/include/linux/netfilter/nfnetlink.h
+@@ -1,96 +1,56 @@
+-#ifndef _NFNETLINK_H
+-#define _NFNETLINK_H
++#ifndef _UAPI_NFNETLINK_H
++#define _UAPI_NFNETLINK_H
+ #include <linux/types.h>
+ #include <linux/netfilter/nfnetlink_compat.h>
+ 
+ enum nfnetlink_groups {
+-    NFNLGRP_NONE,
+-#define NFNLGRP_NONE            NFNLGRP_NONE
+-    NFNLGRP_CONNTRACK_NEW,
+-#define NFNLGRP_CONNTRACK_NEW       NFNLGRP_CONNTRACK_NEW
+-    NFNLGRP_CONNTRACK_UPDATE,
+-#define NFNLGRP_CONNTRACK_UPDATE    NFNLGRP_CONNTRACK_UPDATE
+-    NFNLGRP_CONNTRACK_DESTROY,
+-#define NFNLGRP_CONNTRACK_DESTROY   NFNLGRP_CONNTRACK_DESTROY
+-    NFNLGRP_CONNTRACK_EXP_NEW,
+-#define NFNLGRP_CONNTRACK_EXP_NEW   NFNLGRP_CONNTRACK_EXP_NEW
+-    NFNLGRP_CONNTRACK_EXP_UPDATE,
+-#define NFNLGRP_CONNTRACK_EXP_UPDATE    NFNLGRP_CONNTRACK_EXP_UPDATE
+-    NFNLGRP_CONNTRACK_EXP_DESTROY,
+-#define NFNLGRP_CONNTRACK_EXP_DESTROY   NFNLGRP_CONNTRACK_EXP_DESTROY
+-    __NFNLGRP_MAX,
++	NFNLGRP_NONE,
++#define NFNLGRP_NONE			NFNLGRP_NONE
++	NFNLGRP_CONNTRACK_NEW,
++#define NFNLGRP_CONNTRACK_NEW		NFNLGRP_CONNTRACK_NEW
++	NFNLGRP_CONNTRACK_UPDATE,
++#define NFNLGRP_CONNTRACK_UPDATE	NFNLGRP_CONNTRACK_UPDATE
++	NFNLGRP_CONNTRACK_DESTROY,
++#define NFNLGRP_CONNTRACK_DESTROY	NFNLGRP_CONNTRACK_DESTROY
++	NFNLGRP_CONNTRACK_EXP_NEW,
++#define	NFNLGRP_CONNTRACK_EXP_NEW	NFNLGRP_CONNTRACK_EXP_NEW
++	NFNLGRP_CONNTRACK_EXP_UPDATE,
++#define NFNLGRP_CONNTRACK_EXP_UPDATE	NFNLGRP_CONNTRACK_EXP_UPDATE
++	NFNLGRP_CONNTRACK_EXP_DESTROY,
++#define NFNLGRP_CONNTRACK_EXP_DESTROY	NFNLGRP_CONNTRACK_EXP_DESTROY
++	__NFNLGRP_MAX,
+ };
+-#define NFNLGRP_MAX (__NFNLGRP_MAX - 1)
++#define NFNLGRP_MAX	(__NFNLGRP_MAX - 1)
+ 
+ /* General form of address family dependent message.
+  */
+ struct nfgenmsg {
+-    __u8  nfgen_family;     /* AF_xxx */
+-    __u8  version;      /* nfnetlink version */
+-    __be16    res_id;       /* resource id */
++	__u8  nfgen_family;		/* AF_xxx */
++	__u8  version;		/* nfnetlink version */
++	__be16    res_id;		/* resource id */
+ };
+ 
+-#define NFNETLINK_V0    0
++#define NFNETLINK_V0	0
+ 
+ /* netfilter netlink message types are split in two pieces:
+  * 8 bit subsystem, 8bit operation.
+  */
+ 
+-#define NFNL_SUBSYS_ID(x)   ((x & 0xff00) >> 8)
+-#define NFNL_MSG_TYPE(x)    (x & 0x00ff)
++#define NFNL_SUBSYS_ID(x)	((x & 0xff00) >> 8)
++#define NFNL_MSG_TYPE(x)	(x & 0x00ff)
+ 
+ /* No enum here, otherwise __stringify() trick of MODULE_ALIAS_NFNL_SUBSYS()
+  * won't work anymore */
+-#define NFNL_SUBSYS_NONE        0
+-#define NFNL_SUBSYS_CTNETLINK       1
+-#define NFNL_SUBSYS_CTNETLINK_EXP   2
+-#define NFNL_SUBSYS_QUEUE       3
+-#define NFNL_SUBSYS_ULOG        4
+-#define NFNL_SUBSYS_OSF         5
+-#define NFNL_SUBSYS_IPSET       6
+-#define NFNL_SUBSYS_ACCT        7
+-#define NFNL_SUBSYS_CTNETLINK_TIMEOUT   8
+-#define NFNL_SUBSYS_CTHELPER        9
+-#define NFNL_SUBSYS_COUNT       10
+-
+-#ifdef __KERNEL__
+-
+-#include <linux/netlink.h>
+-#include <linux/capability.h>
+-#include <net/netlink.h>
+-
+-struct nfnl_callback {
+-    int (*call)(struct sock *nl, struct sk_buff *skb,
+-            const struct nlmsghdr *nlh,
+-            const struct nlattr * const cda[]);
+-    int (*call_rcu)(struct sock *nl, struct sk_buff *skb,
+-            const struct nlmsghdr *nlh,
+-            const struct nlattr * const cda[]);
+-    const struct nla_policy *policy;    /* netlink attribute policy */
+-    const u_int16_t attr_count;     /* number of nlattr's */
+-};
+-
+-struct nfnetlink_subsystem {
+-    const char *name;
+-    __u8 subsys_id;         /* nfnetlink subsystem ID */
+-    __u8 cb_count;          /* number of callbacks */
+-    const struct nfnl_callback *cb; /* callback for individual types */
+-};
+-
+-extern int nfnetlink_subsys_register(const struct nfnetlink_subsystem *n);
+-extern int nfnetlink_subsys_unregister(const struct nfnetlink_subsystem *n);
+-
+-extern int nfnetlink_has_listeners(struct net *net, unsigned int group);
+-extern int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 pid, unsigned int group,
+-              int echo, gfp_t flags);
+-extern int nfnetlink_set_err(struct net *net, u32 pid, u32 group, int error);
+-extern int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u_int32_t pid, int flags);
+-
+-extern void nfnl_lock(void);
+-extern void nfnl_unlock(void);
+-
+-#define MODULE_ALIAS_NFNL_SUBSYS(subsys) \
+-    MODULE_ALIAS("nfnetlink-subsys-" __stringify(subsys))
+-
+-#endif  /* __KERNEL__ */
+-#endif  /* _NFNETLINK_H */
++#define NFNL_SUBSYS_NONE 		0
++#define NFNL_SUBSYS_CTNETLINK		1
++#define NFNL_SUBSYS_CTNETLINK_EXP	2
++#define NFNL_SUBSYS_QUEUE		3
++#define NFNL_SUBSYS_ULOG		4
++#define NFNL_SUBSYS_OSF			5
++#define NFNL_SUBSYS_IPSET		6
++#define NFNL_SUBSYS_ACCT		7
++#define NFNL_SUBSYS_CTNETLINK_TIMEOUT	8
++#define NFNL_SUBSYS_CTHELPER		9
++#define NFNL_SUBSYS_COUNT		10
++
++#endif /* _UAPI_NFNETLINK_H */
+diff --git a/include/linux/netfilter/nfnetlink_compat.h b/include/linux/netfilter/nfnetlink_compat.h
+new file mode 100644
+index 0000000..ffb9503
+--- /dev/null
++++ b/include/linux/netfilter/nfnetlink_compat.h
+@@ -0,0 +1,63 @@
++#ifndef _NFNETLINK_COMPAT_H
++#define _NFNETLINK_COMPAT_H
++
++#include <linux/types.h>
++
++#ifndef __KERNEL__
++/* Old nfnetlink macros for userspace */
++
++/* nfnetlink groups: Up to 32 maximum */
++#define NF_NETLINK_CONNTRACK_NEW 		0x00000001
++#define NF_NETLINK_CONNTRACK_UPDATE		0x00000002
++#define NF_NETLINK_CONNTRACK_DESTROY		0x00000004
++#define NF_NETLINK_CONNTRACK_EXP_NEW		0x00000008
++#define NF_NETLINK_CONNTRACK_EXP_UPDATE		0x00000010
++#define NF_NETLINK_CONNTRACK_EXP_DESTROY	0x00000020
++
++/* Generic structure for encapsulation optional netfilter information.
++ * It is reminiscent of sockaddr, but with sa_family replaced
++ * with attribute type.
++ * ! This should someday be put somewhere generic as now rtnetlink and
++ * ! nfnetlink use the same attributes methods. - J. Schulist.
++ */
++
++struct nfattr {
++	__u16 nfa_len;
++	__u16 nfa_type;	/* we use 15 bits for the type, and the highest
++				 * bit to indicate whether the payload is nested */
++};
++
++/* FIXME: Apart from NFNL_NFA_NESTED shamelessly copy and pasted from
++ * rtnetlink.h, it's time to put this in a generic file */
++
++#define NFNL_NFA_NEST	0x8000
++#define NFA_TYPE(attr) 	((attr)->nfa_type & 0x7fff)
++
++#define NFA_ALIGNTO     4
++#define NFA_ALIGN(len)	(((len) + NFA_ALIGNTO - 1) & ~(NFA_ALIGNTO - 1))
++#define NFA_OK(nfa,len)	((len) > 0 && (nfa)->nfa_len >= sizeof(struct nfattr) \
++	&& (nfa)->nfa_len <= (len))
++#define NFA_NEXT(nfa,attrlen)	((attrlen) -= NFA_ALIGN((nfa)->nfa_len), \
++	(struct nfattr *)(((char *)(nfa)) + NFA_ALIGN((nfa)->nfa_len)))
++#define NFA_LENGTH(len)	(NFA_ALIGN(sizeof(struct nfattr)) + (len))
++#define NFA_SPACE(len)	NFA_ALIGN(NFA_LENGTH(len))
++#define NFA_DATA(nfa)   ((void *)(((char *)(nfa)) + NFA_LENGTH(0)))
++#define NFA_PAYLOAD(nfa) ((int)((nfa)->nfa_len) - NFA_LENGTH(0))
++#define NFA_NEST(skb, type) \
++({	struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
++	NFA_PUT(skb, (NFNL_NFA_NEST | type), 0, NULL); \
++	__start;  })
++#define NFA_NEST_END(skb, start) \
++({      (start)->nfa_len = skb_tail_pointer(skb) - (unsigned char *)(start); \
++        (skb)->len; })
++#define NFA_NEST_CANCEL(skb, start) \
++({      if (start) \
++                skb_trim(skb, (unsigned char *) (start) - (skb)->data); \
++        -1; })
++
++#define NFM_NFA(n)      ((struct nfattr *)(((char *)(n)) \
++        + NLMSG_ALIGN(sizeof(struct nfgenmsg))))
++#define NFM_PAYLOAD(n)  NLMSG_PAYLOAD(n, sizeof(struct nfgenmsg))
++
++#endif /* ! __KERNEL__ */
++#endif /* _NFNETLINK_COMPAT_H */
+diff --git a/include/linux/netfilter/nfnetlink_conntrack.h b/include/linux/netfilter/nfnetlink_conntrack.h
+index c91be60..43bfe3e 100644
+--- a/include/linux/netfilter/nfnetlink_conntrack.h
++++ b/include/linux/netfilter/nfnetlink_conntrack.h
+@@ -3,241 +3,245 @@
+ #include <linux/netfilter/nfnetlink.h>
+ 
+ enum cntl_msg_types {
+-    IPCTNL_MSG_CT_NEW,
+-    IPCTNL_MSG_CT_GET,
+-    IPCTNL_MSG_CT_DELETE,
+-    IPCTNL_MSG_CT_GET_CTRZERO,
+-    IPCTNL_MSG_CT_GET_STATS_CPU,
+-    IPCTNL_MSG_CT_GET_STATS,
++	IPCTNL_MSG_CT_NEW,
++	IPCTNL_MSG_CT_GET,
++	IPCTNL_MSG_CT_DELETE,
++	IPCTNL_MSG_CT_GET_CTRZERO,
++	IPCTNL_MSG_CT_GET_STATS_CPU,
++	IPCTNL_MSG_CT_GET_STATS,
+ 
+-    IPCTNL_MSG_MAX
++	IPCTNL_MSG_MAX
+ };
+ 
+ enum ctnl_exp_msg_types {
+-    IPCTNL_MSG_EXP_NEW,
+-    IPCTNL_MSG_EXP_GET,
+-    IPCTNL_MSG_EXP_DELETE,
+-    IPCTNL_MSG_EXP_GET_STATS_CPU,
++	IPCTNL_MSG_EXP_NEW,
++	IPCTNL_MSG_EXP_GET,
++	IPCTNL_MSG_EXP_DELETE,
++	IPCTNL_MSG_EXP_GET_STATS_CPU,
+ 
+-    IPCTNL_MSG_EXP_MAX
++	IPCTNL_MSG_EXP_MAX
+ };
+ 
+ 
+ enum ctattr_type {
+-    CTA_UNSPEC,
+-    CTA_TUPLE_ORIG,
+-    CTA_TUPLE_REPLY,
+-    CTA_STATUS,
+-    CTA_PROTOINFO,
+-    CTA_HELP,
+-    CTA_NAT_SRC,
+-#define CTA_NAT CTA_NAT_SRC /* backwards compatibility */
+-    CTA_TIMEOUT,
+-    CTA_MARK,
+-    CTA_COUNTERS_ORIG,
+-    CTA_COUNTERS_REPLY,
+-    CTA_USE,
+-    CTA_ID,
+-    CTA_NAT_DST,
+-    CTA_TUPLE_MASTER,
+-    CTA_NAT_SEQ_ADJ_ORIG,
+-    CTA_NAT_SEQ_ADJ_REPLY,
+-    CTA_SECMARK,        /* obsolete */
+-    CTA_ZONE,
+-    CTA_SECCTX,
+-    CTA_TIMESTAMP,
+-    CTA_MARK_MASK,
+-    __CTA_MAX
++	CTA_UNSPEC,
++	CTA_TUPLE_ORIG,
++	CTA_TUPLE_REPLY,
++	CTA_STATUS,
++	CTA_PROTOINFO,
++	CTA_HELP,
++	CTA_NAT_SRC,
++#define CTA_NAT	CTA_NAT_SRC	/* backwards compatibility */
++	CTA_TIMEOUT,
++	CTA_MARK,
++	CTA_COUNTERS_ORIG,
++	CTA_COUNTERS_REPLY,
++	CTA_USE,
++	CTA_ID,
++	CTA_NAT_DST,
++	CTA_TUPLE_MASTER,
++	CTA_NAT_SEQ_ADJ_ORIG,
++	CTA_NAT_SEQ_ADJ_REPLY,
++	CTA_SECMARK,		/* obsolete */
++	CTA_ZONE,
++	CTA_SECCTX,
++	CTA_TIMESTAMP,
++	CTA_MARK_MASK,
++	__CTA_MAX
+ };
+ #define CTA_MAX (__CTA_MAX - 1)
+ 
+ enum ctattr_tuple {
+-    CTA_TUPLE_UNSPEC,
+-    CTA_TUPLE_IP,
+-    CTA_TUPLE_PROTO,
+-    __CTA_TUPLE_MAX
++	CTA_TUPLE_UNSPEC,
++	CTA_TUPLE_IP,
++	CTA_TUPLE_PROTO,
++	__CTA_TUPLE_MAX
+ };
+ #define CTA_TUPLE_MAX (__CTA_TUPLE_MAX - 1)
+ 
+ enum ctattr_ip {
+-    CTA_IP_UNSPEC,
+-    CTA_IP_V4_SRC,
+-    CTA_IP_V4_DST,
+-    CTA_IP_V6_SRC,
+-    CTA_IP_V6_DST,
+-    __CTA_IP_MAX
++	CTA_IP_UNSPEC,
++	CTA_IP_V4_SRC,
++	CTA_IP_V4_DST,
++	CTA_IP_V6_SRC,
++	CTA_IP_V6_DST,
++	__CTA_IP_MAX
+ };
+ #define CTA_IP_MAX (__CTA_IP_MAX - 1)
+ 
+ enum ctattr_l4proto {
+-    CTA_PROTO_UNSPEC,
+-    CTA_PROTO_NUM,
+-    CTA_PROTO_SRC_PORT,
+-    CTA_PROTO_DST_PORT,
+-    CTA_PROTO_ICMP_ID,
+-    CTA_PROTO_ICMP_TYPE,
+-    CTA_PROTO_ICMP_CODE,
+-    CTA_PROTO_ICMPV6_ID,
+-    CTA_PROTO_ICMPV6_TYPE,
+-    CTA_PROTO_ICMPV6_CODE,
+-    __CTA_PROTO_MAX
++	CTA_PROTO_UNSPEC,
++	CTA_PROTO_NUM,
++	CTA_PROTO_SRC_PORT,
++	CTA_PROTO_DST_PORT,
++	CTA_PROTO_ICMP_ID,
++	CTA_PROTO_ICMP_TYPE,
++	CTA_PROTO_ICMP_CODE,
++	CTA_PROTO_ICMPV6_ID,
++	CTA_PROTO_ICMPV6_TYPE,
++	CTA_PROTO_ICMPV6_CODE,
++	__CTA_PROTO_MAX
+ };
+ #define CTA_PROTO_MAX (__CTA_PROTO_MAX - 1)
+ 
+ enum ctattr_protoinfo {
+-    CTA_PROTOINFO_UNSPEC,
+-    CTA_PROTOINFO_TCP,
+-    CTA_PROTOINFO_DCCP,
+-    CTA_PROTOINFO_SCTP,
+-    __CTA_PROTOINFO_MAX
++	CTA_PROTOINFO_UNSPEC,
++	CTA_PROTOINFO_TCP,
++	CTA_PROTOINFO_DCCP,
++	CTA_PROTOINFO_SCTP,
++	__CTA_PROTOINFO_MAX
+ };
+ #define CTA_PROTOINFO_MAX (__CTA_PROTOINFO_MAX - 1)
+ 
+ enum ctattr_protoinfo_tcp {
+-    CTA_PROTOINFO_TCP_UNSPEC,
+-    CTA_PROTOINFO_TCP_STATE,
+-    CTA_PROTOINFO_TCP_WSCALE_ORIGINAL,
+-    CTA_PROTOINFO_TCP_WSCALE_REPLY,
+-    CTA_PROTOINFO_TCP_FLAGS_ORIGINAL,
+-    CTA_PROTOINFO_TCP_FLAGS_REPLY,
+-    __CTA_PROTOINFO_TCP_MAX
++	CTA_PROTOINFO_TCP_UNSPEC,
++	CTA_PROTOINFO_TCP_STATE,
++	CTA_PROTOINFO_TCP_WSCALE_ORIGINAL,
++	CTA_PROTOINFO_TCP_WSCALE_REPLY,
++	CTA_PROTOINFO_TCP_FLAGS_ORIGINAL,
++	CTA_PROTOINFO_TCP_FLAGS_REPLY,
++	__CTA_PROTOINFO_TCP_MAX
+ };
+ #define CTA_PROTOINFO_TCP_MAX (__CTA_PROTOINFO_TCP_MAX - 1)
+ 
+ enum ctattr_protoinfo_dccp {
+-    CTA_PROTOINFO_DCCP_UNSPEC,
+-    CTA_PROTOINFO_DCCP_STATE,
+-    CTA_PROTOINFO_DCCP_ROLE,
+-    CTA_PROTOINFO_DCCP_HANDSHAKE_SEQ,
+-    __CTA_PROTOINFO_DCCP_MAX,
++	CTA_PROTOINFO_DCCP_UNSPEC,
++	CTA_PROTOINFO_DCCP_STATE,
++	CTA_PROTOINFO_DCCP_ROLE,
++	CTA_PROTOINFO_DCCP_HANDSHAKE_SEQ,
++	__CTA_PROTOINFO_DCCP_MAX,
+ };
+ #define CTA_PROTOINFO_DCCP_MAX (__CTA_PROTOINFO_DCCP_MAX - 1)
+ 
+ enum ctattr_protoinfo_sctp {
+-    CTA_PROTOINFO_SCTP_UNSPEC,
+-    CTA_PROTOINFO_SCTP_STATE,
+-    CTA_PROTOINFO_SCTP_VTAG_ORIGINAL,
+-    CTA_PROTOINFO_SCTP_VTAG_REPLY,
+-    __CTA_PROTOINFO_SCTP_MAX
++	CTA_PROTOINFO_SCTP_UNSPEC,
++	CTA_PROTOINFO_SCTP_STATE,
++	CTA_PROTOINFO_SCTP_VTAG_ORIGINAL,
++	CTA_PROTOINFO_SCTP_VTAG_REPLY,
++	__CTA_PROTOINFO_SCTP_MAX
+ };
+ #define CTA_PROTOINFO_SCTP_MAX (__CTA_PROTOINFO_SCTP_MAX - 1)
+ 
+ enum ctattr_counters {
+-    CTA_COUNTERS_UNSPEC,
+-    CTA_COUNTERS_PACKETS,       /* 64bit counters */
+-    CTA_COUNTERS_BYTES,     /* 64bit counters */
+-    CTA_COUNTERS32_PACKETS,     /* old 32bit counters, unused */
+-    CTA_COUNTERS32_BYTES,       /* old 32bit counters, unused */
+-    __CTA_COUNTERS_MAX
++	CTA_COUNTERS_UNSPEC,
++	CTA_COUNTERS_PACKETS,		/* 64bit counters */
++	CTA_COUNTERS_BYTES,		/* 64bit counters */
++	CTA_COUNTERS32_PACKETS,		/* old 32bit counters, unused */
++	CTA_COUNTERS32_BYTES,		/* old 32bit counters, unused */
++	__CTA_COUNTERS_MAX
+ };
+ #define CTA_COUNTERS_MAX (__CTA_COUNTERS_MAX - 1)
+ 
+ enum ctattr_tstamp {
+-    CTA_TIMESTAMP_UNSPEC,
+-    CTA_TIMESTAMP_START,
+-    CTA_TIMESTAMP_STOP,
+-    __CTA_TIMESTAMP_MAX
++	CTA_TIMESTAMP_UNSPEC,
++	CTA_TIMESTAMP_START,
++	CTA_TIMESTAMP_STOP,
++	__CTA_TIMESTAMP_MAX
+ };
+ #define CTA_TIMESTAMP_MAX (__CTA_TIMESTAMP_MAX - 1)
+ 
+ enum ctattr_nat {
+-    CTA_NAT_UNSPEC,
+-    CTA_NAT_MINIP,
+-    CTA_NAT_MAXIP,
+-    CTA_NAT_PROTO,
+-    __CTA_NAT_MAX
++	CTA_NAT_UNSPEC,
++	CTA_NAT_V4_MINIP,
++#define CTA_NAT_MINIP CTA_NAT_V4_MINIP
++	CTA_NAT_V4_MAXIP,
++#define CTA_NAT_MAXIP CTA_NAT_V4_MAXIP
++	CTA_NAT_PROTO,
++	CTA_NAT_V6_MINIP,
++	CTA_NAT_V6_MAXIP,
++	__CTA_NAT_MAX
+ };
+ #define CTA_NAT_MAX (__CTA_NAT_MAX - 1)
+ 
+ enum ctattr_protonat {
+-    CTA_PROTONAT_UNSPEC,
+-    CTA_PROTONAT_PORT_MIN,
+-    CTA_PROTONAT_PORT_MAX,
+-    __CTA_PROTONAT_MAX
++	CTA_PROTONAT_UNSPEC,
++	CTA_PROTONAT_PORT_MIN,
++	CTA_PROTONAT_PORT_MAX,
++	__CTA_PROTONAT_MAX
+ };
+ #define CTA_PROTONAT_MAX (__CTA_PROTONAT_MAX - 1)
+ 
+ enum ctattr_natseq {
+-    CTA_NAT_SEQ_UNSPEC,
+-    CTA_NAT_SEQ_CORRECTION_POS,
+-    CTA_NAT_SEQ_OFFSET_BEFORE,
+-    CTA_NAT_SEQ_OFFSET_AFTER,
+-    __CTA_NAT_SEQ_MAX
++	CTA_NAT_SEQ_UNSPEC,
++	CTA_NAT_SEQ_CORRECTION_POS,
++	CTA_NAT_SEQ_OFFSET_BEFORE,
++	CTA_NAT_SEQ_OFFSET_AFTER,
++	__CTA_NAT_SEQ_MAX
+ };
+ #define CTA_NAT_SEQ_MAX (__CTA_NAT_SEQ_MAX - 1)
+ 
+ enum ctattr_expect {
+-    CTA_EXPECT_UNSPEC,
+-    CTA_EXPECT_MASTER,
+-    CTA_EXPECT_TUPLE,
+-    CTA_EXPECT_MASK,
+-    CTA_EXPECT_TIMEOUT,
+-    CTA_EXPECT_ID,
+-    CTA_EXPECT_HELP_NAME,
+-    CTA_EXPECT_ZONE,
+-    CTA_EXPECT_FLAGS,
+-    CTA_EXPECT_CLASS,
+-    CTA_EXPECT_NAT,
+-    CTA_EXPECT_FN,
+-    __CTA_EXPECT_MAX
++	CTA_EXPECT_UNSPEC,
++	CTA_EXPECT_MASTER,
++	CTA_EXPECT_TUPLE,
++	CTA_EXPECT_MASK,
++	CTA_EXPECT_TIMEOUT,
++	CTA_EXPECT_ID,
++	CTA_EXPECT_HELP_NAME,
++	CTA_EXPECT_ZONE,
++	CTA_EXPECT_FLAGS,
++	CTA_EXPECT_CLASS,
++	CTA_EXPECT_NAT,
++	CTA_EXPECT_FN,
++	__CTA_EXPECT_MAX
+ };
+ #define CTA_EXPECT_MAX (__CTA_EXPECT_MAX - 1)
+ 
+ enum ctattr_expect_nat {
+-    CTA_EXPECT_NAT_UNSPEC,
+-    CTA_EXPECT_NAT_DIR,
+-    CTA_EXPECT_NAT_TUPLE,
+-    __CTA_EXPECT_NAT_MAX
++	CTA_EXPECT_NAT_UNSPEC,
++	CTA_EXPECT_NAT_DIR,
++	CTA_EXPECT_NAT_TUPLE,
++	__CTA_EXPECT_NAT_MAX
+ };
+ #define CTA_EXPECT_NAT_MAX (__CTA_EXPECT_NAT_MAX - 1)
+ 
+ enum ctattr_help {
+-    CTA_HELP_UNSPEC,
+-    CTA_HELP_NAME,
+-    CTA_HELP_INFO,
+-    __CTA_HELP_MAX
++	CTA_HELP_UNSPEC,
++	CTA_HELP_NAME,
++	CTA_HELP_INFO,
++	__CTA_HELP_MAX
+ };
+ #define CTA_HELP_MAX (__CTA_HELP_MAX - 1)
+ 
+ enum ctattr_secctx {
+-    CTA_SECCTX_UNSPEC,
+-    CTA_SECCTX_NAME,
+-    __CTA_SECCTX_MAX
++	CTA_SECCTX_UNSPEC,
++	CTA_SECCTX_NAME,
++	__CTA_SECCTX_MAX
+ };
+ #define CTA_SECCTX_MAX (__CTA_SECCTX_MAX - 1)
+ 
+ enum ctattr_stats_cpu {
+-    CTA_STATS_UNSPEC,
+-    CTA_STATS_SEARCHED,
+-    CTA_STATS_FOUND,
+-    CTA_STATS_NEW,
+-    CTA_STATS_INVALID,
+-    CTA_STATS_IGNORE,
+-    CTA_STATS_DELETE,
+-    CTA_STATS_DELETE_LIST,
+-    CTA_STATS_INSERT,
+-    CTA_STATS_INSERT_FAILED,
+-    CTA_STATS_DROP,
+-    CTA_STATS_EARLY_DROP,
+-    CTA_STATS_ERROR,
+-    CTA_STATS_SEARCH_RESTART,
+-    __CTA_STATS_MAX,
++	CTA_STATS_UNSPEC,
++	CTA_STATS_SEARCHED,
++	CTA_STATS_FOUND,
++	CTA_STATS_NEW,
++	CTA_STATS_INVALID,
++	CTA_STATS_IGNORE,
++	CTA_STATS_DELETE,
++	CTA_STATS_DELETE_LIST,
++	CTA_STATS_INSERT,
++	CTA_STATS_INSERT_FAILED,
++	CTA_STATS_DROP,
++	CTA_STATS_EARLY_DROP,
++	CTA_STATS_ERROR,
++	CTA_STATS_SEARCH_RESTART,
++	__CTA_STATS_MAX,
+ };
+ #define CTA_STATS_MAX (__CTA_STATS_MAX - 1)
+ 
+ enum ctattr_stats_global {
+-    CTA_STATS_GLOBAL_UNSPEC,
+-    CTA_STATS_GLOBAL_ENTRIES,
+-    __CTA_STATS_GLOBAL_MAX,
++	CTA_STATS_GLOBAL_UNSPEC,
++	CTA_STATS_GLOBAL_ENTRIES,
++	__CTA_STATS_GLOBAL_MAX,
+ };
+ #define CTA_STATS_GLOBAL_MAX (__CTA_STATS_GLOBAL_MAX - 1)
+ 
+ enum ctattr_expect_stats {
+-    CTA_STATS_EXP_UNSPEC,
+-    CTA_STATS_EXP_NEW,
+-    CTA_STATS_EXP_CREATE,
+-    CTA_STATS_EXP_DELETE,
+-    __CTA_STATS_EXP_MAX,
++	CTA_STATS_EXP_UNSPEC,
++	CTA_STATS_EXP_NEW,
++	CTA_STATS_EXP_CREATE,
++	CTA_STATS_EXP_DELETE,
++	__CTA_STATS_EXP_MAX,
+ };
+ #define CTA_STATS_EXP_MAX (__CTA_STATS_EXP_MAX - 1)
+ 
+diff --git a/include/linux/netfilter/nfnetlink_queue.h b/include/linux/netfilter/nfnetlink_queue.h
+index 5fcd48c..70ec8c2 100644
+--- a/include/linux/netfilter/nfnetlink_queue.h
++++ b/include/linux/netfilter/nfnetlink_queue.h
+@@ -5,96 +5,97 @@
+ #include <linux/netfilter/nfnetlink.h>
+ 
+ enum nfqnl_msg_types {
+-    NFQNL_MSG_PACKET,       /* packet from kernel to userspace */
+-    NFQNL_MSG_VERDICT,      /* verdict from userspace to kernel */
+-    NFQNL_MSG_CONFIG,       /* connect to a particular queue */
+-    NFQNL_MSG_VERDICT_BATCH,    /* batchv from userspace to kernel */
++	NFQNL_MSG_PACKET,		/* packet from kernel to userspace */
++	NFQNL_MSG_VERDICT,		/* verdict from userspace to kernel */
++	NFQNL_MSG_CONFIG,		/* connect to a particular queue */
++	NFQNL_MSG_VERDICT_BATCH,	/* batchv from userspace to kernel */
+ 
+-    NFQNL_MSG_MAX
++	NFQNL_MSG_MAX
+ };
+ 
+ struct nfqnl_msg_packet_hdr {
+-    __be32      packet_id;  /* unique ID of packet in queue */
+-    __be16      hw_protocol;    /* hw protocol (network order) */
+-    __u8    hook;       /* netfilter hook */
++	__be32		packet_id;	/* unique ID of packet in queue */
++	__be16		hw_protocol;	/* hw protocol (network order) */
++	__u8	hook;		/* netfilter hook */
+ } __attribute__ ((packed));
+ 
+ struct nfqnl_msg_packet_hw {
+-    __be16      hw_addrlen;
+-    __u16   _pad;
+-    __u8    hw_addr[8];
++	__be16		hw_addrlen;
++	__u16	_pad;
++	__u8	hw_addr[8];
+ };
+ 
+ struct nfqnl_msg_packet_timestamp {
+-    __aligned_be64  sec;
+-    __aligned_be64  usec;
++	__aligned_be64	sec;
++	__aligned_be64	usec;
+ };
+ 
+ enum nfqnl_attr_type {
+-    NFQA_UNSPEC,
+-    NFQA_PACKET_HDR,
+-    NFQA_VERDICT_HDR,       /* nfqnl_msg_verdict_hrd */
+-    NFQA_MARK,          /* __u32 nfmark */
+-    NFQA_TIMESTAMP,         /* nfqnl_msg_packet_timestamp */
+-    NFQA_IFINDEX_INDEV,     /* __u32 ifindex */
+-    NFQA_IFINDEX_OUTDEV,        /* __u32 ifindex */
+-    NFQA_IFINDEX_PHYSINDEV,     /* __u32 ifindex */
+-    NFQA_IFINDEX_PHYSOUTDEV,    /* __u32 ifindex */
+-    NFQA_HWADDR,            /* nfqnl_msg_packet_hw */
+-    NFQA_PAYLOAD,           /* opaque data payload */
+-    NFQA_CT,            /* nf_conntrack_netlink.h */
+-    NFQA_CT_INFO,           /* enum ip_conntrack_info */
+-
+-    __NFQA_MAX
++	NFQA_UNSPEC,
++	NFQA_PACKET_HDR,
++	NFQA_VERDICT_HDR,		/* nfqnl_msg_verdict_hrd */
++	NFQA_MARK,			/* __u32 nfmark */
++	NFQA_TIMESTAMP,			/* nfqnl_msg_packet_timestamp */
++	NFQA_IFINDEX_INDEV,		/* __u32 ifindex */
++	NFQA_IFINDEX_OUTDEV,		/* __u32 ifindex */
++	NFQA_IFINDEX_PHYSINDEV,		/* __u32 ifindex */
++	NFQA_IFINDEX_PHYSOUTDEV,	/* __u32 ifindex */
++	NFQA_HWADDR,			/* nfqnl_msg_packet_hw */
++	NFQA_PAYLOAD,			/* opaque data payload */
++	NFQA_CT,			/* nf_conntrack_netlink.h */
++	NFQA_CT_INFO,			/* enum ip_conntrack_info */
++	NFQA_CAP_LEN,			/* __u32 length of captured packet */
++
++	__NFQA_MAX
+ };
+ #define NFQA_MAX (__NFQA_MAX - 1)
+ 
+ struct nfqnl_msg_verdict_hdr {
+-    __be32 verdict;
+-    __be32 id;
++	__be32 verdict;
++	__be32 id;
+ };
+ 
+ 
+ enum nfqnl_msg_config_cmds {
+-    NFQNL_CFG_CMD_NONE,
+-    NFQNL_CFG_CMD_BIND,
+-    NFQNL_CFG_CMD_UNBIND,
+-    NFQNL_CFG_CMD_PF_BIND,
+-    NFQNL_CFG_CMD_PF_UNBIND,
++	NFQNL_CFG_CMD_NONE,
++	NFQNL_CFG_CMD_BIND,
++	NFQNL_CFG_CMD_UNBIND,
++	NFQNL_CFG_CMD_PF_BIND,
++	NFQNL_CFG_CMD_PF_UNBIND,
+ };
+ 
+ struct nfqnl_msg_config_cmd {
+-    __u8    command;    /* nfqnl_msg_config_cmds */
+-    __u8    _pad;
+-    __be16      pf;     /* AF_xxx for PF_[UN]BIND */
++	__u8	command;	/* nfqnl_msg_config_cmds */
++	__u8	_pad;
++	__be16		pf;		/* AF_xxx for PF_[UN]BIND */
+ };
+ 
+ enum nfqnl_config_mode {
+-    NFQNL_COPY_NONE,
+-    NFQNL_COPY_META,
+-    NFQNL_COPY_PACKET,
++	NFQNL_COPY_NONE,
++	NFQNL_COPY_META,
++	NFQNL_COPY_PACKET,
+ };
+ 
+ struct nfqnl_msg_config_params {
+-    __be32      copy_range;
+-    __u8    copy_mode;  /* enum nfqnl_config_mode */
++	__be32		copy_range;
++	__u8	copy_mode;	/* enum nfqnl_config_mode */
+ } __attribute__ ((packed));
+ 
+ 
+ enum nfqnl_attr_config {
+-    NFQA_CFG_UNSPEC,
+-    NFQA_CFG_CMD,           /* nfqnl_msg_config_cmd */
+-    NFQA_CFG_PARAMS,        /* nfqnl_msg_config_params */
+-    NFQA_CFG_QUEUE_MAXLEN,      /* __u32 */
+-    NFQA_CFG_MASK,          /* identify which flags to change */
+-    NFQA_CFG_FLAGS,         /* value of these flags (__u32) */
+-    __NFQA_CFG_MAX
++	NFQA_CFG_UNSPEC,
++	NFQA_CFG_CMD,			/* nfqnl_msg_config_cmd */
++	NFQA_CFG_PARAMS,		/* nfqnl_msg_config_params */
++	NFQA_CFG_QUEUE_MAXLEN,		/* __u32 */
++	NFQA_CFG_MASK,			/* identify which flags to change */
++	NFQA_CFG_FLAGS,			/* value of these flags (__u32) */
++	__NFQA_CFG_MAX
+ };
+ #define NFQA_CFG_MAX (__NFQA_CFG_MAX-1)
+ 
+ /* Flags for NFQA_CFG_FLAGS */
+-#define NFQA_CFG_F_FAIL_OPEN            (1 << 0)
+-#define NFQA_CFG_F_CONNTRACK            (1 << 1)
+-#define NFQA_CFG_F_MAX              (1 << 2)
++#define NFQA_CFG_F_FAIL_OPEN			(1 << 0)
++#define NFQA_CFG_F_CONNTRACK			(1 << 1)
++#define NFQA_CFG_F_MAX				(1 << 2)
+ 
+ #endif /* _NFNETLINK_QUEUE_H */
+-- 
+1.7.10.4
+
diff --git a/package/libnl/libnl-3.2.16-0003-Re-adding-defines-for-__aligned_be64-for-older-kerne.patch b/package/libnl/libnl-3.2.16-0003-Re-adding-defines-for-__aligned_be64-for-older-kerne.patch
new file mode 100644
index 0000000..ba71c80
--- /dev/null
+++ b/package/libnl/libnl-3.2.16-0003-Re-adding-defines-for-__aligned_be64-for-older-kerne.patch
@@ -0,0 +1,43 @@
+From 25c407c71f3e11b0581bb8fb83dc7b3aa53a9c94 Mon Sep 17 00:00:00 2001
+From: Rich Fought <rmf.aero@gmail.com>
+Date: Thu, 13 Dec 2012 14:23:28 -0800
+Subject: [PATCH 3/3] Re-adding #defines for __aligned_be64 for older kernels
+
+---
+ include/linux/netfilter/nfnetlink_log.h   |    4 ++++
+ include/linux/netfilter/nfnetlink_queue.h |    4 ++++
+ 2 files changed, 8 insertions(+)
+
+diff --git a/include/linux/netfilter/nfnetlink_log.h b/include/linux/netfilter/nfnetlink_log.h
+index 90c2c95..2cfbf13 100644
+--- a/include/linux/netfilter/nfnetlink_log.h
++++ b/include/linux/netfilter/nfnetlink_log.h
+@@ -5,6 +5,10 @@
+  * and not any kind of function definitions.  It is shared between kernel and
+  * userspace.  Don't put kernel specific stuff in here */
+ 
++#ifndef __aligned_be64
++#define __aligned_be64 u_int64_t __attribute__((aligned(8)))
++#endif
++
+ #include <linux/types.h>
+ #include <linux/netfilter/nfnetlink.h>
+ 
+diff --git a/include/linux/netfilter/nfnetlink_queue.h b/include/linux/netfilter/nfnetlink_queue.h
+index 70ec8c2..95af967 100644
+--- a/include/linux/netfilter/nfnetlink_queue.h
++++ b/include/linux/netfilter/nfnetlink_queue.h
+@@ -4,6 +4,10 @@
+ #include <linux/types.h>
+ #include <linux/netfilter/nfnetlink.h>
+ 
++#ifndef __aligned_be64
++#define __aligned_be64 u_int64_t __attribute__((aligned(8)))
++#endif
++
+ enum nfqnl_msg_types {
+ 	NFQNL_MSG_PACKET,		/* packet from kernel to userspace */
+ 	NFQNL_MSG_VERDICT,		/* verdict from userspace to kernel */
+-- 
+1.7.10.4
+
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] Packet menu: X.org X Window System
From: Thomas Petazzoni @ 2012-12-27 11:46 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <87ip7o5sjb.fsf@dell.be.48ers.dk>

Dear Peter Korsgaard,

On Wed, 26 Dec 2012 23:59:20 +0100, Peter Korsgaard wrote:

> Also notice that Tinyx/kdrive is deprecated, and there's been talks
> about completely removing it several times, most recently afaik was:
> 
> http://lists.x.org/archives/xorg-devel/2012-March/030059.html

Then, shouldn't we make "Modular X.org" be the default option instead
of the current default of "TinyX" ?

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

^ permalink raw reply


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