* [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-26
@ 2015-11-27 7:30 Thomas Petazzoni
2015-11-27 8:57 ` Yann E. MORIN
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2015-11-27 7:30 UTC (permalink / raw)
To: buildroot
Build statistics for 2015-11-26
===============================
success : 87
failures : 20
timeouts : 0
TOTAL : 107
Classification of failures by reason
====================================
freerdp-17834af7bb378f85a3b... | 2
ffmpeg-2.8.1 | 2
igmpproxy-0.1 | 1
harfbuzz-1.0.6 | 1
bdwgc-7.4.2 | 1
jimtcl-0.75 | 1
libethumb-1.7.10 | 1
libsemanage-2.1.10 | 1
pv-1.5.7 | 1
arptables-0.0.4 | 1
host-gdb-6be65fb56ea6694a92... | 1
mongrel2-1.9.2 | 1
espeak-1.48.04 | 1
mesa3d-11.0.4 | 1
erlang-17.5 | 1
libgsasl-1.8.0 | 1
libsoc-0.6.4 | 1
libcap-ng-0.7.4 | 1
Detail of failures
===================
arm | arptables-0.0.4 | NOK | http://autobuild.buildroot.net/results/b721e4fa24a0728c20fd2ec0663c2b5981387642/
sparc | bdwgc-7.4.2 | NOK | http://autobuild.buildroot.net/results/408bc73145f79c9a2368f71cfeac8e373c60f0ae/
aarch64 | erlang-17.5 | NOK | http://autobuild.buildroot.net/results/6d0140790edb585777bf2b2ff02ca597a4b48353/
sparc64 | espeak-1.48.04 | NOK | http://autobuild.buildroot.net/results/8b894f0bd42c18e7cda98c15480757f10d743423/
mips | ffmpeg-2.8.1 | NOK | http://autobuild.buildroot.net/results/8636ab7eb362026843589be8ca5b736c180d34d9/
mips64el | ffmpeg-2.8.1 | NOK | http://autobuild.buildroot.net/results/4a207cd09d1cbaac29ebbf165321c06c430ec2f2/
i686 | freerdp-17834af7bb378f85a3b... | NOK | http://autobuild.buildroot.net/results/b0060f16c7464c240bc7d3b0ff17c9cb311fe30d/
arm | freerdp-17834af7bb378f85a3b... | NOK | http://autobuild.buildroot.net/results/754af2ee63591ba8c7c10c943867fdab5d4452ad/
sparc | harfbuzz-1.0.6 | NOK | http://autobuild.buildroot.net/results/b89dd5a936e65bd02ce503df59489f1c3e9ceb89/
microblazeel | host-gdb-6be65fb56ea6694a92... | NOK | http://autobuild.buildroot.net/results/0cdbe600b5f0f42736cb4b449e092045fa0fecdd/
x86_64 | igmpproxy-0.1 | NOK | http://autobuild.buildroot.net/results/83b71049848b4e396339996fe849b1c25bb7f31f/
sparc64 | jimtcl-0.75 | NOK | http://autobuild.buildroot.net/results/3b2636b3a204847213adb711a9d2dd872033bfdc/
nios2 | libcap-ng-0.7.4 | NOK | http://autobuild.buildroot.net/results/984cd8887925121823a477c8cb88487de4081936/
arm | libethumb-1.7.10 | NOK | http://autobuild.buildroot.net/results/060c4b7303976994a13ecd286e936fee59c7a095/
x86_64 | libgsasl-1.8.0 | NOK | http://autobuild.buildroot.net/results/5d9baf528c47c5167ec8d2a6941cb06b4ca761ca/
mipsel | libsemanage-2.1.10 | NOK | http://autobuild.buildroot.net/results/a20c8b2127feea59acfb84239b183bfc4d53961a/
arm | libsoc-0.6.4 | NOK | http://autobuild.buildroot.net/results/c86fc75212df75906222772854c283396bb880d2/
arc | mesa3d-11.0.4 | NOK | http://autobuild.buildroot.net/results/25a9c9af318cab667eef6657ef7716e560b050e1/
mipsel | mongrel2-1.9.2 | NOK | http://autobuild.buildroot.net/results/a92292a1defd441938d3de6c5049473d520ebc4e/
sparc64 | pv-1.5.7 | NOK | http://autobuild.buildroot.net/results/410b52169292472da6151c3c011427e91235d399/
--
http://autobuild.buildroot.net
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-26
2015-11-27 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-26 Thomas Petazzoni
@ 2015-11-27 8:57 ` Yann E. MORIN
2015-11-27 9:33 ` Yegor Yefremov
2015-11-27 13:03 ` Jörg Krause
2 siblings, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2015-11-27 8:57 UTC (permalink / raw)
To: buildroot
Thomas, All,
On 2015-11-27 08:30 +0100, Thomas Petazzoni spake thusly:
> Detail of failures
> i686 | freerdp-17834af7bb378f85a3b... | NOK | http://autobuild.buildroot.net/results/b0060f16c7464c240bc7d3b0ff17c9cb311fe30d/
This one is because it does not look in the correct place to find
gstreamer-1 headers:
fatal error: gst/gstconfig.h: No such file or directory
That's because the header is in:
staging/usr/lib/gstreamer-1.0/include/gst/gstconfig.h
However, gstreamer-1.0.pc has proper CFLAGS:
Cflags: -I${includedir} -I${libdir}/gstreamer-1.0/include
So, it seems FreeRDP somwhow does not use the output from pkg-config
when it builds...
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] 7+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-26
2015-11-27 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-26 Thomas Petazzoni
2015-11-27 8:57 ` Yann E. MORIN
@ 2015-11-27 9:33 ` Yegor Yefremov
2015-11-27 15:21 ` Thomas Petazzoni
2015-11-27 13:03 ` Jörg Krause
2 siblings, 1 reply; 7+ messages in thread
From: Yegor Yefremov @ 2015-11-27 9:33 UTC (permalink / raw)
To: buildroot
On Fri, Nov 27, 2015 at 8:30 AM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Build statistics for 2015-11-26
> ===============================
>
> success : 87
> failures : 20
> timeouts : 0
> TOTAL : 107
>
> Classification of failures by reason
> ====================================
>
> freerdp-17834af7bb378f85a3b... | 2
> ffmpeg-2.8.1 | 2
> igmpproxy-0.1 | 1
> harfbuzz-1.0.6 | 1
> bdwgc-7.4.2 | 1
> jimtcl-0.75 | 1
> libethumb-1.7.10 | 1
> libsemanage-2.1.10 | 1
> pv-1.5.7 | 1
> arptables-0.0.4 | 1
> host-gdb-6be65fb56ea6694a92... | 1
> mongrel2-1.9.2 | 1
> espeak-1.48.04 | 1
> mesa3d-11.0.4 | 1
> erlang-17.5 | 1
> libgsasl-1.8.0 | 1
> libsoc-0.6.4 | 1
Seems to fix the build issue:
https://github.com/jackmitch/libsoc/pull/37
> libcap-ng-0.7.4 | 1
>
> Detail of failures
> ===================
>
> arm | arptables-0.0.4 | NOK | http://autobuild.buildroot.net/results/b721e4fa24a0728c20fd2ec0663c2b5981387642/
> sparc | bdwgc-7.4.2 | NOK | http://autobuild.buildroot.net/results/408bc73145f79c9a2368f71cfeac8e373c60f0ae/
> aarch64 | erlang-17.5 | NOK | http://autobuild.buildroot.net/results/6d0140790edb585777bf2b2ff02ca597a4b48353/
> sparc64 | espeak-1.48.04 | NOK | http://autobuild.buildroot.net/results/8b894f0bd42c18e7cda98c15480757f10d743423/
> mips | ffmpeg-2.8.1 | NOK | http://autobuild.buildroot.net/results/8636ab7eb362026843589be8ca5b736c180d34d9/
> mips64el | ffmpeg-2.8.1 | NOK | http://autobuild.buildroot.net/results/4a207cd09d1cbaac29ebbf165321c06c430ec2f2/
> i686 | freerdp-17834af7bb378f85a3b... | NOK | http://autobuild.buildroot.net/results/b0060f16c7464c240bc7d3b0ff17c9cb311fe30d/
> arm | freerdp-17834af7bb378f85a3b... | NOK | http://autobuild.buildroot.net/results/754af2ee63591ba8c7c10c943867fdab5d4452ad/
> sparc | harfbuzz-1.0.6 | NOK | http://autobuild.buildroot.net/results/b89dd5a936e65bd02ce503df59489f1c3e9ceb89/
> microblazeel | host-gdb-6be65fb56ea6694a92... | NOK | http://autobuild.buildroot.net/results/0cdbe600b5f0f42736cb4b449e092045fa0fecdd/
> x86_64 | igmpproxy-0.1 | NOK | http://autobuild.buildroot.net/results/83b71049848b4e396339996fe849b1c25bb7f31f/
> sparc64 | jimtcl-0.75 | NOK | http://autobuild.buildroot.net/results/3b2636b3a204847213adb711a9d2dd872033bfdc/
> nios2 | libcap-ng-0.7.4 | NOK | http://autobuild.buildroot.net/results/984cd8887925121823a477c8cb88487de4081936/
> arm | libethumb-1.7.10 | NOK | http://autobuild.buildroot.net/results/060c4b7303976994a13ecd286e936fee59c7a095/
> x86_64 | libgsasl-1.8.0 | NOK | http://autobuild.buildroot.net/results/5d9baf528c47c5167ec8d2a6941cb06b4ca761ca/
> mipsel | libsemanage-2.1.10 | NOK | http://autobuild.buildroot.net/results/a20c8b2127feea59acfb84239b183bfc4d53961a/
> arm | libsoc-0.6.4 | NOK | http://autobuild.buildroot.net/results/c86fc75212df75906222772854c283396bb880d2/
> arc | mesa3d-11.0.4 | NOK | http://autobuild.buildroot.net/results/25a9c9af318cab667eef6657ef7716e560b050e1/
> mipsel | mongrel2-1.9.2 | NOK | http://autobuild.buildroot.net/results/a92292a1defd441938d3de6c5049473d520ebc4e/
> sparc64 | pv-1.5.7 | NOK | http://autobuild.buildroot.net/results/410b52169292472da6151c3c011427e91235d399/
>
>
> --
> http://autobuild.buildroot.net
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-26
2015-11-27 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-26 Thomas Petazzoni
2015-11-27 8:57 ` Yann E. MORIN
2015-11-27 9:33 ` Yegor Yefremov
@ 2015-11-27 13:03 ` Jörg Krause
2015-11-27 15:20 ` Thomas Petazzoni
2 siblings, 1 reply; 7+ messages in thread
From: Jörg Krause @ 2015-11-27 13:03 UTC (permalink / raw)
To: buildroot
On Fr, 2015-11-27 at 08:30 +0100, Thomas Petazzoni wrote:
> Build statistics for 2015-11-26
> ===============================
>
> Detail of failures
> ===================
>
> ?????????arm |????????????????arptables-0.0.4 | NOK | http://autobuil
> d.buildroot.net/results/b721e4fa24a0728c20fd2ec0663c2b5981387642/
I had a look at this. Build fails because of namespace collision
between netinet and linux headers, e.g IPPROTO_IP is both defined in
linux/in.h and?netinet/in.h.
Unfortunatly, I am not sure how to fix this properly.
Best regards
J?rg Krause
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-26
2015-11-27 13:03 ` Jörg Krause
@ 2015-11-27 15:20 ` Thomas Petazzoni
2015-11-27 19:14 ` Jörg Krause
0 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2015-11-27 15:20 UTC (permalink / raw)
To: buildroot
Dear J?rg Krause,
On Fri, 27 Nov 2015 14:03:09 +0100, J?rg Krause wrote:
> > ?????????arm |????????????????arptables-0.0.4 | NOK | http://autobuil
> > d.buildroot.net/results/b721e4fa24a0728c20fd2ec0663c2b5981387642/
>
> I had a look at this. Build fails because of namespace collision
> between netinet and linux headers, e.g IPPROTO_IP is both defined in
> linux/in.h and?netinet/in.h.
>
> Unfortunatly, I am not sure how to fix this properly.
That's a typical case of issue exhibited by musl. You can probably just
remove the <linux/in.h> include completely.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-26
2015-11-27 9:33 ` Yegor Yefremov
@ 2015-11-27 15:21 ` Thomas Petazzoni
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2015-11-27 15:21 UTC (permalink / raw)
To: buildroot
Yegor,
On Fri, 27 Nov 2015 10:33:33 +0100, Yegor Yefremov wrote:
> > libsoc-0.6.4 | 1
>
> Seems to fix the build issue:
>
> https://github.com/jackmitch/libsoc/pull/37
Can you submit a Buildroot patch for it?
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-26
2015-11-27 15:20 ` Thomas Petazzoni
@ 2015-11-27 19:14 ` Jörg Krause
0 siblings, 0 replies; 7+ messages in thread
From: Jörg Krause @ 2015-11-27 19:14 UTC (permalink / raw)
To: buildroot
On Fr, 2015-11-27 at 16:20 +0100, Thomas Petazzoni wrote:
> Dear J?rg Krause,
>
> On Fri, 27 Nov 2015 14:03:09 +0100, J?rg Krause wrote:
>
> > > ?????????arm |????????????????arptables-0.0.4 | NOK | http://auto
> > > buil
> > > d.buildroot.net/results/b721e4fa24a0728c20fd2ec0663c2b5981387642/
> >
> > I had a look at this. Build fails because of namespace collision
> > between netinet and linux headers, e.g IPPROTO_IP is both defined
> > in
> > linux/in.h and?netinet/in.h.
> >
> > Unfortunatly, I am not sure how to fix this properly.
>
> That's a typical case of issue exhibited by musl. You can probably
> just
> remove the <linux/in.h> include completely.
>
Unfortunatly it is not so easy: 'libarptc.h' includes 'netinit/in.h'
through the local header file 'libarptc/arpt_kernel_headers.h' directly
and indirectly, e.g. through 'netinet/ip.h'. On the other hand it
includes 'linux/in.h' indirectly through the system header file
'linux/netfilter_arp/arp_tables.h'. The declarations from
'linux/netfilter_arp/arp_tables.h' are required, so this header cannot
be removed easily.
Any idea?
Best regards
J?rg Krause
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-11-27 19:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-26 Thomas Petazzoni
2015-11-27 8:57 ` Yann E. MORIN
2015-11-27 9:33 ` Yegor Yefremov
2015-11-27 15:21 ` Thomas Petazzoni
2015-11-27 13:03 ` Jörg Krause
2015-11-27 15:20 ` Thomas Petazzoni
2015-11-27 19:14 ` Jörg Krause
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox