All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Li <philip.li@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [linux-next:master 12485/12912] cc1: error: arch/um/include/uapi: No such file or directory
Date: Thu, 28 May 2020 09:37:14 +0800	[thread overview]
Message-ID: <20200528013714.GF12984@intel.com> (raw)
In-Reply-To: <20200527150004.8a7daf78ee736503f0a437a0@linux-foundation.org>

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

On Wed, May 27, 2020 at 03:00:04PM -0700, Andrew Morton wrote:
> On Wed, 27 May 2020 20:02:15 +0800 kbuild test robot <lkp@intel.com> wrote:
> 
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head:   b0523c7b1c9d0edcd6c0fe6d2cb558a9ad5c60a8
> > commit: cb6c014b5a3f9082ef4ff45684d7bf17e5441b36 [12485/12912] lib: make a test module with set/clear bit
> > config: um-allmodconfig (attached as .config)
> > compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
> > reproduce (this is a W=1 build):
> >         git checkout cb6c014b5a3f9082ef4ff45684d7bf17e5441b36
> >         # save the attached .config to linux build tree
> >         make W=1 ARCH=um 
> > 
> > If you fix the issue, kindly add following tag as appropriate
> > Reported-by: kbuild test robot <lkp@intel.com>
> > 
> > All errors (new ones prefixed by >>, old ones prefixed by <<):
> > 
> > >> cc1: error: arch/um/include/uapi: No such file or directory [-Werror=missing-include-dirs]
> > cc1: all warnings being treated as errors
> 
> Thanks.    I don't think this patch could cause this error.  I suspect the um
> Makefiles are having problems.
Got it, thanks for the input, we will double check this. Sorry for the noise.

> 
> When I do
> 
> make allmodconfig
> make -j20 W=1 M=lib
> 
> I get a screenful of these warnings.
> _______________________________________________
> kbuild-all mailing list -- kbuild-all(a)lists.01.org
> To unsubscribe send an email to kbuild-all-leave(a)lists.01.org

WARNING: multiple messages have this Message-ID (diff)
From: Philip Li <philip.li@intel.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: kbuild test robot <lkp@intel.com>,
	Jesse Brandeburg <jesse.brandeburg@intel.com>,
	kbuild-all@lists.01.org,
	Andy Shevchenko <andriy.shevchenko@intel.com>,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: Re: [kbuild-all] Re: [linux-next:master 12485/12912] cc1: error: arch/um/include/uapi: No such file or directory
Date: Thu, 28 May 2020 09:37:14 +0800	[thread overview]
Message-ID: <20200528013714.GF12984@intel.com> (raw)
In-Reply-To: <20200527150004.8a7daf78ee736503f0a437a0@linux-foundation.org>

On Wed, May 27, 2020 at 03:00:04PM -0700, Andrew Morton wrote:
> On Wed, 27 May 2020 20:02:15 +0800 kbuild test robot <lkp@intel.com> wrote:
> 
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head:   b0523c7b1c9d0edcd6c0fe6d2cb558a9ad5c60a8
> > commit: cb6c014b5a3f9082ef4ff45684d7bf17e5441b36 [12485/12912] lib: make a test module with set/clear bit
> > config: um-allmodconfig (attached as .config)
> > compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
> > reproduce (this is a W=1 build):
> >         git checkout cb6c014b5a3f9082ef4ff45684d7bf17e5441b36
> >         # save the attached .config to linux build tree
> >         make W=1 ARCH=um 
> > 
> > If you fix the issue, kindly add following tag as appropriate
> > Reported-by: kbuild test robot <lkp@intel.com>
> > 
> > All errors (new ones prefixed by >>, old ones prefixed by <<):
> > 
> > >> cc1: error: arch/um/include/uapi: No such file or directory [-Werror=missing-include-dirs]
> > cc1: all warnings being treated as errors
> 
> Thanks.    I don't think this patch could cause this error.  I suspect the um
> Makefiles are having problems.
Got it, thanks for the input, we will double check this. Sorry for the noise.

> 
> When I do
> 
> make allmodconfig
> make -j20 W=1 M=lib
> 
> I get a screenful of these warnings.
> _______________________________________________
> kbuild-all mailing list -- kbuild-all@lists.01.org
> To unsubscribe send an email to kbuild-all-leave@lists.01.org


  reply	other threads:[~2020-05-28  1:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-27 12:02 [linux-next:master 12485/12912] cc1: error: arch/um/include/uapi: No such file or directory kbuild test robot
2020-05-27 12:02 ` kbuild test robot
2020-05-27 22:00 ` Andrew Morton
2020-05-27 22:00   ` Andrew Morton
2020-05-28  1:37   ` Philip Li [this message]
2020-05-28  1:37     ` [kbuild-all] " Philip Li
2020-06-05  4:26   ` Li Zhijian
2020-06-05  4:26     ` [kbuild-all] " Li Zhijian

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=20200528013714.GF12984@intel.com \
    --to=philip.li@intel.com \
    --cc=kbuild-all@lists.01.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.