Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 5696] New: python3 installation is too large, patches from python2 needed
From: bugzilla at busybox.net @ 2012-11-16 10:01 UTC (permalink / raw)
  To: buildroot

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

           Summary: python3 installation is too large, patches from
                    python2 needed
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: maxime.ripard at free-electrons.com
        ReportedBy: thomas.petazzoni at free-electrons.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Our Python 2 package has a bunch of patches (numbered 100 and above) that allow
to disable the build of a number of extensions that are not necessarily useful
in all situations. Those patches should be upgraded and added in our Python 3
package.

At the moment, the Python 3 installation takes 55 MB in /usr/lib/python3.3/,
which is way too much.

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

^ permalink raw reply

* [Buildroot] [Bug 5690] New: python3 does not obey to BR2_PACKAGE_PYTHON3_PYC_ONLY=y
From: bugzilla at busybox.net @ 2012-11-16 10:00 UTC (permalink / raw)
  To: buildroot

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

           Summary: python3 does not obey to
                    BR2_PACKAGE_PYTHON3_PYC_ONLY=y
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: maxime.ripard at free-electrons.com
        ReportedBy: thomas.petazzoni at free-electrons.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Even though I have BR2_PACKAGE_PYTHON3_PYC_ONLY=y in my configuration, I have a
lot of *.py files in /usr/lib/python3.3/. The BR2_PACKAGE_PYTHON3_PY_ONLY,
BR2_PACKAGE_PYTHON3_PYC_ONLY and BR2_PACKAGE_PYTHON3_PY_PYC options should be
tested and fixed as needed.

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

^ permalink raw reply

* [Buildroot] Xtensa updates
From: Bernhard Reutner-Fischer @ 2012-11-16  9:16 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <CAC1BbcTvCC3O_edGmRgNXCPXRn2uq-sA4gs5_Sx=mvLf9XkQ=g@mail.gmail.com>

On 16 November 2012 09:53, Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>wrote:

>
>
> On 15 November 2012 23:04, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>
>> Bernhard, All,
>>
>> On Monday 12 November 2012 Bernhard Reutner-Fischer wrote:
>> > On 12 November 2012 12:35, Thomas Petazzoni <
>> > thomas.petazzoni at free-electrons.com> wrote:
>> > > In the process, would you mind changing the irker configuration so
>> that
>> > > the updates made on the Buildroot Git repository get notified on
>> > > #buildroot instead of #uclibc?
>> > done.
>>
>> Would it be possible for you to change the commit notifications to be
>> shorter, please?
>>
>
> The default was
> self.template = '%(bold)s%(project)s:%(reset)s
> %(green)s%(author)s%(reset)s %(repo)s:%(yellow)s%(branch)s%(reset)s *
> %(bold)s%(rev)s%(reset)s / %(bold)s%(files)s%(reset)s: %(logmsg)s
> %(brown)s%(url)s%(reset)s'
>
>
>> Something like:
>>   project:branch short-hash author subject
>>
>
>  I have changed this to
> --template="%(repo)s:%(branch)s %(author)s * %(rev)s %(logmsg)s" \
> now.
> buildroot: s.martin49 buildroot:master * 2012.08-735-gb04a6d7 /
> docs/manual/contribute.txt: manual: contribute.txt: do not use --summary
> option with 'git format-patch'
> http://git.buildroot.org/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
> vs.
> buildroot:master s.martin49 * 2012.08-735-gb04a6d7 manual: contribute.txt:
> do not use --summary option with 'git format-patch'
>
> I still liked the url though.
>

I do wonder what esr et al mean with "self.tinyifier" perhaps tinyfier ?
Furthermore one cannot use post requests (as needed by some tinyfiers) due
to the inconvenient way urllib.urlretrieve is called. I'll refrain from
fixing it for now.

perhaps someone enjoys to have a look (with
https://developers.google.com/url-shortener/v1/url/insert#request in mind)..
cheers,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121116/b5479bfb/attachment.html>

^ permalink raw reply

* [Buildroot] [git commit] lcdproc: fix autobuilder failures
From: Simon Dawson @ 2012-11-16  9:07 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121116004452.635cf645@skate>

On 15 November 2012 23:44, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Looking at the build failure (which got triggered again today), I am a
> bit suspicious about this fix. The build failure is:
>
> /scratch/peko/host/usr/bin/ccache /scratch/peko/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc -I/scratch/peko/host/usr/include/freetype2 -I/scratch/peko/host/usr/include   -fPIC -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -Os  -Wno-unused-function -shared  -o glcd.so glcd-glcd_drv.o glcd-glcd-render.o libLCD.a  glcd-t6963.o t6963_low.o -L/scratch/peko/host/usr/lib -lfreetype -lz -lbz2    -ldl
> /scratch/peko/host/usr/lib/libfreetype.so: file not recognized: File format not recognized
>
> The problem here is not a missing dependency on freetype, but rather
> the fact that we have -I and -L options pointing to host headers and
> libraries, while we are building something on the target. So maybe
> adding freetype and zlib as dependencies work around the problem, but I
> suspect that those wrong -I and -L lines might still be there, no?

Hi Thomas.

If lcdproc finds freetype in the staging area, then the host header
and library search paths do not get added to the build commands. So I
think this patch does more than simply work around the problem.

Simon.

^ permalink raw reply

* [Buildroot] [PATCH] can-utils: add CAN FD support
From: yegorslists at googlemail.com @ 2012-11-16  8:56 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/can-utils/can-utils.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index ea1dc06..321dc52 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-CAN_UTILS_VERSION = 50775159276d896d8b3102b6dbc658a91a2a1d53
+CAN_UTILS_VERSION = 836d3cc0122ce31a1b732d369cbd27b690c3110f
 CAN_UTILS_SITE = git://gitorious.org/linux-can/can-utils.git
 CAN_UTILS_AUTORECONF = YES
 
-- 
1.7.7

^ permalink raw reply related

* [Buildroot] Xtensa updates
From: Bernhard Reutner-Fischer @ 2012-11-16  8:53 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <201211152304.37056.yann.morin.1998@free.fr>

On 15 November 2012 23:04, Yann E. MORIN <yann.morin.1998@free.fr> wrote:

> Bernhard, All,
>
> On Monday 12 November 2012 Bernhard Reutner-Fischer wrote:
> > On 12 November 2012 12:35, Thomas Petazzoni <
> > thomas.petazzoni at free-electrons.com> wrote:
> > > In the process, would you mind changing the irker configuration so that
> > > the updates made on the Buildroot Git repository get notified on
> > > #buildroot instead of #uclibc?
> > done.
>
> Would it be possible for you to change the commit notifications to be
> shorter, please?
>

The default was
self.template = '%(bold)s%(project)s:%(reset)s %(green)s%(author)s%(reset)s
%(repo)s:%(yellow)s%(branch)s%(reset)s * %(bold)s%(rev)s%(reset)s /
%(bold)s%(files)s%(reset)s: %(logmsg)s %(brown)s%(url)s%(reset)s'


> Something like:
>   project:branch short-hash author subject
>

 I have changed this to
--template="%(repo)s:%(branch)s %(author)s * %(rev)s %(logmsg)s" \
now.
buildroot: s.martin49 buildroot:master * 2012.08-735-gb04a6d7 /
docs/manual/contribute.txt: manual: contribute.txt: do not use --summary
option with 'git format-patch'
http://git.buildroot.org/buildroot/commit/?id=b04a6d7bda0a0241003a79d026569d6e81e07105
vs.
buildroot:master s.martin49 * 2012.08-735-gb04a6d7 manual: contribute.txt:
do not use --summary option with 'git format-patch'

I still liked the url though.
Ok?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121116/d461992f/attachment.html>

^ permalink raw reply

* [Buildroot] [PATCH] kexec: disable on unsupported architectures
From: spdawson at gmail.com @ 2012-11-16  8:13 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

kexec only supports the following architectures.

  i?86
  powerpc
  powerpc64
  arm*
  s390x|s390
  sh4|sh4a|sh3|sh
  mips*
  cris
  crisv32
  ia64
  x86_64
  alpha

The Buildroot kexec package is available when an unsupported target
architecture is selected, leading to autobuild failures like the following.

  http://autobuild.buildroot.net/results/e706b08abb4fd1987fc4aa970d6be50fc92dc1fa/build-end.log

This patch makes the kexec package available only for the supported
architectures.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 package/kexec/Config.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kexec/Config.in b/package/kexec/Config.in
index e59a07b..fe50e06 100644
--- a/package/kexec/Config.in
+++ b/package/kexec/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_KEXEC
 	bool "kexec"
-	depends on !BR2_avr32
+	depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el || BR2_powerpc || BR2_sh4 || BR2_sh4a || BR2_sh3
 	help
 	  Kexec is a user space utiltity for loading another kernel
 	  and asking the currently running kernel to do something with it.
-- 
1.7.10.4

^ permalink raw reply related

* [Buildroot] [git commit] qextserialport: don't require Qt GUI module
From: Thomas Petazzoni @ 2012-11-16  7:44 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <87k3tmysez.fsf@dell.be.48ers.dk>


On Fri, 16 Nov 2012 07:26:44 +0100, Peter Korsgaard wrote:
> >>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:
> 
>  Arnout>  While we're at it, we could also throw out our patching of the
>  Arnout> platform-specific qws config file: we are anyway replacing all
>  Arnout> "interesting" variables with our own values, so all useful
>  Arnout> content is thrown away.  Instead, we could make our own spec
>  Arnout> file that contains exactly what we need:
> 
>  Arnout> include(../../common/linux.conf)
>  Arnout> include(../../common/gcc-base-unix.conf)
>  Arnout> include(../../common/g++-unix.conf)
>  Arnout> include(../../common/qws.conf)
>  Arnout> <our stuff goes here>
>  Arnout> load(qt_config)
> 
>  Arnout>  What do you think?
> 
> I'm no Qt expert, but it sounds sensible - Thomas?

I don't remember all the details of those spec files, but yes, it
sounds good.

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 1/2] manual: prerequisite.txt: add texinfo to the mandatory package list
From: Peter Korsgaard @ 2012-11-16  7:44 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353046413-3015-1-git-send-email-s.martin49@gmail.com>

>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:

 Samuel> Using the internal Buildroot toolchain backend, makeinfo, whom
 Samuel> belongs to the texinfo package, is required to build gcc and
 Samuel> gdb.

Committed both, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] manual: contribute.txt: do not use --summary option with 'git format-patch'
From: Peter Korsgaard @ 2012-11-16  7:43 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 docs/manual/contribute.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
index ddf790d..b2e6e7d 100644
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -42,8 +42,8 @@ This will generate patch files in the +outgoing+ subdirectory,
 automatically adding the +signed-off-by+ line.
 
 If you want to present the whole patch set in a separate mail, add
-+--cover-letter --summary+ to the previous command line (+man
-git-format-patch+ for further information).
++--cover-letter+ to the previous command line (+man git-format-patch+
+for further information).
 
 Once patch files are generated, you can review/edit the commit message
 before submitting them using your favorite text editor.

^ permalink raw reply related

* [Buildroot] [git commit] manual: prerequisite.txt: add texinfo to the mandatory package list
From: Peter Korsgaard @ 2012-11-16  7:43 UTC (permalink / raw)
  To: buildroot

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

Using the internal Buildroot toolchain backend, makeinfo, whom belongs to
the texinfo package, is required to build gcc and gdb.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 docs/manual/prerequisite.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
index 693347b..31d437d 100644
--- a/docs/manual/prerequisite.txt
+++ b/docs/manual/prerequisite.txt
@@ -42,6 +42,7 @@ Mandatory packages
 ** +python+ (version 2.6 or 2.7)
 ** +unzip+
 ** +rsync+
+** +texinfo+ (required for internal Buildroot toolchain backend)
 
 * Source fetching tools:
 ** +wget+

^ permalink raw reply related

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


Hello,

On 2012-11-15, 93 random build tests have been done and
submitted on autobuild.buildroot.net.
 56 builds have been successful
 37 builds have failed

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

Build 09044bd9bb9230ca598313da831c73305a8f07dc
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-15 00:00:46
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/09044bd9bb9230ca598313da831c73305a8f07dc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/09044bd9bb9230ca598313da831c73305a8f07dc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/09044bd9bb9230ca598313da831c73305a8f07dc/config
Defconfig      : http://autobuild.buildroot.net/results/09044bd9bb9230ca598313da831c73305a8f07dc/defconfig

Build 87aa2f7e1313f169fa0832d611c9d4c4c87d4cf0
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-15 01:14:28
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/87aa2f7e1313f169fa0832d611c9d4c4c87d4cf0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/87aa2f7e1313f169fa0832d611c9d4c4c87d4cf0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/87aa2f7e1313f169fa0832d611c9d4c4c87d4cf0/config
Defconfig      : http://autobuild.buildroot.net/results/87aa2f7e1313f169fa0832d611c9d4c4c87d4cf0/defconfig

Build 95885a6e8ff11066d770a99b022d0a280fe5c92b
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 01:23:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/95885a6e8ff11066d770a99b022d0a280fe5c92b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/95885a6e8ff11066d770a99b022d0a280fe5c92b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/95885a6e8ff11066d770a99b022d0a280fe5c92b/config
Defconfig      : http://autobuild.buildroot.net/results/95885a6e8ff11066d770a99b022d0a280fe5c92b/defconfig

Build c91e99454b974bc03938640c91cbb7b2edaadea1
==============================================

Status         : NOK
Failure reason : libnspr-4.8.7
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 03:20:22
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/c91e99454b974bc03938640c91cbb7b2edaadea1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c91e99454b974bc03938640c91cbb7b2edaadea1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c91e99454b974bc03938640c91cbb7b2edaadea1/config
Defconfig      : http://autobuild.buildroot.net/results/c91e99454b974bc03938640c91cbb7b2edaadea1/defconfig

Build 445146baa7530d2fc7530ce2c890bff1bd67f022
==============================================

Status         : NOK
Failure reason : pv-1.2.0
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 04:04:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/445146baa7530d2fc7530ce2c890bff1bd67f022/build-end.log
Complete log   : http://autobuild.buildroot.net/results/445146baa7530d2fc7530ce2c890bff1bd67f022/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/445146baa7530d2fc7530ce2c890bff1bd67f022/config
Defconfig      : http://autobuild.buildroot.net/results/445146baa7530d2fc7530ce2c890bff1bd67f022/defconfig

Build 3216680704afd74632a8dea9fd48b4c7b1b60942
==============================================

Status         : NOK
Failure reason : xlib_libXt-1.0.9
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 05:48:30
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/3216680704afd74632a8dea9fd48b4c7b1b60942/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3216680704afd74632a8dea9fd48b4c7b1b60942/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3216680704afd74632a8dea9fd48b4c7b1b60942/config
Defconfig      : http://autobuild.buildroot.net/results/3216680704afd74632a8dea9fd48b4c7b1b60942/defconfig

Build 09276824c588d283ab5a727bac740da799784811
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 06:07:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/09276824c588d283ab5a727bac740da799784811/build-end.log
Complete log   : http://autobuild.buildroot.net/results/09276824c588d283ab5a727bac740da799784811/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/09276824c588d283ab5a727bac740da799784811/config
Defconfig      : http://autobuild.buildroot.net/results/09276824c588d283ab5a727bac740da799784811/defconfig

Build 82fa36c02dd79f638a4004a11623ed95620cd636
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-15 06:26:01
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/82fa36c02dd79f638a4004a11623ed95620cd636/build-end.log
Complete log   : http://autobuild.buildroot.net/results/82fa36c02dd79f638a4004a11623ed95620cd636/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/82fa36c02dd79f638a4004a11623ed95620cd636/config
Defconfig      : http://autobuild.buildroot.net/results/82fa36c02dd79f638a4004a11623ed95620cd636/defconfig

Build 9a55203d375360ebe223848754aa670dd705726e
==============================================

Status         : NOK
Failure reason : xlib_libXt-1.0.9
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 06:30:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/9a55203d375360ebe223848754aa670dd705726e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9a55203d375360ebe223848754aa670dd705726e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9a55203d375360ebe223848754aa670dd705726e/config
Defconfig      : http://autobuild.buildroot.net/results/9a55203d375360ebe223848754aa670dd705726e/defconfig

Build d95c9af8624f600011cef0c6ac370e55986c95e2
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 06:45:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/d95c9af8624f600011cef0c6ac370e55986c95e2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d95c9af8624f600011cef0c6ac370e55986c95e2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d95c9af8624f600011cef0c6ac370e55986c95e2/config
Defconfig      : http://autobuild.buildroot.net/results/d95c9af8624f600011cef0c6ac370e55986c95e2/defconfig

Build 3235a07a10af27f1a02584fc0685ce55b36ee5ba
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 09:12:24
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/3235a07a10af27f1a02584fc0685ce55b36ee5ba/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3235a07a10af27f1a02584fc0685ce55b36ee5ba/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3235a07a10af27f1a02584fc0685ce55b36ee5ba/config
Defconfig      : http://autobuild.buildroot.net/results/3235a07a10af27f1a02584fc0685ce55b36ee5ba/defconfig

Build 9eb2b1de2ca2a2ae9dc22960226db52526473dce
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 09:36:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/9eb2b1de2ca2a2ae9dc22960226db52526473dce/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9eb2b1de2ca2a2ae9dc22960226db52526473dce/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9eb2b1de2ca2a2ae9dc22960226db52526473dce/config
Defconfig      : http://autobuild.buildroot.net/results/9eb2b1de2ca2a2ae9dc22960226db52526473dce/defconfig

Build 386b7dff8c05c40113efad0e6648aa3a67b64ffa
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 10:11:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/386b7dff8c05c40113efad0e6648aa3a67b64ffa/build-end.log
Complete log   : http://autobuild.buildroot.net/results/386b7dff8c05c40113efad0e6648aa3a67b64ffa/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/386b7dff8c05c40113efad0e6648aa3a67b64ffa/config
Defconfig      : http://autobuild.buildroot.net/results/386b7dff8c05c40113efad0e6648aa3a67b64ffa/defconfig

Build 8976064d021738f2f3de6ed41e0c443396ab0954
==============================================

Status         : NOK
Failure reason : berkeleydb-5.3.21
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 10:15:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/8976064d021738f2f3de6ed41e0c443396ab0954/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8976064d021738f2f3de6ed41e0c443396ab0954/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8976064d021738f2f3de6ed41e0c443396ab0954/config
Defconfig      : http://autobuild.buildroot.net/results/8976064d021738f2f3de6ed41e0c443396ab0954/defconfig

Build 54fbd5b16df11f9bd088752d48fa502eb75a48ff
==============================================

Status         : NOK
Failure reason : xlib_libXt-1.0.9
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 11:48:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/54fbd5b16df11f9bd088752d48fa502eb75a48ff/build-end.log
Complete log   : http://autobuild.buildroot.net/results/54fbd5b16df11f9bd088752d48fa502eb75a48ff/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/54fbd5b16df11f9bd088752d48fa502eb75a48ff/config
Defconfig      : http://autobuild.buildroot.net/results/54fbd5b16df11f9bd088752d48fa502eb75a48ff/defconfig

Build 2815885d589d75259508bcce4f272b8dddb3be77
==============================================

Status         : NOK
Failure reason : xlib_libXt-1.0.9
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 12:30:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/2815885d589d75259508bcce4f272b8dddb3be77/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2815885d589d75259508bcce4f272b8dddb3be77/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2815885d589d75259508bcce4f272b8dddb3be77/config
Defconfig      : http://autobuild.buildroot.net/results/2815885d589d75259508bcce4f272b8dddb3be77/defconfig

Build d007e90324eb480b80e98566360a5ebf92550105
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 12:52:25
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0
End of log     : http://autobuild.buildroot.net/results/d007e90324eb480b80e98566360a5ebf92550105/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d007e90324eb480b80e98566360a5ebf92550105/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d007e90324eb480b80e98566360a5ebf92550105/config
Defconfig      : http://autobuild.buildroot.net/results/d007e90324eb480b80e98566360a5ebf92550105/defconfig

Build 0d4f47cc944eb5b0d4380089d08cbd0e98f94fcf
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 14:46:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=53adfc5f4976704d426681a0404c1643db009552
End of log     : http://autobuild.buildroot.net/results/0d4f47cc944eb5b0d4380089d08cbd0e98f94fcf/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0d4f47cc944eb5b0d4380089d08cbd0e98f94fcf/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0d4f47cc944eb5b0d4380089d08cbd0e98f94fcf/config
Defconfig      : http://autobuild.buildroot.net/results/0d4f47cc944eb5b0d4380089d08cbd0e98f94fcf/defconfig

Build 9cc383a077f75dd29a527de0e388e78cc841a84c
==============================================

Status         : NOK
Failure reason : tremor-18153
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 15:55:35
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=53adfc5f4976704d426681a0404c1643db009552
End of log     : http://autobuild.buildroot.net/results/9cc383a077f75dd29a527de0e388e78cc841a84c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/9cc383a077f75dd29a527de0e388e78cc841a84c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/9cc383a077f75dd29a527de0e388e78cc841a84c/config
Defconfig      : http://autobuild.buildroot.net/results/9cc383a077f75dd29a527de0e388e78cc841a84c/defconfig

Build 19d0de76b380189ed2da5cd7020a51451c6de57d
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 16:44:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=53adfc5f4976704d426681a0404c1643db009552
End of log     : http://autobuild.buildroot.net/results/19d0de76b380189ed2da5cd7020a51451c6de57d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/19d0de76b380189ed2da5cd7020a51451c6de57d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/19d0de76b380189ed2da5cd7020a51451c6de57d/config
Defconfig      : http://autobuild.buildroot.net/results/19d0de76b380189ed2da5cd7020a51451c6de57d/defconfig

Build abcdbe1aaf1c203c82dc3e4ec8c002b9b9e550e0
==============================================

Status         : NOK
Failure reason : apr-1.4.6
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 16:45:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=695c4bcebc6093f44d21117489bb72cc7c76c5af
End of log     : http://autobuild.buildroot.net/results/abcdbe1aaf1c203c82dc3e4ec8c002b9b9e550e0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/abcdbe1aaf1c203c82dc3e4ec8c002b9b9e550e0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/abcdbe1aaf1c203c82dc3e4ec8c002b9b9e550e0/config
Defconfig      : http://autobuild.buildroot.net/results/abcdbe1aaf1c203c82dc3e4ec8c002b9b9e550e0/defconfig

Build 14122d6f6d7f2e5cb1c75193417bebd176f4bef4
==============================================

Status         : NOK
Failure reason : lcdproc-0.5.6
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-15 16:48:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=53adfc5f4976704d426681a0404c1643db009552
End of log     : http://autobuild.buildroot.net/results/14122d6f6d7f2e5cb1c75193417bebd176f4bef4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/14122d6f6d7f2e5cb1c75193417bebd176f4bef4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/14122d6f6d7f2e5cb1c75193417bebd176f4bef4/config
Defconfig      : http://autobuild.buildroot.net/results/14122d6f6d7f2e5cb1c75193417bebd176f4bef4/defconfig

Build 947cf0ea7d7dbc9076aa2cf1873bf9afe6aac087
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 17:03:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=695c4bcebc6093f44d21117489bb72cc7c76c5af
End of log     : http://autobuild.buildroot.net/results/947cf0ea7d7dbc9076aa2cf1873bf9afe6aac087/build-end.log
Complete log   : http://autobuild.buildroot.net/results/947cf0ea7d7dbc9076aa2cf1873bf9afe6aac087/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/947cf0ea7d7dbc9076aa2cf1873bf9afe6aac087/config
Defconfig      : http://autobuild.buildroot.net/results/947cf0ea7d7dbc9076aa2cf1873bf9afe6aac087/defconfig

Build 1ba642e4839c852aebd324c9620d8ce000f5de8d
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-15 17:07:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=53adfc5f4976704d426681a0404c1643db009552
End of log     : http://autobuild.buildroot.net/results/1ba642e4839c852aebd324c9620d8ce000f5de8d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1ba642e4839c852aebd324c9620d8ce000f5de8d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1ba642e4839c852aebd324c9620d8ce000f5de8d/config
Defconfig      : http://autobuild.buildroot.net/results/1ba642e4839c852aebd324c9620d8ce000f5de8d/defconfig

Build cbe3fabb6d4216e07addd68d3b92dd1187265327
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-15 17:15:34
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=695c4bcebc6093f44d21117489bb72cc7c76c5af
End of log     : http://autobuild.buildroot.net/results/cbe3fabb6d4216e07addd68d3b92dd1187265327/build-end.log
Complete log   : http://autobuild.buildroot.net/results/cbe3fabb6d4216e07addd68d3b92dd1187265327/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/cbe3fabb6d4216e07addd68d3b92dd1187265327/config
Defconfig      : http://autobuild.buildroot.net/results/cbe3fabb6d4216e07addd68d3b92dd1187265327/defconfig

Build 795622527455ed17cfe4fb0ef45dcb187f0ba1fc
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 17:21:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=695c4bcebc6093f44d21117489bb72cc7c76c5af
End of log     : http://autobuild.buildroot.net/results/795622527455ed17cfe4fb0ef45dcb187f0ba1fc/build-end.log
Complete log   : http://autobuild.buildroot.net/results/795622527455ed17cfe4fb0ef45dcb187f0ba1fc/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/795622527455ed17cfe4fb0ef45dcb187f0ba1fc/config
Defconfig      : http://autobuild.buildroot.net/results/795622527455ed17cfe4fb0ef45dcb187f0ba1fc/defconfig

Build c9681aae6f684c56fe973b9792b8add26d33f54f
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-15 18:43:53
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=695c4bcebc6093f44d21117489bb72cc7c76c5af
End of log     : http://autobuild.buildroot.net/results/c9681aae6f684c56fe973b9792b8add26d33f54f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c9681aae6f684c56fe973b9792b8add26d33f54f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c9681aae6f684c56fe973b9792b8add26d33f54f/config
Defconfig      : http://autobuild.buildroot.net/results/c9681aae6f684c56fe973b9792b8add26d33f54f/defconfig

Build 5ad9820a63b2aad36cddc46a171488c62c330ca7
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Peter Korsgaard (gcc14)
Submitted at   : 2012-11-15 19:28:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=695c4bcebc6093f44d21117489bb72cc7c76c5af
End of log     : http://autobuild.buildroot.net/results/5ad9820a63b2aad36cddc46a171488c62c330ca7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5ad9820a63b2aad36cddc46a171488c62c330ca7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5ad9820a63b2aad36cddc46a171488c62c330ca7/config
Defconfig      : http://autobuild.buildroot.net/results/5ad9820a63b2aad36cddc46a171488c62c330ca7/defconfig

Build 37dae58341ad4c2491044bd51006b4f590c72878
==============================================

Status         : NOK
Failure reason : boost-1.49.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 19:31:02
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=695c4bcebc6093f44d21117489bb72cc7c76c5af
End of log     : http://autobuild.buildroot.net/results/37dae58341ad4c2491044bd51006b4f590c72878/build-end.log
Complete log   : http://autobuild.buildroot.net/results/37dae58341ad4c2491044bd51006b4f590c72878/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/37dae58341ad4c2491044bd51006b4f590c72878/config
Defconfig      : http://autobuild.buildroot.net/results/37dae58341ad4c2491044bd51006b4f590c72878/defconfig

Build ef868f5ec6a5c046cfbd998af28edb401470a102
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 20:42:50
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=695c4bcebc6093f44d21117489bb72cc7c76c5af
End of log     : http://autobuild.buildroot.net/results/ef868f5ec6a5c046cfbd998af28edb401470a102/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ef868f5ec6a5c046cfbd998af28edb401470a102/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ef868f5ec6a5c046cfbd998af28edb401470a102/config
Defconfig      : http://autobuild.buildroot.net/results/ef868f5ec6a5c046cfbd998af28edb401470a102/defconfig

Build 4ffc67255fe302518593053caa0091a7a2abf806
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 21:43:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=695c4bcebc6093f44d21117489bb72cc7c76c5af
End of log     : http://autobuild.buildroot.net/results/4ffc67255fe302518593053caa0091a7a2abf806/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4ffc67255fe302518593053caa0091a7a2abf806/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4ffc67255fe302518593053caa0091a7a2abf806/config
Defconfig      : http://autobuild.buildroot.net/results/4ffc67255fe302518593053caa0091a7a2abf806/defconfig

Build 5464c9b9ebebaf4a9e662e8cb89421a7f78aa4de
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 22:01:43
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=695c4bcebc6093f44d21117489bb72cc7c76c5af
End of log     : http://autobuild.buildroot.net/results/5464c9b9ebebaf4a9e662e8cb89421a7f78aa4de/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5464c9b9ebebaf4a9e662e8cb89421a7f78aa4de/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5464c9b9ebebaf4a9e662e8cb89421a7f78aa4de/config
Defconfig      : http://autobuild.buildroot.net/results/5464c9b9ebebaf4a9e662e8cb89421a7f78aa4de/defconfig

Build 8a7415821c59389b68a35bd358faef10003a4be4
==============================================

Status         : NOK
Failure reason : cpanminus-1.5018
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-15 22:19:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=695c4bcebc6093f44d21117489bb72cc7c76c5af
End of log     : http://autobuild.buildroot.net/results/8a7415821c59389b68a35bd358faef10003a4be4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8a7415821c59389b68a35bd358faef10003a4be4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8a7415821c59389b68a35bd358faef10003a4be4/config
Defconfig      : http://autobuild.buildroot.net/results/8a7415821c59389b68a35bd358faef10003a4be4/defconfig

Build 4f1e0c3a1bae2b6ce9b75b4c00863d4cb45798aa
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 22:36:15
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=f92a2371957caf4e72951d7c9e33438a6e105250
End of log     : http://autobuild.buildroot.net/results/4f1e0c3a1bae2b6ce9b75b4c00863d4cb45798aa/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4f1e0c3a1bae2b6ce9b75b4c00863d4cb45798aa/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4f1e0c3a1bae2b6ce9b75b4c00863d4cb45798aa/config
Defconfig      : http://autobuild.buildroot.net/results/4f1e0c3a1bae2b6ce9b75b4c00863d4cb45798aa/defconfig

Build 88faccffe9697a4670b8ce77fcd5326003a4b46f
==============================================

Status         : NOK
Failure reason : libatomic_ops-1.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 22:51:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a064238c3c0e5743e1f66353e620bd35399d6a76
End of log     : http://autobuild.buildroot.net/results/88faccffe9697a4670b8ce77fcd5326003a4b46f/build-end.log
Complete log   : http://autobuild.buildroot.net/results/88faccffe9697a4670b8ce77fcd5326003a4b46f/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/88faccffe9697a4670b8ce77fcd5326003a4b46f/config
Defconfig      : http://autobuild.buildroot.net/results/88faccffe9697a4670b8ce77fcd5326003a4b46f/defconfig

Build 62a623685cbb88c447cc95fddeec135ed1ad540c
==============================================

Status         : NOK
Failure reason : lcdproc-0.5.6
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 23:41:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a064238c3c0e5743e1f66353e620bd35399d6a76
End of log     : http://autobuild.buildroot.net/results/62a623685cbb88c447cc95fddeec135ed1ad540c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/62a623685cbb88c447cc95fddeec135ed1ad540c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/62a623685cbb88c447cc95fddeec135ed1ad540c/config
Defconfig      : http://autobuild.buildroot.net/results/62a623685cbb88c447cc95fddeec135ed1ad540c/defconfig

Build fbf9a6e604d1327ff2f2c31b7be8c3c5f64661bb
==============================================

