* [Buildroot] [autobuild.buildroot.net] Build results for 2015-05-21
2015-05-22 7:20 ` Peter Korsgaard
@ 2015-05-22 7:56 ` Thomas Petazzoni
2015-05-22 17:24 ` Yann E. MORIN
2015-05-23 16:25 ` Yann E. MORIN
2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2015-05-22 7:56 UTC (permalink / raw)
To: buildroot
Peter,
On Fri, 22 May 2015 09:20:09 +0200, Peter Korsgaard wrote:
> > Build statistics for 2015-05-21
> > ===============================
>
> > success : 293
> > failures : 8
>
> Wee, looks good!
Yeah!
> > Detail of failures
> > ===================
>
> > powerpc | cdrkit-1.1.11 | NOK | http://autobuild.buildroot.net/results/23af5e660dd5b1cc0dd274f8fa809e772245b028/
>
> Looks like a static linking issue. Unless somebody feels like digging
> into the cmake setup I'll simply mark it as !BR2_STATIC_LIBS.
No, it's not a CMake setup problem. It's once again a uClibc bug with
redefined symbols between libc.a and libpthread.a. For now, we should
add an exception to the autobuilders. Long term, we'll switch to
uClibc-ng, which has fixed those problems (and if not, with an upstream
that is responsive: we have reported such problems to uClibc since
years and they have never been fixed).
> > powerpc | host-erlang-rebar-2.5.1 | TIM | http://autobuild.buildroot.net/results/7faece26b986e7db42472f6db66c137038573555/
> > arm | host-erlang-rebar-2.5.1 | TIM | http://autobuild.buildroot.net/results/7d73337ad9b50cc04dbd3414d85d3d125ad4108d/
> > arm | host-erlang-rebar-2.5.1 | TIM | http://autobuild.buildroot.net/results/739c4f448568eb6ba5ccffe8a075e0f797c7109b/
>
> The funky erlang issues on gcc75.
Yeah, I don't know what's going on.
>
> > i686 | ipmiutil-2.9.5 | NOK | http://autobuild.buildroot.net/results/04a1c48d484debd7894fd32997ed50d3a0110b93/
> > x86_64 | ipmiutil-2.9.5 | NOK | http://autobuild.buildroot.net/results/9accdfec87aa9922a4096b84a61a6e2dfd53561e/
>
> Gaah, more ipmiutil issues. I believe Yann is looking into this.
Ok, let's Yann have some fun. This package is causing a lot of
troubles, even though it's just some random not so complicated utility.
> > bfin | opentyrian-9c9f0ec3532b | NOK | http://autobuild.buildroot.net/results/5d215b8895ac082002b38159beb94693a04a51bb/
>
> Sounds like a -lstdc++ issue with static linking. I'll try to find time
> to have a closer look.
Yes, that's it.
> > bfin | php-5.6.9 | NOK | http://autobuild.buildroot.net/results/b4c0e62a2ce718cf4bfad0ce328c853dc0de7f11/
>
> Sounds like the php bump brough some extra architecture dependencies:
>
> /ssd1/thomas/autobuild/instance-1/output/build/php-5.6.9/ext/pcre/pcrelib/pcre_jit_compile.c:65:2: error: #error Unsupported architecture
>
> It apparently also breaks for arc:
>
> http://autobuild.buildroot.net/results/641/6418b26140b16b6f04452a9b05431c392de04238/build-end.log
>
> I doubt there's a lot of php users on any of those archs, so perhaps we
> should just disable it there?
It's only the new PCRE JIT stuff that isn't available on all
architectures. There is a --disable-pcregrep-jit option in pcre to
disable it, but I'm not sure how to convince PHP to pass this down to
PCRE.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2015-05-21
2015-05-22 7:20 ` Peter Korsgaard
2015-05-22 7:56 ` Thomas Petazzoni
@ 2015-05-22 17:24 ` Yann E. MORIN
2015-05-22 19:21 ` Peter Korsgaard
2015-05-23 16:25 ` Yann E. MORIN
2 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2015-05-22 17:24 UTC (permalink / raw)
To: buildroot
Peter, Thomas, All,
On 2015-05-22 09:20 +0200, Peter Korsgaard spake thusly:
> > i686 | ipmiutil-2.9.5 | NOK | http://autobuild.buildroot.net/results/04a1c48d484debd7894fd32997ed50d3a0110b93/
> > x86_64 | ipmiutil-2.9.5 | NOK | http://autobuild.buildroot.net/results/9accdfec87aa9922a4096b84a61a6e2dfd53561e/
> Gaah, more ipmiutil issues. I believe Yann is looking into this.
ipmiutil's Makefile.am-s are, let's say it politely, not the easiest to
work with...
So, regarding the parallel build issue, I'm bailing out. I am able to
reproduce it in about 1 build out of ten, but then hacking Makefile.am
is just of my league (they are ugly...).
Now, I'm looking at those new build failures. I suspect:
25e15fd package/ipmiutil: really force md2 off
which introduced -DALLOW_GNU in the CFLAGS, and that has much mpre
impact...
Investigation in progress...
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] 6+ messages in thread* [Buildroot] [autobuild.buildroot.net] Build results for 2015-05-21
2015-05-22 17:24 ` Yann E. MORIN
@ 2015-05-22 19:21 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2015-05-22 19:21 UTC (permalink / raw)
To: buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> Peter, Thomas, All,
> On 2015-05-22 09:20 +0200, Peter Korsgaard spake thusly:
>> > i686 | ipmiutil-2.9.5 | NOK |
>> > http://autobuild.buildroot.net/results/04a1c48d484debd7894fd32997ed50d3a0110b93/
>> > x86_64 | ipmiutil-2.9.5 | NOK |
>> > http://autobuild.buildroot.net/results/9accdfec87aa9922a4096b84a61a6e2dfd53561e/
>> Gaah, more ipmiutil issues. I believe Yann is looking into this.
> ipmiutil's Makefile.am-s are, let's say it politely, not the easiest to
> work with...
> So, regarding the parallel build issue, I'm bailing out. I am able to
> reproduce it in about 1 build out of ten, but then hacking Makefile.am
> is just of my league (they are ugly...).
Yeah. I don't have a problem with us using MAKE1 as it's a fairly small
package.
> Now, I'm looking at those new build failures. I suspect:
> 25e15fd package/ipmiutil: really force md2 off
> which introduced -DALLOW_GNU in the CFLAGS, and that has much mpre
> impact...
> Investigation in progress...
Thanks!
--
Venlig hilsen,
Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2015-05-21
2015-05-22 7:20 ` Peter Korsgaard
2015-05-22 7:56 ` Thomas Petazzoni
2015-05-22 17:24 ` Yann E. MORIN
@ 2015-05-23 16:25 ` Yann E. MORIN
2 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2015-05-23 16:25 UTC (permalink / raw)
To: buildroot
Peter, Thomas, All,
On 2015-05-22 09:20 +0200, Peter Korsgaard spake thusly:
> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
> > Build statistics for 2015-05-21
> > i686 | ipmiutil-2.9.5 | NOK | http://autobuild.buildroot.net/results/04a1c48d484debd7894fd32997ed50d3a0110b93/
> > x86_64 | ipmiutil-2.9.5 | NOK | http://autobuild.buildroot.net/results/9accdfec87aa9922a4096b84a61a6e2dfd53561e/
>
> Gaah, more ipmiutil issues. I believe Yann is looking into this.
The first issue above is again about an openssl issue, I'm investigating
now.
The second issue is about missing internal symbols:
isensor2.o: In function `read_sdr_binfile':
/home/test/autobuild/instance-0/output/build/ipmiutil-2.9.5/util/isensor.c:2990:
undefined reference to `get_LastError'
or:
libipmiutil.a(ipmicmd.o): In function `ipmi_open':
ipmicmd.c:(.text+0x5be): undefined reference to `ipmi_open_lan'
I'm unable (after ~25 builds) to reproduce that second issue. So I'm
bailing out on that one... :-(
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] 6+ messages in thread