* [Buildroot] [autobuild.buildroot.net] Build results for 2017-03-05
@ 2017-03-06 7:28 Thomas Petazzoni
2017-03-06 21:00 ` Yann E. MORIN
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2017-03-06 7:28 UTC (permalink / raw)
To: buildroot
Hello,
Build statistics for 2017-03-05
================================
successes : 173
failures : 13
timeouts : 0
TOTAL : 186
Classification of failures by reason
====================================
libepoxy-1.4.1 | 3
putty-0.68 | 2
polarssl-1.2.19 | 1
qemu-2.8.0 | 1
qt5base-5.8.0 | 1
rabbitmq-c-v0.8.0 | 1
samba4-4.5.5 | 1
slang-2.3.0 | 1
vpnc-b1243d29e0c00312ead038... | 1
xserver_xorg-server-1.19.2 | 1
Detail of failures
===================
arm | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/48c35bac7cf674e2bc55f9bd53b905ad5e212258
i686 | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/e29a22a2d9c81c87d271c2a6e7d041d36c370adc
sh4a | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/6cc1212728248d5443fe9a367b4aeb3807ce623e
powerpc | polarssl-1.2.19 | NOK | http://autobuild.buildroot.net/results/ab3565f6585e47573bcb62ef5e7250986c90d8e3
arm | putty-0.68 | NOK | http://autobuild.buildroot.net/results/3ade64119e327cc810282c1bcd89a8e7d229a73f
arm | putty-0.68 | NOK | http://autobuild.buildroot.net/results/3c26267f46f0653f2d40e03e5e4212e58e7ce177
i686 | qemu-2.8.0 | NOK | http://autobuild.buildroot.net/results/5a685a307678bbcfd87c6f1bd44b5648b4d397f9
arm | qt5base-5.8.0 | NOK | http://autobuild.buildroot.net/results/29aa34c4e3b10739a13db6d86b3f0691668480e9
powerpc | rabbitmq-c-v0.8.0 | NOK | http://autobuild.buildroot.net/results/8ac322af1293eb195f2eab80bdfe1b87931948b6
arc | samba4-4.5.5 | NOK | http://autobuild.buildroot.net/results/2e214d6b2de1008858f4129e8000dd1202302117
arm | slang-2.3.0 | NOK | http://autobuild.buildroot.net/results/256ffb34fa890bae23ff39783006e0741e2abc49
arm | vpnc-b1243d29e0c00312ead038... | NOK | http://autobuild.buildroot.net/results/16a7c30f0627c51b171ec71b2e7f24444e38526d
arm | xserver_xorg-server-1.19.2 | NOK | http://autobuild.buildroot.net/results/4c24477f96c9eab8cfd8cce38eea630d738e29a5
--
http://autobuild.buildroot.net
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] [autobuild.buildroot.net] Build results for 2017-03-05 2017-03-06 7:28 [Buildroot] [autobuild.buildroot.net] Build results for 2017-03-05 Thomas Petazzoni @ 2017-03-06 21:00 ` Yann E. MORIN 2017-03-06 23:01 ` Thomas Petazzoni 2017-03-07 19:18 ` Peter Seiderer 0 siblings, 2 replies; 5+ messages in thread From: Yann E. MORIN @ 2017-03-06 21:00 UTC (permalink / raw) To: buildroot All, On 2017-03-06 08:28 +0100, Thomas Petazzoni spake thusly: > Detail of failures > =================== > > arm | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/48c35bac7cf674e2bc55f9bd53b905ad5e212258 This is again caused by a mismatch between types defined by Khronos and those in odroid-mali. > i686 | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/e29a22a2d9c81c87d271c2a6e7d041d36c370adc > sh4a | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/6cc1212728248d5443fe9a367b4aeb3807ce623e EGL not found... > powerpc | polarssl-1.2.19 | NOK | http://autobuild.buildroot.net/results/ab3565f6585e47573bcb62ef5e7250986c90d8e3 Static linking issue: polarssl build a 'benchmark' utility that links with -lcrypto, which uses symbols fron libz, but libz is not pulled in in a static build. > arm | putty-0.68 | NOK | http://autobuild.buildroot.net/results/3ade64119e327cc810282c1bcd89a8e7d229a73f > arm | putty-0.68 | NOK | http://autobuild.buildroot.net/results/3c26267f46f0653f2d40e03e5e4212e58e7ce177 Should be fixed by: https://git.buildroot.org/buildroot/commit/?id=18275a0420fd39817ea01e30f5d815c78dc72cc0 > i686 | qemu-2.8.0 | NOK | http://autobuild.buildroot.net/results/5a685a307678bbcfd87c6f1bd44b5648b4d397f9 error: 'struct timex' has no member named 'tai' uClibc toolchain: fields missing? Not available in uClibc? > arm | qt5base-5.8.0 | NOK | http://autobuild.buildroot.net/results/29aa34c4e3b10739a13db6d86b3f0691668480e9 error: failure memory model cannot be stronger than success memory model for '__atomic_compare_exchange' return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2); Some atomic issue? > powerpc | rabbitmq-c-v0.8.0 | NOK | http://autobuild.buildroot.net/results/8ac322af1293eb195f2eab80bdfe1b87931948b6 Static linking issue, again missing -lz. > arc | samba4-4.5.5 | NOK | http://autobuild.buildroot.net/results/2e214d6b2de1008858f4129e8000dd1202302117 This is caused by the ARC Synopsys toolchain which has a uClibc without support for quota. > arm | slang-2.3.0 | NOK | http://autobuild.buildroot.net/results/256ffb34fa890bae23ff39783006e0741e2abc49 undefined reference to `tputs' Static linking issue, needs to link against ncurses. > arm | vpnc-b1243d29e0c00312ead038... | NOK | http://autobuild.buildroot.net/results/16a7c30f0627c51b171ec71b2e7f24444e38526d undefined reference to `libintl_bindtextdomain' Static linking issue, needs -lintl. > arm | xserver_xorg-server-1.19.2 | NOK | http://autobuild.buildroot.net/results/4c24477f96c9eab8cfd8cce38eea630d738e29a5 Download issue due to certificate error. Ignore. 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] 5+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2017-03-05 2017-03-06 21:00 ` Yann E. MORIN @ 2017-03-06 23:01 ` Thomas Petazzoni 2017-03-07 13:51 ` Gustavo Zacarias 2017-03-07 19:18 ` Peter Seiderer 1 sibling, 1 reply; 5+ messages in thread From: Thomas Petazzoni @ 2017-03-06 23:01 UTC (permalink / raw) To: buildroot Hello, Thanks for the analysis of those build failures! Some comments below. On Mon, 6 Mar 2017 22:00:32 +0100, Yann E. MORIN wrote: > > arm | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/48c35bac7cf674e2bc55f9bd53b905ad5e212258 > > This is again caused by a mismatch between types defined by Khronos and > those in odroid-mali. These are gone, odroid-mali is marked as broken. > > i686 | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/e29a22a2d9c81c87d271c2a6e7d041d36c370adc > > sh4a | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/6cc1212728248d5443fe9a367b4aeb3807ce623e > > EGL not found... Gustavo, could you have a look? > > > powerpc | polarssl-1.2.19 | NOK | http://autobuild.buildroot.net/results/ab3565f6585e47573bcb62ef5e7250986c90d8e3 > > Static linking issue: polarssl build a 'benchmark' utility that links > with -lcrypto, which uses symbols fron libz, but libz is not pulled in > in a static build. polarssl should use pkg-config to discover OpenSSL. > > arm | putty-0.68 | NOK | http://autobuild.buildroot.net/results/3ade64119e327cc810282c1bcd89a8e7d229a73f > > arm | putty-0.68 | NOK | http://autobuild.buildroot.net/results/3c26267f46f0653f2d40e03e5e4212e58e7ce177 > > Should be fixed by: > https://git.buildroot.org/buildroot/commit/?id=18275a0420fd39817ea01e30f5d815c78dc72cc0 Correct. > > i686 | qemu-2.8.0 | NOK | http://autobuild.buildroot.net/results/5a685a307678bbcfd87c6f1bd44b5648b4d397f9 > > error: 'struct timex' has no member named 'tai' > > uClibc toolchain: fields missing? Not available in uClibc? This is fixed by 2ae688f0f0f79f54d1ca18824251cdc683e1a07f, but I haven't rebuilt all the uClibc toolchains yet, I'll try to do so tomorrow. > > powerpc | rabbitmq-c-v0.8.0 | NOK | http://autobuild.buildroot.net/results/8ac322af1293eb195f2eab80bdfe1b87931948b6 > > Static linking issue, again missing -lz. Not only, there's also some missing -lintl. The missing -lz can be fixed by using pkg-config to discover OpenSSL (can be done by a person knowledgeable in CMake). The missing -lintl is more annoying, because it's never encoded in .pc files anyway. > > arc | samba4-4.5.5 | NOK | http://autobuild.buildroot.net/results/2e214d6b2de1008858f4129e8000dd1202302117 > > This is caused by the ARC Synopsys toolchain which has a uClibc without > support for quota. We should add an exception then. > > arm | slang-2.3.0 | NOK | http://autobuild.buildroot.net/results/256ffb34fa890bae23ff39783006e0741e2abc49 > > undefined reference to `tputs' > > Static linking issue, needs to link against ncurses. Does libreadline provide a pkg-config file? > > arm | vpnc-b1243d29e0c00312ead038... | NOK | http://autobuild.buildroot.net/results/16a7c30f0627c51b171ec71b2e7f24444e38526d > > undefined reference to `libintl_bindtextdomain' > > Static linking issue, needs -lintl. Yeah, this -lintl thing is really a pain. I'll try to work on a proposal to get rid of it. Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2017-03-05 2017-03-06 23:01 ` Thomas Petazzoni @ 2017-03-07 13:51 ` Gustavo Zacarias 0 siblings, 0 replies; 5+ messages in thread From: Gustavo Zacarias @ 2017-03-07 13:51 UTC (permalink / raw) To: buildroot On 2017-03-06 20:01, Thomas Petazzoni wrote: >> > i686 | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/e29a22a2d9c81c87d271c2a6e7d041d36c370adc >> > sh4a | libepoxy-1.4.1 | NOK | http://autobuild.buildroot.net/results/6cc1212728248d5443fe9a367b4aeb3807ce623e >> >> EGL not found... > > Gustavo, could you have a look? Hi. It seems newer libepoxy requires egl even if you've got libgl. I'll check with upstream if that's really the case and adjust the package or patch libepoxy (again) otherwise. >> > powerpc | polarssl-1.2.19 | NOK | http://autobuild.buildroot.net/results/ab3565f6585e47573bcb62ef5e7250986c90d8e3 >> >> Static linking issue: polarssl build a 'benchmark' utility that links >> with -lcrypto, which uses symbols fron libz, but libz is not pulled in >> in a static build. > > polarssl should use pkg-config to discover OpenSSL. polarssl should go down the drain, i'll refresh the patch to do so. Regards. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2017-03-05 2017-03-06 21:00 ` Yann E. MORIN 2017-03-06 23:01 ` Thomas Petazzoni @ 2017-03-07 19:18 ` Peter Seiderer 1 sibling, 0 replies; 5+ messages in thread From: Peter Seiderer @ 2017-03-07 19:18 UTC (permalink / raw) To: buildroot On Mon, 6 Mar 2017 22:00:32 +0100, "Yann E. MORIN" <yann.morin.1998@free.fr> wrote: > > > arm | qt5base-5.8.0 | NOK | http://autobuild.buildroot.net/results/29aa34c4e3b10739a13db6d86b3f0691668480e9 > > error: failure memory model cannot be stronger than success memory model > for '__atomic_compare_exchange' > return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2); > > Some atomic issue? > See [1]... Regards, Peter [1] http://lists.busybox.net/pipermail/buildroot/2017-March/186151.html ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-03-07 19:18 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-03-06 7:28 [Buildroot] [autobuild.buildroot.net] Build results for 2017-03-05 Thomas Petazzoni 2017-03-06 21:00 ` Yann E. MORIN 2017-03-06 23:01 ` Thomas Petazzoni 2017-03-07 13:51 ` Gustavo Zacarias 2017-03-07 19:18 ` Peter Seiderer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox