From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Wed, 13 Aug 2014 11:05:23 +0200 Subject: [Buildroot] Analysis of build failures In-Reply-To: <53EB2120.1050400@gmail.com> References: <20140813063010.CD21010118A@stock.ovh.net> <20140813101514.384e1435@free-electrons.com> <53EB2120.1050400@gmail.com> Message-ID: <53EB2A53.2040209@lucaceresoli.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Nathaniel, Nathaniel Roach wrote: > On 13/08/14 16:15, Thomas Petazzoni wrote: >> Hello, >> >> On Wed, 13 Aug 2014 08:30:10 +0200 (CEST), Thomas Petazzoni wrote: >> >>> arm | bandwidthd-v2.0.1-auto-r07 | NOK | http://autobuild.buildroot.net/results/024fadb7a8983c0ed35e8a098cfefccd25b3ecd0/ >>> arm | bandwidthd-v2.0.1-auto-r07 | NOK | http://autobuild.buildroot.net/results/b84759b4b2b4473386fb209b6b4d4e18e203ec17/ >>> arm | bandwidthd-v2.0.1-auto-r07 | NOK | http://autobuild.buildroot.net/results/e287acf032330c7b0ef4262e7eb365ca45382221/ >>> arm | bandwidthd-v2.0.1-auto-r07 | NOK | http://autobuild.buildroot.net/results/4ae2406feb33eb81b45bcf87c74f62290bbe00fe/ >> >> Nathaniel, you're the one who contributed bandwidthd. Can you look at >> the above build issues? > > I cannot reproduce these errors - I've used the config in the first > build that failed in this way. From what I can see it's failing to pick > up libpng, which is listed as a dependency both directly and indirectly > through libgd. I can try and screw around with the configure script, but > I would need to be able to reproduce it first. I haven't looked into this, but maybe the configure scripts look for the system libpng (in /usr) instead of the libpng in the Buildroot output dir? To check that you may try to uninstall libpng from your host and see if the error gets reproduced. Or look at the config.log files if Peter can provide them. Peter, do you still have access to them? -- Luca