From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] Analysis of build failures
Date: Wed, 12 Feb 2014 09:32:45 +0100 [thread overview]
Message-ID: <20140212093245.49e2b6ac@skate> (raw)
In-Reply-To: <20140212073007.B3242100CEB@stock.ovh.net>
Hello,
As usual, analysis of yesterday build failures.
On Wed, 12 Feb 2014 08:30:07 +0100 (CET), Thomas Petazzoni wrote:
> avr32 | aiccu-20070115 | NOK | http://autobuild.buildroot.net/results/aeeaaf1f22d655eb918a492d430f5cce37b8a201/
../common/resolver.o: In function `getrrs':
resolver.c:(.text+0x46): undefined reference to `__dn_skipname'
collect2: ld returned 1 exit status
Might be something missing in uClibc 0.9.31 used by AVR32, so we would
have to disable this package on avr32 if that's the case.
> bfin | alsa-lib-1.0.26 | NOK | http://autobuild.buildroot.net/results/7069e1f43cbed745d65f7dd9904a3fff034530ac/
Fixed by http://patchwork.ozlabs.org/patch/293833/. I'll try to give a
test to this patch today, and send my tested by.
> avr32 | audiofile-0.3.6 | NOK | http://autobuild.buildroot.net/results/595a83e6f1df0f0c0294d31ccb3857206c0da47a/
/home/test/test/2/output/host/opt/ext-toolchain/bin/../lib/gcc/avr32-buildroot-linux-uclibc/4.2.2/../../../../avr32-buildroot-linux-uclibc/bin/ld: attempted static link of dynamic object `/home/test/test/2/output/host/opt/ext-toolchain/bin/../lib/gcc/avr32-buildroot-linux-uclibc/4.2.2/../../../../avr32-buildroot-linux-uclibc/lib/libstdc++.so'
collect2: ld returned 1 exit status
Probably the C++ static linking issue. Since -rc1 has been released, I
will rebuild all the Buildroot external toolchains.
> bfin | boost-1.55.0 | NOK | http://autobuild.buildroot.net/results/17dd7946631354d59336259d5f31aa899e3599b8/
Some part of boost needs fork(). But we probably shouldn't disable
boost as a whole, only the specific modules that cannot work on !MMU
systems.
./boost/test/impl/debug.ipp: In function 'bool
boost::debug::attach_debugger(bool)': ./boost/test/impl/debug.ipp:868:
error: 'fork' was not declared in this scope
> aarch64 | coreutils-8.21 | NOK | http://autobuild.buildroot.net/results/c57f89ffa732e2bfbb6ebf9af9de5bac3cbc197f/
Compiler problem:
CC src/groups.o
{standard input}: Assembler messages:
{standard input}:378: Error: operand 3 should be an integer register -- `adc x11,x10,0'
{standard input}:382: Error: operand 3 should be an integer register -- `adc x2,x11,0'
{standard input}:400: Error: operand 3 should be an integer register -- `adc x4,x2,0'
> bfin | czmq-b5730c5f8290a611fd3b92... | NOK | http://autobuild.buildroot.net/results/1ae0fee94f2161ce20ba6efdccf7fb90ddbfcb1b/
checking for zmq_init in -lzmq... no
configure: error: cannot link with -lzmq, install libzmq.
> microblaze | dropwatch-1.4 | NOK | http://autobuild.buildroot.net/results/0365f1e36a91f64e5c67eb1d4872ec57269ddd8f/
/home/test/test/3/output/host/usr/bin/microblaze-buildroot-linux-gnu-gcc -g -o dropwatch main.o lookup.o lookup_bfd.o lookup_kas.o -lbfd -liberty -lreadline -lnl-3 -lnl-genl-3 -lpthread -lncurses -lm
/home/test/test/3/output/host/usr/lib/gcc/microblaze-buildroot-linux-gnu/4.9.0/../../../../microblaze-buildroot-linux-gnu/bin/ld: cannot find -liberty
collect2: error: ld returned 1 exit status
> bfin | elfutils-0.155 | NOK | http://autobuild.buildroot.net/results/4c38d5c29d3c338e84c7c3720f89b0b81ab629ac/
{standard input}: Assembler messages:
{standard input}:4: Error: syntax error. Input text was _compat.elfutils_0.122.dwarf_bitsize.
{standard input}:4: Error:
make[4]: *** [dwarf_bitsize.os] Error 1
> powerpc | enlightenment-0.17.3 | NOK | http://autobuild.buildroot.net/results/314694709b3a2d812c18acc70e374b3bc2fbedbd/
CC enlightenment_start-e_start_main.o
e_start_main.c: In function 'main':
e_start_main.c:478:42: error: 'PT_GETSIGINFO' undeclared (first use in this function)
e_start_main.c:478:42: note: each undeclared identifier is reported only once for each function it appears in
make[5]: *** [enlightenment_start-e_start_main.o] Error 1
> bfin | imlib2-1.4.5 | NOK | http://autobuild.buildroot.net/results/567beac5f5d0c19620a6e770d2b9302bed481332/
checking whether to enable tiff support... yes
checking for TIFFReadScanline in -ltiff... no
checking for TIFFReadScanline in -ltiff... (cached) no
checking for TIFFReadScanline in -ltiff34... no
configure: error: TIFF support was requested but system does not support it
make: *** [/home/test/test/2/output/build/imlib2-1.4.5/.stamp_configured] Error 1
> arm | iozone-3_414 | NOK | http://autobuild.buildroot.net/results/2a33d2c7535a9d867d76dd5cf05e1bcc3f5cdc38/
iozone needs threads, fixed.
> bfin | libevas-1.7.7 | NOK | http://autobuild.buildroot.net/results/ad90baa5e07569308a7e2b2510b67c5b2a563b44/
uClibc configuration problem?
/home/test/test/2/output/host/usr/bfin-buildroot-uclinux-uclibc/sysroot/usr/lib/libeina.a(eina_file.o): In function `_eina_file_map_all':
eina_file.c:(.text+0x6aa): undefined reference to `_madvise'
/home/test/test/2/output/host/usr/bfin-buildroot-uclinux-uclibc/sysroot/usr/lib/libeina.a(eina_file.o): In function `_eina_file_map_new':
eina_file.c:(.text+0x7fc): undefined reference to `_madvise'
collect2: ld returned 1 exit status
> powerpc | libnftnl-1.0.0 | NOK | http://autobuild.buildroot.net/results/8be92ceb7e93332b218d3090b1b4fbf64e7af887/
> powerpc | libnftnl-1.0.0 | NOK | http://autobuild.buildroot.net/results/9a5c30cccf7b7e1c68a384fa5c49e4009d50400e/
In file included from common.c:10:0:
/home/test/test/3/output/host/usr/powerpc-buildroot-linux-gnu/sysroot/usr/include/linux/netlink.h:31:2: error: expected specifier-qualifier-list before 'sa_family_t'
> aarch64 | libv4l-0.8.9 | NOK | http://autobuild.buildroot.net/results/6635f7149cd0f5192d49276b2cc3edc5be3b5868/
Ah, yes. I have the beginning of a patch that bumps libv4l, which
solves this problem. But it is not a straightforward bump since libv4l
has changed quite a bit (more tools available, for example).
What should we do in the mean time?
> xtensa | lvm2-2.02.103 | NOK | http://autobuild.buildroot.net/results/2c6b9fdfffe81042d7606893d1ff006f9e6c4296/
/home/test/test/3/output/host/usr/lib/gcc/xtensa-buildroot-linux-uclibc/4.7.3/../../../../xtensa-buildroot-linux-uclibc/bin/ld: cannot find -ldevmapper
> xtensa | mplayer-1.1.1 | NOK | http://autobuild.buildroot.net/results/68bb764e5b34a2862537c3bd4b57ef5af529f0a3/
Compiler problem:
CC libavcodec/vp56.o
{standard input}: Assembler messages:
{standard input}:70614: Error: operand 1 of 'j' has out of range value '155096'
{standard input}:71047: Error: operand 1 of 'j' has out of range value '154068'
{standard input}:129895: Error: operand 1 of 'j' has out of range value '4294812257'
{standard input}:129905: Error: operand 1 of 'j' has out of range value '4294813285'
> arm | mplayer-1.1.1 | NOK | http://autobuild.buildroot.net/results/ed28908a93362d76fc720cf67f6c530eed8d855b/
ARM/floating point issue:
CC libavformat/avc.o
{standard input}: Assembler messages:
{standard input}:3921: Error: selected processor does not support ARM mode `vmov d0,r7,r8'
{standard input}:3923: Error: selected processor does not support ARM mode `vld1.32 {d2[],d3[]},[r2,:32]'
{standard input}:3924: Error: selected processor does not support ARM mode `vmov d1,r0,r1'
{standard input}:3925: Error: selected processor does not support ARM mode `vmul.f32 q0,q0,q1'
{standard input}:3926: Error: selected processor does not support ARM mode `vst1.32 {q0},[r3,:128]!'
> arm | ne10-88c18f02199947b2c8b577... | NOK | http://autobuild.buildroot.net/results/4d12fc71a775b0f81afeae1fa5317c0cb319185f/
ARM/neon issue
> bfin | orc-0.4.18 | NOK | http://autobuild.buildroot.net/results/dd64c2aed5291b6c083f061709d6179150440a7e/
configure: error: no code allocation backend
make: *** [/home/test/test/3/output/build/orc-0.4.18/.stamp_configured] Error 1
> arm | qtuio-abe4973ff60654aad9df7... | NOK | http://autobuild.buildroot.net/results/9b57f76672c8d0a74980cb1de32661761b666ce7/
/home/test/test/1/output/host/usr/bin/arm-unknown-linux-gnueabi-g++ -L/home/test/test/1/output/host/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib -lGAL -lEGL -Wl,-O1 -o pinchzoom graphicsview.o main.o mouse.o moc_graphicsview.o moc_mouse.o qrc_mice.o -L/home/test/test/1/output/host/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib -L../../lib -lqTUIO -lQtGui -L/home/test/test/1/output/host/usr/arm-buildroot-linux-gnueabi/sysroot//usr/lib -ldirectfb -lfusion -L/home/test/test/1/output/host/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib -ldirect -lEGL -lQtNetwork -lQtCore -lpthread
/home/test/test/1/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-unknown-linux-gnueabi/4.6.4/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: libXdamage.so.1, needed by /home/test/test/1/output/host/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libGAL.so, not found (try using -rpath or -rpath-link)
/home/test/test/1/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-unknown-linux-gnueabi/4.6.4/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: libXfixes.so.3, needed by /home/test/test/1/output/host/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libGAL.so, not found (try using -rpath or -rpath-link)
/home/test/test/1/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-unknown-linux-gnueabi/4.6.4/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: libXext.so.6, needed by /home/test/test/1/output/host/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libGAL.so, not found (try using -rpath or -rpath-link)
/home/test/test/1/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-unknown-linux-gnueabi/4.6.4/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: libX11.so.6, needed by /home/test/test/1/output/host/usr/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libGAL.so, not found (try using -rpath or -rpath-link)
> x86_64 | sdl-1.2.15 | NOK | http://autobuild.buildroot.net/results/451521367a12cc4eda823526ec1e25580d4a2cc6/
Already fixed, by Maxime Hadjinlian.
> x86_64 | thrift-0.9.1 | NOK | http://autobuild.buildroot.net/results/23caf6deef3cbd8fd6b150e133d493d26d16d80b/
Same as yesterday:
/home/test/test/2/output/host/usr/x86_64-buildroot-linux-uclibc/sysroot/usr/include/boost/cstdint.hpp:314:42: error: typedef boost::ulong_long_type boost::uint64_t
src/thrift/transport/TSSLSocket.cpp:351:1: error: 'uint64_t' does not name a type
> arm | toolchain-external-undefined | NOK | http://autobuild.buildroot.net/results/656cddb6f22360808fbe39a9d112a06b87ad313a/
I will have a look into this.
> nios2 | unknown | TIM | http://autobuild.buildroot.net/results/fe79fe617e7bb8c7fabcbaefac883604bbb49d80/
Might be an issue in my autobuilder infra.
> i686 | vlc-2.1.2 | NOK | http://autobuild.buildroot.net/results/39c77ffb5a5599d0b09422433c747b2bac185c4f/
CXX libopencv_example_plugin_la-opencv_example.lo
opencv_example.cpp:42:33: fatal error: opencv2/core/core_c.h: No such file or directory
> mips | vlc-2.1.2 | NOK | http://autobuild.buildroot.net/results/05bc24c48da6ccd9cccb90689b7457b973278f9d/
/home/test/test/3/output/host/opt/ext-toolchain/bin/../lib/gcc/mips-linux-gnu/4.7.3/../../../../mips-linux-gnu/bin/ld: ./.libs/libvlc_srtp.a(libvlc_srtp_la-srtp.o): relocation R_MIPS_26 against `div' can not be used when making a shared object; recompile with -fPIC
./.libs/libvlc_srtp.a(libvlc_srtp_la-srtp.o): could not read symbols: Bad value
> microblaze | vlc-2.1.2 | NOK | http://autobuild.buildroot.net/results/67d14aaaf6b4c04225a457676c8ff7b125f6b692/
misc/objects.c: In function 'vlc_object_release':
misc/objects.c:531:1: internal compiler error: in merge_overlapping_regs, at regrename.c:295
}
We probably want to disable vlc on Microblaze for now, and add a
bugzilla entry to track this.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-02-12 8:32 UTC|newest]
Thread overview: 421+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-12 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-02-11 Thomas Petazzoni
2014-02-12 8:32 ` Thomas Petazzoni [this message]
2014-02-12 9:21 ` [Buildroot] Analysis of build failures Peter Korsgaard
2014-02-12 9:29 ` Thomas Petazzoni
2014-02-12 9:39 ` Peter Korsgaard
2014-02-12 9:45 ` Thomas Petazzoni
2014-02-12 9:52 ` Peter Korsgaard
2014-02-12 10:15 ` Thomas Petazzoni
2014-02-12 9:41 ` Thomas De Schampheleire
2014-02-12 9:47 ` Thomas Petazzoni
2014-02-12 9:50 ` Thomas De Schampheleire
2014-02-12 11:39 ` Thomas De Schampheleire
2014-02-12 12:29 ` Thomas De Schampheleire
2014-02-12 12:31 ` Thomas Petazzoni
2014-02-12 12:44 ` Thomas De Schampheleire
2014-02-12 12:47 ` Thomas Petazzoni
2014-02-12 11:25 ` Samuel Martin
2014-02-12 17:52 ` Yann E. MORIN
2014-02-12 8:36 ` [Buildroot] [autobuild.buildroot.net] Build results for 2014-02-11 Fabio Porcedda
2014-02-12 8:39 ` Thomas Petazzoni
2014-02-12 8:43 ` Fabio Porcedda
2014-02-12 8:57 ` Lionel Orry
2014-02-12 9:37 ` Thomas Petazzoni
[not found] <mailman.19.1455278403.3863.buildroot@busybox.net>
2016-02-13 1:04 ` [Buildroot] Analysis of build failures Ricardo Martincoski
-- strict thread matches above, loose matches on Subject: below --
2016-02-12 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2016-02-11 Thomas Petazzoni
2016-02-12 9:45 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2016-02-12 11:54 ` Martin Bark
2016-02-15 13:15 ` Martin Bark
2016-02-12 18:01 ` Bernd Kuhls
2016-02-12 18:29 ` Bernd Kuhls
2016-02-12 19:26 ` Romain Naour
2016-02-12 20:35 ` Thomas Petazzoni
2016-02-12 20:52 ` Romain Naour
2016-01-23 12:33 Ricardo Martincoski
2016-01-23 12:55 ` Thomas Petazzoni
2016-01-23 13:03 ` Thomas De Schampheleire
2016-01-23 13:56 ` Ricardo Martincoski
2016-01-23 14:26 ` Thomas De Schampheleire
2016-01-23 14:42 ` Thomas Petazzoni
2016-01-23 15:16 ` Ricardo Martincoski
2016-01-23 15:58 ` Thomas Petazzoni
2016-01-23 16:07 ` Thomas De Schampheleire
2016-01-23 17:14 ` Ricardo Martincoski
2016-01-23 20:48 ` Thomas Petazzoni
2016-01-22 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2016-01-21 Thomas Petazzoni
2016-01-22 9:29 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2016-01-22 9:36 ` Thomas De Schampheleire
2016-01-22 11:26 ` Gustavo Zacarias
2016-01-22 18:38 ` Waldemar Brodkorb
2016-01-22 23:19 ` Romain Naour
2016-01-23 8:32 ` Thomas Petazzoni
2016-01-23 10:47 ` Romain Naour
2016-01-23 1:07 ` Frank Hunleth
2016-01-23 10:55 ` Samuel Martin
2016-01-26 12:02 ` Joao Pinto
2016-01-26 13:26 ` Thomas Petazzoni
2016-01-27 11:37 ` Joao Pinto
2016-01-27 12:16 ` Thomas Petazzoni
2016-01-27 14:25 ` Joao Pinto
2016-01-27 15:09 ` Thomas Petazzoni
2016-01-27 15:13 ` Joao Pinto
2016-01-26 21:06 ` Bernd Kuhls
2016-01-27 17:18 ` Peter Korsgaard
2016-02-03 9:37 ` Max Filippov
2016-01-16 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2016-01-15 Thomas Petazzoni
2016-01-16 23:11 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2016-01-17 1:42 ` Frank Hunleth
2016-01-17 11:23 ` Thomas Petazzoni
2016-01-17 16:33 ` Frank Hunleth
2016-01-23 1:05 ` Frank Hunleth
2016-01-23 8:01 ` Thomas Petazzoni
2016-01-25 9:06 ` Joris Lijssens
2016-01-25 9:09 ` Thomas Petazzoni
2016-01-25 9:10 ` Joris Lijssens
2016-01-25 9:30 ` Joris Lijssens
2016-01-17 15:06 ` Matthew Weber
2016-01-17 17:26 ` Thomas Petazzoni
2016-01-17 17:10 ` Maxime Hadjinlian
2016-01-18 22:10 ` Thomas Petazzoni
2016-01-17 17:36 ` Jörg Krause
2016-01-17 18:22 ` Rodrigo Rebello
2016-01-17 19:02 ` Gary Bisson
2016-01-17 19:06 ` Romain Naour
2016-01-18 7:06 ` Alexey Brodkin
2016-01-18 12:22 ` Gustavo Zacarias
2016-01-18 20:53 ` Peter Seiderer
2016-01-18 21:03 ` Thomas Petazzoni
2015-07-29 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-07-28 Thomas Petazzoni
2015-07-29 8:03 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2015-07-29 9:30 ` Jérôme Pouiller
2015-07-29 19:55 ` Bernd Kuhls
2015-08-04 13:45 ` Angelo Compagnucci
2015-08-06 13:53 ` Guillaume GARDET - Oliséo
2015-08-06 13:58 ` Thomas Petazzoni
2015-08-06 14:07 ` Guillaume GARDET - Oliséo
2015-08-06 18:50 ` Thomas Petazzoni
2015-08-07 12:09 ` Guillaume GARDET - Oliséo
2015-07-22 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-07-21 Thomas Petazzoni
2015-07-22 7:43 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2015-07-22 9:07 ` Yegor Yefremov
2015-07-22 9:19 ` Thomas Petazzoni
2015-07-22 9:34 ` Guillaume GARDET - Oliséo
2015-07-22 10:04 ` Nicolas Ménégale
2015-07-22 11:20 ` Thomas Petazzoni
2015-07-22 10:06 ` Romain Naour
2015-07-22 11:22 ` Thomas Petazzoni
2015-07-22 12:15 ` Romain Naour
2015-07-22 16:27 ` Waldemar Brodkorb
2015-07-22 17:53 ` Romain Naour
2015-07-30 10:46 ` Romain Naour
2015-08-01 8:25 ` Waldemar Brodkorb
2015-08-01 16:40 ` Romain Naour
2015-07-22 10:48 ` Brendan Heading
2015-07-22 11:24 ` Brendan Heading
2015-07-22 12:30 ` Gustavo Zacarias
2015-07-22 12:45 ` Thomas Petazzoni
2015-07-22 12:51 ` Gustavo Zacarias
2015-07-22 12:52 ` Thomas Petazzoni
2015-07-22 14:23 ` Brendan Heading
2015-07-22 14:54 ` Thomas Petazzoni
2015-07-22 15:27 ` Brendan Heading
2015-07-22 15:40 ` Gustavo Zacarias
2015-07-22 15:44 ` Brendan Heading
2015-07-22 20:06 ` Thomas Petazzoni
2015-07-22 20:40 ` Brendan Heading
2015-07-22 20:46 ` Thomas Petazzoni
2015-07-22 21:03 ` Brendan Heading
2015-07-23 18:15 ` Gustavo Zacarias
2015-07-23 19:03 ` Brendan Heading
2015-07-23 19:04 ` Gustavo Zacarias
2015-07-22 12:51 ` Gustavo Zacarias
2015-07-22 13:03 ` Thomas Petazzoni
2015-07-28 13:56 ` Gustavo Zacarias
2015-07-28 14:02 ` Thomas Petazzoni
2015-07-22 14:49 ` Clayton Shotwell
2015-07-22 14:56 ` Thomas Petazzoni
2015-07-22 15:06 ` Alexey Brodkin
2015-07-22 15:14 ` Thomas Petazzoni
2015-07-22 15:26 ` Alexey Brodkin
2015-07-22 15:33 ` Thomas Petazzoni
2015-07-22 16:15 ` Waldemar Brodkorb
2015-07-22 17:04 ` Max Filippov
2015-07-23 6:27 ` Angelo Compagnucci
2015-05-19 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-05-18 Thomas Petazzoni
2015-05-19 8:00 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2015-05-19 8:12 ` Romain Naour
2015-05-21 13:28 ` Bartosz Golaszewski
2015-05-21 13:33 ` Thomas Petazzoni
2015-05-19 13:49 ` Alexey Brodkin
2015-05-19 15:48 ` Thomas Petazzoni
2015-05-25 11:08 ` Alexey Brodkin
2015-05-19 17:59 ` Peter Korsgaard
2015-05-20 17:49 ` Yann E. MORIN
2015-05-17 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-05-16 Thomas Petazzoni
2015-05-17 10:49 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2015-05-17 11:37 ` Yann E. MORIN
2015-05-17 12:08 ` Romain Naour
2015-05-17 13:52 ` Thomas Petazzoni
2015-05-17 14:19 ` Romain Naour
2015-05-14 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-05-13 Thomas Petazzoni
2015-05-14 21:13 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2015-05-14 22:58 ` Peter Korsgaard
2015-05-15 16:02 ` Thomas Petazzoni
2015-05-15 14:06 ` Waldemar Brodkorb
2015-05-15 15:17 ` Thomas Petazzoni
2015-05-06 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-05-05 Thomas Petazzoni
2015-05-06 7:42 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2015-05-06 8:07 ` gwenhael.goavec
2015-05-06 17:53 ` Waldemar Brodkorb
2015-05-06 20:58 ` Alexey Brodkin
2015-05-06 21:32 ` Peter Korsgaard
2015-05-06 21:42 ` Thomas Petazzoni
2015-05-06 22:01 ` Thomas Petazzoni
2015-05-07 6:51 ` Peter Korsgaard
2015-05-07 7:31 ` Thomas Petazzoni
2015-05-07 4:05 ` Waldemar Brodkorb
2015-05-07 7:33 ` Thomas Petazzoni
2015-05-07 7:42 ` Peter Korsgaard
2015-05-05 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-05-04 Thomas Petazzoni
2015-05-05 7:59 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2015-05-05 13:44 ` Gustavo Zacarias
2015-05-05 13:47 ` Thomas Petazzoni
[not found] ` <5548C487.90604@gmail.com>
2015-05-05 13:48 ` Thomas Petazzoni
2015-05-06 9:16 ` Pascal Huerst
2015-05-05 14:52 ` Max Filippov
2015-05-05 15:06 ` Thomas Petazzoni
2015-05-05 15:22 ` Peter Korsgaard
2015-05-05 15:26 ` Thomas Petazzoni
2015-05-05 15:50 ` Peter Korsgaard
2015-05-05 15:54 ` Thomas Petazzoni
2015-05-05 18:46 ` Peter Korsgaard
2015-05-06 7:34 ` Angelo Compagnucci
2015-05-06 7:44 ` Thomas Petazzoni
2015-05-02 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2015-05-01 Thomas Petazzoni
2015-05-03 8:50 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2015-05-03 10:39 ` Romain Naour
2015-05-03 11:23 ` Peter Korsgaard
2015-05-04 6:50 ` Richard Genoud
2015-05-04 13:52 ` Peter Korsgaard
2015-05-04 14:57 ` Richard Genoud
2015-05-04 21:30 ` Thomas Petazzoni
2015-05-05 11:00 ` Richard Genoud
2015-05-03 11:53 ` Baruch Siach
2015-05-04 10:28 ` Jörg Krause
2014-12-29 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-12-28 Thomas Petazzoni
2014-12-29 8:30 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-09-14 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-09-13 Thomas Petazzoni
2014-09-14 10:19 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-09-15 2:52 ` Matthew Weber
[not found] ` <CA+-urNSSKAn3=oXPM2553CO6+8XQB=4hKjzNR4mSg61aAY_LgQ@mail.gmail.com>
2014-09-15 13:59 ` Thomas Petazzoni
2014-09-15 14:48 ` Frank Hunleth
2014-09-28 10:47 ` Bernd Kuhls
2014-09-12 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-09-11 Thomas Petazzoni
2014-09-12 8:11 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-09-12 8:20 ` Nathaniel Roach
2014-09-12 8:53 ` Vicente Olivert Riera
2014-09-12 8:57 ` Thomas Petazzoni
2014-09-12 9:00 ` Vicente Olivert Riera
2014-09-12 9:01 ` Jörg Krause
2014-09-12 9:45 ` Anton Kolesov
2014-09-12 9:50 ` Thomas Petazzoni
2014-09-20 12:10 ` Bernd Kuhls
2014-09-07 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-09-06 Thomas Petazzoni
2014-09-07 8:09 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-09-07 12:56 ` Gustavo Zacarias
2014-09-07 13:06 ` Thomas Petazzoni
2014-09-07 13:07 ` Gustavo Zacarias
2014-09-08 8:32 ` Vicente Olivert Riera
2014-09-08 8:34 ` Thomas Petazzoni
2014-09-08 8:37 ` Vicente Olivert Riera
2014-09-08 9:17 ` Thomas Petazzoni
2014-09-08 12:20 ` Vicente Olivert Riera
2014-09-08 12:29 ` Thomas Petazzoni
2014-09-08 12:59 ` Vicente Olivert Riera
2014-09-08 13:18 ` Thomas Petazzoni
2014-09-06 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-09-05 Thomas Petazzoni
2014-09-06 18:36 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-09-06 20:25 ` Peter Korsgaard
2014-09-07 7:21 ` Thomas Petazzoni
2014-09-07 12:17 ` Thomas De Schampheleire
2014-09-07 12:26 ` Thomas Petazzoni
2014-09-07 15:34 ` Nathaniel Roach
2014-09-07 15:44 ` Yann E. MORIN
2014-09-07 18:18 ` Peter Korsgaard
2014-09-07 3:49 ` Nathaniel Roach
2014-09-07 7:41 ` Thomas Petazzoni
2014-08-29 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-28 Thomas Petazzoni
2014-08-29 7:30 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-08-26 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-25 Thomas Petazzoni
2014-08-26 7:29 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-08-26 7:37 ` Jörg Krause
2014-08-26 11:18 ` Gustavo Zacarias
2014-08-26 11:29 ` Vicente Olivert Riera
2014-08-26 11:46 ` Gustavo Zacarias
2014-08-26 11:48 ` Vicente Olivert Riera
2014-08-26 12:13 ` Gustavo Zacarias
2014-08-13 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-12 Thomas Petazzoni
2014-08-13 8:15 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-08-13 8:26 ` Nathaniel Roach
2014-08-13 9:05 ` Luca Ceresoli
2014-08-13 9:06 ` Thomas Petazzoni
2014-08-13 10:31 ` Peter Korsgaard
2014-08-13 8:33 ` yuvaraj.patil at wipro.com
2014-06-15 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-06-14 Thomas Petazzoni
2014-06-15 10:20 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-06-15 10:36 ` Thomas De Schampheleire
2014-06-15 10:42 ` Thomas Petazzoni
2014-06-15 14:11 ` Thomas De Schampheleire
2014-06-13 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-06-12 Thomas Petazzoni
2014-06-13 9:12 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-06-13 14:55 ` Eric Le Bihan
2014-06-13 15:07 ` Thomas Petazzoni
2014-06-13 15:50 ` Eric Le Bihan
2014-06-13 15:59 ` Thomas Petazzoni
2014-05-07 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-05-06 Thomas Petazzoni
2014-05-07 7:31 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-05-07 8:04 ` Will Newton
2014-05-07 8:58 ` Thomas Petazzoni
2014-05-07 9:04 ` Peter Seiderer
2014-05-07 9:06 ` Thomas Petazzoni
2014-05-07 9:23 ` Thomas De Schampheleire
2014-05-07 9:26 ` Thomas Petazzoni
2014-05-07 13:04 ` Peter Korsgaard
2014-05-08 23:24 ` Arnout Vandecappelle
2014-05-09 13:34 ` Ezequiel Garcia
2014-05-09 19:06 ` Frank Bergmann
2014-03-05 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-03-04 Thomas Petazzoni
2014-03-05 10:27 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-03-05 10:29 ` Alvaro Gamez
2014-03-05 14:37 ` Alvaro Gamez
2014-03-05 14:42 ` Thomas Petazzoni
2014-03-05 15:01 ` Samuel Martin
2014-03-03 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-03-02 Thomas Petazzoni
2014-03-03 8:02 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-03-03 9:10 ` Baruch Siach
2014-03-03 9:38 ` Samuel Martin
2014-03-03 10:05 ` Thomas Petazzoni
2014-03-03 10:19 ` Samuel Martin
2014-03-03 10:27 ` Thomas Petazzoni
2014-03-03 11:17 ` Gustavo Zacarias
2014-03-03 11:31 ` Romain Naour
2014-03-03 12:48 ` Thomas Petazzoni
2014-03-07 0:44 ` Romain Naour
2014-03-07 8:30 ` Thomas Petazzoni
2014-03-10 21:27 ` Romain Naour
2014-03-02 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-03-01 Thomas Petazzoni
2014-03-02 8:57 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-03-02 9:50 ` Samuel Martin
2014-03-02 10:08 ` Thomas Petazzoni
2014-03-04 23:18 ` Arnout Vandecappelle
2014-03-05 9:04 ` Thomas Petazzoni
2014-03-05 10:10 ` Arnout Vandecappelle
2014-03-05 12:40 ` Thomas Petazzoni
2014-02-23 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-02-22 Thomas Petazzoni
2014-02-23 10:00 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-02-23 10:16 ` Thomas De Schampheleire
2014-02-23 10:56 ` Thomas Petazzoni
2014-02-23 15:45 ` Peter Korsgaard
2014-02-23 23:46 ` Ezequiel García
2014-02-24 21:16 ` Thomas Petazzoni
2014-02-24 21:18 ` Ezequiel García
2014-02-26 21:10 ` Thomas Petazzoni
2014-02-24 10:12 ` Vicente Olivert Riera
2014-02-24 10:30 ` Vicente Olivert Riera
2014-02-25 21:08 ` Samuel Martin
2014-02-21 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-02-20 Thomas Petazzoni
2014-02-21 9:08 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-02-21 9:24 ` Peter Korsgaard
2014-02-21 9:46 ` Frank Bergmann
2014-02-21 9:49 ` Anton Kolesov
2014-02-21 9:50 ` Thomas De Schampheleire
2014-02-21 13:54 ` Vicente Olivert Riera
2014-02-22 21:54 ` Ryan Barnett
2014-02-24 9:47 ` Vicente Olivert Riera
2014-02-26 11:06 ` Vicente Olivert Riera
2014-02-14 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-02-13 Thomas Petazzoni
2014-02-14 9:12 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-02-14 10:23 ` Anton Kolesov
2014-02-14 14:13 ` Thomas Petazzoni
2014-02-14 14:42 ` Peter Korsgaard
2014-02-14 15:19 ` Thomas Petazzoni
2014-02-14 17:05 ` Anton Kolesov
2014-02-14 17:42 ` Thomas Petazzoni
2014-02-14 11:29 ` Peter Korsgaard
2014-02-14 13:15 ` Ezequiel García
2014-02-15 7:27 ` Frank Bergmann
2014-02-15 17:29 ` Frank Bergmann
2014-02-15 21:31 ` Baruch Siach
2014-02-16 0:00 ` Romain Naour
2014-02-11 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-02-10 Thomas Petazzoni
2014-02-11 9:10 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-02-11 17:37 ` Baruch Siach
2014-02-12 8:05 ` Thomas Petazzoni
2014-02-12 8:11 ` Baruch Siach
2014-02-11 18:01 ` Yann E. MORIN
2014-02-12 8:06 ` Thomas Petazzoni
2014-02-12 20:58 ` Romain Naour
2014-02-13 11:29 ` Thomas Petazzoni
2014-02-13 18:54 ` Thomas Petazzoni
2014-02-13 21:17 ` Romain Naour
2014-02-13 21:59 ` Thomas Petazzoni
2014-02-07 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-02-06 Thomas Petazzoni
2014-02-07 12:53 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-02-07 13:01 ` Thomas De Schampheleire
2014-02-07 13:33 ` Thomas Petazzoni
2014-02-07 18:40 ` Yann E. MORIN
2014-02-07 13:25 ` Gustavo Zacarias
2014-02-07 19:18 ` Arnout Vandecappelle
2014-02-08 21:43 ` Peter Korsgaard
2014-02-07 14:00 ` Anton Kolesov
2014-02-07 14:53 ` Ezequiel García
2014-02-07 14:55 ` Thomas Petazzoni
2014-02-07 15:07 ` Ezequiel García
2014-02-07 15:14 ` Thomas Petazzoni
2014-02-07 15:19 ` Ezequiel García
2014-02-07 15:18 ` Peter Korsgaard
2014-02-07 18:53 ` Yann E. MORIN
2014-02-07 19:03 ` Spenser Gilliland
2014-02-08 11:40 ` Romain Naour
2014-02-17 15:40 ` Vicente Olivert Riera
2014-02-17 15:44 ` Markos Chandras
2014-02-17 15:45 ` Vicente Olivert Riera
2014-02-17 16:09 ` Thomas Petazzoni
2013-11-29 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2013-11-28 Thomas Petazzoni
2013-11-29 8:51 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2013-11-29 9:00 ` Peter Korsgaard
2013-11-29 10:04 ` Gustavo Zacarias
2013-11-22 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2013-11-21 Thomas Petazzoni
2013-11-22 8:14 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2013-11-22 9:15 ` Fabio Porcedda
2013-11-29 10:25 ` Fabio Porcedda
2013-11-22 10:42 ` Thomas De Schampheleire
2013-11-22 12:59 ` Thomas De Schampheleire
2013-11-22 16:01 ` Arnout Vandecappelle
2013-11-22 16:03 ` Thomas De Schampheleire
2013-11-22 11:56 ` Thomas Petazzoni
2013-11-22 11:58 ` Fatih Aşıcı
2013-11-22 12:13 ` Thomas Petazzoni
2013-11-23 23:07 ` Arnout Vandecappelle
2013-11-22 15:20 ` Peter Korsgaard
2013-11-09 7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2013-11-08 Thomas Petazzoni
2013-11-09 18:15 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2013-11-09 20:46 ` Gustavo Zacarias
2013-11-10 6:25 ` Baruch Siach
2013-11-10 8:43 ` Thomas Petazzoni
2013-11-10 10:32 ` Baruch Siach
2013-11-10 15:21 ` Thomas Petazzoni
2013-11-10 10:32 ` Simon Dawson
2013-11-10 10:46 ` Thomas Petazzoni
2013-11-10 11:21 ` Simon Dawson
2013-11-10 11:36 ` Thomas Petazzoni
2013-11-10 22:56 ` Peter Korsgaard
2013-11-10 10:57 ` Gustavo Zacarias
2013-11-10 11:07 ` Thomas Petazzoni
2013-11-11 5:33 ` Chris Zankel
2013-11-11 9:58 ` Thomas Petazzoni
2013-11-11 10:10 ` Baruch Siach
2013-11-11 10:15 ` Thomas Petazzoni
2013-11-11 10:20 ` Baruch Siach
2013-11-11 10:39 ` Thomas Petazzoni
2013-11-11 9:14 ` Fatih Aşıcı
2013-11-11 10:09 ` Thomas Petazzoni
2013-11-11 12:26 ` Fatih Aşıcı
2013-11-11 9:30 ` Gustavo Zacarias
[not found] ` <5280A0D3.1080605@imgtec.com>
2013-11-11 9:21 ` Markos Chandras
2013-11-11 9:46 ` Peter Korsgaard
2013-11-11 9:49 ` Markos Chandras
2013-11-11 10:01 ` Will Newton
2013-11-11 10:17 ` Thomas Petazzoni
2013-11-11 10:25 ` Will Newton
2013-11-11 10:43 ` Thomas Petazzoni
2013-11-11 11:25 ` Ezequiel García
2013-11-11 11:27 ` Peter Korsgaard
2013-11-11 11:45 ` Thomas Petazzoni
2013-08-28 6:30 [Buildroot] [autobuild.buildroot.net] Build results for 2013-08-27 Thomas Petazzoni
2013-08-28 7:08 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2013-08-28 7:17 ` Will Newton
2013-08-28 11:19 ` Thomas Petazzoni
2013-08-28 11:00 ` Gustavo Zacarias
2013-08-28 11:30 ` Thomas Petazzoni
2013-08-28 11:34 ` Gustavo Zacarias
2013-08-28 11:49 ` Thomas Petazzoni
2013-08-28 11:55 ` Gustavo Zacarias
2013-08-28 11:31 ` Thomas De Schampheleire
2013-08-28 11:55 ` Thomas Petazzoni
2013-08-28 13:13 ` Thomas De Schampheleire
2013-08-28 13:21 ` Thomas Petazzoni
2013-08-28 11:45 ` Markos Chandras
2013-08-28 12:07 ` Thomas Petazzoni
2013-08-28 21:09 ` Arnout Vandecappelle
2013-08-28 21:29 ` Arnout Vandecappelle
2013-08-29 13:17 ` Jérôme Pouiller
2013-08-29 15:12 ` Thomas De Schampheleire
2013-08-30 9:26 ` Jérôme Pouiller
2013-08-30 11:08 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140212093245.49e2b6ac@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox