All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-24
@ 2014-05-25  6:30 Thomas Petazzoni
  2014-05-25 13:37 ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2014-05-25  6:30 UTC (permalink / raw)
  To: buildroot

Build statistics for 2014-05-24
===============================

        success : 115
       failures : 5  
       timeouts : 0  
          TOTAL : 120

Classification of failures by reason
====================================

             gstreamer-0.10.36 | 1 
                    php-5.5.12 | 1 
                 qt5base-5.2.1 | 1 
              libdvdread-4.2.1 | 1 
              lbreakout2-2.6.4 | 1 

Detail of failures
===================

   powerpc |              gstreamer-0.10.36 | NOK | http://autobuild.buildroot.net/results/4db03f105b8fab12350a75b489072ce8a3b9622c/
      bfin |               lbreakout2-2.6.4 | NOK | http://autobuild.buildroot.net/results/be4bfd1a56d74b9bd85f7285f68807f116906f6a/
      bfin |               libdvdread-4.2.1 | NOK | http://autobuild.buildroot.net/results/6583a45bc68ac2ad7bd0d330d4fa2bc0bd49cfe1/
       arm |                     php-5.5.12 | NOK | http://autobuild.buildroot.net/results/39e9980691c693b26e2db76ee7babbc0b5321248/
      i686 |                  qt5base-5.2.1 | NOK | http://autobuild.buildroot.net/results/66157f999ab7e3c7a190c15856d7f8470f89c659/


-- 
http://autobuild.buildroot.net

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-24
  2014-05-25  6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-24 Thomas Petazzoni
@ 2014-05-25 13:37 ` Yann E. MORIN
  2014-05-25 15:46   ` Max Filippov
  0 siblings, 1 reply; 4+ messages in thread
From: Yann E. MORIN @ 2014-05-25 13:37 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2014-05-25 08:30 +0200, Thomas Petazzoni spake thusly:
> Detail of failures
>        arm |                     php-5.5.12 | NOK | http://autobuild.buildroot.net/results/39e9980691c693b26e2db76ee7babbc0b5321248/

Unable to reproduce here.

There's another more recent failure of php on ARM:
    http://autobuild.buildroot.net/results/5bc/5bcf8475f5ef7800efdff6be3aa4d7109ab76b67/
which I was also unable to reproduce.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-24
  2014-05-25 13:37 ` Yann E. MORIN
@ 2014-05-25 15:46   ` Max Filippov
  2014-05-25 16:07     ` Bernd Kuhls
  0 siblings, 1 reply; 4+ messages in thread
From: Max Filippov @ 2014-05-25 15:46 UTC (permalink / raw)
  To: buildroot

On Sun, May 25, 2014 at 5:37 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Thomas, All,
>
> On 2014-05-25 08:30 +0200, Thomas Petazzoni spake thusly:
>> Detail of failures
>>        arm |                     php-5.5.12 | NOK | http://autobuild.buildroot.net/results/39e9980691c693b26e2db76ee7babbc0b5321248/
>
> Unable to reproduce here.
>
> There's another more recent failure of php on ARM:
>     http://autobuild.buildroot.net/results/5bc/5bcf8475f5ef7800efdff6be3aa4d7109ab76b67/
> which I was also unable to reproduce.

The log still has -I/include in compilation commands, means that php
still gets misconfigured. See
http://lists.busybox.net/pipermail/buildroot/2014-April/094079.html
for my previous analysis of it.

-- 
Thanks.
-- Max

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-24
  2014-05-25 15:46   ` Max Filippov
@ 2014-05-25 16:07     ` Bernd Kuhls
  0 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2014-05-25 16:07 UTC (permalink / raw)
  To: buildroot

Max Filippov <jcmvbkbc@gmail.com> wrote in
news:CAMo8Bf+XBo1S=2k_NO0De8WeesKszXU17AYy7sKLZ0hY+KJjQA at mail.gmail.com: 

> The log still has -I/include in compilation commands, means that php
> still gets misconfigured. See
> http://lists.busybox.net/pipermail/buildroot/2014-April/094079.html
> for my previous analysis of it.

Hi,

your description looks reasonable.
While analyzing a similar build failure I saw a combination of 

BR2_PACKAGE_PHP_EXT_MYSQL=y
# BR2_PACKAGE_PHP_EXT_ZLIB is not set
BR2_PACKAGE_ZLIB=y

Mysql was build with zlib support while php was configured to not use zlib:

checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... no
...
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for mysql_close in -lmysqlclient... no
checking for mysql_errno in -lmysqlclient... no
configure: error: Try adding --with-zlib-dir=<DIR>. Please check config.log 
for more information.

For my test case it seems BR2_PACKAGE_PHP_EXT_MYSQL should depend on BR2
_PACKAGE_PHP_EXT_ZLIB when BR2_PACKAGE_ZLIB is set to yes, because
https://github.com/php/php-src/blob/master/ext/mysql/config.m4
uses --with-zlib-dir to find zlib, which is missing in my test case.

I could, however, also not reproduce the build error, which could be related 
to packages installed on my compile host. It seems that the php package needs 
some attention.

Regards, Bernd

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-25 16:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-25  6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-24 Thomas Petazzoni
2014-05-25 13:37 ` Yann E. MORIN
2014-05-25 15:46   ` Max Filippov
2014-05-25 16:07     ` Bernd Kuhls

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.