Bug#794538: systemd / cross-building / failure in dpkg-gencontrol

2015-08-31 Thread Steve Langasek
On Mon, Aug 31, 2015 at 02:41:35PM +0200, Johannes Schauer wrote: > attached patch should address your concerns. $ sudo mk-build-deps -i -r --host-arch=armhf [...] dpkg-deb: building package 'shadow-cross-build-deps' in '../shadow-cross-build-deps_4.2-3_armhf.deb'. [...] dpkg: error processing

Bug#794538: systemd / cross-building / failure in dpkg-gencontrol

2015-08-31 Thread Johannes Schauer
whoops, rather this patch does From 75b3785905a84a3d89ae716dc570ad55fbc82391 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Mon, 24 Aug 2015 12:45:57 +0200 Subject: [PATCH] scripts/mk-build-deps.pl: support crossbuild dependencies ---

Bug#794538: systemd / cross-building / failure in dpkg-gencontrol

2015-08-31 Thread Johannes Schauer
Hi, Quoting Steve Langasek (2015-09-01 02:43:46) > Looks like this patch isn't compatible with the -i option to mk-build-deps. thanks for helping with testing! Attached patch fixes the problem. cheers, josch From 3dbc1ee23cb0c267e753dff48abc26d9b4a3f651 Mon Sep 17 00:00:00 2001 From: Johannes

Bug#794538: systemd / cross-building / failure in dpkg-gencontrol

2015-08-31 Thread Johannes Schauer
Hi, Quoting James McCoy (2015-08-29 04:09:43) > On Mon, Aug 24, 2015 at 12:49:58PM +0200, Johannes Schauer wrote: > > Quoting Michael Biebl (2015-08-24 09:56:02) > > > Am 24.08.2015 um 08:21 schrieb Johannes Schauer: > > > > This is fixable. It has to be because building a binary package to > > >

Bug#794538: systemd / cross-building / failure in dpkg-gencontrol

2015-08-30 Thread Steve Langasek
Hi James, On Fri, Aug 28, 2015 at 10:09:43PM -0400, James McCoy wrote: On Mon, Aug 24, 2015 at 12:49:58PM +0200, Johannes Schauer wrote: Quoting Michael Biebl (2015-08-24 09:56:02) Am 24.08.2015 um 08:21 schrieb Johannes Schauer: Quoting Helmut Grohne (2015-08-24 07:32:16) It is not

Bug#794538: systemd / cross-building / failure in dpkg-gencontrol

2015-08-30 Thread Jakub Wilk
Hi Steve! * Steve Langasek vor...@debian.org, 2015-08-30, 00:45: No, --arch shouldn't be repurposed to mean produce a deb that satisfies cross-build requirements. If you want to add new functionality, that's fine. Just don't break existing functionality while you're at it. Something like

Bug#794538: systemd / cross-building / failure in dpkg-gencontrol

2015-08-28 Thread James McCoy
On Mon, Aug 24, 2015 at 12:49:58PM +0200, Johannes Schauer wrote: Hi, Quoting Michael Biebl (2015-08-24 09:56:02) Am 24.08.2015 um 08:21 schrieb Johannes Schauer: Quoting Helmut Grohne (2015-08-24 07:32:16) It is not clear how to implement :native for mk-build-deps, because it does

Bug#794538: systemd / cross-building / failure in dpkg-gencontrol

2015-08-24 Thread Johannes Schauer
Hi, Quoting Michael Biebl (2015-08-24 09:56:02) Am 24.08.2015 um 08:21 schrieb Johannes Schauer: Quoting Helmut Grohne (2015-08-24 07:32:16) It is not clear how to implement :native for mk-build-deps, because it does not differentiate between build architecture and host architecture. Maybe