* [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-22
@ 2015-11-23 7:30 Thomas Petazzoni
2015-11-23 21:09 ` Romain Naour
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2015-11-23 7:30 UTC (permalink / raw)
To: buildroot
Build statistics for 2015-11-22
===============================
success : 85
failures : 17
timeouts : 0
TOTAL : 102
Classification of failures by reason
====================================
libsemanage-2.1.10 | 2
libbroadvoice-f65b0f50c8c76... | 2
harfbuzz-1.0.6 | 1
ustr-1.0.4 | 1
glog-v0.3.4 | 1
qt-4.8.7 | 1
libcap-ng-0.7.4 | 1
collectd-5.5.0 | 1
directfb-1.7.7 | 1
vpnc-0.5.3 | 1
libfreeimage-3.17.0 | 1
libnspr-4.10.10 | 1
lvm2-2.02.132 | 1
grantlee-0.5.1 | 1
opencv-2.4.10 | 1
Detail of failures
===================
x86_64 | collectd-5.5.0 | NOK | http://autobuild.buildroot.net/results/e981c08f01d2916246a17b1dc112e8b3e8c628e2/
sparc | directfb-1.7.7 | NOK | http://autobuild.buildroot.net/results/6e02a891b7c3b9f3363b49f16599bbd7ebf35706/
microblazeel | glog-v0.3.4 | NOK | http://autobuild.buildroot.net/results/d3ca5710e3de4fe12945e6ee24e30af8739d78cb/
microblazeel | grantlee-0.5.1 | NOK | http://autobuild.buildroot.net/results/b2889ea5220db6f4f3aa9264591bf1cef57a3612/
arc | harfbuzz-1.0.6 | NOK | http://autobuild.buildroot.net/results/f039866a548ddee1219e09c39f3a49e577cb7022/
arc | libbroadvoice-f65b0f50c8c76... | NOK | http://autobuild.buildroot.net/results/18fe1d3aac4574b8b07781aa95f643a136cedb68/
arc | libbroadvoice-f65b0f50c8c76... | NOK | http://autobuild.buildroot.net/results/aab32a431822115d57813a96635523025f570e4f/
nios2 | libcap-ng-0.7.4 | NOK | http://autobuild.buildroot.net/results/934ab121acdf021e0ea550e999cc098067726a6c/
arm | libfreeimage-3.17.0 | NOK | http://autobuild.buildroot.net/results/a8a8f2a61df58c6076eb97125c8f076fa2b64892/
x86_64 | libnspr-4.10.10 | NOK | http://autobuild.buildroot.net/results/2ca03b5bd2c5bc1336f61fdff6d95858bca1f0fe/
arm | libsemanage-2.1.10 | NOK | http://autobuild.buildroot.net/results/64b2fc5233e24de88904438de8c30de9a2b5e413/
arm | libsemanage-2.1.10 | NOK | http://autobuild.buildroot.net/results/2d6cf6faf869d72c973257af45d39d63d6f2731b/
x86_64 | lvm2-2.02.132 | NOK | http://autobuild.buildroot.net/results/964b5909dbac97d56b87e22e5141d62c54eba893/
mips64el | opencv-2.4.10 | NOK | http://autobuild.buildroot.net/results/f6d0a4ffe347cbb868998856aca674ba8bc2e281/
arc | qt-4.8.7 | NOK | http://autobuild.buildroot.net/results/bc641401203aeee76b0f5242d73f7a28ea91ba2b/
arm | ustr-1.0.4 | NOK | http://autobuild.buildroot.net/results/a51a2c7b2a4ca9562ca07c1b714dbfdfd849a232/
arm | vpnc-0.5.3 | NOK | http://autobuild.buildroot.net/results/eb75542b44c7ccfd749a5e775bba0d1f6321c618/
--
http://autobuild.buildroot.net
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-22
2015-11-23 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-22 Thomas Petazzoni
@ 2015-11-23 21:09 ` Romain Naour
2015-11-24 10:33 ` Vicente Olivert Riera
0 siblings, 1 reply; 3+ messages in thread
From: Romain Naour @ 2015-11-23 21:09 UTC (permalink / raw)
To: buildroot
Hello,
> x86_64 | lvm2-2.02.132 | NOK | http://autobuild.buildroot.net/results/964b5909dbac97d56b87e22e5141d62c54eba893/
commands/toolcontext.c: In function 'create_toolcontext':
commands/toolcontext.c:1795:10: error: assignment of read-only variable 'stdin'
stdin = new_stream;
This is a musl issue and generally fixed by using freopen(). See [1] [2].
There is a patch from alpinelinux [3] but I'm wondering if it could be simpler
to get ride of _reopen_stream() an use freopen() instead.
Vincente, what do you think ?
Best regards,
Romain
[1]
https://github.com/doughdemon/fdupes/commit/fe2d8334bfa28ff05fa1a2ffe8555a19b41be0ea
[2] https://github.com/adrianlopezroche/fdupes/pull/31
[3]
http://git.alpinelinux.org/cgit/aports/tree/main/lvm2/fix-stdio-usage.patch?h=v3.2.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-22
2015-11-23 21:09 ` Romain Naour
@ 2015-11-24 10:33 ` Vicente Olivert Riera
0 siblings, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2015-11-24 10:33 UTC (permalink / raw)
To: buildroot
Hi Romain,
On 23/11/15 21:09, Romain Naour wrote:
> Hello,
>
>> x86_64 | lvm2-2.02.132 | NOK | http://autobuild.buildroot.net/results/964b5909dbac97d56b87e22e5141d62c54eba893/
>
> commands/toolcontext.c: In function 'create_toolcontext':
> commands/toolcontext.c:1795:10: error: assignment of read-only variable 'stdin'
> stdin = new_stream;
>
> This is a musl issue and generally fixed by using freopen(). See [1] [2].
>
> There is a patch from alpinelinux [3] but I'm wondering if it could be simpler
> to get ride of _reopen_stream() an use freopen() instead.
>
> Vincente, what do you think ?
you told me in the IRC that this patch could affect other C libraries,
so, my opinion is that it would be better to work with upstream and fix
the problem there, and then backport the fix into Buildroot.
Regards,
Vincent.
> Best regards,
> Romain
>
> [1]
> https://github.com/doughdemon/fdupes/commit/fe2d8334bfa28ff05fa1a2ffe8555a19b41be0ea
> [2] https://github.com/adrianlopezroche/fdupes/pull/31
> [3]
> http://git.alpinelinux.org/cgit/aports/tree/main/lvm2/fix-stdio-usage.patch?h=v3.2.3
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-24 10:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-23 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-11-22 Thomas Petazzoni
2015-11-23 21:09 ` Romain Naour
2015-11-24 10:33 ` Vicente Olivert Riera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox