Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.dist > #910800
| From | Helmut Grohne <helmut@subdivi.de> |
|---|---|
| Newsgroups | linux.debian.bugs.dist |
| Subject | Bug#905230: Fwd: Bug#905230: elfutils: FTBFS on x32 due to bugs in testsuite |
| Date | 2018-08-02 06:40 +0200 |
| Message-ID | <widz3-2Ds-1@gated-at.bofh.it> (permalink) |
| References | <widz3-2Ds-3@gated-at.bofh.it> <wi20V-3PH-3@gated-at.bofh.it> <widz3-2Ds-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 parallel=%,$(DEB_BUILD_OPTIONS))) > MAKEFLAGS += -j$(NUMJOBS) > @@ -37,12 +42,12 @@ > dh_testdir > autoreconf -fis > ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) > - ./configure --enable-maintainer-mode > + $(confenv) ./configure --enable-maintainer-mode > $(MAKE) $(MAKEFLAGS) > $(MAKE) clean > endif 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, so this configure invocation is only run when cross building from something other than x32 to x32 and it is the native build pass, so it can never happen on x32. Helmut
Back to linux.debian.bugs.dist | Previous | Next — Previous in thread | Next in thread | Find similar
Bug#905230: elfutils: FTBFS on x32 due to bugs in testsuite Thorsten Glaser <tg@mirbsd.de> - 2018-08-01 18:20 +0200
Bug#905230: Fwd: Bug#905230: elfutils: FTBFS on x32 due to bugs in testsuite Helmut Grohne <helmut@subdivi.de> - 2018-08-02 06:40 +0200
Bug#905230: elfutils: FTBFS on x32 due to bugs in testsuite Thorsten Glaser <t.glaser@tarent.de> - 2018-08-02 23:20 +0200
csiph-web