Status         : NOK
Failure reason : gdbhost-7.4.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-15 23:52:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=a064238c3c0e5743e1f66353e620bd35399d6a76
End of log     : http://autobuild.buildroot.net/results/fbf9a6e604d1327ff2f2c31b7be8c3c5f64661bb/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fbf9a6e604d1327ff2f2c31b7be8c3c5f64661bb/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fbf9a6e604d1327ff2f2c31b7be8c3c5f64661bb/config
Defconfig      : http://autobuild.buildroot.net/results/fbf9a6e604d1327ff2f2c31b7be8c3c5f64661bb/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [git commit] qextserialport: don't require Qt GUI module
From: Peter Korsgaard @ 2012-11-16  6:26 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50A580BA.5020402@mind.be>

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

 Arnout>  While we're at it, we could also throw out our patching of the
 Arnout> platform-specific qws config file: we are anyway replacing all
 Arnout> "interesting" variables with our own values, so all useful
 Arnout> content is thrown away.  Instead, we could make our own spec
 Arnout> file that contains exactly what we need:

 Arnout> include(../../common/linux.conf)
 Arnout> include(../../common/gcc-base-unix.conf)
 Arnout> include(../../common/g++-unix.conf)
 Arnout> include(../../common/qws.conf)
 Arnout> <our stuff goes here>
 Arnout> load(qt_config)

 Arnout>  What do you think?

I'm no Qt expert, but it sounds sensible - Thomas?

Presumably this is all post-2012.11 stuff?

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH 2/2] manual: contribute.txt: do not use --summary option with 'git format-patch'
From: Samuel Martin @ 2012-11-16  6:13 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353046413-3015-1-git-send-email-s.martin49@gmail.com>


Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 docs/manual/contribute.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
index ddf790d..b2e6e7d 100644
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -42,8 +42,8 @@ This will generate patch files in the +outgoing+ subdirectory,
 automatically adding the +signed-off-by+ line.
 
 If you want to present the whole patch set in a separate mail, add
-+--cover-letter --summary+ to the previous command line (+man
-git-format-patch+ for further information).
++--cover-letter+ to the previous command line (+man git-format-patch+
+for further information).
 
 Once patch files are generated, you can review/edit the commit message
 before submitting them using your favorite text editor.
-- 
1.8.0

^ permalink raw reply related

* [Buildroot] [PATCH 1/2] manual: prerequisite.txt: add texinfo to the mandatory package list
From: Samuel Martin @ 2012-11-16  6:13 UTC (permalink / raw)
  To: buildroot

Using the internal Buildroot toolchain backend, makeinfo, whom belongs to
the texinfo package, is required to build gcc and gdb.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 docs/manual/prerequisite.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
index 693347b..31d437d 100644
--- a/docs/manual/prerequisite.txt
+++ b/docs/manual/prerequisite.txt
@@ -42,6 +42,7 @@ Mandatory packages
 ** +python+ (version 2.6 or 2.7)
 ** +unzip+
 ** +rsync+
+** +texinfo+ (required for internal Buildroot toolchain backend)
 
 * Source fetching tools:
 ** +wget+
-- 
1.8.0

^ permalink raw reply related

* [Buildroot] [git commit] qextserialport: don't require Qt GUI module
From: Arnout Vandecappelle @ 2012-11-15 23:54 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121114214738.427A799B26@busybox.osuosl.org>

On 14/11/12 22:44, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=bac970e99d751dd58561313a38311962ea0a79f1
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> Fixes e.g.
> http://autobuild.buildroot.net/results/e80ae76fa21f87bef10e08c7452b796dc0986ff2/
>
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind)<arnout@mind.be>
> Signed-off-by: Peter Korsgaard<jacmet@sunsite.dk>
> ---
>   package/qextserialport/qextserialport-gui.patch |   16 ++++++++++++++++
>   1 files changed, 16 insertions(+), 0 deletions(-)
>
> diff --git a/package/qextserialport/qextserialport-gui.patch b/package/qextserialport/qextserialport-gui.patch
> new file mode 100644
> index 0000000..d3dedae
> --- /dev/null
> +++ b/package/qextserialport/qextserialport-gui.patch
> @@ -0,0 +1,16 @@
> +Don't require Qt GUI module
> +
> +Signed-off-by: Arnout Vandecappelle (Essensium/Mind)<arnout@mind.be>
> +---
> +diff -Nrup qextserialport-f83b4e7ca922e53.orig/qextserialport.pro qextserialport-f83b4e7ca922e53/qextserialport.pro
> +--- qextserialport-f83b4e7ca922e53.orig/qextserialport.pro	2012-10-17 09:13:53.000000000 +0200
> ++++ qextserialport-f83b4e7ca922e53/qextserialport.pro	2012-11-13 22:48:29.249431510 +0100
> +@@ -41,6 +41,8 @@ macx:qesp_mac_framework {
> +
> + win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release build_all
> +
> ++!win32*:!wince*:QT -= gui
> ++
> + #generate proper library name
> + greaterThan(QT_MAJOR_VERSION, 4) {
> +     QESP_LIB_BASENAME = QtExtSerialPort

  After submitting this patch upstream, the feedback I got is that it should
not be necessary to do this.  Looking a bit deeper, it turns out they are
right, in a way.  We use the qws mkspecs file, which includes
QT += core gui network

  I.e., by default the gui will always be linked in, and -DQT_GUI_LIB will be added
to the compile flags. It seems logical that Qt would remove the ones that aren't
installed, but it doesn't.  So we should do it ourselves.

  While we're at it, we could also throw out our patching of the platform-specific
qws config file: we are anyway replacing all "interesting" variables with our own
values, so all useful content is thrown away.  Instead, we could make our own spec
file that contains exactly what we need:

include(../../common/linux.conf)
include(../../common/gcc-base-unix.conf)
include(../../common/g++-unix.conf)
include(../../common/qws.conf)
<our stuff goes here>
load(qt_config)


  What do you think?

  Regards,
  Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply

* [Buildroot] [git commit] lcdproc: fix autobuilder failures
From: Thomas Petazzoni @ 2012-11-15 23:44 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121115230738.33E869A031@busybox.osuosl.org>


On Fri, 16 Nov 2012 00:06:10 +0100, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=ffdb08d2219d2613f3aa9b20c30b20090948dded
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> The lcdproc version bump to 0.5.6 has resulted in autobuilder failures such as
> the following.
> 
>   http://autobuild.buildroot.org/results/9967bc20a6094e836c4c18ff2cd30edef143bb8e/build-end.log
> 
> The 0.5.6 release added a new glcd driver, which requires the freetype and zlib
> libraries. This patch makes the lcdproc package depend on freetype and zlib.
> 
> Signed-off-by: Simon Dawson <spdawson@gmail.com>
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
>  package/lcdproc/Config.in  |    2 ++
>  package/lcdproc/lcdproc.mk |    2 +-
>  2 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/package/lcdproc/Config.in b/package/lcdproc/Config.in
> index 820f4ea..e0afc44 100644
> --- a/package/lcdproc/Config.in
> +++ b/package/lcdproc/Config.in
> @@ -1,6 +1,8 @@
>  config BR2_PACKAGE_LCDPROC
>         bool "lcdproc"
> +       select BR2_PACKAGE_FREETYPE
>         select BR2_PACKAGE_NCURSES
> +       select BR2_PACKAGE_ZLIB
>         help
>           LCD display driver daemon and clients
>  
> diff --git a/package/lcdproc/lcdproc.mk b/package/lcdproc/lcdproc.mk
> index aa204f1..2a80289 100644
> --- a/package/lcdproc/lcdproc.mk
> +++ b/package/lcdproc/lcdproc.mk
> @@ -16,6 +16,6 @@ ifeq ($(BR2_PACKAGE_LCDPROC_MENUS),y)
>  LCDPROC_CONF_OPT += --enable-lcdproc-menus
>  endif
>  
> -LCDPROC_DEPENDENCIES = ncurses
> +LCDPROC_DEPENDENCIES = freetype ncurses zlib

Looking at the build failure (which got triggered again today), I am a
bit suspicious about this fix. The build failure is:

/scratch/peko/host/usr/bin/ccache /scratch/peko/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc -I/scratch/peko/host/usr/include/freetype2 -I/scratch/peko/host/usr/include   -fPIC -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -pipe -Os  -Wno-unused-function -shared  -o glcd.so glcd-glcd_drv.o glcd-glcd-render.o libLCD.a  glcd-t6963.o t6963_low.o -L/scratch/peko/host/usr/lib -lfreetype -lz -lbz2    -ldl 
/scratch/peko/host/usr/lib/libfreetype.so: file not recognized: File format not recognized

The problem here is not a missing dependency on freetype, but rather
the fact that we have -I and -L options pointing to host headers and
libraries, while we are building something on the target. So maybe
adding freetype and zlib as dependencies work around the problem, but I
suspect that those wrong -I and -L lines might still be there, no?

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 1/2] toolchain/gdb: disable support of full gdb on target for blackfin
From: Peter Korsgaard @ 2012-11-15 23:29 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352586536-19621-1-git-send-email-thomas.petazzoni@free-electrons.com>

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

 Thomas> There is no support in gdb 6.6 for the Blackfin architecture, so
 Thomas> disallow this choice. This fixes the following build failure:

 Thomas>   http://autobuild.buildroot.org/results/e37db29810265a756833da163fda444d967d7874/build-end.log

Committed both, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] toolchain/gdb: disable support of full gdb on target for blackfin
From: Peter Korsgaard @ 2012-11-15 23:28 UTC (permalink / raw)
  To: buildroot

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

There is no support in gdb 6.6 for the Blackfin architecture, so
disallow this choice. This fixes the following build failure:

  http://autobuild.buildroot.org/results/e37db29810265a756833da163fda444d967d7874/build-end.log

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

diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 8acce1e..ca0c821 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_GDB
 	bool "Build gdb debugger for the Target"
 	select BR2_PACKAGE_NCURSES
 	depends on BR2_USE_WCHAR
-	depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze
+	depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 && !BR2_microblaze && !BR2_bfin
 	# The newest versions of gdb require thread debugging in the
 	# toolchain. The only cases for which this is not needed is if
 	# we use gdb 6.8 (marked deprecated)

^ permalink raw reply related

* [Buildroot] [PATCH] libnspr: fix build with ARMv7 toolchains
From: Peter Korsgaard @ 2012-11-15 23:28 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1352585525-25600-1-git-send-email-thomas.petazzoni@free-electrons.com>

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

 Thomas> Fixes the following build failure:
 Thomas>   http://autobuild.buildroot.org/results/d7323831372050e425a34f5104a46d8cbd6be214/build-end.log

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] libnspr: fix build with ARMv7 toolchains
From: Peter Korsgaard @ 2012-11-15 23:15 UTC (permalink / raw)
  To: buildroot

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

Fixes the following build failure:

  http://autobuild.buildroot.org/results/d7323831372050e425a34f5104a46d8cbd6be214/build-end.log

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

diff --git a/package/libnspr/libnspr.mk b/package/libnspr/libnspr.mk
index 736984d..a9d5812 100644
--- a/package/libnspr/libnspr.mk
+++ b/package/libnspr/libnspr.mk
@@ -16,6 +16,12 @@ LIBNSPR_CONF_OPT  = --host=$(GNU_HOST_NAME)
 LIBNSPR_CONF_OPT += --$(if $(BR2_ARCH_IS_64),en,dis)able-64bit
 LIBNSPR_CONF_OPT += --$(if $(BR2_INET_IPV6),en,dis)able-ipv6
 
+ifeq ($(BR2_cortex_a8)$(BR2_cortex_a9),y)
+LIBNSPR_CONF_OPT += --enable-thumb2
+else
+LIBNSPR_CONF_OPT += --disable-thumb2
+endif
+
 define LIBNSPR_INSTALL_STAGING_PC
 	$(INSTALL) -D -m 0644 $(TOPDIR)/package/libnspr/nspr.pc.in \
 		$(STAGING_DIR)/usr/lib/pkgconfig/nspr.pc

^ permalink raw reply related

* [Buildroot] [PATCH] xlib_libXt: add patch to fix cross-compilation issue
From: Peter Korsgaard @ 2012-11-15 23:09 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353018527-25481-1-git-send-email-thomas.petazzoni@free-electrons.com>

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

 Thomas> Fixes the following build failure:
 Thomas>  http://autobuild.buildroot.org/results/2815885d589d75259508bcce4f272b8dddb3be77/build-end.log

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] xlib_libXt: add patch to fix cross-compilation issue
From: Peter Korsgaard @ 2012-11-15 23:09 UTC (permalink / raw)
  To: buildroot

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

Fixes the following build failure:

 http://autobuild.buildroot.org/results/2815885d589d75259508bcce4f272b8dddb3be77/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 ...il-don-t-link-makestrs-with-target-cflags.patch |   51 ++++++++++++++++++++
 package/x11r7/xlib_libXt/xlib_libXt.mk             |    1 +
 2 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/package/x11r7/xlib_libXt/xlib_libXt-0001-util-don-t-link-makestrs-with-target-cflags.patch b/package/x11r7/xlib_libXt/xlib_libXt-0001-util-don-t-link-makestrs-with-target-cflags.patch
new file mode 100644
index 0000000..aafb352
--- /dev/null
+++ b/package/x11r7/xlib_libXt/xlib_libXt-0001-util-don-t-link-makestrs-with-target-cflags.patch
@@ -0,0 +1,51 @@
+From 9324466141626518e5a67838813562ec6ef62ba3 Mon Sep 17 00:00:00 2001
+From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Date: Thu, 15 Nov 2012 18:31:53 +0100
+Subject: [PATCH] util: don't link makestrs with target cflags
+
+The line:
+
+makestrs_CFLAGS = $(XT_CFLAGS)
+
+in util/Makefile.am is wrong because it adds target cflags to the
+compilation of makestrs, which is built for the build machine, which
+leads to build failures when cross-compiling.
+
+We also remove the inclusion of <X11/Xos.h> from makestrs.c, because
+it was the only non-standard header being included (and therefore
+possibly requiring special cflags), but it was in reality not useful
+at all to build makestrs.c.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+---
+ util/Makefile.am |    1 -
+ util/makestrs.c  |    1 -
+ 2 files changed, 2 deletions(-)
+
+diff --git a/util/Makefile.am b/util/Makefile.am
+index 969ecef..cc6f3fc 100644
+--- a/util/Makefile.am
++++ b/util/Makefile.am
+@@ -10,7 +10,6 @@ EXTRA_DIST = \
+ 	StrDefs.ht \
+ 	string.list
+ 
+-makestrs_CFLAGS = $(XT_CFLAGS)
+ makestrs_SOURCES = makestrs.c
+ 
+ 
+diff --git a/util/makestrs.c b/util/makestrs.c
+index 3551cc1..456735b 100644
+--- a/util/makestrs.c
++++ b/util/makestrs.c
+@@ -27,7 +27,6 @@ in this Software without prior written authorization from The Open Group.
+ /* Constructs string definitions */
+ 
+ #include <stdio.h>
+-#include <X11/Xos.h>
+ #include <stdlib.h>
+ #include <unistd.h>
+ #if defined(macII) && !defined(__STDC__)  /* stdlib.h fails to define these */
+-- 
+1.7.9.5
+
diff --git a/package/x11r7/xlib_libXt/xlib_libXt.mk b/package/x11r7/xlib_libXt/xlib_libXt.mk
index b2667d3..fd8f079 100644
--- a/package/x11r7/xlib_libXt/xlib_libXt.mk
+++ b/package/x11r7/xlib_libXt/xlib_libXt.mk
@@ -10,5 +10,6 @@ XLIB_LIBXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXT_INSTALL_STAGING = YES
 XLIB_LIBXT_DEPENDENCIES = xlib_libSM xlib_libX11 xproto_kbproto xproto_xproto xcb-proto libxcb host-xproto_xproto
 XLIB_LIBXT_CONF_OPT = --disable-malloc0returnsnull --disable-install-makestrs
+XLIB_LIBXT_AUTORECONF = YES
 
 $(eval $(autotools-package))

^ permalink raw reply related

* [Buildroot] [PATCH] binutils: bump 2.23 series to 2.23.1 and deprecate 2.20
From: Peter Korsgaard @ 2012-11-15 23:08 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353017270-28511-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>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] binutils: bump 2.23 series to 2.23.1 and deprecate 2.20
From: Peter Korsgaard @ 2012-11-15 23:08 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=dcc6bcd516ceeacf556c37364570796cd0d1eba7
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/binutils/Config.in.host                    |   10 +++++-----
 .../120-sh-conf.patch                              |    0
 .../300-001_ld_makefile_patch.patch                |    0
 .../300-012_check_ldrunpath_length.patch           |    0
 .../500-sysroot.patch                              |    0
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 26c5f73..81a4cf7 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -13,7 +13,7 @@ choice
 	       bool "binutils 2.18-avr32-1.0.1"
 
 	config BR2_BINUTILS_VERSION_2_20
-		depends on !BR2_avr32
+		depends on !BR2_avr32 && BR2_DEPRECATED
 		bool "binutils 2.20"
 
 	config BR2_BINUTILS_VERSION_2_20_1
@@ -31,10 +31,10 @@ choice
 	config BR2_BINUTILS_VERSION_2_22
 		depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
 		bool "binutils 2.22"
-	
-	config BR2_BINUTILS_VERSION_2_23
+
+	config BR2_BINUTILS_VERSION_2_23_1
 		depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
-		bool "binutils 2.23"
+		bool "binutils 2.23.1"
 
 endchoice
 
@@ -46,7 +46,7 @@ config BR2_BINUTILS_VERSION
 	default "2.21"		if BR2_BINUTILS_VERSION_2_21
 	default "2.21.1"	if BR2_BINUTILS_VERSION_2_21_1
 	default "2.22"		if BR2_BINUTILS_VERSION_2_22
-	default "2.23"		if BR2_BINUTILS_VERSION_2_23
+	default "2.23.1"	if BR2_BINUTILS_VERSION_2_23_1
 
 config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
 	string "Additional binutils options"
diff --git a/package/binutils/binutils-2.23/120-sh-conf.patch b/package/binutils/binutils-2.23.1/120-sh-conf.patch
similarity index 100%
rename from package/binutils/binutils-2.23/120-sh-conf.patch
rename to package/binutils/binutils-2.23.1/120-sh-conf.patch
diff --git a/package/binutils/binutils-2.23/300-001_ld_makefile_patch.patch b/package/binutils/binutils-2.23.1/300-001_ld_makefile_patch.patch
similarity index 100%
rename from package/binutils/binutils-2.23/300-001_ld_makefile_patch.patch
rename to package/binutils/binutils-2.23.1/300-001_ld_makefile_patch.patch
diff --git a/package/binutils/binutils-2.23/300-012_check_ldrunpath_length.patch b/package/binutils/binutils-2.23.1/300-012_check_ldrunpath_length.patch
similarity index 100%
rename from package/binutils/binutils-2.23/300-012_check_ldrunpath_length.patch
rename to package/binutils/binutils-2.23.1/300-012_check_ldrunpath_length.patch
diff --git a/package/binutils/binutils-2.23/500-sysroot.patch b/package/binutils/binutils-2.23.1/500-sysroot.patch
similarity index 100%
rename from package/binutils/binutils-2.23/500-sysroot.patch
rename to package/binutils/binutils-2.23.1/500-sysroot.patch

^ permalink raw reply related


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