From: linux@armlinux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [kbuild-all] [arm:for-next 9/11] awk: line 2: function strtonum never defined
Date: Tue, 3 Oct 2017 11:57:17 +0100 [thread overview]
Message-ID: <20171003105717.GL20805@n2100.armlinux.org.uk> (raw)
In-Reply-To: <20171003100540.tfcehrcvf356332x@wfg-t540p.sh.intel.com>
On Tue, Oct 03, 2017 at 06:05:40PM +0800, Fengguang Wu wrote:
> Hi Russell King,
>
> On Tue, Oct 03, 2017 at 10:06:42AM +0100, Russell King - ARM Linux wrote:
> >Shall I repeat my question from the last time this was reported?
>
> Sorry I cannot find your reply in email archive.
Odd, because I sent a reply to your report on 29th September, and it
made it to the linux-arm-kernel mailing list, and its archives:
http://archive.armlinux.org.uk/lurker/message/20170929.190625.9f5a9438.en.html
> Looking at this
> error, the root cause should be strtonum requires gawk while what we
> installed is
>
> mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan
>
> We can trivially install gawk and make it the default, however is gawk
> a requirement for kernel compilation? Or can we make it work with mawk,
> too?
Well, awk isn't mentioned in Documentation/Changes as a build requirement,
but then neither is grep. However, kbuild itself makes use of both:
Makefile:AWK = awk
Makefile: $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order
Makefile: $(Q)$(AWK) '!x[$$0]++' $^ > $(objtree)/modules.builtin
scripts/Makefile.build: if $(OBJDUMP) -h $(@D)/.tmp_$(@F) | grep -q __ksymtab; then \
--
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line in suburbia: sync at 8.8Mbps down 630kbps up
According to speedtest.net: 8.21Mbps down 510kbps up
next prev parent reply other threads:[~2017-10-03 10:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-03 1:52 [arm:for-next 9/11] awk: line 2: function strtonum never defined kbuild test robot
2017-10-03 9:06 ` Russell King - ARM Linux
2017-10-03 10:05 ` [kbuild-all] " Fengguang Wu
2017-10-03 10:28 ` Fengguang Wu
2017-10-03 11:07 ` Russell King - ARM Linux
2017-10-03 10:57 ` Russell King - ARM Linux [this message]
2017-10-03 12:28 ` Fengguang Wu
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=20171003105717.GL20805@n2100.armlinux.org.uk \
--to=linux@armlinux.org.uk \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).