mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Paul Rolland" <rol@witbe.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, rol@witbe.net
Subject: Re: Linux 3.0-rc4 - fail to compile...
Date: Tue, 21 Jun 2011 09:13:35 +0200	[thread overview]
Message-ID: <20110621091335.49bc46df@tux.DEF.witbe.net> (raw)
In-Reply-To: <BANLkTimiVpKavmKY=rsJP34dMQSq__Xn7g@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1032 bytes --]

Hello,

On Mon, 20 Jun 2011 21:02:56 -0700
Linus Torvalds <torvalds@linux-foundation.org> wrote:

> Mostly the usual small driver one- (or few-) liners, and some bigger
> changes to drm (and md). But also two new smallish drivers
> (net/usb/kalmia.c, and the ADP8870 backlight driver). Some filesystem
> fixes (btrfs, cifs, afs, xfs, nfsd).

This is failing to compile on my machine :
...
  CC      mm/page_cgroup.o
  CC      fs/direct-io.o
mm/page_cgroup.c: In function ‘page_cgroup_init’:
mm/page_cgroup.c:308: error: implicit declaration of function ‘node_start_pfn’
mm/page_cgroup.c:309: error: implicit declaration of function ‘node_end_pfn’
make[1]: *** [mm/page_cgroup.o] Error 1
make: *** [mm] Error 2
make: *** Waiting for unfinished jobs....
  CC      fs/mpage.o
  CC      fs/ioprio.o

This seems to be caused by arch/x86/include/asm/mmzone_64.h which only defines
node_start_pfn and node_end_pfn if CONFIG_NUMA is set.

Adding CONFIG_NUMA to my .config fixes the issue.

Paul



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2011-06-21  7:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-21  4:02 Linux 3.0-rc4 Linus Torvalds
2011-06-21  7:13 ` Paul Rolland [this message]
2011-06-21  7:27   ` Linux 3.0-rc4 - fail to compile KAMEZAWA Hiroyuki
2011-06-21  8:08     ` Paul Rolland
2011-06-21  7:43   ` Deng, Xuyue
2011-06-21 15:05 ` Linux 3.0-rc4 Nick Bowler
2011-06-21 15:13   ` Paul Rolland
2011-06-21 16:52   ` Melchior FRANZ
2011-06-22 20:08 ` Andi Kleen
2011-06-23  4:28   ` Linus Torvalds
     [not found] <BANLkTin+pn=WSegcW7cnHk4=76wHkaHPCw@mail.gmail.com>
2011-06-27 15:55 ` Linux 3.0-rc4 - fail to compile Prateek Sharma
2011-06-27 16:20   ` Randy Dunlap

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=20110621091335.49bc46df@tux.DEF.witbe.net \
    --to=rol@witbe.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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

Powered by JetHome