All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joao Pinto <Joao.Pinto@synopsys.com>
To: buildroot@busybox.net
Subject: [Buildroot] Analysis of build failures
Date: Tue, 26 Jan 2016 12:02:46 +0000	[thread overview]
Message-ID: <56A76066.10908@synopsys.com> (raw)
In-Reply-To: <20160122102957.10f29956@free-electrons.com>


Hi Thomas,

Could you tell me what changed in the Buildroot ecosystem to generate such "new"
errors?

Joao

On 1/22/2016 9:29 AM, Thomas Petazzoni wrote:
> Hello,
> 
> Gustavo, Carsten, Frank, Vicente, Alan, Romain, Bernd, Thomas, Peter,
> Max, Joao, Maxime, Sonic, Simon, Waldemar, please see below, there are
> some questions for you. Thanks!
> 
> On Fri, 22 Jan 2016 08:30:21 +0100 (CET), Thomas Petazzoni wrote:
> 
>>          arm |                      aumix-2.8 | NOK | http://autobuild.buildroot.net/results/c8c7f9a799d1af507a6edd5e02b0bbc8b7b5d068/
> 
> gettext/libintl handling issue.
> 
>>       mipsel |                 bind-9.10.3-P2 | NOK | http://autobuild.buildroot.net/results/62f386829193c747176ace05e4b26826fcabbf59/
>>     mips64el |                 bind-9.10.3-P2 | NOK | http://autobuild.buildroot.net/results/a92fa5dc5d9d6742d61d4d293f7eac97c5355dfe/
> 
> rbt.c:116:15: error: two or more data types in declaration specifiers
>   isc_uint32_t ptrsize;
>                ^
> rbt.c:116:22: error: expected identifier or '(' before ';' token
>   isc_uint32_t ptrsize;
> 
> Gustavo, can you have a look ? I think this error already popped up in the past, no?
> 
>>          arc |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/c7d987a51f2b2b731fb60e0e741361bbfb4ff230/
>>       x86_64 |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/b2c860fc8fbc7a025bcd3c04e9b43b04f029ead3/
>>          arc |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/5a33d69d2c11e3013b73b3f6c1d8ab3a31facf62/
>>          arc |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/a7c7eb7c2f477f8a19c1b364f746dfd31bf18a3d/
>>          arc |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/fb2f5cbe28a41161df7e3c5b2f6a36242daf5374/
>>       xtensa |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/179345a92e0c1db1b8d5bccb27c6b93e484f9b6d/
>>         i686 |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/8612864811bbb04d655a6040869ccb81396d7737/
>>          arc |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/51c54c85010c61245a4ef51d4e602974809d077f/
>>          arc |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/e474243b83233c008fc2351c77eba35269e95439/
>>       xtensa |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/30898a3c7a5fceb1bd14a287064b96e04fba7921/
>> microblazeel |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/d5d159dc004e28fed537b84fae76afb0734b2ec0/
>> microblazeel |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/71e9dbb63b91980723554651071fdc3d7a2250f2/
>>     mips64el |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/3ee30fe28f709c63c9a0e2d0d91440d855ff73a9/
>>       xtensa |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/c48523b0bc50c61a9dd1bb691cd3fe3b05fdc1a7/
>>          sh4 |                   boost-1.60.0 | NOK | http://autobuild.buildroot.net/results/04553f5d6b73b0a97901995674b0876c33d062f5/
> 
> The FE_* issue. I tried to have a look at the other day. It seems like
> the Boost code does check for FE_*, but it does by running tests with
> the host compiler... So it concludes that fenv.h support is OK, but
> then it really builds with the target compiler and fails. But the boost
> build system is so... that I'm not even sure.
> 
>>          arm |                dvbsnoop-1.4.50 | NOK | http://autobuild.buildroot.net/results/be64a45ac158b9057fb3e7ef9b515250acc77187/
> 
> Still the u_long problem. Carsten ?
> 
>>        sparc |                    erlang-17.5 | NOK | http://autobuild.buildroot.net/results/20cd87c6a05c91ee223b813040d9d10fa923b174/
> 
> libatomic_ops not usable. Probably need to disable erlang on Sparc and
> be done with it?
> 
>>       x86_64 |                    erlang-17.5 | NOK | http://autobuild.buildroot.net/results/e4ab3fa4a121f7d7edb0263f02aac2ee836905a7/
> 
> sys/common/erl_poll.c: In function 'update_pollset':
> sys/common/erl_poll.h:132:5: error: '__uint32_t' undeclared (first use in this function)
>    ((__uint32_t) (EV))
>      ^
> sys/common/erl_poll.c:1150:24: note: in expansion of macro 'ERTS_POLL_EV_E2N'
>      epe_templ.events = ERTS_POLL_EV_E2N(ps->fds_status[fd].events);
>                         ^
> sys/common/erl_poll.h:132:5: note: each undeclared identifier is reported only once for each function it appears in
>    ((__uint32_t) (EV))
>      ^
> sys/common/erl_poll.c:1150:24: note: in expansion of macro 'ERTS_POLL_EV_E2N'
>      epe_templ.events = ERTS_POLL_EV_E2N(ps->fds_status[fd].events);
>                         ^
> 
> Musl build issue. Frank, can you have a look at this one ?
> 
>>          arm |              gdk-pixbuf-2.32.3 | NOK | http://autobuild.buildroot.net/results/f271386d3cefad4a4971bc8698848b4563498e6b/
> 
> ./.libs/libgdk_pixbuf-2.0.so: undefined reference to `libintl_bind_textdomain_codeset'
> ./.libs/libgdk_pixbuf-2.0.so: undefined reference to `libintl_bindtextdomain'
> ./.libs/libgdk_pixbuf-2.0.so: undefined reference to `libintl_gettext'
> 
> Gustavo, can you have a look ?
> 
>>     mips64el |               gst1-libav-1.6.3 | NOK | http://autobuild.buildroot.net/results/1a0eb189ad91a7f2fb7285f4225555a0a0febda2/
> 
> libavformat/aacdec.c:1:0: error: '-mips64r2' conflicts with the other architecture options, which specify a mips64 processor
> 
> Vicente, this one is for you :-)
> 
>>       xtensa | hidapi-d17db57b9d4354752e0a... | NOK | http://autobuild.buildroot.net/results/a5b0d3816953b5477d7938cf001fb048fee7462b/
> 
> Weird:
> 
>   make[3]: *** No rule to make target `hidtest.o', needed by `hidtest-libusb'.  Stop.
> 
> Alan, hidapi is your thing, would you mind having a look ?
> 
>>          arm |                host-efl-1.15.3 | NOK | http://autobuild.buildroot.net/results/e178371c2c3bf42d59c6fc26409e098081239ccb/
> 
> lib/evas/filters/evas_filter_parser.c: In function '_lua_backtrace':
> lib/evas/filters/evas_filter_parser.c:2434:20: error: 'LUA_GLOBALSINDEX' undeclared (first use in this function)
>     lua_getfield(L, LUA_GLOBALSINDEX, "debug");
> 
> Romain ? This is host-efl, maybe we need to disable Lua support or
> something ?
> 
>> microblazeel | host-gdb-6be65fb56ea6694a92... | NOK | http://autobuild.buildroot.net/results/d35f6ee7643a695af7db3739ff480d25b99ee051/
>> microblazeel | host-gdb-6be65fb56ea6694a92... | NOK | http://autobuild.buildroot.net/results/09f4a89e463b6ccbca01cce1d38eb849c17ed6e1/
> 
> The documentation issue. Romain, you looked into this a while ago, why
> does it pop up again on Microblaze specifically ?
> 
> Maybe we can switch to the mainline gdb for Microblaze ?
> 
>>        nios2 | host-vboot-utils-bbdd62f9b0... | NOK | http://autobuild.buildroot.net/results/0e8d5ab5127b5e40c58912fe16504e3fcb941e69/
>>          arm | host-vboot-utils-bbdd62f9b0... | NOK | http://autobuild.buildroot.net/results/10f61d4cc5f6fdac231185d577493e0e82c5d091/
>> microblazeel | host-vboot-utils-bbdd62f9b0... | NOK | http://autobuild.buildroot.net/results/bdcb9bbd7a07f0bde1b575bbf7ae88d006a1e823/
>>          arm | host-vboot-utils-bbdd62f9b0... | NOK | http://autobuild.buildroot.net/results/a25de6a6e8d68fd86ebf2c5805c6fe31d5860656/
>>          arm | host-vboot-utils-bbdd62f9b0... | NOK | http://autobuild.buildroot.net/results/f00e14e2360544ffe7501247dddfcb701631646d/
>>     mips64el | host-vboot-utils-bbdd62f9b0... | NOK | http://autobuild.buildroot.net/results/95491e089e6e18bfddbf6d7d19450026e9a349f5/
>>     mips64el | host-vboot-utils-bbdd62f9b0... | NOK | http://autobuild.buildroot.net/results/936d66543e2db55309af115ead64ded24f31661c/
>>          arm | host-vboot-utils-bbdd62f9b0... | NOK | http://autobuild.buildroot.net/results/25409dfeb7ce5806115092eb341e201d680ab974/
>>         bfin | host-vboot-utils-bbdd62f9b0... | NOK | http://autobuild.buildroot.net/results/1a45412939a3f9d6fa59d086d834a3b4a4bffef7/
> 
> Would be fixed by http://patchwork.ozlabs.org/patch/571347/.
> 
>>        nios2 |           imagemagick-6.9.2-10 | NOK | http://autobuild.buildroot.net/results/0bf3a2a284b7d4712ab1530562d3b8164fc75e88/
> 
> The usual:
> 
>   assertion fail elf32-nios2.c:1038
> 
> This is being fixed at
> https://sourceware.org/bugzilla/show_bug.cgi?id=19405. In the mean
> time, we could disable on NIOS II maybe ?
> 
>>          arm |                     iperf3-3.1 | NOK | http://autobuild.buildroot.net/results/50e34db9e273ebb7b8a9198dec254f6b22e26eff/
> 
> iperf.h:71:21: error: field 'tcpInfo' has incomplete type
>      struct tcp_info tcpInfo; /* getsockopt(TCP_INFO) for Linux, {Free,Net}BSD */
> 
> musl build issue.
> 
> Gustavo, you added the iperf3 package, can you have a look ?
> 
>>       x86_64 |                 iproute2-4.4.0 | NOK | http://autobuild.buildroot.net/results/d3d79b55cb19987d5d5c0da9c0f0d25697697c05/
> 
> Already fixed by
> https://git.busybox.net/buildroot/commit/?id=11d7b8b64aa171823bc4c97e3cce43884d078ecf.
> 
>>       x86_64 | iucode-tool-1cbd73013cd4c6b... | NOK | http://autobuild.buildroot.net/results/7f8626db69500a84a393053a485f04180c565673/
> 
> Fixed by https://git.busybox.net/buildroot/commit/?id=6a774f400b20612cb77836a47aaf62ea72422fb8.
> 
>>        nios2 |                libcap-ng-0.7.4 | NOK | http://autobuild.buildroot.net/results/183df75a853c3b0e2617c9219a356c5531aa523d/
> 
> Will be fixed once we bump to binutils 2.26. Romain, maybe we should
> disable libcap-ng in the mean time ?
> 
>>       x86_64 |                  libdrm-2.4.66 | NOK | http://autobuild.buildroot.net/results/7d444611f8efa40e0eb81ac88365416ef553fcd5/
>>       x86_64 |                  libdrm-2.4.66 | NOK | http://autobuild.buildroot.net/results/6287fa5a754610f04f0df93bf611676d982f5cff/
> 
> Musl build issue. Bernd, can you have a look ?
> 
>>      powerpc |                    libnss-3.21 | NOK | http://autobuild.buildroot.net/results/cdae10070b9a97066dbfd0fb2c2004d9bd1fdd43/
>>      powerpc |                    libnss-3.21 | NOK | http://autobuild.buildroot.net/results/0df8b1f78b671ff05b2ecbf9c4cf08b8898e2d43/
> 
> Fixed by https://git.busybox.net/buildroot/commit/?id=b8fb4903fb858bc81eab6ac5bd37c801853594cb.
> 
>>         i686 |               libsoil-20080707 | NOK | http://autobuild.buildroot.net/results/8ff91ab8e52000eb34dd8f662520cf1b31490cf5/
>>       x86_64 |               libsoil-20080707 | NOK | http://autobuild.buildroot.net/results/ea77d6b23aca0cb1cf527e6c16ddf5eba957a69c/
> 
> These are really weird. The patch doesn't apply when the build takes
> place on my build server, but it does apply when I test things locally
> on my machine. A difference in the version of patch ?
> 
>>        sparc | libubox-e88d816d6e462180f03... | NOK | http://autobuild.buildroot.net/results/4feaa9089ee9a183c5086b791bea35c0156945af/
> 
> Atomic issue strikes again.
> 
>>     mips64el |                   libv4l-1.8.1 | NOK | http://autobuild.buildroot.net/results/4d63874fe2efda8ac7aa3a8c82affa99f0ce5af0/
> 
> [.... many more of this issue ....]
> 
> Fixed by
> https://git.busybox.net/buildroot/commit/?id=343ec915e3f7cb6f83ef114cd6c5e5f3502d8f4a.
> 
>>     mips64el |         ltp-testsuite-20150903 | NOK | http://autobuild.buildroot.net/results/3a2b141d90b28a2954fa0ad3104cba81d648d2a3/
>>       mipsel |         ltp-testsuite-20150903 | NOK | http://autobuild.buildroot.net/results/70aa227c8a289631c2973474cfaef5973756dd5c/
>>     mips64el |         ltp-testsuite-20150903 | NOK | http://autobuild.buildroot.net/results/2b8c777c76b7e5d5a426045f5a3872d6b71faa56/
>>       mipsel |         ltp-testsuite-20150903 | NOK | http://autobuild.buildroot.net/results/3f19dd459400ac7fca39e69dd280def6a547f8b6/
> 
> tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authdes_create/tirpc_authdes_create.c:50: undefined reference to `authdes_create'
> collect2: error: ld returned 1 exit status
> 
> Thomas, you touched the ltp-testsuite/tirpc handling recently IIRC.
> Interestingly, this problem only occurs on MIPS apparently. Thomas,
> Vicente, can you have a look ?
> 
> 
>>          arm |              lttng-tools-2.7.1 | NOK | http://autobuild.buildroot.net/results/b48bc7ad4bede4d16c079da0ae1121e6796a0e8d/
>>          arm |              lttng-tools-2.7.1 | NOK | http://autobuild.buildroot.net/results/25dcb19c3dd32e50990f9b45053d71ea18746a80/
>>          arm |              lttng-tools-2.7.1 | NOK | http://autobuild.buildroot.net/results/a3f93498811491d37ba13d024e33e68a8bc7ba18/
> 
> checking for dlopen in -lc... no
> configure: error: Cannot find dlopen in libdl nor libc. Use LDFLAGS=-Ldir to specify their location.
> 
> In a static linking only situation.
> 
> Samuel, can you have a look ? Most likely we should simply disable
> lttng-tools for static only scenarios.
> 
>>       x86_64 |                madplay-0.15.2b | NOK | http://autobuild.buildroot.net/results/2561190b274d71666c4bdf3c569b02063cefdb30/
> 
> ./relocatable.c: In function 'libintl_relocate':
> ./relocatable.c:402:40: error: 'INSTALLPREFIX' undeclared (first use in this function)
>        const char *orig_installprefix = INSTALLPREFIX;
> 
> Musl related ? Not sure. Peter, you added the madplay package back in
> 2007, so can you have a look ? :-)
> 
>> microblazeel |                  mesa3d-11.1.1 | NOK | http://autobuild.buildroot.net/results/0d71cd6edccd390106636cc0c4acfe5a8dca112a/
>> microblazeel |                  mesa3d-11.1.1 | NOK | http://autobuild.buildroot.net/results/6567477b87c081db97a9c2bf84af182a9a281193/
> 
> Another atomic issue: __sync_val_compare_and_swap_1.
> 
>>       mipsel |                     mosh-1.2.5 | NOK | http://autobuild.buildroot.net/results/3f9443a76d2f8811720748b487e045eec23ec338/
>>       mipsel |                     mosh-1.2.5 | NOK | http://autobuild.buildroot.net/results/104b8fae4ff5918353e0e6a7ac050e2f04d701c1/
> 
> Vicente, this is with your new mips toolchains, SSP library problem.
> Can you have a look ?
> 
>>       xtensa |                    mp4v2-2.0.0 | NOK | http://autobuild.buildroot.net/results/bff7436a800eeea92c0c92bd2846b0f2b31947fd/
> 
> /tmp/cchH5TCg.s:23436: Error: value of 38619 too large for field of 2 bytes at 2889
> 
> Toolchain problem. Max can you have a look ?
> 
>>      aarch64 |                    mplayer-1.2 | NOK | http://autobuild.buildroot.net/results/aadce770cf86ded813a78f936f0a6d4441845907/
> 
> libavutil/aarch64/cpu.c:25:32: error: 'HAVE_ARMV8' undeclared (first use in this function)
>      return AV_CPU_FLAG_ARMV8 * HAVE_ARMV8 |
>                                 ^
> libavutil/aarch64/cpu.c:25:32: note: each undeclared identifier is reported only once for each function it appears in
> 
> Joao, you enabled mplayer on AArch64, can you have a look please ?
> 
>>      powerpc |                nfs-utils-1.3.3 | NOK | http://autobuild.buildroot.net/results/fe3be93988e585a84ae3116a0c327e1e2c95ad08/
> 
> Still the same build issue:
> 
> cache.c: In function 'same_path':
> cache.c:429:22: error: field 'fh' has incomplete type
> cache.c:436:2: warning: implicit declaration of function 'name_to_handle_at' [-Wimplicit-function-declaration]
> Makefile:613: recipe for target 'mountd-cache.o' failed
> 
> Maxime ? I gave you some hints about this one, can you cook a patch ?
> 
>>          arm |                     php-5.6.17 | NOK | http://autobuild.buildroot.net/results/0bbae90d05f14ac1fdbac7d8d69d4e6fd922e301/
> 
> Forgets to link with pthread in a static linking scenario.
> 
> Gustavo ?
> 
>>          arm |                 pinentry-0.9.4 | NOK | http://autobuild.buildroot.net/results/bd886cd10a8f52647296de2ff50270f25532756e/
> 
> Weird C++ error:
> 
>   error: member 'QChar std::__cxx11::basic_string<QChar, std::char_traits<QChar>, secmem::alloc<QChar> >::<anonymous union>::_M_local_buf [8]' with constructor not allowed in union
> 
> Vicente, you added this package, so can you have a look ?
> 
>>          arm |               pptp-linux-1.8.0 | NOK | http://autobuild.buildroot.net/results/56dd530d53489220d0080480310b8dc150cf1b2e/
> 
> Musl build issue. Gustavo ?
> 
>>          arc | qextserialport-ada321a9ee46... | NOK | http://autobuild.buildroot.net/results/d6565367f83cc845495e5e5f60935b71d04ef2da/
> 
> Toolchain issue it seems:
> 
> /home/test/autobuild/instance-1/output/host/opt/ext-toolchain/bin/../lib/gcc/arc-buildroot-linux-uclibc/4.8.4/../../../../arc-buildroot-linux-uclibc/bin/ld: /home/test/autobuild/instance-1/output/host/usr/arc-buildroot-linux-uclibc/sysroot/usr/lib/libglib-2.0.a(libglib_2_0_la-gmain.o): relocation R_ARC_32_ME against `.rodata.str1.4' can not be used when making a shared object; recompile with -fPIC
> 
> Alexey ?
> 
>>        nios2 |                       qt-4.8.7 | NOK | http://autobuild.buildroot.net/results/aa1492777c5f60ab45921618f64910ca4d048e5f/
>>        nios2 |                       qt-4.8.7 | NOK | http://autobuild.buildroot.net/results/a74810f0fce398c41fef11b8e2b8e1a52ffdb46a/
>>        nios2 |                       qt-4.8.7 | NOK | http://autobuild.buildroot.net/results/cb70d195cf9b9b5ae09b83a40ef767cc8f699a9c/
> 
> Toolchain issues. Being fixed in upstream gcc, but we should disable
> with external NIOS2 toolchain anyway.
> 
> Romain ?
> 
>>          arm |                       qt-4.8.7 | NOK | http://autobuild.buildroot.net/results/53e7e122e96b4b96c0f5feb4f26055b3f5ad8096/
> 
> Full static configuration fails with:
> 
> /home/test/autobuild/instance-1/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.9.3/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: cannot find -ldl
> 
> See if we can, get rid of the libdl dependency or make qt (or one of
> its sub-option) depend on dynamic library.
> 
> 
>>          arm |                 rt-tests-v0.89 | NOK | http://autobuild.buildroot.net/results/a6f6502e55fd68803f3ff8b4b76cce6601e101db/
> 
> In file included from src/lib/rt-get_cpu.c:4:0:
> src/include/rt-get_cpu.h:9:19: fatal error: dlfcn.h: No such file or directory
>  #include <dlfcn.h>
> 
> Should depend on dynamic library.
> 
>>         bfin |                     ruby-2.3.0 | NOK | http://autobuild.buildroot.net/results/268d29bd910c17b1fccad5d13ce281238080efd2/
>>         bfin |                     ruby-2.3.0 | NOK | http://autobuild.buildroot.net/results/1eb3d1ca20ce81fa2b10593d9393fb130558a706/
> 
> process.c: In function 'rb_spawn_process':
> process.c:3921: warning: passing argument 2 of 'rb_ary_new_from_values' from incompatible pointer type
> process.c:3923: error: 'status' undeclared (first use in this function)
> process.c:3923: error: (Each undeclared identifier is reported only once
> process.c:3923: error: for each function it appears in.)
> 
> Sonic, this is a Blackfin problem, can you have a look ?
> 
> 
>>          arm | sconeserver-3b886c3dda6eda3... | NOK | http://autobuild.buildroot.net/results/178bdfb062949fb10b9d6b9830975aa57702b3ae/
> 
> Static configuration, fails with:
> 
> checking for mpfr_init in -lmpfr... no
> configure: error: libraries 'mpfr' and 'gmp' are required for the maths module
> 
> Simon, can you have a look ?
> 
>>      sparc64 |                  setools-3.3.8 | NOK | http://autobuild.buildroot.net/results/328192a8c561f3517bb0f9ebafb59d09e4f4b3ae/
> 
> policy_scan.o: In function `yyget_out':
> policy_scan.c:(.text+0x504): relocation truncated to fit: R_SPARC_GOT13 against symbol `yyout' defined in .bss section in policy_scan.o
> policy_scan.o: In function `yyget_leng':
> policy_scan.c:(.text+0x520): relocation truncated to fit: R_SPARC_GOT13 against symbol `yyleng' defined in COMMON section in policy_scan.o
> 
> Waldemar, this is a toolchain problem, can you have a look ?
> 
>>     mips64el |                    slang-2.3.0 | NOK | http://autobuild.buildroot.net/results/3c1fef2163b8a194ede70040da87af95bf5dc331/
> 
> /home/buildroot/autobuild/run/instance-2/output/host/usr/mips64el-buildroot-linux-uclibc/sysroot/usr/lib/../lib64/libreadline.a(display.o): In function `cr':
> display.c:(.text+0x208): undefined reference to `tputs'
> display.c:(.text+0x210): undefined reference to `tputs'
> 
> Static linking problem.
> 
> Vicente, in commit 41d6f177d226b9014f5a14d0d05ca843f482d94f, you added
> some patches to fix static linking. Seems like there are more
> problems :-)
> 
>>          arm |               strongswan-5.3.5 | NOK | http://autobuild.buildroot.net/results/601d8dc1654d8733db49b195139e12437663034c/
> 
> plugins/plugin_loader.c: In function 'load_plugin':
> plugins/plugin_loader.c:359:13: error: 'RTLD_LAZY' undeclared (first use in this function)
>   int flag = RTLD_LAZY;
> 
> Needs dynamic library ?
> 
>>       mipsel |                   stunnel-5.28 | NOK | http://autobuild.buildroot.net/results/3448dc253a4a86450f15fb225374bd1e643dacd1/
> 
> Vicente, this is with your new MIPS toolchain, SSP problem:
> 
> /home/peko/autobuild/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/mips-img-linux-gnu/4.9.2/../../../../mips-img-linux-gnu/bin/ld: cannot find -lssp_nonshared
> /home/peko/autobuild/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/mips-img-linux-gnu/4.9.2/../../../../mips-img-linux-gnu/bin/ld: cannot find -lssp
> 
>>          arc |                       tar-1.28 | NOK | http://autobuild.buildroot.net/results/e9c5df490264a2d9ff5160187bda75431493d666/
> 
> ../gnu/libgnu.a(quotearg.o): In function `quote':
> quotearg.c:(.text+0xdac): multiple definition of `quote'
> /home/buildroot/buildroot-test/instance-1/output/host/usr/arc-buildroot-linux-uclibc/sysroot/usr/lib/libacl.a(quote.o):/home/buildroot/buildroot-test/instance-1/output/build/acl-2.2.52/libmisc/quote.c:27: first defined here
> 
> I don't think it's specific to ARC. Anyone to have a look ?
> 
>>          arc |                trousers-0.3.13 | NOK | http://autobuild.buildroot.net/results/7009e334e51adce37353c5d4f618fb28678f6114/
> 
> PIE problem, patch pending.
> 
>>          arm |              webkitgtk24-2.4.9 | NOK | http://autobuild.buildroot.net/results/c660d29b0184daf7d16045b595e48d3c73ab521a/
> 
> checking for GLES2/gl2.h... yes
> checking whether to use OpenGL ES 2 support... configure: error: Cannot enable OpenGL ES 2 support without EGL enabled.
> 
> Gustavo ?
> 
> Thomas
> 

  parent reply	other threads:[~2016-01-26 12:02 UTC|newest]

Thread overview: 416+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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
     [not found] <mailman.19.1455278403.3863.buildroot@busybox.net>
2016-02-13  1:04 ` 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-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-12  7:30 [Buildroot] [autobuild.buildroot.net] Build results for 2014-02-11 Thomas Petazzoni
2014-02-12  8:32 ` [Buildroot] Analysis of build failures Thomas Petazzoni
2014-02-12  9:21   ` 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-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=56A76066.10908@synopsys.com \
    --to=joao.pinto@synopsys.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.