From: Michal Marek <mmarek@suse.cz>
To: Ben Hutchings <ben@decadent.org.uk>
Cc: linux-kbuild <linux-kbuild@vger.kernel.org>,
Debian kernel maintainers <debian-kernel@lists.debian.org>
Subject: Re: [PATCH 2/2] deb-pkg: Fix building for MIPS big-endian or ARM OABI
Date: Fri, 03 Jan 2014 17:29:35 +0100 [thread overview]
Message-ID: <52C6E56F.8000903@suse.cz> (raw)
In-Reply-To: <1386254351.3000.22.camel@deadeye.wl.decadent.org.uk>
On 2013-12-05 15:39, Ben Hutchings wrote:
> These commands will mysteriously fail:
>
> $ make ARCH=arm versatile_defconfig
> [...]
> $ make ARCH=arm deb-pkg
> [...]
> make[1]: *** [deb-pkg] Error 1
> make: *** [deb-pkg] Error 2
>
> The Debian architecture selection for these kernel architectures does
> 'grep FOO=y $KCONFIG_CONFIG && echo bar', and after 'set -e' this
> aborts the script if grep does not find the given config symbol.
>
> Fixes: 10f26fa64200 ('build, deb-pkg: select userland architecture based on UTS_MACHINE')
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
> ---
> scripts/package/builddeb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to kbuild.git#misc, thanks.
Michal
prev parent reply other threads:[~2014-01-03 16:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-05 14:39 [PATCH 2/2] deb-pkg: Fix building for MIPS big-endian or ARM OABI Ben Hutchings
2014-01-03 16:29 ` Michal Marek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52C6E56F.8000903@suse.cz \
--to=mmarek@suse.cz \
--cc=ben@decadent.org.uk \
--cc=debian-kernel@lists.debian.org \
--cc=linux-kbuild@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.