* [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-25
@ 2014-05-26 6:30 Thomas Petazzoni
2014-05-26 18:50 ` Anton Kolesov
2014-05-26 21:20 ` Bernd Kuhls
0 siblings, 2 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2014-05-26 6:30 UTC (permalink / raw)
To: buildroot
Build statistics for 2014-05-25
===============================
success : 114
failures : 8
timeouts : 0
TOTAL : 122
Classification of failures by reason
====================================
php-5.5.12 | 2
xserver_xorg-server-1.15.1 | 1
gdb-6.6a | 1
lesstif-0.95.2 | 1
libssh2-1.4.3 | 1
host-gdb-6be65fb56ea6694a92... | 1
ruby-1.9.3-p545 | 1
Detail of failures
===================
bfin | gdb-6.6a | NOK | http://autobuild.buildroot.net/results/864d2e67427462a73cfc6d9e5d4eafa2b35c0321/
microblazeel | host-gdb-6be65fb56ea6694a92... | NOK | http://autobuild.buildroot.net/results/95fa2904f81a114abfa337dcce141b7c87d5a52c/
bfin | lesstif-0.95.2 | NOK | http://autobuild.buildroot.net/results/9f718c9c9907d9aa2a7a0c45c872f5a8f34b8399/
nios2 | libssh2-1.4.3 | NOK | http://autobuild.buildroot.net/results/c7250b415fde22fe2c40ad0bc959aa81cbbf5cbf/
arm | php-5.5.12 | NOK | http://autobuild.buildroot.net/results/c0e206399ebe53d4998fd5a141bdefd754f1929f/
arm | php-5.5.12 | NOK | http://autobuild.buildroot.net/results/5bcf8475f5ef7800efdff6be3aa4d7109ab76b67/
bfin | ruby-1.9.3-p545 | NOK | http://autobuild.buildroot.net/results/6bfd07405f31ca5c432dbf1575bf969f622eeecb/
powerpc | xserver_xorg-server-1.15.1 | NOK | http://autobuild.buildroot.net/results/a952932b832ee3296d6c225c7a9df408ca3eef9f/
--
http://autobuild.buildroot.net
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-25
2014-05-26 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-25 Thomas Petazzoni
@ 2014-05-26 18:50 ` Anton Kolesov
2014-05-26 19:16 ` Peter Korsgaard
2014-05-27 9:08 ` Peter Korsgaard
2014-05-26 21:20 ` Bernd Kuhls
1 sibling, 2 replies; 7+ messages in thread
From: Anton Kolesov @ 2014-05-26 18:50 UTC (permalink / raw)
To: buildroot
Hi Thomas,
> microblazeel | host-gdb-6be65fb56ea6694a92... | NOK |
> http://autobuild.buildroot.net/results/95fa2904f81a114abfa337dcce141b7c8
> 7d5a52c/
Host gdb build fails because it cannot build etc/standards.info from etc/standards.texi. The same is true for any other "texi ->info" compilation. The same problems affects GDB for ARC (based on GDB 7.5). Apparently this is caused by 21aaa85 - "missing makeinfo" causes build failure for docs, and GDB doesn't ignore this error (despite --disable-doc* options to configure). Can this "missing makeinfo" become conditional, so it will be applied only to those cases where it was required (I suppose GDB 7.4, from the commit log)?
Anton
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-25
2014-05-26 18:50 ` Anton Kolesov
@ 2014-05-26 19:16 ` Peter Korsgaard
2014-05-27 9:08 ` Peter Korsgaard
1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2014-05-26 19:16 UTC (permalink / raw)
To: buildroot
>>>>> "Anton" == Anton Kolesov <Anton.Kolesov@synopsys.com> writes:
> Hi Thomas,
>> microblazeel | host-gdb-6be65fb56ea6694a92... | NOK |
>> http://autobuild.buildroot.net/results/95fa2904f81a114abfa337dcce141b7c8
>> 7d5a52c/
> Host gdb build fails because it cannot build etc/standards.info from
> etc/standards.texi. The same is true for any other "texi ->info"
> compilation. The same problems affects GDB for ARC (based on GDB
> 7.5). Apparently this is caused by 21aaa85 - "missing makeinfo"
> causes build failure for docs, and GDB doesn't ignore this error
> (despite --disable-doc* options to configure). Can this "missing
> makeinfo" become conditional, so it will be applied only to those
> cases where it was required (I suppose GDB 7.4, from the commit log)?
Hmm, yes. If that fixes the problem then I'm fine with making it
conditional on !GDB_FROM_GIT.
Can you confirm?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-25
2014-05-26 18:50 ` Anton Kolesov
2014-05-26 19:16 ` Peter Korsgaard
@ 2014-05-27 9:08 ` Peter Korsgaard
1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2014-05-27 9:08 UTC (permalink / raw)
To: buildroot
>>>>> "Anton" == Anton Kolesov <Anton.Kolesov@synopsys.com> writes:
> Hi Thomas,
>> microblazeel | host-gdb-6be65fb56ea6694a92... | NOK |
>> http://autobuild.buildroot.net/results/95fa2904f81a114abfa337dcce141b7c8
>> 7d5a52c/
> Host gdb build fails because it cannot build etc/standards.info from
> etc/standards.texi. The same is true for any other "texi ->info"
> compilation. The same problems affects GDB for ARC (based on GDB
> 7.5). Apparently this is caused by 21aaa85 - "missing makeinfo"
> causes build failure for docs, and GDB doesn't ignore this error
> (despite --disable-doc* options to configure). Can this "missing
> makeinfo" become conditional, so it will be applied only to those
> cases where it was required (I suppose GDB 7.4, from the commit log)?
I've checked in a fix for this (and similar issues on arc) now, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-25
2014-05-26 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-25 Thomas Petazzoni
2014-05-26 18:50 ` Anton Kolesov
@ 2014-05-26 21:20 ` Bernd Kuhls
2014-05-26 21:34 ` Romain Naour
2014-05-27 6:25 ` Peter Korsgaard
1 sibling, 2 replies; 7+ messages in thread
From: Bernd Kuhls @ 2014-05-26 21:20 UTC (permalink / raw)
To: buildroot
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote
in news:20140526063007.A011F10158F at stock.ovh.net:
> powerpc | xserver_xorg-server-1.15.1 | NOK |
> http://autobuild.buildroot.net/results/a952932b832ee3296d6c225c7a9df40
> 8ca3eef9f/
Hi,
I am unable to reproduce the build failure.
Regards, Bernd
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-05-27 9:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-25 Thomas Petazzoni
2014-05-26 18:50 ` Anton Kolesov
2014-05-26 19:16 ` Peter Korsgaard
2014-05-27 9:08 ` Peter Korsgaard
2014-05-26 21:20 ` Bernd Kuhls
2014-05-26 21:34 ` Romain Naour
2014-05-27 6:25 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox