Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 1/6] snowball-hdmiservice: new package
From: Grégory Hermant @ 2012-11-22 17:33 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50AE2FE3.8020801@mind.be>

Le 22/11/2012 15:00, Arnout Vandecappelle a ?crit :
> It should be passed in the environment, not in the make argument list.
> Otherwise it will override the definition in the Makefile itself.
>
>  A good Makefile appends to LDFLAGS passed in from the environment, but this
> is not always the case...  Anyway the worst that can happen is that the LDFLAGS
> are just ignored. 
You mean that way:

SNOWBALL_HDMISERVICE_MAKE_ENV = CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CCFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"

$(SNOWBALL_HDMISERVICE_MAKE_ENV) $(MAKE) -C $(@D)

BR,
gregory

^ permalink raw reply

* [Buildroot] [PATCH v3 1/6] snowball-hdmiservice: new package
From: Thomas Petazzoni @ 2012-11-22 17:45 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50AE61D1.7070303@calao-systems.com>

Dear Gr?gory Hermant,

On Thu, 22 Nov 2012 18:33:05 +0100, Gr?gory Hermant wrote:
> Le 22/11/2012 15:00, Arnout Vandecappelle a ?crit :
> > It should be passed in the environment, not in the make argument list.
> > Otherwise it will override the definition in the Makefile itself.
> >
> >  A good Makefile appends to LDFLAGS passed in from the environment, but this
> > is not always the case...  Anyway the worst that can happen is that the LDFLAGS
> > are just ignored. 
> You mean that way:
> 
> SNOWBALL_HDMISERVICE_MAKE_ENV = CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CCFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"
> 
> $(SNOWBALL_HDMISERVICE_MAKE_ENV) $(MAKE) -C $(@D)

No, just:

$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)

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] git sourced packages
From: Sagaert Johan @ 2012-11-22 21:08 UTC (permalink / raw)
  To: buildroot

Hi
 
I think it would be a good idea to always specify a hash or tag when packages are sourced from git.
There i no way otherwise to be sure what you are actually building.
 

 

Johan


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121122/842ccb5f/attachment.html>

^ permalink raw reply

* [Buildroot] git sourced packages
From: Thomas Petazzoni @ 2012-11-22 23:14 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <140A1F4F62E34D098AF770FE7C37486A@JohanW7>

Dear Sagaert Johan,

On Thu, 22 Nov 2012 22:08:11 +0100, Sagaert Johan wrote:

> I think it would be a good idea to always specify a hash or tag when packages are sourced from git.
> There i no way otherwise to be sure what you are actually building.

I think this is what we already do. Which package(s) do you think are
not matching this?

Thanks,

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] [Qt] Qt framebuffer for ARM
From: Zoran Djordjevic @ 2012-11-23  6:52 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <7054975.hZU6daKNYx@localhost.localdomain>

It seems to me so, about the wrong options, but options I do
passed was in graphical menues of IDE. So I?went to?menu
Project Options and in?Dialog box "Options for project",?
item - "Compiler options" and subitem "Other", I entered
"-dQTOPIA -k-L/home/djdjdjole/lazarus/fpc/libcross"?.
In Building mode subitem I entered LCLWidgetType -qt.
There must be some missunderstanding from my side.
Lazarus?version is 1.0 (GTK).
?
Regards
 

________________________________
 From: Den Jean <Den.Jean@telenet.be>
To: Items specific to the Qt widget set <qt@lists.lazarus.freepascal.org> 
Sent: Thursday, November 22, 2012 10:09 PM
Subject: Re: [Qt] Qt framebuffer for ARM
  
Zeljko,
?  FYI : http://forum.lazarus.freepascal.org/index.php/topic,18957

> I have success when using GTK over X11 for ARM, but now I want to try Qt with
> -qws option ie. using framebuffer. 
> I successfuly used Qt (over X11) on desktops, using Lazarus. Also I successfully 
> built libqt4pas.so for ARM and when tried to compile Qt project for ARM (also
> added -dQTOPIA in options), got few errors at linking phase, all starting with:
> undefined reference to QX11Info....
QX11Info seems properly ifdefed so you did not pass correctly the options.

make PREFIX=/usr clean all LCL_PLATFORM=qt OPT="-dQTOPIA"

> Where I go wrong and is it possible at all to crosscompile Qt project with Lazarus
> which would not use X11 but framebuffer?
There are alot of fixes for X11 and MSWINDOWS in lcl/qt 
so I do not know the state of Lazarus on Qt Qtopia/QWS

grep -e? 'HASX11\|MSWINDOWS' /storage/svn/lazarus/lcl/interfaces/qt/*.p*? | wc -l
reveals 141 Windows or X11 specific fixes. No work specifically has been done for Qtopia


regards,

Jan



_______________________________________________
Qt mailing list
Qt at lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/qt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121122/a259a9b3/attachment-0001.html>

^ permalink raw reply

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


Hello,

On 2012-11-22, 144 random build tests have been done and
submitted on autobuild.buildroot.net.
 107 builds have been successful
 37 builds have failed

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

Build de516586671567f9a475e588de372610c46f1f2b
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-22 01:36:44
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/de516586671567f9a475e588de372610c46f1f2b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/de516586671567f9a475e588de372610c46f1f2b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/de516586671567f9a475e588de372610c46f1f2b/config
Defconfig      : http://autobuild.buildroot.net/results/de516586671567f9a475e588de372610c46f1f2b/defconfig

Build dbab5027e37ab57af27e9c7ea7e4e88b111af350
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 02:07:42
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/dbab5027e37ab57af27e9c7ea7e4e88b111af350/build-end.log
Complete log   : http://autobuild.buildroot.net/results/dbab5027e37ab57af27e9c7ea7e4e88b111af350/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/dbab5027e37ab57af27e9c7ea7e4e88b111af350/config
Defconfig      : http://autobuild.buildroot.net/results/dbab5027e37ab57af27e9c7ea7e4e88b111af350/defconfig

Build 7f370b999ba9baa56fde03879cf00836b0f662ba
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 04:09:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/7f370b999ba9baa56fde03879cf00836b0f662ba/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7f370b999ba9baa56fde03879cf00836b0f662ba/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7f370b999ba9baa56fde03879cf00836b0f662ba/config
Defconfig      : http://autobuild.buildroot.net/results/7f370b999ba9baa56fde03879cf00836b0f662ba/defconfig

Build 424af345cbb023808ba5eebfbaae81ab8ff229f5
==============================================

Status         : NOK
Failure reason : gettext-0.16.1
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 06:08:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/424af345cbb023808ba5eebfbaae81ab8ff229f5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/424af345cbb023808ba5eebfbaae81ab8ff229f5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/424af345cbb023808ba5eebfbaae81ab8ff229f5/config
Defconfig      : http://autobuild.buildroot.net/results/424af345cbb023808ba5eebfbaae81ab8ff229f5/defconfig

Build 59b8f6b277f6a5360eba87b932d9067ab31a3165
==============================================

Status         : NOK
Failure reason : libgcrypt-1.5.0
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 06:09:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/59b8f6b277f6a5360eba87b932d9067ab31a3165/build-end.log
Complete log   : http://autobuild.buildroot.net/results/59b8f6b277f6a5360eba87b932d9067ab31a3165/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/59b8f6b277f6a5360eba87b932d9067ab31a3165/config
Defconfig      : http://autobuild.buildroot.net/results/59b8f6b277f6a5360eba87b932d9067ab31a3165/defconfig

Build 4e37d302e5563fe9eb7a7df135a04c0ca697c4a5
==============================================

Status         : NOK
Failure reason : gnupg-1.4.12
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 06:24:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/4e37d302e5563fe9eb7a7df135a04c0ca697c4a5/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4e37d302e5563fe9eb7a7df135a04c0ca697c4a5/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4e37d302e5563fe9eb7a7df135a04c0ca697c4a5/config
Defconfig      : http://autobuild.buildroot.net/results/4e37d302e5563fe9eb7a7df135a04c0ca697c4a5/defconfig

Build ea8e28e6020b4675078100ea20b979d5832274b2
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 08:40:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/ea8e28e6020b4675078100ea20b979d5832274b2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ea8e28e6020b4675078100ea20b979d5832274b2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ea8e28e6020b4675078100ea20b979d5832274b2/config
Defconfig      : http://autobuild.buildroot.net/results/ea8e28e6020b4675078100ea20b979d5832274b2/defconfig

Build 8f24fc25bd952adf51df2fce527f7c8d35a48a58
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-22 08:46:02
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/8f24fc25bd952adf51df2fce527f7c8d35a48a58/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8f24fc25bd952adf51df2fce527f7c8d35a48a58/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8f24fc25bd952adf51df2fce527f7c8d35a48a58/config
Defconfig      : http://autobuild.buildroot.net/results/8f24fc25bd952adf51df2fce527f7c8d35a48a58/defconfig

Build 23424d2ecddda8b4340559a2bad7ab03e2bda62d
==============================================

Status         : NOK
Failure reason : mplayer-1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 09:26:45
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/23424d2ecddda8b4340559a2bad7ab03e2bda62d/build-end.log
Complete log   : http://autobuild.buildroot.net/results/23424d2ecddda8b4340559a2bad7ab03e2bda62d/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/23424d2ecddda8b4340559a2bad7ab03e2bda62d/config
Defconfig      : http://autobuild.buildroot.net/results/23424d2ecddda8b4340559a2bad7ab03e2bda62d/defconfig

Build f4015174822910c5ab9dfa5acac72004c71ab778
==============================================

Status         : NOK
Failure reason : cairo-1.10.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 10:29:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/f4015174822910c5ab9dfa5acac72004c71ab778/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f4015174822910c5ab9dfa5acac72004c71ab778/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f4015174822910c5ab9dfa5acac72004c71ab778/config
Defconfig      : http://autobuild.buildroot.net/results/f4015174822910c5ab9dfa5acac72004c71ab778/defconfig

Build d7192d067278e882207b7f575edbf27cddee8019
==============================================

Status         : NOK
Failure reason : libnspr-4.8.7
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 10:51:40
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/d7192d067278e882207b7f575edbf27cddee8019/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d7192d067278e882207b7f575edbf27cddee8019/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d7192d067278e882207b7f575edbf27cddee8019/config
Defconfig      : http://autobuild.buildroot.net/results/d7192d067278e882207b7f575edbf27cddee8019/defconfig

Build b3a4f202dba6e69379143cb7b5a052b1be49ff18
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 13:33:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=e1ebae700ace80ded99e1a977e28375dc4f7255d
End of log     : http://autobuild.buildroot.net/results/b3a4f202dba6e69379143cb7b5a052b1be49ff18/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b3a4f202dba6e69379143cb7b5a052b1be49ff18/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b3a4f202dba6e69379143cb7b5a052b1be49ff18/config
Defconfig      : http://autobuild.buildroot.net/results/b3a4f202dba6e69379143cb7b5a052b1be49ff18/defconfig

Build c41773c0014cb713e3d46c9aab1f5bf4fffa9314
==============================================

Status         : NOK
Failure reason : qt-4.8.3
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 14:17:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/c41773c0014cb713e3d46c9aab1f5bf4fffa9314/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c41773c0014cb713e3d46c9aab1f5bf4fffa9314/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c41773c0014cb713e3d46c9aab1f5bf4fffa9314/config
Defconfig      : http://autobuild.buildroot.net/results/c41773c0014cb713e3d46c9aab1f5bf4fffa9314/defconfig

Build 3e8602af5b860195d6f20ea9f14695a284334eb2
==============================================

Status         : NOK
Failure reason : berkeleydb-5.3.21
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 14:43:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/3e8602af5b860195d6f20ea9f14695a284334eb2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3e8602af5b860195d6f20ea9f14695a284334eb2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3e8602af5b860195d6f20ea9f14695a284334eb2/config
Defconfig      : http://autobuild.buildroot.net/results/3e8602af5b860195d6f20ea9f14695a284334eb2/defconfig

Build cab37ee0c88bc2093127c2a8b3670e9c7ef0b892
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-22 14:48:26
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/cab37ee0c88bc2093127c2a8b3670e9c7ef0b892/build-end.log
Complete log   : http://autobuild.buildroot.net/results/cab37ee0c88bc2093127c2a8b3670e9c7ef0b892/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/cab37ee0c88bc2093127c2a8b3670e9c7ef0b892/config
Defconfig      : http://autobuild.buildroot.net/results/cab37ee0c88bc2093127c2a8b3670e9c7ef0b892/defconfig

Build 14bb406787aa57673894ec585b3452b91a20fd1a
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 15:05:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/14bb406787aa57673894ec585b3452b91a20fd1a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/14bb406787aa57673894ec585b3452b91a20fd1a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/14bb406787aa57673894ec585b3452b91a20fd1a/config
Defconfig      : http://autobuild.buildroot.net/results/14bb406787aa57673894ec585b3452b91a20fd1a/defconfig

Build 7e2e2c0df891da3b7e7779afa8557d047644a341
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-22 15:20:37
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/7e2e2c0df891da3b7e7779afa8557d047644a341/build-end.log
Complete log   : http://autobuild.buildroot.net/results/7e2e2c0df891da3b7e7779afa8557d047644a341/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/7e2e2c0df891da3b7e7779afa8557d047644a341/config
Defconfig      : http://autobuild.buildroot.net/results/7e2e2c0df891da3b7e7779afa8557d047644a341/defconfig

Build 123f2e8cb6bf1a1e2c2a9fd747883ce39d0403e1
==============================================

Status         : NOK
Failure reason : mtd-1.5.0
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 15:47:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/123f2e8cb6bf1a1e2c2a9fd747883ce39d0403e1/build-end.log
Complete log   : http://autobuild.buildroot.net/results/123f2e8cb6bf1a1e2c2a9fd747883ce39d0403e1/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/123f2e8cb6bf1a1e2c2a9fd747883ce39d0403e1/config
Defconfig      : http://autobuild.buildroot.net/results/123f2e8cb6bf1a1e2c2a9fd747883ce39d0403e1/defconfig

Build cdbf2c80cd760055231d1860894ebcd67d4257d4
==============================================

Status         : NOK
Failure reason : pixman-0.25.2
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 15:49:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/cdbf2c80cd760055231d1860894ebcd67d4257d4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/cdbf2c80cd760055231d1860894ebcd67d4257d4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/cdbf2c80cd760055231d1860894ebcd67d4257d4/config
Defconfig      : http://autobuild.buildroot.net/results/cdbf2c80cd760055231d1860894ebcd67d4257d4/defconfig

Build ea91dbbe7a606944206ba01fa443148335c37b32
==============================================

Status         : NOK
Failure reason : gnupg-1.4.12
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 16:29:00
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/ea91dbbe7a606944206ba01fa443148335c37b32/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ea91dbbe7a606944206ba01fa443148335c37b32/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ea91dbbe7a606944206ba01fa443148335c37b32/config
Defconfig      : http://autobuild.buildroot.net/results/ea91dbbe7a606944206ba01fa443148335c37b32/defconfig

Build 1a9e571998bc0a40822dca84267abbdd969bab5e
==============================================

Status         : NOK
Failure reason : libnfc-fda8d60ce062
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 16:50:52
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/1a9e571998bc0a40822dca84267abbdd969bab5e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1a9e571998bc0a40822dca84267abbdd969bab5e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1a9e571998bc0a40822dca84267abbdd969bab5e/config
Defconfig      : http://autobuild.buildroot.net/results/1a9e571998bc0a40822dca84267abbdd969bab5e/defconfig

Build 565c90640673d5c0de24414b233ea63a1f876bab
==============================================

Status         : NOK
Failure reason : m4-1.4.16
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 16:59:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/565c90640673d5c0de24414b233ea63a1f876bab/build-end.log
Complete log   : http://autobuild.buildroot.net/results/565c90640673d5c0de24414b233ea63a1f876bab/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/565c90640673d5c0de24414b233ea63a1f876bab/config
Defconfig      : http://autobuild.buildroot.net/results/565c90640673d5c0de24414b233ea63a1f876bab/defconfig

Build d719ef012b8dbc40f2a822eb2401d639c9c46510
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-22 17:27:31
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/d719ef012b8dbc40f2a822eb2401d639c9c46510/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d719ef012b8dbc40f2a822eb2401d639c9c46510/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d719ef012b8dbc40f2a822eb2401d639c9c46510/config
Defconfig      : http://autobuild.buildroot.net/results/d719ef012b8dbc40f2a822eb2401d639c9c46510/defconfig

Build db0b67ad66f7faeab8c2c12951adf3184fa438a7
==============================================

Status         : NOK
Failure reason : boost-1.49.0
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 18:40:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/db0b67ad66f7faeab8c2c12951adf3184fa438a7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/db0b67ad66f7faeab8c2c12951adf3184fa438a7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/db0b67ad66f7faeab8c2c12951adf3184fa438a7/config
Defconfig      : http://autobuild.buildroot.net/results/db0b67ad66f7faeab8c2c12951adf3184fa438a7/defconfig

Build f418b6c0b026891c27467f61444b6eac8c105681
==============================================

Status         : NOK
Failure reason : dhcpdump-1.8
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 18:53:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/f418b6c0b026891c27467f61444b6eac8c105681/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f418b6c0b026891c27467f61444b6eac8c105681/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f418b6c0b026891c27467f61444b6eac8c105681/config
Defconfig      : http://autobuild.buildroot.net/results/f418b6c0b026891c27467f61444b6eac8c105681/defconfig

Build e4ddf2f884e21fd740b49e7482202eac7e4e7d87
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-22 19:15:04
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/e4ddf2f884e21fd740b49e7482202eac7e4e7d87/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e4ddf2f884e21fd740b49e7482202eac7e4e7d87/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e4ddf2f884e21fd740b49e7482202eac7e4e7d87/config
Defconfig      : http://autobuild.buildroot.net/results/e4ddf2f884e21fd740b49e7482202eac7e4e7d87/defconfig

Build 0744155cf483a23052888d30201c5410cca046ee
==============================================

Status         : NOK
Failure reason : lcdproc-0.5.6
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 19:42:01
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/0744155cf483a23052888d30201c5410cca046ee/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0744155cf483a23052888d30201c5410cca046ee/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0744155cf483a23052888d30201c5410cca046ee/config
Defconfig      : http://autobuild.buildroot.net/results/0744155cf483a23052888d30201c5410cca046ee/defconfig

Build 8c3b25536750fb498f187e9d136c1718e1da3eb6
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 19:43:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/8c3b25536750fb498f187e9d136c1718e1da3eb6/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8c3b25536750fb498f187e9d136c1718e1da3eb6/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8c3b25536750fb498f187e9d136c1718e1da3eb6/config
Defconfig      : http://autobuild.buildroot.net/results/8c3b25536750fb498f187e9d136c1718e1da3eb6/defconfig

Build 86b03ea0538723a8a810862769e8d18edb15ff1c
==============================================

Status         : NOK
Failure reason : dbus-1.4.24
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 20:14:39
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/86b03ea0538723a8a810862769e8d18edb15ff1c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/86b03ea0538723a8a810862769e8d18edb15ff1c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/86b03ea0538723a8a810862769e8d18edb15ff1c/config
Defconfig      : http://autobuild.buildroot.net/results/86b03ea0538723a8a810862769e8d18edb15ff1c/defconfig

Build 3d3f6c74e106e2d554509c0034db1ec16e4f8461
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-22 20:30:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/3d3f6c74e106e2d554509c0034db1ec16e4f8461/build-end.log
Complete log   : http://autobuild.buildroot.net/results/3d3f6c74e106e2d554509c0034db1ec16e4f8461/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/3d3f6c74e106e2d554509c0034db1ec16e4f8461/config
Defconfig      : http://autobuild.buildroot.net/results/3d3f6c74e106e2d554509c0034db1ec16e4f8461/defconfig

Build ac1b2801b9565d8660ba7fd94780922924f42b90
==============================================

Status         : NOK
Failure reason : bzip2-1.0.6
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 20:49:01
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/ac1b2801b9565d8660ba7fd94780922924f42b90/build-end.log
Complete log   : http://autobuild.buildroot.net/results/ac1b2801b9565d8660ba7fd94780922924f42b90/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/ac1b2801b9565d8660ba7fd94780922924f42b90/config
Defconfig      : http://autobuild.buildroot.net/results/ac1b2801b9565d8660ba7fd94780922924f42b90/defconfig

Build e06c2514884bc4680f4425b59ca6ebc6529d52b0
==============================================

Status         : NOK
Failure reason : cairo-1.10.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 21:04:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/e06c2514884bc4680f4425b59ca6ebc6529d52b0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e06c2514884bc4680f4425b59ca6ebc6529d52b0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e06c2514884bc4680f4425b59ca6ebc6529d52b0/config
Defconfig      : http://autobuild.buildroot.net/results/e06c2514884bc4680f4425b59ca6ebc6529d52b0/defconfig

Build 88c9ac0864a49d87b1f27aa36927131744609236
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 21:09:56
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/88c9ac0864a49d87b1f27aa36927131744609236/build-end.log
Complete log   : http://autobuild.buildroot.net/results/88c9ac0864a49d87b1f27aa36927131744609236/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/88c9ac0864a49d87b1f27aa36927131744609236/config
Defconfig      : http://autobuild.buildroot.net/results/88c9ac0864a49d87b1f27aa36927131744609236/defconfig

Build 92d75d75381d291c46011f92b89f8320c81e3f05
==============================================

Status         : NOK
Failure reason : libnss-3.12.9
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 21:51:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/92d75d75381d291c46011f92b89f8320c81e3f05/build-end.log
Complete log   : http://autobuild.buildroot.net/results/92d75d75381d291c46011f92b89f8320c81e3f05/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/92d75d75381d291c46011f92b89f8320c81e3f05/config
Defconfig      : http://autobuild.buildroot.net/results/92d75d75381d291c46011f92b89f8320c81e3f05/defconfig

Build 4b8bebaa92da357766d4356148625ab9ff0dd0b0
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-22 21:52:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/4b8bebaa92da357766d4356148625ab9ff0dd0b0/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4b8bebaa92da357766d4356148625ab9ff0dd0b0/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4b8bebaa92da357766d4356148625ab9ff0dd0b0/config
Defconfig      : http://autobuild.buildroot.net/results/4b8bebaa92da357766d4356148625ab9ff0dd0b0/defconfig

Build b8212534ad95b31d365d89254e06ba543e7c67ad
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-22 21:54:27
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/b8212534ad95b31d365d89254e06ba543e7c67ad/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b8212534ad95b31d365d89254e06ba543e7c67ad/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b8212534ad95b31d365d89254e06ba543e7c67ad/config
Defconfig      : http://autobuild.buildroot.net/results/b8212534ad95b31d365d89254e06ba543e7c67ad/defconfig

Build f47ecb8116fe6995fbc44b98f2407b8107e59913
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-22 22:23:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/f47ecb8116fe6995fbc44b98f2407b8107e59913/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f47ecb8116fe6995fbc44b98f2407b8107e59913/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f47ecb8116fe6995fbc44b98f2407b8107e59913/config
Defconfig      : http://autobuild.buildroot.net/results/f47ecb8116fe6995fbc44b98f2407b8107e59913/defconfig



-- 
http://autobuild.buildroot.net

^ permalink raw reply

* [Buildroot] [PATCH v3 1/6] snowball-hdmiservice: new package
From: Grégory Hermant @ 2012-11-23  7:54 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <20121122184521.1599d90d@skate>

Le 22/11/2012 18:45, Thomas Petazzoni a ?crit :
> Dear Gr?gory Hermant,
>
> On Thu, 22 Nov 2012 18:33:05 +0100, Gr?gory Hermant wrote:
>> Le 22/11/2012 15:00, Arnout Vandecappelle a ?crit :
>>> It should be passed in the environment, not in the make argument list.
>>> Otherwise it will override the definition in the Makefile itself.
>>>
>>>  A good Makefile appends to LDFLAGS passed in from the environment, but this
>>> is not always the case...  Anyway the worst that can happen is that the LDFLAGS
>>> are just ignored. 
>> You mean that way:
>>
>> SNOWBALL_HDMISERVICE_MAKE_ENV = CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CCFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"
>>
>> $(SNOWBALL_HDMISERVICE_MAKE_ENV) $(MAKE) -C $(@D)
> No, just:
>
> $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
>
> Thomas

It doesn't work with this Makefile.

Indeed if i use $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D), CC is set to the host gcc compiler.

gregory

^ permalink raw reply

* [Buildroot] [PATCH v3 1/6] snowball-hdmiservice: new package
From: Arnout Vandecappelle @ 2012-11-23  8:38 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50AF2BB8.8060908@calao-systems.com>

On 23/11/12 08:54, Gr?gory Hermant wrote:
> Le 22/11/2012 18:45, Thomas Petazzoni a ?crit :
>> Dear Gr?gory Hermant,
>>
>> On Thu, 22 Nov 2012 18:33:05 +0100, Gr?gory Hermant wrote:
>>> Le 22/11/2012 15:00, Arnout Vandecappelle a ?crit :
>>>> It should be passed in the environment, not in the make argument list.
>>>> Otherwise it will override the definition in the Makefile itself.
>>>>
>>>>   A good Makefile appends to LDFLAGS passed in from the environment, but this
>>>> is not always the case...  Anyway the worst that can happen is that the LDFLAGS
>>>> are just ignored.
>>> You mean that way:
>>>
>>> SNOWBALL_HDMISERVICE_MAKE_ENV = CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CCFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"
>>>
>>> $(SNOWBALL_HDMISERVICE_MAKE_ENV) $(MAKE) -C $(@D)
>> No, just:
>>
>> $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
>>
>> Thomas
>
> It doesn't work with this Makefile.
>
> Indeed if i use $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D), CC is set to the host gcc compiler.

  Silly Makefile...

  You can do either:

$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) CC="$(TARGET_CC)"

or fix the Makefile in a patch.

  But if the Makefile overrides CC, it will most likely also override all the
other stuff so passing TARGET_CONFIGURE_OPTS in the environment doesn't help
much.


  What should be our philosophy for bad Makefiles?  Fix the Makefile and try
to upstream the patch, or just work around it in a package-specific way?

  We can actually work around it generically, using:

$(MAKE) -C $(@D) CC="$(TARGET_CC) $(TARGET_CPPFLAGS) $(TARGET_CFLAGS)"

but I don't like forcing flags into the CC command.


  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] arptables: needs mmu
From: Peter Korsgaard @ 2012-11-23  8:55 UTC (permalink / raw)
  To: buildroot

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

arptables uses fork() and breaks on !mmu.
Fixes
http://autobuild.buildroot.net/results/fe18dd4a0b0d17404560abf3e4a332b58751f5cb/

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

diff --git a/package/arptables/Config.in b/package/arptables/Config.in
index 510eedf..414fabb 100644
--- a/package/arptables/Config.in
+++ b/package/arptables/Config.in
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_ARPTABLES
 	bool "arptables"
+	# needs fork()
+	depends on BR2_USE_MMU
 	help
 	  Tool to set up, maintain, and inspect the tables of ARP rules.
 

^ permalink raw reply related

* [Buildroot] [PATCH] arptables: needs mmu
From: Peter Korsgaard @ 2012-11-23  8:56 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353577595-23602-1-git-send-email-gustavo@zacarias.com.ar>

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

 Gustavo> arptables uses fork() and breaks on !mmu.
 Gustavo> Fixes
 Gustavo> http://autobuild.buildroot.net/results/fe18dd4a0b0d17404560abf3e4a332b58751f5cb/

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [git commit] libecore: fix build with glibc >= 2.16
From: Peter Korsgaard @ 2012-11-23  8:59 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=a645383c841f5016f81e90e29b829fcf6a8a312b
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>
---
 ...ecore-ecore_exe-fix-build-with-glibc-2-16.patch |   94 ++++++++++++++++++++
 1 files changed, 94 insertions(+), 0 deletions(-)

diff --git a/package/efl/libecore/libecore-ecore_exe-fix-build-with-glibc-2-16.patch b/package/efl/libecore/libecore-ecore_exe-fix-build-with-glibc-2-16.patch
new file mode 100644
index 0000000..d9b439c
--- /dev/null
+++ b/package/efl/libecore/libecore-ecore_exe-fix-build-with-glibc-2-16.patch
@@ -0,0 +1,94 @@
+Backported for commit a0df6712b6afcd07facd32e5a66809170277bdf3
+Fixed the ChangeLog part.
+
+This patch fix build with glibc >=2.16, avoiding the following error occurs:
+
+Making all in ecore
+make[6]: Entering directory `/opt/buildroot/output/build/host-libecore-1.1.0/src/lib/ecore'
+  CC     ecore.lo
+  CC     ecore_anim.lo
+  CC     ecore_app.lo
+  CC     ecore_events.lo
+  CC     ecore_getopt.lo
+  CC     ecore_idle_enterer.lo
+  CC     ecore_idle_exiter.lo
+  CC     ecore_idler.lo
+  CC     ecore_job.lo
+  CC     ecore_main.lo
+  CC     ecore_pipe.lo
+  CC     ecore_poll.lo
+  CC     ecore_time.lo
+  CC     ecore_timer.lo
+  CC     ecore_thread.lo
+  CC     ecore_glib.lo
+  CC     ecore_throttle.lo
+  CC     ecore_signal.lo
+  CC     ecore_exe.lo
+ecore_exe.c: In function ???ecore_exe_pipe_run???:
+ecore_exe.c:486:15: warning: implicit declaration of function ???setpriority??? [-Wimplicit-function-declaration]
+ecore_exe.c:486:27: error ???PRIO_PROCESS??? undeclared (first use in this function)
+ecore_exe.c:486:27: note: each undeclared identifier is reported only once for each function it appears in
+make[6]: *** [ecore_exe.lo] Error 1
+
+
+Signed-off-by: Samuel Martin <s.martin49@gmail.com>
+
+---
+From a0df6712b6afcd07facd32e5a66809170277bdf3 Mon Sep 17 00:00:00 2001
+From: caro <caro>
+Date: Fri, 22 Jun 2012 05:36:00 +0000
+Subject: [PATCH] ecore_exe: fix compilation on fedora 18.
+
+setpriority needs sys/resource.h. See:
+
+http://linux.die.net/man/2/setpriority
+
+I let sys/time.h, it does not hurt on linux and is anyway needed for BSD systems.
+
+
+git-svn-id: http://svn.enlightenment.org/svn/e at 72684 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
+---
+ ChangeLog                 | 4 ++++
+ src/lib/ecore/ecore_exe.c | 7 ++-----
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+
+diff --git a/ChangeLog b/ChangeLog
+index a306f75..549ad19 100644
+--- a/ChangeLog
++++ b/ChangeLog
+@@ -763,3 +763,7 @@
+ 2011-11-29 Mike McCormack
+
+ 	* Allow quitting before entering the glib version of the main loop
++
++2012-06-22 Vincent Torri
++
++	* ecore_exe: fix compilation on fedora 18.
+diff --git a/src/lib/ecore/ecore_exe.c b/src/lib/ecore/ecore_exe.c
+index 7931a96..6db32a9 100644
+--- a/src/lib/ecore/ecore_exe.c
++++ b/src/lib/ecore/ecore_exe.c
+@@ -2,11 +2,6 @@
+ # include <config.h>
+ #endif
+ 
+-#if defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__)
+-# include <sys/time.h>
+-# include <sys/resource.h>
+-#endif
+-
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+@@ -14,6 +9,8 @@
+ #include <sys/types.h>
+ #include <unistd.h>
+ #include <fcntl.h>
++#include <sys/time.h>
++#include <sys/resource.h>
+ 
+ #ifdef HAVE_SYS_PRCTL_H
+ # include <sys/prctl.h>
+-- 
+1.7.12.2
+

^ permalink raw reply related

* [Buildroot] [PATCH 01/33] libecore: fix build with glibc >=2.16
From: Peter Korsgaard @ 2012-11-23  9:00 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353543503-8952-2-git-send-email-s.martin49@gmail.com>

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

 Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH 05/33] imagemagick: explicitly disable c++ support if no c++ compiler available
From: Peter Korsgaard @ 2012-11-23  9:09 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353543503-8952-6-git-send-email-s.martin49@gmail.com>

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

 Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
 Samuel> ---
 Samuel>  package/imagemagick/imagemagick.mk | 6 ++++++
 Samuel>  1 file changed, 6 insertions(+)

 Samuel> diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
 Samuel> index 61a379d..365a073 100644
 Samuel> --- a/package/imagemagick/imagemagick.mk
 Samuel> +++ b/package/imagemagick/imagemagick.mk
 Samuel> @@ -35,6 +35,12 @@ IMAGEMAGICK_CONF_OPT = --program-transform-name='s,,,' \
 
 Samuel>  IMAGEMAGICK_DEPENDENCIES = host-pkgconf
 
 Samuel> +ifeq ($(BR2_INSTALL_LIBSTDCPP),y)
 Samuel> +IMAGEMAGICK_CONF_OPT = --with-magick-plus-plus
 Samuel> +else
 Samuel> +IMAGEMAGICK_CONF_OPT = --without-magick-plus-plus
 Samuel> +endif

Why? We set TARGET_CXX to 'false' if we don't have C++ support, and the
configure script seems to handle it OK. I just did a quick test build
with a minimal config:

BR2_arm=y
BR2_arm926t=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_PATH="/opt/br/arm926t/usr"
# BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set
BR2_PACKAGE_IMAGEMAGICK=y

And I see the imagemagick configure script saying:

Magick++          --with-magick-plus-plus=yes	no (failed tests)

(and the build doesn't fail)

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH 06/33] sylpheed: fix build disabling gpgme support
From: Peter Korsgaard @ 2012-11-23  9:10 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353543503-8952-7-git-send-email-s.martin49@gmail.com>

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

 Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
 Samuel> ---
 Samuel>  package/sylpheed/sylpheed.mk | 2 +-
 Samuel>  1 file changed, 1 insertion(+), 1 deletion(-)

 Samuel> diff --git a/package/sylpheed/sylpheed.mk b/package/sylpheed/sylpheed.mk
 Samuel> index cf55c90..3ac2e1e 100644
 Samuel> --- a/package/sylpheed/sylpheed.mk
 Samuel> +++ b/package/sylpheed/sylpheed.mk
 Samuel> @@ -9,7 +9,7 @@ SYLPHEED_VERSION = $(SYLPHEED_VERSION_MAJOR).$(SYLPHEED_VERSION_MINOR)
 Samuel>  SYLPHEED_SOURCE = sylpheed-$(SYLPHEED_VERSION).tar.bz2
 Samuel>  SYLPHEED_SITE = http://sylpheed.sraoss.jp/sylpheed/v$(SYLPHEED_VERSION_MAJOR)
 
 Samuel> -SYLPHEED_CONF_OPT = --disable-gtkspell
 Samuel> +SYLPHEED_CONF_OPT = --disable-gtkspell --disable-gpgme

Why? Does it pick up libgpgme from the host?

It would be good if you could write a bit more detailed commit messages.

 
 Samuel>  SYLPHEED_DEPENDENCIES = host-pkgconf libgtk2
 
 Samuel> -- 
 Samuel> 1.8.0

 Samuel> _______________________________________________
 Samuel> buildroot mailing list
 Samuel> buildroot at busybox.net
 Samuel> http://lists.busybox.net/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH 07/33] fluxbox: fix build against imlib2
From: Peter Korsgaard @ 2012-11-23  9:14 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353543503-8952-8-git-send-email-s.martin49@gmail.com>

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

 Samuel> * fix missing dependency
 Samuel> * set imlib2 prefix at configure time
 Samuel> * fix configure script to take account of the imlib2 prefix if any

Ehh, fluxbox doesn't select imlib2 in it's Config.in and it looks like
it's an optional dependency:

From configure.in:

dnl Check whether to use imlib2
IMLIB2=false
AC_MSG_CHECKING([whether to have Imlib2 (pixmap themes) support])
AC_ARG_ENABLE(imlib2,
    AC_HELP_STRING([--enable-imlib2],
                   [Imlib2 (pixmap themes) support ([default=yes])]), ,
                   [enable_imlib2=yes])

So all of this should only be done if BR2_PACKAGE_IMLIB2 is enabled.

 Samuel> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
 Samuel> ---
 Samuel>  package/fluxbox/fluxbox-fix-configure.patch | 19 +++++++++++++++++++

Please consider sending this patch upstream.


 Samuel>  package/fluxbox/fluxbox.mk                  |  7 ++++---
 Samuel>  2 files changed, 23 insertions(+), 3 deletions(-)
 Samuel>  create mode 100644 package/fluxbox/fluxbox-fix-configure.patch

 Samuel> diff --git a/package/fluxbox/fluxbox-fix-configure.patch b/package/fluxbox/fluxbox-fix-configure.patch
 Samuel> new file mode 100644
 Samuel> index 0000000..a739f08
 Samuel> --- /dev/null
 Samuel> +++ b/package/fluxbox/fluxbox-fix-configure.patch
 Samuel> @@ -0,0 +1,19 @@
 Samuel> +Avoid to call the imlib2-config that may be installed on the host system
 Samuel> +(even when --with-imlib2-prefix or  --with-imlib2-exec-prefix is passed to
 Samuel> +the configure script), which totally screws up the resulting linker flags.
 Samuel> +
 Samuel> +Signed-off-by: Samuel Martin <s.martin49@gmail.com>
 Samuel> +
 Samuel> +--- fluxbox-1.3.2.orig/configure.in	2012-10-21 16:11:59.445749396 +0200
 Samuel> ++++ fluxbox-1.3.2/configure.in	2012-10-21 16:35:27.658390856 +0200
 Samuel> +@@ -443,8 +443,8 @@ if test x$enable_imlib2 = "xyes"; then
 Samuel> +       [
 Samuel> +          IMLIB2=true
 Samuel> +          AC_DEFINE(HAVE_IMLIB2, [], [Imlib2 support])
 Samuel> +-         IMLIB2_LIBS=`imlib2-config --libs`
 Samuel> +-         IMLIB2_CFLAGS=`imlib2-config --cflags`
 Samuel> ++         IMLIB2_LIBS=`$IMLIB2_CONFIG --libs`
 Samuel> ++         IMLIB2_CFLAGS=`$IMLIB2_CONFIG --cflags`
 Samuel> +          LIBS="$LIBS $IMLIB2_LIBS"
 Samuel> +          CXXFLAGS="$CXXFLAGS $IMLIB2_CFLAGS"
 Samuel> +        ], [ AC_MSG_RESULT(no)]
 Samuel> diff --git a/package/fluxbox/fluxbox.mk b/package/fluxbox/fluxbox.mk
 Samuel> index 15136c9..bb34379 100644
 Samuel> --- a/package/fluxbox/fluxbox.mk
 Samuel> +++ b/package/fluxbox/fluxbox.mk
 Samuel> @@ -7,11 +7,12 @@
 Samuel>  FLUXBOX_VERSION = 1.3.2
 Samuel>  FLUXBOX_SOURCE = fluxbox-$(FLUXBOX_VERSION).tar.bz2
 Samuel>  FLUXBOX_SITE = http://downloads.sourceforge.net/project/fluxbox/fluxbox/$(FLUXBOX_VERSION)
 Samuel> -
 Samuel> +FLUXBOX_AUTORECONF = YES
 Samuel>  FLUXBOX_CONF_OPT = --x-includes=$(STAGING_DIR)/usr/include/X11 \
 Samuel> -		   --x-libraries=$(STAGING_DIR)/usr/lib
 Samuel> +		   --x-libraries=$(STAGING_DIR)/usr/lib \
 Samuel> +		   --with-imlib2-prefix=$(STAGING_DIR)/usr
 
 Samuel> -FLUXBOX_DEPENDENCIES = xlib_libX11 $(if $(BR2_PACKAGE_LIBICONV),libiconv)
 Samuel> +FLUXBOX_DEPENDENCIES = imlib2 xlib_libX11 $(if $(BR2_PACKAGE_LIBICONV),libiconv)
 
 Samuel>  define FLUXBOX_INSTALL_XSESSION_FILE
 Samuel>  	[ -f $(TARGET_DIR)/root/.xsession ] || $(INSTALL) -m 0755 -D \
 Samuel> -- 
 Samuel> 1.8.0

 Samuel> _______________________________________________
 Samuel> buildroot mailing list
 Samuel> buildroot at busybox.net
 Samuel> http://lists.busybox.net/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH] AVR32: fix libusb build
From: Maxime Ripard @ 2012-11-23  9:16 UTC (permalink / raw)
  To: buildroot

The libc of the avr32 toolchains seem to lack the timerfd-associated
functions.

Pass --disable-timerfd to libusb configure script when building for
avr32.

Fixes most of the recent avr32 breakages, such as
http://autobuild.buildroot.org/results/f418b6c0b026891c27467f61444b6eac8c105681
or
http://autobuild.buildroot.org/results/1a9e571998bc0a40822dca84267abbdd969bab5e

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 package/libusb/libusb.mk |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/libusb/libusb.mk b/package/libusb/libusb.mk
index 06a1485..fc2f10b 100644
--- a/package/libusb/libusb.mk
+++ b/package/libusb/libusb.mk
@@ -11,5 +11,9 @@ LIBUSB_LICENSE_FILES = COPYING
 LIBUSB_DEPENDENCIES = host-pkgconf
 LIBUSB_INSTALL_STAGING = YES
 
+ifeq ($(BR2_avr32),y)
+LIBUSB_CONF_OPT += --disable-timerfd
+endif
+
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
1.7.9.5

^ permalink raw reply related

* [Buildroot] [git commit] AVR32: fix libusb build
From: Peter Korsgaard @ 2012-11-23  9:40 UTC (permalink / raw)
  To: buildroot

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

The libc of the avr32 toolchains seem to lack the timerfd-associated
functions.

Pass --disable-timerfd to libusb configure script when building for
avr32.

Fixes most of the recent avr32 breakages, such as
http://autobuild.buildroot.org/results/f418b6c0b026891c27467f61444b6eac8c105681
or
http://autobuild.buildroot.org/results/1a9e571998bc0a40822dca84267abbdd969bab5e

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/libusb/libusb.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/libusb/libusb.mk b/package/libusb/libusb.mk
index 06a1485..fc2f10b 100644
--- a/package/libusb/libusb.mk
+++ b/package/libusb/libusb.mk
@@ -11,5 +11,9 @@ LIBUSB_LICENSE_FILES = COPYING
 LIBUSB_DEPENDENCIES = host-pkgconf
 LIBUSB_INSTALL_STAGING = YES
 
+ifeq ($(BR2_avr32),y)
+LIBUSB_CONF_OPT += --disable-timerfd
+endif
+
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))

^ permalink raw reply related

* [Buildroot] [PATCH] AVR32: fix libusb build
From: Peter Korsgaard @ 2012-11-23  9:40 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <1353662196-3350-1-git-send-email-maxime.ripard@free-electrons.com>

>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:

 Maxime> The libc of the avr32 toolchains seem to lack the timerfd-associated
 Maxime> functions.

 Maxime> Pass --disable-timerfd to libusb configure script when building for
 Maxime> avr32.

 Maxime> Fixes most of the recent avr32 breakages, such as
 Maxime> http://autobuild.buildroot.org/results/f418b6c0b026891c27467f61444b6eac8c105681
 Maxime> or
 Maxime> http://autobuild.buildroot.org/results/1a9e571998bc0a40822dca84267abbdd969bab5e

Committed, thanks. Does this mean we can revert 2424cc6 (libhid: disable
on avr32)?

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] [PATCH] AVR32: fix libusb build
From: Maxime Ripard @ 2012-11-23  9:44 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <874nkgfyhp.fsf@dell.be.48ers.dk>

Le 23/11/2012 10:40, Peter Korsgaard a ?crit :
>>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:
> 
>  Maxime> The libc of the avr32 toolchains seem to lack the timerfd-associated
>  Maxime> functions.
> 
>  Maxime> Pass --disable-timerfd to libusb configure script when building for
>  Maxime> avr32.
> 
>  Maxime> Fixes most of the recent avr32 breakages, such as
>  Maxime> http://autobuild.buildroot.org/results/f418b6c0b026891c27467f61444b6eac8c105681
>  Maxime> or
>  Maxime> http://autobuild.buildroot.org/results/1a9e571998bc0a40822dca84267abbdd969bab5e
> 
> Committed, thanks. Does this mean we can revert 2424cc6 (libhid: disable
> on avr32)?

Yes, from the build logs, it looks like it was the same error, so this
patch should fix it as well.

Maxime

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

^ permalink raw reply

* [Buildroot] [git commit] Revert "libhid: disable on avr32"
From: Peter Korsgaard @ 2012-11-23  9:47 UTC (permalink / raw)
  To: buildroot

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

This reverts commit 2424cc6783bbfb542f08cf1985b8c9ef18282161.

Now that we have a timerfd fix for libusb, this can be reverted.

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

diff --git a/package/libhid/Config.in b/package/libhid/Config.in
index bd1cfcb..093b98f 100644
--- a/package/libhid/Config.in
+++ b/package/libhid/Config.in
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBHID
 	bool "libhid"
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
-	depends on !BR2_avr32 # timerfd not in uClibc-0.9.31
 	select BR2_PACKAGE_LIBUSB
 	select BR2_PACKAGE_LIBUSB_COMPAT
 	help
@@ -10,4 +9,4 @@ config BR2_PACKAGE_LIBHID
 	  http://libhid.alioth.debian.org
 
 comment "libhid needs a toolchain with thread support"
-	depends on !BR2_TOOLCHAIN_HAS_THREADS && !BR2_avr32
+	depends on !BR2_TOOLCHAIN_HAS_THREADS

^ permalink raw reply related

* [Buildroot] [PATCH] AVR32: fix libusb build
From: Peter Korsgaard @ 2012-11-23  9:48 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <50AF457A.8000305@free-electrons.com>

>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:

Hi,

 Maxime> Fixes most of the recent avr32 breakages, such as
 Maxime> http://autobuild.buildroot.org/results/f418b6c0b026891c27467f61444b6eac8c105681
 Maxime> or
 Maxime> http://autobuild.buildroot.org/results/1a9e571998bc0a40822dca84267abbdd969bab5e
 >> 
 >> Committed, thanks. Does this mean we can revert 2424cc6 (libhid: disable
 >> on avr32)?

 Maxime> Yes, from the build logs, it looks like it was the same error, so this
 Maxime> patch should fix it as well.

Ok, will revert - Thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply

* [Buildroot] Passing arguments to the linker when external toolchain is used.
From: Ronny Meeus @ 2012-11-23 13:04 UTC (permalink / raw)
  To: buildroot

Hello

I'm using buildroot to build an environment for MIPS (Cavium).
For this I use a 64 bit toolchain provided by Cavium as an external toolchain.

My buildroot configuration is as follows:
* Buildroot 2012.05
* Target Architecture: MIPS (big endian)
* Target Architecture Variant: mips 64
* Target ABI: n32
* glibc

In my application we need to create partially linked objects that will
be linked together in a final link step.
I see that the correct options (ABI etc) are passed to the compiler
via the ext-toolchain-wrapper construction, but for the linker this
technique is not used. It is directly invoked without modifying the
command line. If I want to create this partially linked file, I need
to pass an extra option the linker to indicate that is needs to use
the N32 abi (-melf32btsmipn32).

To make this work, I needed to make 2 changes:
- make the linker a link to the ext-toolchain-wrapper
- change the ext-toolchain-wrapper so that it passes to options to the
linker (currently the option is hardcoded but this needs to be changed
so that the BR2_TARGET_LDFLAGS are used.
Both changes are shown below.

Please comment on whether this approach is the correct one or is there
a better alternative available.

$ hg diff toolchain/toolchain-external/ext-toolchain-wrapper.c
diff --git a/toolchain/toolchain-external/ext-toolchain-wrapper.c
b/toolchain/toolchain-external/ext-toolchain-wrapper.c
--- a/toolchain/toolchain-external/ext-toolchain-wrapper.c
+++ b/toolchain/toolchain-external/ext-toolchain-wrapper.c
@@ -19,7 +19,7 @@

 static char path[PATH_MAX] = BR_CROSS_PATH;

-static char *predef_args[] = {
+static char *predef_args_cc[] = {
        path,
        "--sysroot", BR_SYSROOT,
 #ifdef BR_ARCH
@@ -48,6 +48,11 @@ static char *predef_args[] = {
 #endif
 };

+static char *predef_args_lnk[] = {
+       path,
+       "-melf32btsmipn32",
+};
+
 static const char *get_basename(const char *name)
 {
        const char *base;
@@ -64,16 +69,24 @@ static const char *get_basename(const ch
 int main(int argc, char **argv)
 {
        char **args, **cur;
+       char **predef_args = predef_args_cc;
+       int size_args = sizeof(predef_args_cc);

-       cur = args = malloc(sizeof(predef_args) + (sizeof(char *) * argc));
+       if (strcmp(argv[0]+strlen(argv[0])-3,"-ld") == 0) {
+               predef_args = predef_args_lnk;
+               size_args = sizeof(predef_args_lnk);
+       }
+
+       cur = args = malloc(size_args + (sizeof(char *) * argc));
        if (args == NULL) {
                perror(__FILE__ ": malloc");
                return 2;
        }

        /* start with predefined args */
-       memcpy(cur, predef_args, sizeof(predef_args));
-       cur += sizeof(predef_args) / sizeof(predef_args[0]);
+       memcpy(cur, predef_args, size_args);
+       cur += size_args / sizeof(predef_args[0]);

        /* append forward args */
        memcpy(cur, &argv[1], sizeof(char *) * (argc - 1));


diff --git a/toolchain/toolchain-external/ext-tool.mk
b/toolchain/toolchain-external/ext-tool.mk
--- a/toolchain/toolchain-external/ext-tool.mk
+++ b/toolchain/toolchain-external/ext-tool.mk
@@ -440,7 +440,7 @@ endif
        for i in $(TOOLCHAIN_EXTERNAL_CROSS)*; do \
                base=$${i##*/}; \
                case "$$base" in \
-               *cc|*cc-*|*++|*++-*|*cpp) \
+               *cc|*cc-*|*++|*++-*|*cpp|*ld) \
                        ln -sf $(@F) $$base; \
                        ;; \
                *) \

---
Ronny

^ permalink raw reply

* [Buildroot] [PATCH for-2012.11 0/5] Introduce errors for legacy API
From: Arnout Vandecappelle @ 2012-11-23 14:59 UTC (permalink / raw)
  To: buildroot
In-Reply-To: <87wqxn5cu6.fsf@dell.be.48ers.dk>

On 15/11/12 12:23, Peter Korsgaard wrote:
> >>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind)<arnout@mind.be>  writes:
[snip]
>   Arnout>   Config options that are no longer supported are moved to
>   Arnout>  Config.in.legacy.  When any of these is selected in an old
>   Arnout>  .config file, a comment will appear to warn the user of it, and
>   Arnout>  it is possible to see which option caused the error in the new
>   Arnout>  'Check legacy' menu.  Unselecting that menuconfig disables all
>   Arnout>  the legacy options in one go.
>
> Is there ever any use case for not checking for legacy stuff?

  Maybe not. Easy enough to remove the condition around the check.

> I like it, the only problem is that the legacy warnings are shown as
> options when they are really warnings/instructions to the user about
> what has changed/what needs to get fixed.
>
> I played around with making the options hidden and instead display a
> comment when it is selected - E.G:
>
> config BR2_PACKAGE_LIBINTL
>     bool
>     select BR2_LEGACY
>     select BR2_PACKAGE_GETTEXT
>
> config BR2_PACKAGE_LIBINTL
>     bool
>     select BR2_LEGACY
>     select BR2_PACKAGE_GETTEXT
>
> if BR2_PACKAGE_LIBINTL
> comment "libintl is now installed by selecting"
> comment "BR2_PACKAGE_GETTEXT. This now only installs the"
> comment "library, not the executables."
> endif
>
> The syntax is not so nice as kconfig doesn't support multi line
> comments, but OK. More importantly, hidden symbols like
> BR2_PACKAGE_LIBINTL seems to be ignored when the .config is read (which
> is what we normally want so they can be disabled again) so this only
> works when a custom package selects BR2_PACKAGE_LIBINTL, not if the user
> has manually enabled it.

  I see this as a major problem.  I think most use cases in the Config.in
will be for user-selectable options that are no longer available, like
BR2_PACKAGE_GETTEXT_STATIC and BR2_PACKAGE_INPUT_TOOLS_EVTEST.
BR2_PACKAGE_LIBINTL is one that is normally used in select statements,
but that's a bit exceptional.

  In addition, if they are blind options, they will just disappear after running
silentoldconfig.  The comment will get printed, but who will see that between
all the other output?

>
> Anybody with a better idea?
>
>   Arnout>   If any such option remains, 'make' will fail immediately with
>   Arnout>  a message that legacy options are still selected.  However, if
>   Arnout>  BR2_DEPRECATED is selected, that error message is suppressed.
>
> Would it make sense to still warn (but not halt) when DEPRECATED is
> enabled?

  The problem with warnings is that we produce so much output that they'll
just be hidden. They would make sense if an error follows soon after. But
in all likelihood, if an error follows, it will be much further down.

  [snip]

  So, is there still anything that I should change?

  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] directfb: needs threads support
From: Peter Korsgaard @ 2012-11-23 21:01 UTC (permalink / raw)
  To: buildroot

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

Fixes http://autobuild.buildroot.net/results/237aaf7b036a98867de1df47d39d01ec4137efd3

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/directfb/Config.in                   |    4 ++++
 package/multimedia/gst-plugins-bad/Config.in |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index 47f9fea..a184568 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_DIRECTFB
 	bool "directfb"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_FREETYPE
 	select BR2_PACKAGE_ZLIB
 	help
@@ -107,3 +108,6 @@ config BR2_PACKAGE_DIRECTB_TESTS
 	bool "build directfb tests"
 
 endif # BR2_PACKAGE_DIRECTFB
+
+comment "directfb needs a toolchain with thread support"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/multimedia/gst-plugins-bad/Config.in b/package/multimedia/gst-plugins-bad/Config.in
index 7784ad7..d87aec4 100644
--- a/package/multimedia/gst-plugins-bad/Config.in
+++ b/package/multimedia/gst-plugins-bad/Config.in
@@ -262,6 +262,7 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CURL
 config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DIRECTFB
 	bool "directfb"
 	select BR2_PACKAGE_DIRECTFB
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 
 config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DVB
 	bool "dvb"

^ permalink raw reply related

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


Hello,

On 2012-11-23, 138 random build tests have been done and
submitted on autobuild.buildroot.net.
 97 builds have been successful
 41 builds have failed

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

Build bbc1a580fc4ecd7a40a86dfd98716614b64b76fa
==============================================

Status         : NOK
Failure reason : host-python-2.7.2
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 01:12:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/bbc1a580fc4ecd7a40a86dfd98716614b64b76fa/build-end.log
Complete log   : http://autobuild.buildroot.net/results/bbc1a580fc4ecd7a40a86dfd98716614b64b76fa/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/bbc1a580fc4ecd7a40a86dfd98716614b64b76fa/config
Defconfig      : http://autobuild.buildroot.net/results/bbc1a580fc4ecd7a40a86dfd98716614b64b76fa/defconfig

Build d6de5fe4fcb8b06e1d60905d48b0fcb4702826c2
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 01:54:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/d6de5fe4fcb8b06e1d60905d48b0fcb4702826c2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d6de5fe4fcb8b06e1d60905d48b0fcb4702826c2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d6de5fe4fcb8b06e1d60905d48b0fcb4702826c2/config
Defconfig      : http://autobuild.buildroot.net/results/d6de5fe4fcb8b06e1d60905d48b0fcb4702826c2/defconfig

Build b63bb84ef1e0803740850666096e4ceced90f395
==============================================

Status         : NOK
Failure reason : pcsc-lite-1.8.6
Architecture   : avr32
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 04:13:32
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/b63bb84ef1e0803740850666096e4ceced90f395/build-end.log
Complete log   : http://autobuild.buildroot.net/results/b63bb84ef1e0803740850666096e4ceced90f395/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/b63bb84ef1e0803740850666096e4ceced90f395/config
Defconfig      : http://autobuild.buildroot.net/results/b63bb84ef1e0803740850666096e4ceced90f395/defconfig

Build 5a1e74f44ba16d40a1a069aba1fe98ca461f07f0
==============================================

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

Build 4ea10c970327f7f9f1bf13bbe8559c736574d955
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-23 04:50:20
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/4ea10c970327f7f9f1bf13bbe8559c736574d955/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4ea10c970327f7f9f1bf13bbe8559c736574d955/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4ea10c970327f7f9f1bf13bbe8559c736574d955/config
Defconfig      : http://autobuild.buildroot.net/results/4ea10c970327f7f9f1bf13bbe8559c736574d955/defconfig

Build 80277dbf5123bd31ede5f0983475af42eafe6f29
==============================================

Status         : NOK
Failure reason : netatalk-3.0
Architecture   : x86_64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 04:54:21
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/80277dbf5123bd31ede5f0983475af42eafe6f29/build-end.log
Complete log   : http://autobuild.buildroot.net/results/80277dbf5123bd31ede5f0983475af42eafe6f29/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/80277dbf5123bd31ede5f0983475af42eafe6f29/config
Defconfig      : http://autobuild.buildroot.net/results/80277dbf5123bd31ede5f0983475af42eafe6f29/defconfig

Build ea43c7b7734ec903f012796ab24685bb0c8a0d99
==============================================

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

Build c6250e533a2b1a5ca522026c8932617e8b2db8e7
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-23 05:25:55
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/c6250e533a2b1a5ca522026c8932617e8b2db8e7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/c6250e533a2b1a5ca522026c8932617e8b2db8e7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/c6250e533a2b1a5ca522026c8932617e8b2db8e7/config
Defconfig      : http://autobuild.buildroot.net/results/c6250e533a2b1a5ca522026c8932617e8b2db8e7/defconfig

Build 819410fc4dbe0581487c8deace014d28ee93ad59
==============================================

Status         : NOK
Failure reason : kexec-2.0.3
Architecture   : mips64el
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 06:34:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/819410fc4dbe0581487c8deace014d28ee93ad59/build-end.log
Complete log   : http://autobuild.buildroot.net/results/819410fc4dbe0581487c8deace014d28ee93ad59/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/819410fc4dbe0581487c8deace014d28ee93ad59/config
Defconfig      : http://autobuild.buildroot.net/results/819410fc4dbe0581487c8deace014d28ee93ad59/defconfig

Build 4bfd1b565f50ff96a77e7aec02db1380b495241a
==============================================

Status         : NOK
Failure reason : sconeserver-180
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 06:40:06
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/4bfd1b565f50ff96a77e7aec02db1380b495241a/build-end.log
Complete log   : http://autobuild.buildroot.net/results/4bfd1b565f50ff96a77e7aec02db1380b495241a/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/4bfd1b565f50ff96a77e7aec02db1380b495241a/config
Defconfig      : http://autobuild.buildroot.net/results/4bfd1b565f50ff96a77e7aec02db1380b495241a/defconfig

Build de8bff4d6c04de575112a7d47f4ac72002266054
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-23 07:25:16
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/de8bff4d6c04de575112a7d47f4ac72002266054/build-end.log
Complete log   : http://autobuild.buildroot.net/results/de8bff4d6c04de575112a7d47f4ac72002266054/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/de8bff4d6c04de575112a7d47f4ac72002266054/config
Defconfig      : http://autobuild.buildroot.net/results/de8bff4d6c04de575112a7d47f4ac72002266054/defconfig

Build 09b9b7c9307c4d6732600f929191f874ce59c2d2
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 07:54:25
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/09b9b7c9307c4d6732600f929191f874ce59c2d2/build-end.log
Complete log   : http://autobuild.buildroot.net/results/09b9b7c9307c4d6732600f929191f874ce59c2d2/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/09b9b7c9307c4d6732600f929191f874ce59c2d2/config
Defconfig      : http://autobuild.buildroot.net/results/09b9b7c9307c4d6732600f929191f874ce59c2d2/defconfig

Build 996b11580f2bac33ffb427c82940552977f5489e
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 08:14:10
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/996b11580f2bac33ffb427c82940552977f5489e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/996b11580f2bac33ffb427c82940552977f5489e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/996b11580f2bac33ffb427c82940552977f5489e/config
Defconfig      : http://autobuild.buildroot.net/results/996b11580f2bac33ffb427c82940552977f5489e/defconfig

Build 5cbee89d3a7080a35044cad41efc9a24bdaec310
==============================================

Status         : NOK
Failure reason : ffmpeg-0.8.12
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 09:45:12
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=36d36f0de19bd5f23453dc1391f83843f9042849
End of log     : http://autobuild.buildroot.net/results/5cbee89d3a7080a35044cad41efc9a24bdaec310/build-end.log
Complete log   : http://autobuild.buildroot.net/results/5cbee89d3a7080a35044cad41efc9a24bdaec310/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/5cbee89d3a7080a35044cad41efc9a24bdaec310/config
Defconfig      : http://autobuild.buildroot.net/results/5cbee89d3a7080a35044cad41efc9a24bdaec310/defconfig

Build 00761a5c88f2219197a13a1313bbfb4e243ab1e4
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mipsel
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 14:21:33
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/00761a5c88f2219197a13a1313bbfb4e243ab1e4/build-end.log
Complete log   : http://autobuild.buildroot.net/results/00761a5c88f2219197a13a1313bbfb4e243ab1e4/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/00761a5c88f2219197a13a1313bbfb4e243ab1e4/config
Defconfig      : http://autobuild.buildroot.net/results/00761a5c88f2219197a13a1313bbfb4e243ab1e4/defconfig

Build f0de066beb77a77666335b57344c3f2f9552ed1e
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : sh2a
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 14:22:05
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/f0de066beb77a77666335b57344c3f2f9552ed1e/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f0de066beb77a77666335b57344c3f2f9552ed1e/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f0de066beb77a77666335b57344c3f2f9552ed1e/config
Defconfig      : http://autobuild.buildroot.net/results/f0de066beb77a77666335b57344c3f2f9552ed1e/defconfig

Build b452189223b15af9349a0e53fade2677aa58331a
==============================================

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

Build 73b33edefef619a38eb9d719ef6146a5a5fef7d7
==============================================

Status         : NOK
Failure reason : xstroke-0.6
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 14:58:17
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/73b33edefef619a38eb9d719ef6146a5a5fef7d7/build-end.log
Complete log   : http://autobuild.buildroot.net/results/73b33edefef619a38eb9d719ef6146a5a5fef7d7/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/73b33edefef619a38eb9d719ef6146a5a5fef7d7/config
Defconfig      : http://autobuild.buildroot.net/results/73b33edefef619a38eb9d719ef6146a5a5fef7d7/defconfig

Build f642cff9e6fffc92d3d72c58bc6dab9f6217bb8b
==============================================

Status         : NOK
Failure reason : bzip2-1.0.6
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 15:00:38
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/f642cff9e6fffc92d3d72c58bc6dab9f6217bb8b/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f642cff9e6fffc92d3d72c58bc6dab9f6217bb8b/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f642cff9e6fffc92d3d72c58bc6dab9f6217bb8b/config
Defconfig      : http://autobuild.buildroot.net/results/f642cff9e6fffc92d3d72c58bc6dab9f6217bb8b/defconfig

Build d56e647605aa526270f2d862ca3fbd1cc3babce6
==============================================

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

Build 0e5f44ec06044920ddad448beadfc560b9b59dac
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-23 16:21:59
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/0e5f44ec06044920ddad448beadfc560b9b59dac/build-end.log
Complete log   : http://autobuild.buildroot.net/results/0e5f44ec06044920ddad448beadfc560b9b59dac/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/0e5f44ec06044920ddad448beadfc560b9b59dac/config
Defconfig      : http://autobuild.buildroot.net/results/0e5f44ec06044920ddad448beadfc560b9b59dac/defconfig

Build fed63017d0a4f6b19373592b5daaa9f5a4aa5e51
==============================================

Status         : NOK
Failure reason : sconeserver-180
Architecture   : i686
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 16:24:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/fed63017d0a4f6b19373592b5daaa9f5a4aa5e51/build-end.log
Complete log   : http://autobuild.buildroot.net/results/fed63017d0a4f6b19373592b5daaa9f5a4aa5e51/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/fed63017d0a4f6b19373592b5daaa9f5a4aa5e51/config
Defconfig      : http://autobuild.buildroot.net/results/fed63017d0a4f6b19373592b5daaa9f5a4aa5e51/defconfig

Build 62104328ff1b40a4f609aefb1d4f34226231daef
==============================================

Status         : NOK
Failure reason : host-python-2.7.2
Architecture   : powerpc
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 16:31:07
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/62104328ff1b40a4f609aefb1d4f34226231daef/build-end.log
Complete log   : http://autobuild.buildroot.net/results/62104328ff1b40a4f609aefb1d4f34226231daef/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/62104328ff1b40a4f609aefb1d4f34226231daef/config
Defconfig      : http://autobuild.buildroot.net/results/62104328ff1b40a4f609aefb1d4f34226231daef/defconfig

Build 11ce0bd6e4c76eaa201d9ea215e328eeb09c5737
==============================================

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

Build 2ca8e73f83e7f9aba6412d4992c2311e7d394413
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 17:53:09
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/2ca8e73f83e7f9aba6412d4992c2311e7d394413/build-end.log
Complete log   : http://autobuild.buildroot.net/results/2ca8e73f83e7f9aba6412d4992c2311e7d394413/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/2ca8e73f83e7f9aba6412d4992c2311e7d394413/config
Defconfig      : http://autobuild.buildroot.net/results/2ca8e73f83e7f9aba6412d4992c2311e7d394413/defconfig

Build c32712d491a67fa955bd6f84a29a998cee0a7f7a
==============================================

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

Build 02c2f4df771aacb374bed5184ae126346b384301
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : xtensa
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 18:18:57
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/02c2f4df771aacb374bed5184ae126346b384301/build-end.log
Complete log   : http://autobuild.buildroot.net/results/02c2f4df771aacb374bed5184ae126346b384301/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/02c2f4df771aacb374bed5184ae126346b384301/config
Defconfig      : http://autobuild.buildroot.net/results/02c2f4df771aacb374bed5184ae126346b384301/defconfig

Build 595e3e1bb6eda5aba4bce9e10f99a61a98ba4090
==============================================

Status         : NOK
Failure reason : libffi-3.0.11
Architecture   : microblaze
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 18:41:36
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/595e3e1bb6eda5aba4bce9e10f99a61a98ba4090/build-end.log
Complete log   : http://autobuild.buildroot.net/results/595e3e1bb6eda5aba4bce9e10f99a61a98ba4090/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/595e3e1bb6eda5aba4bce9e10f99a61a98ba4090/config
Defconfig      : http://autobuild.buildroot.net/results/595e3e1bb6eda5aba4bce9e10f99a61a98ba4090/defconfig

Build d1a1b58d495f817c1cacb49bf5f362ae9133aaed
==============================================

Status         : NOK
Failure reason : libfuse-2.9.2
Architecture   : aarch64
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 18:47:58
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/d1a1b58d495f817c1cacb49bf5f362ae9133aaed/build-end.log
Complete log   : http://autobuild.buildroot.net/results/d1a1b58d495f817c1cacb49bf5f362ae9133aaed/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/d1a1b58d495f817c1cacb49bf5f362ae9133aaed/config
Defconfig      : http://autobuild.buildroot.net/results/d1a1b58d495f817c1cacb49bf5f362ae9133aaed/defconfig

Build 91f65ccb77859f54ee08ef62907488022c2a5ef3
==============================================

Status         : NOK
Failure reason : webkit-1.2.7
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 20:38:08
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/91f65ccb77859f54ee08ef62907488022c2a5ef3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/91f65ccb77859f54ee08ef62907488022c2a5ef3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/91f65ccb77859f54ee08ef62907488022c2a5ef3/config
Defconfig      : http://autobuild.buildroot.net/results/91f65ccb77859f54ee08ef62907488022c2a5ef3/defconfig

Build f94af34e58e1932aa6169e80bcb6f35adcb127ea
==============================================

Status         : NOK
Failure reason : boost-1.49.0
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 20:48:11
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/f94af34e58e1932aa6169e80bcb6f35adcb127ea/build-end.log
Complete log   : http://autobuild.buildroot.net/results/f94af34e58e1932aa6169e80bcb6f35adcb127ea/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/f94af34e58e1932aa6169e80bcb6f35adcb127ea/config
Defconfig      : http://autobuild.buildroot.net/results/f94af34e58e1932aa6169e80bcb6f35adcb127ea/defconfig

Build e961a05e56450aba0d527b90e1b24e2df233e4c3
==============================================

Status         : NOK
Failure reason : squid-3.2.3
Architecture   : mips
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 20:58:23
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/e961a05e56450aba0d527b90e1b24e2df233e4c3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e961a05e56450aba0d527b90e1b24e2df233e4c3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e961a05e56450aba0d527b90e1b24e2df233e4c3/config
Defconfig      : http://autobuild.buildroot.net/results/e961a05e56450aba0d527b90e1b24e2df233e4c3/defconfig

Build 38d9409724a87d84b3bd7735d9c56213b72d2ebb
==============================================

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

Build d0c296d5c09638f324e460676043fcf1092d5868
==============================================

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

Build 237aaf7b036a98867de1df47d39d01ec4137efd3
==============================================

Status         : NOK
Failure reason : directfb-1.4.17
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 21:22:41
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=bf5d51717ba4988d41c2e86157b95b08b26f379b
End of log     : http://autobuild.buildroot.net/results/237aaf7b036a98867de1df47d39d01ec4137efd3/build-end.log
Complete log   : http://autobuild.buildroot.net/results/237aaf7b036a98867de1df47d39d01ec4137efd3/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/237aaf7b036a98867de1df47d39d01ec4137efd3/config
Defconfig      : http://autobuild.buildroot.net/results/237aaf7b036a98867de1df47d39d01ec4137efd3/defconfig

Build b8f0ce705d9cb8088398c1b31fa5fad64938a48f
==============================================

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

Build e09b9e765b9a520866a40c2f5d17a68daa0c5ccd
==============================================

Status         : NOK
Failure reason : icu-4.8.1.1
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 22:27:13
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=ade0a8a856e1009210538170cd72d92a07c06233
End of log     : http://autobuild.buildroot.net/results/e09b9e765b9a520866a40c2f5d17a68daa0c5ccd/build-end.log
Complete log   : http://autobuild.buildroot.net/results/e09b9e765b9a520866a40c2f5d17a68daa0c5ccd/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/e09b9e765b9a520866a40c2f5d17a68daa0c5ccd/config
Defconfig      : http://autobuild.buildroot.net/results/e09b9e765b9a520866a40c2f5d17a68daa0c5ccd/defconfig

Build 1cd123e51f2a88228306b7cd42c18471d267e0a8
==============================================

Status         : NOK
Failure reason : host-libglib2-2.30.3
Architecture   : i686
Submitted by   : Peter Korsgaard (gcc110)
Submitted at   : 2012-11-23 22:28:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=ade0a8a856e1009210538170cd72d92a07c06233
End of log     : http://autobuild.buildroot.net/results/1cd123e51f2a88228306b7cd42c18471d267e0a8/build-end.log
Complete log   : http://autobuild.buildroot.net/results/1cd123e51f2a88228306b7cd42c18471d267e0a8/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/1cd123e51f2a88228306b7cd42c18471d267e0a8/config
Defconfig      : http://autobuild.buildroot.net/results/1cd123e51f2a88228306b7cd42c18471d267e0a8/defconfig

Build 57cf8932d9c9ca2745e22c6d439720c82071d232
==============================================

Status         : NOK
Failure reason : alsa-lib-1.0.26
Architecture   : bfin
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 22:47:14
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=ade0a8a856e1009210538170cd72d92a07c06233
End of log     : http://autobuild.buildroot.net/results/57cf8932d9c9ca2745e22c6d439720c82071d232/build-end.log
Complete log   : http://autobuild.buildroot.net/results/57cf8932d9c9ca2745e22c6d439720c82071d232/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/57cf8932d9c9ca2745e22c6d439720c82071d232/config
Defconfig      : http://autobuild.buildroot.net/results/57cf8932d9c9ca2745e22c6d439720c82071d232/defconfig

Build f7487a8fb7ebfeeafa9bec99700bfcf2f1db33b2
==============================================

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

Build 8f3608d0c98883fffd6483aee8b57eadc2dbcc6c
==============================================

Status         : NOK
Failure reason : ltp-testsuite-20101031
Architecture   : arm
Submitted by   : Thomas Petazzoni (Free Electrons build server)
Submitted at   : 2012-11-23 23:58:47
Git commit ID  : http://git.buildroot.net/buildroot/commit/?id=ade0a8a856e1009210538170cd72d92a07c06233
End of log     : http://autobuild.buildroot.net/results/8f3608d0c98883fffd6483aee8b57eadc2dbcc6c/build-end.log
Complete log   : http://autobuild.buildroot.net/results/8f3608d0c98883fffd6483aee8b57eadc2dbcc6c/build.log.bz2
Configuration  : http://autobuild.buildroot.net/results/8f3608d0c98883fffd6483aee8b57eadc2dbcc6c/config
Defconfig      : http://autobuild.buildroot.net/results/8f3608d0c98883fffd6483aee8b57eadc2dbcc6c/defconfig



-- 
http://autobuild.buildroot.net

^ 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