From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Olivert Riera Date: Wed, 10 Sep 2014 10:41:10 +0100 Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2014-09-09 In-Reply-To: <20140910063013.732CF1018B1@stock.ovh.net> References: <20140910063013.732CF1018B1@stock.ovh.net> Message-ID: <54101CB6.6010804@imgtec.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 09/10/2014 07:30 AM, Thomas Petazzoni wrote: > Build statistics for 2014-09-09 > =============================== > mipsel | libarchive-3.1.2 | NOK | http://autobuild.buildroot.net/results/f2639fc59b8ba452cf95268b6370c1093bf4aaef/ The problem is explained here: [PATCH] libdl.c: static link fail for mips http://lists.uclibc.org/pipermail/uclibc/2013-April/047708.html Upstream uClibc is fixed, but as fas as I know Buildroot's policy is to not accept more patches to uClibc. The problem we are having with this is that certain parts of libarchive build statically although you are doing a dynamic build. We can avoid those parts to build statically using the patch I sent few days ago: http://patchwork.ozlabs.org/patch/384234/ -- Vincent