Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] xlib_libXdmcp: only build documentation if explicitly requested
From: Peter Korsgaard @ 2012-12-04  2:20 UTC (permalink / raw)
  To: buildroot

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

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

diff --git a/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk b/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
index 5a702e5..7177ae8 100644
--- a/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
+++ b/package/x11r7/xlib_libXdmcp/xlib_libXdmcp.mk
@@ -9,6 +9,8 @@ XLIB_LIBXDMCP_SOURCE = libXdmcp-$(XLIB_LIBXDMCP_VERSION).tar.bz2
 XLIB_LIBXDMCP_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXDMCP_INSTALL_STAGING = YES
 XLIB_LIBXDMCP_DEPENDENCIES = xutil_util-macros xproto_xproto
+XLIB_LIBXDMCP_CONF_OPT = $(if $(BR2_HAVE_DOCUMENTATION),,--disable-docs)
+HOST_XLIB_LIBXDMCP_CONF_OPT = --disable-docs
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))

^ permalink raw reply related

* [Buildroot] [git commit] xlib_xtrans: only build documentation if explicitly requested
From: Peter Korsgaard @ 2012-12-04  2:28 UTC (permalink / raw)
  To: buildroot

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

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

diff --git a/package/x11r7/xlib_xtrans/xlib_xtrans.mk b/package/x11r7/xlib_xtrans/xlib_xtrans.mk
index 8582985..d47a0ed 100644
--- a/package/x11r7/xlib_xtrans/xlib_xtrans.mk
+++ b/package/x11r7/xlib_xtrans/xlib_xtrans.mk
@@ -8,6 +8,8 @@ XLIB_XTRANS_VERSION = 1.2.6
 XLIB_XTRANS_SOURCE = xtrans-$(XLIB_XTRANS_VERSION).tar.bz2
 XLIB_XTRANS_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_XTRANS_INSTALL_STAGING = YES
+XLIB_XTRANS_CONF_OPT = $(if $(BR2_HAVE_DOCUMENTATION),,--disable-docs)
+HOST_XLIB_XTRANS_CONF_OPT = --disable-docs
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))

^ permalink raw reply related

* [Buildroot] [git commit] xproto_xextproto: only build specs if explicitly requested
From: Peter Korsgaard @ 2012-12-04  2:34 UTC (permalink / raw)
  To: buildroot

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

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

diff --git a/package/x11r7/xproto_xextproto/xproto_xextproto.mk b/package/x11r7/xproto_xextproto/xproto_xextproto.mk
index 19c7968..8114f78 100644
--- a/package/x11r7/xproto_xextproto/xproto_xextproto.mk
+++ b/package/x11r7/xproto_xextproto/xproto_xextproto.mk
@@ -8,7 +8,8 @@ XPROTO_XEXTPROTO_VERSION = 7.2.0
 XPROTO_XEXTPROTO_SOURCE = xextproto-$(XPROTO_XEXTPROTO_VERSION).tar.bz2
 XPROTO_XEXTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_XEXTPROTO_INSTALL_STAGING = YES
-XPROTO_XEXTPROTO_INSTALL_TARGET = NO
+XPROTO_XEXTPROTO_CONF_OPT = $(if $(BR2_HAVE_DOCUMENTATION),,--disable-specs)
+HOST_XPROTO_XEXTPROTO_CONF_OPT = --disable-specs
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))

^ permalink raw reply related

* [Buildroot] [git commit] xproto_xcmiscproto: only build specs if explicitly requested
From: Peter Korsgaard @ 2012-12-04  2:35 UTC (permalink / raw)
  To: buildroot

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

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

diff --git a/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk b/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk
index 8168b5c..027ef4f 100644
--- a/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk
+++ b/package/x11r7/xproto_xcmiscproto/xproto_xcmiscproto.mk
@@ -8,7 +8,8 @@ XPROTO_XCMISCPROTO_VERSION = 1.2.1
 XPROTO_XCMISCPROTO_SOURCE = xcmiscproto-$(XPROTO_XCMISCPROTO_VERSION).tar.bz2
 XPROTO_XCMISCPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
 XPROTO_XCMISCPROTO_INSTALL_STAGING = YES
-XPROTO_XCMISCPROTO_INSTALL_TARGET = NO
+XPROTO_XCMISCPROTO_CONF_OPT = $(if $(BR2_HAVE_DOCUMENTATION),,--disable-specs)
+HOST_XPROTO_XCMISCPROTO_CONF_OPT = --disable-specs
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))

^ permalink raw reply related

* [Buildroot] Figuring out selects
From: Charles Manning @ 2012-12-04  3:03 UTC (permalink / raw)
  To: buildroot

Hello All

Is there any way to find out why a config item is selected?

For example libglib2 is selected by a package I am using. Which one?

I could go through all the packages and figure it out eventually, but
surely computers should do all the boring work.

Thanks

Charles

^ permalink raw reply

* [Buildroot] target not ping-able
From: Woody Wu @ 2012-12-04  4:37 UTC (permalink / raw)
  To: buildroot

Hi, list

My generated target system (kernel and rootfs) is not ping-able.  From
the target I can ping outside, but hosts, even on the same ethernet
subnetwork cannot ping my target.

The kernel is 3.4.19 and I enabled network options and an Ethernet
driver.  Is there anything I missed?

Thanks in advance.

-- 
woody
I can't go back to yesterday - because I was a different person then.

^ permalink raw reply

* [Buildroot] Chances in skeleton don't appear in filesystem
From: Woody Wu @ 2012-12-04  4:44 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <slrnkbqn5h.1p8.narkewoody@zuhnb712.local.com>

On 2012-12-04, Woody Wu
<narkewoody@gmail.com> wrote:
> Hi, list
>
> After some intial builds, I come up with idea to make chances in the
> default filesystem contents. Then I change the config to use customized
> filesystem skeleton (fs/skeleton) and changed the
> fs/skeleton/network/interfaces with expection that change could appear
> in the generated target file system.  After another run of make,
> however, I did not see my chances by untar the rootfs.tar.bz2.  Then I
> tried to remove the output/target directory, this time I even got
> another error, 'output/target/etc/hosts: no such file or directory'.
>
> What's the correct method to modify the defualt filesystem? Thanks.
>

Sorry for typo.  'Chance' -> 'Change'

-- 
woody
I can't go back to yesterday - because I was a different person then.

^ permalink raw reply

* [Buildroot] elfutils and the perf userspace tool
From: Bryan Hundven @ 2012-12-04  5:33 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1354573207.60693.YahooMailNeo@web120305.mail.ne1.yahoo.com>

On Mon, Dec 3, 2012 at 2:20 PM, Bogdan Radulescu
<bogdan_radulescu99@yahoo.com> wrote:
>
>
> Hello everybody,
>
> I am using buildroot for generating a distro for ARM. I am able to add additional packages to buildroot or to use arm-linux-gcc directly to compile simple C programs.
>
> Still I haven't yet understood how to cross compile the perf userspace tool and I think it would be a very nice addition to buildroot.
>
> The perf tool requires elfutils and the kernel sources it comes with.
>
> My first problem is that elfutils will not successfully compile, as you can see here:
> http://pastie.org/pastes/5474687/text
>
> My elfutils.mk file looks like this http://pastie.org/pastes/5474697/text
>
> Please tell me how do I move further from this.
>
> Thanks,
> Bogdan
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

I forgot to cc buildroot at ... eh.

Original response:

I think you need the argp-standalone, as I don't think uclibc provides libargp.

-Bryan

^ permalink raw reply

* [Buildroot] Figuring out selects
From: Samuel Martin @ 2012-12-04  5:44 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAE21AQo_fEOqWuzfN2Z3nWiUX+1MJi4JVw=jaiDDkY4CfD6byg@mail.gmail.com>

Hi Charles,

2012/12/4 Charles Manning <cdhmanning@gmail.com>:
> Hello All
>
> Is there any way to find out why a config item is selected?
Yes there is a way:
Read the help of the given item, you'll see different usefull information.

>
> For example libglib2 is selected by a package I am using. Which one?
>
> I could go through all the packages and figure it out eventually, but
> surely computers should do all the boring work.

Use the search tool in menuconfig ;-)
http://buildroot.org/downloads/manual/manual.html#make-tips

Regards,

-- 
Sam

^ permalink raw reply

* [Buildroot] [git commit] xlib_libX11: disable nls compose overview generation
From: Peter Korsgaard @ 2012-12-04  6:55 UTC (permalink / raw)
  To: buildroot

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

Perl is only used to generate compose overview documentation.

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

diff --git a/package/x11r7/xlib_libX11/xlib_libX11.mk b/package/x11r7/xlib_libX11/xlib_libX11.mk
index f7dc4eb..75d172c 100644
--- a/package/x11r7/xlib_libX11/xlib_libX11.mk
+++ b/package/x11r7/xlib_libX11/xlib_libX11.mk
@@ -12,10 +12,12 @@ XLIB_LIBX11_DEPENDENCIES = libxcb xutil_util-macros xlib_xtrans xlib_libXau xlib
 XLIB_LIBX11_CONF_OPT = \
 	--disable-malloc0returnsnull \
 	--with-xcb \
-	--disable-specs
+	--disable-specs \
+	--without-perl
 
 HOST_XLIB_LIBX11_CONF_OPT = \
-	--disable-specs
+	--disable-specs \
+	--without-perl
 
 # src/util/makekeys is executed at build time to generate ks_tables.h, so
 # it should get compiled for the host. The libX11 makefile unfortunately

^ permalink raw reply related

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


Hello,

On 2012-12-03, 154 random build tests have been done and
submitted on autobuild.buildroot.net.
 95 builds have been successful
 59 builds have failed

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

Build 55f415034869a8d8ec68ef8b961fe707bcaa0d7a
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 00:29:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/55f415034869a8d8ec68ef8b961fe707bcaa0d7a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/55f415034869a8d8ec68ef8b961fe707bcaa0d7a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/55f415034869a8d8ec68ef8b961fe707bcaa0d7a/config
Defconfig      : http://autobuild.buildroot.net/results/55f415034869a8d8ec68ef8b961fe707bcaa0d7a/defconfig

Build f8207b232018066196942ae49b4c624ed0886d97
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 00:46:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/f8207b232018066196942ae49b4c624ed0886d97/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f8207b232018066196942ae49b4c624ed0886d97/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f8207b232018066196942ae49b4c624ed0886d97/config
Defconfig      : http://autobuild.buildroot.net/results/f8207b232018066196942ae49b4c624ed0886d97/defconfig

Build 45a4ddbe3daccd38cb56b57c163cb189cee49e15
==============================================

Status         : NOK
Failure reason : connman-1.8
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 00:51:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/45a4ddbe3daccd38cb56b57c163cb189cee49e15/build-end.log
Complete log   : http://autobuild.buildroot.net/results/45a4ddbe3daccd38cb56b57c163cb189cee49e15/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/45a4ddbe3daccd38cb56b57c163cb189cee49e15/config
Defconfig      : http://autobuild.buildroot.net/results/45a4ddbe3daccd38cb56b57c163cb189cee49e15/defconfig

Build 02c520895c7b7da4f5f74c7b2ba2bbb18b92053c
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 00:55:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/02c520895c7b7da4f5f74c7b2ba2bbb18b92053c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/02c520895c7b7da4f5f74c7b2ba2bbb18b92053c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/02c520895c7b7da4f5f74c7b2ba2bbb18b92053c/config
Defconfig      : http://autobuild.buildroot.net/results/02c520895c7b7da4f5f74c7b2ba2bbb18b92053c/defconfig

Build 66e346e94c38e8203bf7378307c21b84a528dadd
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 00:57:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/66e346e94c38e8203bf7378307c21b84a528dadd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/66e346e94c38e8203bf7378307c21b84a528dadd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/66e346e94c38e8203bf7378307c21b84a528dadd/config
Defconfig      : http://autobuild.buildroot.net/results/66e346e94c38e8203bf7378307c21b84a528dadd/defconfig

Build c4a5b64c7072e515664d026aaa49fc39febe29f3
==============================================

Status         : NOK
Failure reason : luajit-2.0.0-beta11
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 01:04:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/c4a5b64c7072e515664d026aaa49fc39febe29f3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c4a5b64c7072e515664d026aaa49fc39febe29f3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c4a5b64c7072e515664d026aaa49fc39febe29f3/config
Defconfig      : http://autobuild.buildroot.net/results/c4a5b64c7072e515664d026aaa49fc39febe29f3/defconfig

Build 83ea647ff53ef56c92a1b0b3198f009834e3ce50
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 01:41:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/83ea647ff53ef56c92a1b0b3198f009834e3ce50/build-end.log
Complete log   : http://autobuild.buildroot.net/results/83ea647ff53ef56c92a1b0b3198f009834e3ce50/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/83ea647ff53ef56c92a1b0b3198f009834e3ce50/config
Defconfig      : http://autobuild.buildroot.net/results/83ea647ff53ef56c92a1b0b3198f009834e3ce50/defconfig

Build 588f6a0e49a585689acf3907c2b5217330b702ff
==============================================

Status         : NOK
Failure reason : gdb-7.4.1-target
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 01:45:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/588f6a0e49a585689acf3907c2b5217330b702ff/build-end.log
Complete log   : http://autobuild.buildroot.net/results/588f6a0e49a585689acf3907c2b5217330b702ff/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/588f6a0e49a585689acf3907c2b5217330b702ff/config
Defconfig      : http://autobuild.buildroot.net/results/588f6a0e49a585689acf3907c2b5217330b702ff/defconfig

Build 9f41266d0de6db5433e82d71d14c8a5007b9fb32
==============================================

Status         : NOK
Failure reason : libroxml-2.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard ()
Submitted at   : 2012-12-03 01:50:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/9f41266d0de6db5433e82d71d14c8a5007b9fb32/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9f41266d0de6db5433e82d71d14c8a5007b9fb32/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9f41266d0de6db5433e82d71d14c8a5007b9fb32/config
Defconfig      : http://autobuild.buildroot.net/results/9f41266d0de6db5433e82d71d14c8a5007b9fb32/defconfig

Build 845d95d0aa98a55b0fc3342b42d946de35aa1286
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 02:38:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d1f5fc29efd40d61e8a185a22e3ee6f52c10d43c
End of log     : http://autobuild.buildroot.net/results/845d95d0aa98a55b0fc3342b42d946de35aa1286/build-end.log
Complete log   : http://autobuild.buildroot.net/results/845d95d0aa98a55b0fc3342b42d946de35aa1286/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/845d95d0aa98a55b0fc3342b42d946de35aa1286/config
Defconfig      : http://autobuild.buildroot.net/results/845d95d0aa98a55b0fc3342b42d946de35aa1286/defconfig

Build d109886a227e99957030e24b63732f2516fa16db
==============================================

Status         : NOK
Failure reason : metacity-2.25.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 02:45:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/d109886a227e99957030e24b63732f2516fa16db/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d109886a227e99957030e24b63732f2516fa16db/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d109886a227e99957030e24b63732f2516fa16db/config
Defconfig      : http://autobuild.buildroot.net/results/d109886a227e99957030e24b63732f2516fa16db/defconfig

Build 6559493044b4382b8e12e0776b5d259ae9e3bf95
==============================================

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

Build 3b1305ef1a2c11bb320fd3c44a172087f836fd28
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 03:02:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/3b1305ef1a2c11bb320fd3c44a172087f836fd28/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3b1305ef1a2c11bb320fd3c44a172087f836fd28/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3b1305ef1a2c11bb320fd3c44a172087f836fd28/config
Defconfig      : http://autobuild.buildroot.net/results/3b1305ef1a2c11bb320fd3c44a172087f836fd28/defconfig

Build e70f0c71f5a744a2d2ed98f422f1396db9d43c6f
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 03:24:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/e70f0c71f5a744a2d2ed98f422f1396db9d43c6f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e70f0c71f5a744a2d2ed98f422f1396db9d43c6f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e70f0c71f5a744a2d2ed98f422f1396db9d43c6f/config
Defconfig      : http://autobuild.buildroot.net/results/e70f0c71f5a744a2d2ed98f422f1396db9d43c6f/defconfig

Build bd14ca070d2dd982ed71ee27125a35d084439606
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 03:39:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/bd14ca070d2dd982ed71ee27125a35d084439606/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bd14ca070d2dd982ed71ee27125a35d084439606/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bd14ca070d2dd982ed71ee27125a35d084439606/config
Defconfig      : http://autobuild.buildroot.net/results/bd14ca070d2dd982ed71ee27125a35d084439606/defconfig

Build 1d04b04cda1b6b6cbac1dfbd71314da6305a7981
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 03:48:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/1d04b04cda1b6b6cbac1dfbd71314da6305a7981/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1d04b04cda1b6b6cbac1dfbd71314da6305a7981/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1d04b04cda1b6b6cbac1dfbd71314da6305a7981/config
Defconfig      : http://autobuild.buildroot.net/results/1d04b04cda1b6b6cbac1dfbd71314da6305a7981/defconfig

Build 942056c6010e29846fcd3136eff0864e9664d41c
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 04:16:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/942056c6010e29846fcd3136eff0864e9664d41c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/942056c6010e29846fcd3136eff0864e9664d41c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/942056c6010e29846fcd3136eff0864e9664d41c/config
Defconfig      : http://autobuild.buildroot.net/results/942056c6010e29846fcd3136eff0864e9664d41c/defconfig

Build 543b9bdd9399b4939b9a5405a37c61f42454264c
==============================================

Status         : NOK
Failure reason : bluez_utils-4.101
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 05:10:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/543b9bdd9399b4939b9a5405a37c61f42454264c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/543b9bdd9399b4939b9a5405a37c61f42454264c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/543b9bdd9399b4939b9a5405a37c61f42454264c/config
Defconfig      : http://autobuild.buildroot.net/results/543b9bdd9399b4939b9a5405a37c61f42454264c/defconfig

Build 3ea5f5dbad9aad3545ae86932cdcf4ef76a5bf9f
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 05:32:51
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/3ea5f5dbad9aad3545ae86932cdcf4ef76a5bf9f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3ea5f5dbad9aad3545ae86932cdcf4ef76a5bf9f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3ea5f5dbad9aad3545ae86932cdcf4ef76a5bf9f/config
Defconfig      : http://autobuild.buildroot.net/results/3ea5f5dbad9aad3545ae86932cdcf4ef76a5bf9f/defconfig

Build ec0ee00c97aa90952b17ab8aa3d40c59e96ae943
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 05:54:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/ec0ee00c97aa90952b17ab8aa3d40c59e96ae943/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ec0ee00c97aa90952b17ab8aa3d40c59e96ae943/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ec0ee00c97aa90952b17ab8aa3d40c59e96ae943/config
Defconfig      : http://autobuild.buildroot.net/results/ec0ee00c97aa90952b17ab8aa3d40c59e96ae943/defconfig

Build 540b5c2d7026f893be05a394a2ab81a42a05644b
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 06:15:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/540b5c2d7026f893be05a394a2ab81a42a05644b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/540b5c2d7026f893be05a394a2ab81a42a05644b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/540b5c2d7026f893be05a394a2ab81a42a05644b/config
Defconfig      : http://autobuild.buildroot.net/results/540b5c2d7026f893be05a394a2ab81a42a05644b/defconfig

Build 616fd7702d831847c68b1de53aaaad614187a352
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 06:19:29
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/616fd7702d831847c68b1de53aaaad614187a352/build-end.log
Complete log   : http://autobuild.buildroot.net/results/616fd7702d831847c68b1de53aaaad614187a352/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/616fd7702d831847c68b1de53aaaad614187a352/config
Defconfig      : http://autobuild.buildroot.net/results/616fd7702d831847c68b1de53aaaad614187a352/defconfig

Build c4a7f6b8333df4736ff2e94036fa5f379a8340ab
==============================================

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

Build a43fd63b2b3d2e1373764cbadfd49193803aa78f
==============================================

Status         : NOK
Failure reason : libxml2-2.8.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 06:23:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/a43fd63b2b3d2e1373764cbadfd49193803aa78f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a43fd63b2b3d2e1373764cbadfd49193803aa78f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a43fd63b2b3d2e1373764cbadfd49193803aa78f/config
Defconfig      : http://autobuild.buildroot.net/results/a43fd63b2b3d2e1373764cbadfd49193803aa78f/defconfig

Build 67bf3bae3b990b70db7ca685916cd4d413a4ef22
==============================================

Status         : NOK
Failure reason : ncftp-3.2.5
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 06:59:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/67bf3bae3b990b70db7ca685916cd4d413a4ef22/build-end.log
Complete log   : http://autobuild.buildroot.net/results/67bf3bae3b990b70db7ca685916cd4d413a4ef22/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/67bf3bae3b990b70db7ca685916cd4d413a4ef22/config
Defconfig      : http://autobuild.buildroot.net/results/67bf3bae3b990b70db7ca685916cd4d413a4ef22/defconfig

Build 6dc24ba4af16ba7582b5a63a60886a64a63a5fb2
==============================================

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

Build c4f0e2930fbf055f84f13e0a9eb3fcc946cb91bb
==============================================

Status         : NOK
Failure reason : libroxml-2.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 09:26:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/c4f0e2930fbf055f84f13e0a9eb3fcc946cb91bb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c4f0e2930fbf055f84f13e0a9eb3fcc946cb91bb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c4f0e2930fbf055f84f13e0a9eb3fcc946cb91bb/config
Defconfig      : http://autobuild.buildroot.net/results/c4f0e2930fbf055f84f13e0a9eb3fcc946cb91bb/defconfig

Build 6742b61b7874c5d8f5b277dbe4cb2a8511208f42
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 10:17:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/6742b61b7874c5d8f5b277dbe4cb2a8511208f42/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6742b61b7874c5d8f5b277dbe4cb2a8511208f42/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6742b61b7874c5d8f5b277dbe4cb2a8511208f42/config
Defconfig      : http://autobuild.buildroot.net/results/6742b61b7874c5d8f5b277dbe4cb2a8511208f42/defconfig

Build 7b38298e78d480ab25779737638a4d63f079e4df
==============================================

Status         : NOK
Failure reason : sdl-1.2.15
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 10:50:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/7b38298e78d480ab25779737638a4d63f079e4df/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7b38298e78d480ab25779737638a4d63f079e4df/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7b38298e78d480ab25779737638a4d63f079e4df/config
Defconfig      : http://autobuild.buildroot.net/results/7b38298e78d480ab25779737638a4d63f079e4df/defconfig

Build 45b08a9bbdb569a248c771f1ccc26ec85aeca0cf
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 11:31:48
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/45b08a9bbdb569a248c771f1ccc26ec85aeca0cf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/45b08a9bbdb569a248c771f1ccc26ec85aeca0cf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/45b08a9bbdb569a248c771f1ccc26ec85aeca0cf/config
Defconfig      : http://autobuild.buildroot.net/results/45b08a9bbdb569a248c771f1ccc26ec85aeca0cf/defconfig

Build 6995479e319460d835076554950d9d063f55f3ba
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 11:49:03
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/6995479e319460d835076554950d9d063f55f3ba/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6995479e319460d835076554950d9d063f55f3ba/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6995479e319460d835076554950d9d063f55f3ba/config
Defconfig      : http://autobuild.buildroot.net/results/6995479e319460d835076554950d9d063f55f3ba/defconfig

Build e4d4193b90e2a85ebe0710b2e289d83899cc7bb8
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 12:02:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/e4d4193b90e2a85ebe0710b2e289d83899cc7bb8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e4d4193b90e2a85ebe0710b2e289d83899cc7bb8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e4d4193b90e2a85ebe0710b2e289d83899cc7bb8/config
Defconfig      : http://autobuild.buildroot.net/results/e4d4193b90e2a85ebe0710b2e289d83899cc7bb8/defconfig

Build c4e19d6c37702778c2c7b2c81fb5cdaa1757982a
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 12:14:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/c4e19d6c37702778c2c7b2c81fb5cdaa1757982a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c4e19d6c37702778c2c7b2c81fb5cdaa1757982a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c4e19d6c37702778c2c7b2c81fb5cdaa1757982a/config
Defconfig      : http://autobuild.buildroot.net/results/c4e19d6c37702778c2c7b2c81fb5cdaa1757982a/defconfig

Build 1f16b12dbb3ca4900b4659f601936963567a0b8e
==============================================

Status         : NOK
Failure reason : gstreamer-0.10.36
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 13:10:19
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/1f16b12dbb3ca4900b4659f601936963567a0b8e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1f16b12dbb3ca4900b4659f601936963567a0b8e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1f16b12dbb3ca4900b4659f601936963567a0b8e/config
Defconfig      : http://autobuild.buildroot.net/results/1f16b12dbb3ca4900b4659f601936963567a0b8e/defconfig

Build 689a2de84b62d87a2de9ce6735c8b544e4203e6a
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 15:09:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/689a2de84b62d87a2de9ce6735c8b544e4203e6a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/689a2de84b62d87a2de9ce6735c8b544e4203e6a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/689a2de84b62d87a2de9ce6735c8b544e4203e6a/config
Defconfig      : http://autobuild.buildroot.net/results/689a2de84b62d87a2de9ce6735c8b544e4203e6a/defconfig

Build 6c3aa33b41dc16cf6bd4c9e362ce1b6a497c0a56
==============================================

Status         : NOK
Failure reason : ebtables-2.0.10-4
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 15:23:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/6c3aa33b41dc16cf6bd4c9e362ce1b6a497c0a56/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6c3aa33b41dc16cf6bd4c9e362ce1b6a497c0a56/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6c3aa33b41dc16cf6bd4c9e362ce1b6a497c0a56/config
Defconfig      : http://autobuild.buildroot.net/results/6c3aa33b41dc16cf6bd4c9e362ce1b6a497c0a56/defconfig

Build d532c31d1c6edd9f35fa66c5045659b9f0f5936f
==============================================

Status         : NOK
Failure reason : libroxml-2.2.0
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 15:47:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=d201b95d8c6aa4d21f8655361e12e98630be8c93
End of log     : http://autobuild.buildroot.net/results/d532c31d1c6edd9f35fa66c5045659b9f0f5936f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d532c31d1c6edd9f35fa66c5045659b9f0f5936f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d532c31d1c6edd9f35fa66c5045659b9f0f5936f/config
Defconfig      : http://autobuild.buildroot.net/results/d532c31d1c6edd9f35fa66c5045659b9f0f5936f/defconfig

Build 54851e624ebca8b529694c17909654452d88d4a5
==============================================

Status         : NOK
Failure reason : host-python-2.7.3
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 17:19:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/54851e624ebca8b529694c17909654452d88d4a5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/54851e624ebca8b529694c17909654452d88d4a5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/54851e624ebca8b529694c17909654452d88d4a5/config
Defconfig      : http://autobuild.buildroot.net/results/54851e624ebca8b529694c17909654452d88d4a5/defconfig

Build 64449aeee535bbe18c6d87668f32631e50338d8c
==============================================

Status         : NOK
Failure reason : xstroke-0.6
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 17:30:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/64449aeee535bbe18c6d87668f32631e50338d8c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/64449aeee535bbe18c6d87668f32631e50338d8c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/64449aeee535bbe18c6d87668f32631e50338d8c/config
Defconfig      : http://autobuild.buildroot.net/results/64449aeee535bbe18c6d87668f32631e50338d8c/defconfig

Build e1b172f871aa53cd93ce81d1b8e188b0af427c54
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 17:35:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/e1b172f871aa53cd93ce81d1b8e188b0af427c54/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e1b172f871aa53cd93ce81d1b8e188b0af427c54/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e1b172f871aa53cd93ce81d1b8e188b0af427c54/config
Defconfig      : http://autobuild.buildroot.net/results/e1b172f871aa53cd93ce81d1b8e188b0af427c54/defconfig

Build 8d8f92fbc7a4e07a170bd9bc162f68bcb3ae04c7
==============================================

Status         : NOK
Failure reason : libfuse-2.9.2
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 17:55:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/8d8f92fbc7a4e07a170bd9bc162f68bcb3ae04c7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8d8f92fbc7a4e07a170bd9bc162f68bcb3ae04c7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8d8f92fbc7a4e07a170bd9bc162f68bcb3ae04c7/config
Defconfig      : http://autobuild.buildroot.net/results/8d8f92fbc7a4e07a170bd9bc162f68bcb3ae04c7/defconfig

Build 106c25dbc6e61b2e3a1afbcd098eeda3ad827343
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 17:58:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/106c25dbc6e61b2e3a1afbcd098eeda3ad827343/build-end.log
Complete log   : http://autobuild.buildroot.net/results/106c25dbc6e61b2e3a1afbcd098eeda3ad827343/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/106c25dbc6e61b2e3a1afbcd098eeda3ad827343/config
Defconfig      : http://autobuild.buildroot.net/results/106c25dbc6e61b2e3a1afbcd098eeda3ad827343/defconfig

Build 292107e0cb85807a2ae6475b1e675cf0f7ca05ae
==============================================

Status         : NOK
Failure reason : acl-2.2.51
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 17:59:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/292107e0cb85807a2ae6475b1e675cf0f7ca05ae/build-end.log
Complete log   : http://autobuild.buildroot.net/results/292107e0cb85807a2ae6475b1e675cf0f7ca05ae/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/292107e0cb85807a2ae6475b1e675cf0f7ca05ae/config
Defconfig      : http://autobuild.buildroot.net/results/292107e0cb85807a2ae6475b1e675cf0f7ca05ae/defconfig

Build 66cc3c85aa8f492cb4bbf88adaf59c2fb9e79a59
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 17:59:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/66cc3c85aa8f492cb4bbf88adaf59c2fb9e79a59/build-end.log
Complete log   : http://autobuild.buildroot.net/results/66cc3c85aa8f492cb4bbf88adaf59c2fb9e79a59/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/66cc3c85aa8f492cb4bbf88adaf59c2fb9e79a59/config
Defconfig      : http://autobuild.buildroot.net/results/66cc3c85aa8f492cb4bbf88adaf59c2fb9e79a59/defconfig

Build 517c950e9b1dc9f30b8210efa5689b84be0b48d4
==============================================

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

Build ad3a70a47fd82d2c10ba91b0acdd62baa2caec69
==============================================

Status         : NOK
Failure reason : pixman-0.25.2
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 18:40:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/ad3a70a47fd82d2c10ba91b0acdd62baa2caec69/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ad3a70a47fd82d2c10ba91b0acdd62baa2caec69/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ad3a70a47fd82d2c10ba91b0acdd62baa2caec69/config
Defconfig      : http://autobuild.buildroot.net/results/ad3a70a47fd82d2c10ba91b0acdd62baa2caec69/defconfig

Build 00a609ec55a6d4699356cec791c9839a6582e9c9
==============================================

Status         : NOK
Failure reason : util-linux-2.20.1
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 19:11:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/00a609ec55a6d4699356cec791c9839a6582e9c9/build-end.log
Complete log   : http://autobuild.buildroot.net/results/00a609ec55a6d4699356cec791c9839a6582e9c9/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/00a609ec55a6d4699356cec791c9839a6582e9c9/config
Defconfig      : http://autobuild.buildroot.net/results/00a609ec55a6d4699356cec791c9839a6582e9c9/defconfig

Build a1f29f1d5ac776b7393a56ed3160a745a74fadca
==============================================

Status         : NOK
Failure reason : sane-backends-1.0.22
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 19:36:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/a1f29f1d5ac776b7393a56ed3160a745a74fadca/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a1f29f1d5ac776b7393a56ed3160a745a74fadca/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a1f29f1d5ac776b7393a56ed3160a745a74fadca/config
Defconfig      : http://autobuild.buildroot.net/results/a1f29f1d5ac776b7393a56ed3160a745a74fadca/defconfig

Build 5728fa94556aa53b78840a9f4c961a665cac3737
==============================================

Status         : NOK
Failure reason : gd-2.0.35
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-12-03 19:42:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/5728fa94556aa53b78840a9f4c961a665cac3737/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5728fa94556aa53b78840a9f4c961a665cac3737/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5728fa94556aa53b78840a9f4c961a665cac3737/config
Defconfig      : http://autobuild.buildroot.net/results/5728fa94556aa53b78840a9f4c961a665cac3737/defconfig

Build 03ff41323222cd43855536d99f94c4a731a85055
==============================================

Status         : NOK
Failure reason : php-5.3.18
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 20:20:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/03ff41323222cd43855536d99f94c4a731a85055/build-end.log
Complete log   : http://autobuild.buildroot.net/results/03ff41323222cd43855536d99f94c4a731a85055/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/03ff41323222cd43855536d99f94c4a731a85055/config
Defconfig      : http://autobuild.buildroot.net/results/03ff41323222cd43855536d99f94c4a731a85055/defconfig

Build 5b67349462b8ab1ce2bb16ca8f4aaa489cebf4e3
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-12-03 20:28:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/5b67349462b8ab1ce2bb16ca8f4aaa489cebf4e3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5b67349462b8ab1ce2bb16ca8f4aaa489cebf4e3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5b67349462b8ab1ce2bb16ca8f4aaa489cebf4e3/config
Defconfig      : http://autobuild.buildroot.net/results/5b67349462b8ab1ce2bb16ca8f4aaa489cebf4e3/defconfig

Build d638141f2c023d5bd24c21c032ed3448b0fee634
==============================================

Status         : NOK
Failure reason : connman-1.8
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 20:30:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/d638141f2c023d5bd24c21c032ed3448b0fee634/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d638141f2c023d5bd24c21c032ed3448b0fee634/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d638141f2c023d5bd24c21c032ed3448b0fee634/config
Defconfig      : http://autobuild.buildroot.net/results/d638141f2c023d5bd24c21c032ed3448b0fee634/defconfig

Build a199dbff47aa424729437f76b11156e222d07744
==============================================

Status         : NOK
Failure reason : libroxml-2.2.1
Architecture   : arm
Submitted by   : Peter Korsgaard (gcc10)
Submitted at   : 2012-12-03 20:43:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/a199dbff47aa424729437f76b11156e222d07744/build-end.log
Complete log   : http://autobuild.buildroot.net/results/a199dbff47aa424729437f76b11156e222d07744/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/a199dbff47aa424729437f76b11156e222d07744/config
Defconfig      : http://autobuild.buildroot.net/results/a199dbff47aa424729437f76b11156e222d07744/defconfig

Build 8457faaf990adbbc63043e846f06547ea36a935b
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 21:19:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/8457faaf990adbbc63043e846f06547ea36a935b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8457faaf990adbbc63043e846f06547ea36a935b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8457faaf990adbbc63043e846f06547ea36a935b/config
Defconfig      : http://autobuild.buildroot.net/results/8457faaf990adbbc63043e846f06547ea36a935b/defconfig

Build 6e7a4d5ddd1795d22952b8cb2118069f5fefea3d
==============================================

Status         : NOK
Failure reason : mtd-1.5.0
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 21:21:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/6e7a4d5ddd1795d22952b8cb2118069f5fefea3d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6e7a4d5ddd1795d22952b8cb2118069f5fefea3d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6e7a4d5ddd1795d22952b8cb2118069f5fefea3d/config
Defconfig      : http://autobuild.buildroot.net/results/6e7a4d5ddd1795d22952b8cb2118069f5fefea3d/defconfig

Build 06acbd37c7bd6dd8ea7c75934af94ddbaeb440ac
==============================================

Status         : NOK
Failure reason : qt-4.8.3
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 22:57:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/06acbd37c7bd6dd8ea7c75934af94ddbaeb440ac/build-end.log
Complete log   : http://autobuild.buildroot.net/results/06acbd37c7bd6dd8ea7c75934af94ddbaeb440ac/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/06acbd37c7bd6dd8ea7c75934af94ddbaeb440ac/config
Defconfig      : http://autobuild.buildroot.net/results/06acbd37c7bd6dd8ea7c75934af94ddbaeb440ac/defconfig

Build 6924ca62bbdcc3aca90f27903793224b7f0ef3c0
==============================================

Status         : NOK
Failure reason : luajit-2.0.0-beta11
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 23:18:49
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/6924ca62bbdcc3aca90f27903793224b7f0ef3c0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/6924ca62bbdcc3aca90f27903793224b7f0ef3c0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/6924ca62bbdcc3aca90f27903793224b7f0ef3c0/config
Defconfig      : http://autobuild.buildroot.net/results/6924ca62bbdcc3aca90f27903793224b7f0ef3c0/defconfig

Build c850630aea3d2da38f5723281073f63078f55452
==============================================

Status         : NOK
Failure reason : m4-1.4.16
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 23:28:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/c850630aea3d2da38f5723281073f63078f55452/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c850630aea3d2da38f5723281073f63078f55452/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c850630aea3d2da38f5723281073f63078f55452/config
Defconfig      : http://autobuild.buildroot.net/results/c850630aea3d2da38f5723281073f63078f55452/defconfig

Build 7ec467b0e7c226c4069957ba313f8e51165aa4b3
==============================================

Status         : NOK
Failure reason : boost-1.49.0
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-12-03 23:43:03
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=61d322c3d258072460fddbab0b39c8bf4cc3e0bc
End of log     : http://autobuild.buildroot.net/results/7ec467b0e7c226c4069957ba313f8e51165aa4b3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7ec467b0e7c226c4069957ba313f8e51165aa4b3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7ec467b0e7c226c4069957ba313f8e51165aa4b3/config
Defconfig      : http://autobuild.buildroot.net/results/7ec467b0e7c226c4069957ba313f8e51165aa4b3/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] elfutils and the perf userspace tool
From: Bogdan Radulescu @ 2012-12-04  8:13 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAJ+oik2wb+izT2we-WcnK5cTEtzo-_jW46Q98UMm=XfbCSqAWA@mail.gmail.com>





----- Original Message -----
From: Bryan Hundven <bryanhundven@gmail.com>
To: Bogdan Radulescu <bogdan_radulescu99@yahoo.com>
Cc: "buildroot at busybox.net" <buildroot@busybox.net>
Sent: Tuesday, December 4, 2012 5:33 AM
Subject: Re: [Buildroot] elfutils and the perf userspace tool

On Mon, Dec 3, 2012 at 2:20 PM, Bogdan Radulescu
<bogdan_radulescu99@yahoo.com> wrote:
>
>
> Hello everybody,
>
> I am using buildroot for generating a distro for ARM. I am able to add additional packages to buildroot or to use arm-linux-gcc directly to compile simple C programs.
>
> Still I haven't yet understood how to cross compile the perf userspace tool and I think it would be a very nice addition to buildroot.
>
> The perf tool requires elfutils and the kernel sources it comes with.
>
> My first problem is that elfutils will not successfully compile, as you can see here:
> http://pastie.org/pastes/5474687/text
>
> My elfutils.mk file looks like this http://pastie.org/pastes/5474697/text
>
> Please tell me how do I move further from this.
>
> Thanks,
> Bogdan
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

I forgot to cc buildroot at ... eh.

Original response:

I think you need the argp-standalone, as I don't think uclibc provides libargp.

-Bryan



Hi Bryan,

As you can see in the elfutils.mk file I already added argp-standalone as a dependency. It compiles OK.
I am also linking against it, still something goes wrong at some point.

Bogdan

^ permalink raw reply

* [Buildroot] Problem with NFS boot
From: Stephan Hoffmann @ 2012-12-04  8:33 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CADKZYYJZ5Y6BqUwdN9MxCHE70Li8=SKV-WRBrBj=zYwQ3c7U2Q@mail.gmail.com>

Am 03.12.2012 21:28, schrieb Santhosh Ramani:
> Any thoughts on this one? In either case, the buildroot process should
> create an identical kernel as compared to the TI -sdk should it not -
> if the configurations are the same. Which I'm sure they are...
Hi Santosh,

did you act upon Thomas' mail about 12 hours ago?

Another thought: Why not create a working kernel with buildroot and use
this binary for further work without rebuilding it each time?

Good luck

Stephan

-- 
reLinux     -    Stephan Hoffmann
Am Schmidtgrund 124    50765 K?ln
Tel. +49.221.95595-19    Fax: -64
www.reLinux.de     sho at reLinux.de

^ permalink raw reply

* [Buildroot] [PATCH v2] xtensa: add config option to enable longcalls option
From: czankel @ 2012-12-04  8:36 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121203140912.1e09f0ea@skate>

On 12/3/12 5:09 AM, Thomas Petazzoni wrote:
> Dear Chris Zankel,
>
> On Mon, 3 Dec 2012 00:58:46 -0800, Chris Zankel wrote:
>> The longcalls option allows calls across a greater range of addresses.
>>
>> This option should be used when call targets can potentially be
>> out of range. It may degrade both code size and performance, but
>> the linker can generally optimize away the unnecessary overhead
>> when a call ends up within range.
>>
> Do we really want that as a configurable option? Isn't it possible
> instead to always generate longcalls, or to fix this on a per-package
> basis, when needed?
The actual distance between call and destination is probably very 
dependent on compiler versions and compile options, etc., so might be 
hard to figure out what packages are affected. We might end up with a 
lot of packages with special Xtensa  'treatments'. Probably better to 
just have it always there.

It should actually be fine to always compile with the longcalls option, 
but I didn't just want to change it without having the option to keep 
the old behavior, hence the option.

Thanks,
-Chris

^ permalink raw reply

* [Buildroot] How to handle modularity in buildroot?
From: Stephan Hoffmann @ 2012-12-04  9:01 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <201212041249.14541.manningc2@actrix.gen.nz>

Am 04.12.2012 00:49, schrieb Charles Manning:
> On Tuesday 04 December 2012 12:17:13 ANDY KENNEDY wrote:
>
>>> Is there an easy way to have modular/hierarchical projects? For
>>> example I would like to have a base file system that holds common
>>> stuff but then have variants (eg. production vs development).
>>>
>>> In OE this is easy: just create a "basic system" package which is
>>> included in the recipes for each of the variants.
>>>
>>> How would this be tackled in buildroot?
>> I believe what you are looking for is 'make defconfig'.  This will
>> provide a basic set of configuration options to get you going, then
>> you'll have to edit the things like processor family, processor type,
>> whether you want uClibc vs {e,}glibc, etc.
>>
>> The default config is usually okay for a first attempt, however, I like
>> to provide to others in my company a set of config files to choose from.
>> Those, I derive from just cranking through the menuconfig and save the
>> options off when I get done.
>>
>> If you are looking for more than this, there are a few other default
>> config files to attempt.  To list those config files do a 'make help'.
>>
>> Hope this helps!
> Thanks Andy
>
> I am aware of this mechanism but I don't think it really gets me what I am 
> after.
>
> I think that with defconfig, I would be able to make defconfig, then tweak the 
> config to get a variant. But now if I change the base config, I then have to 
> go through the process again for the variant.
>
> What I would like is the ability to have:
> * A base package
> * Production rootfs = base + production files.
> * Development rootfs = base  + development files.
>
Hi Charles,

I think this could be best done with git. You could create a production
and a development branch both based on your common base. After updating
base both branches could either be rebased or the new base merged in.
> Then a change to the base package automatically flows through the production + 
> development rootfs.
>
Well, not really automatically;-) To be honest, I am currently trying to
find an optimal git workflow for this.

Kind regards

Stephan
> Is there a way to accomplish that?
>
> Thanks
>
> Charles
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot


-- 
reLinux     -    Stephan Hoffmann
Am Schmidtgrund 124    50765 K?ln
Tel. +49.221.95595-19    Fax: -64
www.reLinux.de     sho at reLinux.de

^ permalink raw reply

* [Buildroot] Chances in skeleton don't appear in filesystem
From: Thomas Petazzoni @ 2012-12-04  9:03 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <slrnkbqn5h.1p8.narkewoody@zuhnb712.local.com>

Dear Woody Wu,

On Tue, 4 Dec 2012 02:16:11 +0000 (UTC), Woody Wu wrote:

> After some intial builds, I come up with idea to make chances in the
> default filesystem contents. Then I change the config to use customized
> filesystem skeleton (fs/skeleton) and changed the
> fs/skeleton/network/interfaces with expection that change could appear
> in the generated target file system.  After another run of make,
> however, I did not see my chances by untar the rootfs.tar.bz2.

The skeleton is copied to output/target during the first make, and is
not copied again during subsequent invocations of make. If you want to
see your filesystem skeleton changes to be taken into account, you have
to do a "make clean; make" cycle.

>  Then I
> tried to remove the output/target directory, this time I even got
> another error, 'output/target/etc/hosts: no such file or directory'.

Removing the output/target directory does not make sense and cannot
work. Buildroot does not know that it has been removed and therefore
does not retrigger the installation of all packages.

> What's the correct method to modify the defualt filesystem? Thanks.

Do use a custom skeleton, use a custom post-build script to copy/modify
files in output/target. See
http://elinux.org/images/2/2a/Using-buildroot-real-project.pdf starting
slide 22, and particularly slides 24 and 25.

Best regards,

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

^ permalink raw reply

* [Buildroot] How to handle modularity in buildroot?
From: Bjørn Forsman @ 2012-12-04  9:10 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <201212041249.14541.manningc2@actrix.gen.nz>

On 4 December 2012 00:49, Charles Manning <cdhmanning@gmail.com> wrote:
[...]
> I think that with defconfig, I would be able to make defconfig, then tweak the
> config to get a variant. But now if I change the base config, I then have to
> go through the process again for the variant.
>
> What I would like is the ability to have:
> * A base package
> * Production rootfs = base + production files.
> * Development rootfs = base  + development files.
>
> Then a change to the base package automatically flows through the production +
> development rootfs.
>
>
> Is there a way to accomplish that?

I don't know if it's possible to do that right now, but in principle
this is just a merge of a base config and an addon config. Say, if
there was an include directive in config files you'd be done. Maybe
you could try to create this merged config file by hand and see if
it's something that can be automated later?

1. make a (base) defconfig
2. make N new defconfigs with various extra options and call them addonN_config
3. remove the symbols found in the base config from all addonN_config files

Then, before the build, you do something like "cat base_config
addonN_config > config".

Best regards,
Bj?rn Forsman

^ permalink raw reply

* [Buildroot] How to handle modularity in buildroot?
From: Thomas Petazzoni @ 2012-12-04  9:10 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <201212041249.14541.manningc2@actrix.gen.nz>

Dear Charles Manning,

On Tue, 4 Dec 2012 12:49:14 +1300, Charles Manning wrote:

> I am aware of this mechanism but I don't think it really gets me what I am 
> after.
> 
> I think that with defconfig, I would be able to make defconfig, then tweak the 
> config to get a variant. But now if I change the base config, I then have to 
> go through the process again for the variant.
> 
> What I would like is the ability to have:
> * A base package
> * Production rootfs = base + production files.
> * Development rootfs = base  + development files.
> 
> Then a change to the base package automatically flows through the production + 
> development rootfs.
> 
> Is there a way to accomplish that?

First of all, thanks for your nice words about Buildroot, definitely
appreciated.

That said, if Buildroot is certainly simpler than OE, it also means
that Buildroot has a smaller feature set, and to some extent a bit less
flexibility.

What you can do to achieve what you want is use defconfig fragments.
For example:

 * mysystem_base_defconfig.frag would contain:

BR2_arm=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_PATH="/home/thomas/x-tools/arm-br-arm926/usr/"
BR2_TOOLCHAIN_EXTERNAL_LARGEFILE=y
BR2_TOOLCHAIN_EXTERNAL_INET_IPV6=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
BR2_TOOLCHAIN_EXTERNAL_INET_RPC=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_PACKAGE_BUSYBOX=y

 * mysystem_prod_defconfig.frag would contain:

BR2_PACKAGE_APPLICATION1=y
BR2_PACKAGE_APPLICATION2=y

 * mysystem_dev_defconfig.frag would contain:

BR2_PACKAGE_STRACE=y
BR2_PACKAGE_LTRACE=y

And then, when you want to do a production build:

 make clean
 cat mysystem_base_defconfig.frag mysystem_prod_defconfig.frag > configs/mysystem_prod_defconfig
 make mysystem_prod_defconfig
 make

And when you want to do a development build:

 make clean
 cat mysystem_base_defconfig.frag mysystem_dev_defconfig.frag > configs/mysystem_dev_defconfig
 make mysystem_dev_defconfig
 make

Basically, instead of having Buildroot providing this feature, we rely
on the simple manipulation of the configuration file.

Best regards,

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

^ permalink raw reply

* [Buildroot] [PATCH] package/crosstool-ng: update to 1.17.0
From: Thomas Petazzoni @ 2012-12-04  9:12 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1354564065-24388-2-git-send-email-c.schoenert@t-online.de>

Dear Carsten Schoenert,

On Mon,  3 Dec 2012 20:47:45 +0100, Carsten Schoenert wrote:
> From: Carsten Schoenert <c.schoenert@t-online.de>
> 
> Updating current crosstool-ng config files to 1.17.0
>  crosstool-ng.config-eglibc
>  crosstool-ng.config-glibc
>  crosstool-ng.config-uClibc
> 
> Signed-off-by: Carsten Schoenert <c.schoenert@t-online.de>
> ---
>  package/crosstool-ng/crosstool-ng.mk               |    2 +-
>  .../crosstool-ng.config-eglibc                     |   73 ++++++++++++++-----
>  .../crosstool-ng.config-glibc                      |   74 +++++++++++++++-----
>  .../crosstool-ng.config-uClibc                     |   71 ++++++++++++++-----
>  4 files changed, 165 insertions(+), 55 deletions(-)

Thanks for doing this work. I think ct-ng now supports minimal
defconfig files. Would it make sense to use that instead of
full .config files in order to reduce the amount of churn when updating
between ct-ng versions? Yann?

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

^ permalink raw reply

* [Buildroot] [PATCH v2] xtensa: add config option to enable longcalls option
From: Thomas Petazzoni @ 2012-12-04  9:17 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50BDB610.7080304@zankel.net>


On Tue, 04 Dec 2012 00:36:32 -0800, czankel wrote:

> > Do we really want that as a configurable option? Isn't it possible
> > instead to always generate longcalls, or to fix this on a per-package
> > basis, when needed?
> The actual distance between call and destination is probably very 
> dependent on compiler versions and compile options, etc., so might be 
> hard to figure out what packages are affected. We might end up with a 
> lot of packages with special Xtensa  'treatments'. Probably better to 
> just have it always there.

Hum, right.

> It should actually be fine to always compile with the longcalls option, 
> but I didn't just want to change it without having the option to keep 
> the old behavior, hence the option.

I'd prefer to have it always enabled, I'd say. We try to not add
gazillions of very detailed architecture-specific options that are
hard to understand. Hardcore users will know how/where to remove this
option is they need, or they can even override it by passing a
-mno-longcalls option in BR2_TARGET_OPTIMIZATION.

What do you think?

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

^ permalink raw reply

* [Buildroot] xapp_init: bad substitution of mcookie path in startx
From: Thierry Bultel @ 2012-12-04 12:35 UTC (permalink / raw)
  To: buildroot

Hi,

The generated "startx" has the host path for mcookie:



----------
    esac

     authdisplay=${display:-:0}

 
mcookie=`/nous/BASYSTEMES/Buildroot/output.imx6neon/host/usr/bin/mcookie`



     if test x"$mcookie" = x; then

--------------------------


... and because of that, the X server does not start on target.

It should be "/usr/bin/mcookie"



Regards
Thierry

^ permalink raw reply

* [Buildroot] [PATCH 1/2] kernel-headers: bump 3.{0, 4, 6}.x stable versions
From: Gustavo Zacarias @ 2012-12-04 14:36 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 toolchain/kernel-headers/Config.in                 |    6 +++---
 ...all-fix-__packed-in-exported-kernel-head.patch} |    0
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename toolchain/kernel-headers/{linux-3.0.53-headers_install-fix-__packed-in-exported-kernel-head.patch => linux-3.0.54-headers_install-fix-__packed-in-exported-kernel-head.patch} (100%)

diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index 12b3956..6552c62 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -67,12 +67,12 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "2.6.37.6"	if BR2_KERNEL_HEADERS_2_6_37
 	default "2.6.38.8"	if BR2_KERNEL_HEADERS_2_6_38
 	default "2.6.39.4"	if BR2_KERNEL_HEADERS_2_6_39
-	default "3.0.53"	if BR2_KERNEL_HEADERS_3_0
+	default "3.0.54"	if BR2_KERNEL_HEADERS_3_0
 	default "3.1.10"	if BR2_KERNEL_HEADERS_3_1
 	default "3.2.34"	if BR2_KERNEL_HEADERS_3_2
 	default "3.3.8"		if BR2_KERNEL_HEADERS_3_3
-	default "3.4.20"	if BR2_KERNEL_HEADERS_3_4
+	default "3.4.21"	if BR2_KERNEL_HEADERS_3_4
 	default "3.5.7"		if BR2_KERNEL_HEADERS_3_5
-	default "3.6.8"		if BR2_KERNEL_HEADERS_3_6
+	default "3.6.9"		if BR2_KERNEL_HEADERS_3_6
 	default "2.6"		if BR2_KERNEL_HEADERS_SNAP
 	default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
diff --git a/toolchain/kernel-headers/linux-3.0.53-headers_install-fix-__packed-in-exported-kernel-head.patch b/toolchain/kernel-headers/linux-3.0.54-headers_install-fix-__packed-in-exported-kernel-head.patch
similarity index 100%
rename from toolchain/kernel-headers/linux-3.0.53-headers_install-fix-__packed-in-exported-kernel-head.patch
rename to toolchain/kernel-headers/linux-3.0.54-headers_install-fix-__packed-in-exported-kernel-head.patch
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] [PATCH 2/2] linux: bump 3.6.x stable version
From: Gustavo Zacarias @ 2012-12-04 14:36 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1354631815-18202-1-git-send-email-gustavo@zacarias.com.ar>

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 linux/Config.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index f408ad5..ef3b2a1 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -21,7 +21,7 @@ choice
 	prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_3_6
-	bool "3.6.8"
+	bool "3.6.9"
 
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	bool "Same as toolchain kernel headers"
@@ -76,7 +76,7 @@ config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "3.6.8" if BR2_LINUX_KERNEL_3_6
+	default "3.6.9" if BR2_LINUX_KERNEL_3_6
 	default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE if BR2_LINUX_KERNEL_CUSTOM_VERSION
 	default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
-- 
1.7.8.6

^ permalink raw reply related

* [Buildroot] Problem with NFS boot
From: Santhosh Ramani @ 2012-12-04 16:21 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50BDB55A.3070102@relinux.de>

Hello Stephen, Thomas,

Yes the solution mentioned by Thomas fixed it. Once I enabled devtmpfs...it
mounts it first and the udev starts. Thank you sooo very much.

[    3.581359] VFS: Mounted root (nfs filesystem) on device 0:15.
[    3.588256] devtmpfs: mounted
[    3.591857] Freeing init memory: 228K
Starting logging: OK
Populating /dev using udev: [    4.088989] udevd[712]: starting version 182
done
Initializing random number generator... done.

This is really helpful. thank you
Regards

Santhosh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121204/507c01e9/attachment.html>

^ permalink raw reply

* [Buildroot] Qt library difference between E.so and just .so
From: Santhosh Ramani @ 2012-12-04 16:25 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CADKZYY+KTeh1qdbnzzj1th=n5TrwuzT+2RhvxzaK6-Wp8JN88w@mail.gmail.com>

Hello,

Can anyone please give me pointers on this one??

Thanks a bunch...
Regards

Santhosh

-- 
Greater the Difficulty....Sweeter is the Victory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121204/0a188f17/attachment.html>

^ 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