From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Olivert Riera Date: Tue, 25 Aug 2015 11:46:51 +0100 Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2015-08-24 In-Reply-To: <20150825123933.382f5e06@free-electrons.com> References: <20150825063012.C9C1510159F@stock.ovh.net> <55DC42A1.6060003@imgtec.com> <20150825123933.382f5e06@free-electrons.com> Message-ID: <55DC479B.6000406@imgtec.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Thomas Petazzoni, On 08/25/2015 11:39 AM, Thomas Petazzoni wrote: > Vicente, > > On Tue, 25 Aug 2015 11:25:37 +0100, Vicente Olivert Riera wrote: >> Dear Thomas Petazzoni, > > Hehe, copying my stupid "Dear " automatic template? :-) > haha, yes! xD >> On 08/25/2015 07:30 AM, Thomas Petazzoni wrote: >>> Build statistics for 2015-08-24 >> >>> mips | ltrace-c22d359433b333937ee3... | NOK | http://autobuild.buildroot.net/results/e1a99784d7cbd5a14808f6d8fc27994b44e996c4/ >> >> Fixed by: >> >> http://patchwork.ozlabs.org/patch/507709/ > > Will have a look. I'm working together with the upstream maintaner to provide a patch which actually fixes the problem, but he seems to be on summer holidays so his reply is being delayed. I think disabling support for libunwind is a good temporary solution in order to fix it before the next release. >>> mips64el | midori-0.5.9 | NOK | http://autobuild.buildroot.net/results/80ffdf54fd675fbff5a645784cd041cdf862154c/ >>> mips64el | midori-0.5.9 | NOK | http://autobuild.buildroot.net/results/1c049845ade60de223296c77c8a70869c4db64f0/ >> >> Currently investigating. > > Thanks! And cannot reproduce it :/ Sorry, let's see if future build reports still hightlight this failure. >>> mips64el | xserver_xorg-server-1.17.2 | NOK | http://autobuild.buildroot.net/results/10bd119bae1ee158a10ce542e9e991719e240b45/ >>> x86_64 | xserver_xorg-server-1.17.2 | NOK | http://autobuild.buildroot.net/results/29caf899bb6d0a591a533af024b4262d0ef4ce96/ >>> mips | xserver_xorg-server-1.17.2 | NOK | http://autobuild.buildroot.net/results/d0a37acf8a9377cd9c5a99aaaa867ae72276b4a8/ >>> x86_64 | xserver_xorg-server-1.17.2 | NOK | http://autobuild.buildroot.net/results/6386886945292e86c6b8c08311c1125d9760e258/ >>> sh4 | xserver_xorg-server-1.17.2 | NOK | http://autobuild.buildroot.net/results/22009a4acceab9b99e811784ca59b2fc17de0fcb/ >>> mips64el | xserver_xorg-server-1.17.2 | NOK | http://autobuild.buildroot.net/results/66d962ed0fa6adf5ebbf24965df5afec16791a99/ >> >> Fixed by Bernd Kuhls' series: >> >> http://patchwork.ozlabs.org/patch/505307/ >> http://patchwork.ozlabs.org/patch/505305/ >> http://patchwork.ozlabs.org/patch/505306/ > > All applied now. Great! >>> arm | zyre-v1.0.0 | NOK | http://autobuild.buildroot.net/results/b07f5ab8657d6c6515e90f3d41ee23cab14c3f44/ >> >> Fixed by: >> >> http://patchwork.ozlabs.org/patch/509957/ > > Seen the patch, but I remain unhappy with hardcoded -l flags. I > know you tried to use pkg-config without success, but still :-/ Yeah, I'm not happy with that either, but I have tried to use pkg-config and it didn't work. After that, I then tried to migrate the configure.ac to use PKG_CHECK_MODULES instead of AC_CHECK_LIB, without success. So I ended with that solution, which at least works. You are the maintainer, so I let you decide if that patch should be applied or not. Regards, Vincent.