Bug#881341: webkit2gtk FTCBFS: debian/rules confuses build and host

2017-11-10 Thread Helmut Grohne
On Fri, Nov 10, 2017 at 08:25:59PM +0100, Alberto Garcia wrote: > Both those flags (--no-keep-memory and --no-relax) plus the -g1 that > you're changing in your patch were added because the build was failing > (not enough memory, at least in the 1st and the 3rd case). Thanks for your attention to

Bug#881341: webkit2gtk FTCBFS: debian/rules confuses build and host

2017-11-10 Thread Alberto Garcia
On Fri, Nov 10, 2017 at 07:07:00PM +0100, Helmut Grohne wrote: > > > ifeq ($(DEB_HOST_ARCH_BITS),32) > > > LDFLAGS += -Wl,--no-keep-memory > > > endif > > > > > > -ifeq ($(DEB_BUILD_ARCH),alpha) > > > +ifeq ($(DEB_HOST_ARCH),alpha) > > > LDFLAGS += -Wl,--no-relax > > > endif > > > > Wait

Bug#881341: webkit2gtk FTCBFS: debian/rules confuses build and host

2017-11-10 Thread Helmut Grohne
On Fri, Nov 10, 2017 at 05:08:53PM +0200, Alberto Garcia wrote: > On Fri, Nov 10, 2017 at 03:49:58PM +0100, Helmut Grohne wrote: > > ifeq ($(DEB_HOST_ARCH_BITS),32) > > LDFLAGS += -Wl,--no-keep-memory > > endif > > > > -ifeq ($(DEB_BUILD_ARCH),alpha) > > +ifeq ($(DEB_HOST_ARCH),alpha) > >

Bug#881341: webkit2gtk FTCBFS: debian/rules confuses build and host

2017-11-10 Thread Alberto Garcia
On Fri, Nov 10, 2017 at 03:49:58PM +0100, Helmut Grohne wrote: > ifeq ($(DEB_HOST_ARCH_BITS),32) > LDFLAGS += -Wl,--no-keep-memory > endif > > -ifeq ($(DEB_BUILD_ARCH),alpha) > +ifeq ($(DEB_HOST_ARCH),alpha) > LDFLAGS += -Wl,--no-relax > endif Wait a minute, why do you change this

Bug#881341: webkit2gtk FTCBFS: debian/rules confuses build and host

2017-11-10 Thread Alberto Garcia
Control: tags -1 pending On Fri, Nov 10, 2017 at 03:49:58PM +0100, Helmut Grohne wrote: > webkit2gtk fails to cross build from source for a significant number > of reasons. One of those reasons is that debian/rules confuses build > and host. Thanks, I was preparing a new release and I'll

Bug#881341: webkit2gtk FTCBFS: debian/rules confuses build and host

2017-11-10 Thread Helmut Grohne
Source: webkit2gtk Version: 2.18.2-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap webkit2gtk fails to cross build from source for a significant number of reasons. One of those reasons is that debian/rules confuses build and host. "build" is the machine type you are building on and