Bug#847096: Bug#905230: elfutils: FTBFS on x32 due to bugs in testsuite

2018-11-18 Thread Kurt Roeckx
On Thu, Aug 02, 2018 at 11:11:24PM +0200, Thorsten Glaser wrote: > > Given #847096 it might be wise to just *always* disable the biarch stuff > since Debian does not normally use biarch *anyway*, and since we test it > on all architectures during their native build anyway. I'm not conviced that

Bug#905230: elfutils: FTBFS on x32 due to bugs in testsuite

2018-11-12 Thread Laurence Parry
Thanks Kurt. I wasn't familiar with upstream's update cadence, but I now see 0.175 is imminent: https://sourceware.org/ml/elfutils-devel/2018-q4/msg00104.html -- Laurence > >

Bug#905230: elfutils: FTBFS on x32 due to bugs in testsuite

2018-11-12 Thread Kurt Roeckx
On Mon, Nov 12, 2018 at 11:15:48AM +, Laurence Parry wrote: > This seems to be blocking me from building a x32 chroot using the > documented process for doing so, because the ELF library is a required > package (iproute2 depends on libelf-dev as of 4.6.0-2; see #812774). I > appreciate that

Bug#905230: elfutils: FTBFS on x32 due to bugs in testsuite

2018-11-12 Thread Laurence Parry
This seems to be blocking me from building a x32 chroot using the documented process for doing so, because the ELF library is a required package (iproute2 depends on libelf-dev as of 4.6.0-2; see #812774). I appreciate that x32 is not a great priority, but it's not going to get better if we can't

Bug#905230: elfutils: FTBFS on x32 due to bugs in testsuite

2018-08-02 Thread Thorsten Glaser
Hi Helmut, > I don't think this is correct. The above configure invocation will only > run when performing a cross build. confenv will only contain your > variable when the host arch is x32 you’re completely right. Sorry. Given #847096 it might be wise to just *always* disable the biarch stuff

Bug#905230: Fwd: Bug#905230: elfutils: FTBFS on x32 due to bugs in testsuite

2018-08-01 Thread Helmut Grohne
On Wed, Aug 01, 2018 at 06:18:42PM +0200, Thorsten Glaser wrote: > +ifneq (,$(filter x32,$(DEB_HOST_ARCH))) > + confenv += utrace_cv_cc_biarch=no > +endif > + > ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) > NUMJOBS = $(patsubst parallel=%,%,$(filter >

Bug#905230: elfutils: FTBFS on x32 due to bugs in testsuite

2018-08-01 Thread Thorsten Glaser
Source: elfutils Version: 0.170-0.5 Severity: important Justification: fails to build from source (but built successfully in the past) debian/patches/testsuite-core-files.diff essentially cleans up a core file that is only created when the architecture to be tested does not support unwinding as