| To: | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Subject: | Re: mips build failure |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Sun, 19 Apr 2009 15:32:41 +0800 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, LKML <linux-kernel@vger.kernel.org>, linux-mips@linux-mips.org, Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>, Pekka Enberg <penberg@cs.helsinki.fi>, Ingo Molnar <mingo@elte.hu> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=5+iCdn7OuGlJMbHTTdiNRZ8k2KvuRvz8tNpIyfn2Kl8=; b=QnKi7HgKFGQs6lx+RfpOQRonr3f7zTeyLw5swxGMmncRfhjgLtXSOcLPUJKkwNhOkS CCOMml1jH3Oj6Tcj6FHDghdWuvq4Q+MK82Lx32t0Lqhdsfn8MBJTfhT7BYF1ulIEFtq4 nx4TZoNG0SlcDRTsZpTKHwBvYr1hJPyYACpWw= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=cB/dCl7+2AK6nwcfYyy39EHMQ/FzFYrjPB0iXD6sA6RgZCzNvAcnmv3o/7XdaGNVFv Wg/L/jrXPbDdUZLERIyXD4E1HnLBzp5H09NDPwdgGGAwv0tqo1l/4RWFNO501hREesrG INdf8CULGFOZd6xrmEEnZ2GBxfn+44DmhqugI= |
| In-reply-to: | <20090419172436.6d0e741a.sfr@canb.auug.org.au> |
| Organization: | DSLab, Lanzhou University, China |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20090419172436.6d0e741a.sfr@canb.auug.org.au> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
On Sun, 2009-04-19 at 17:24 +1000, Stephen Rothwell wrote:
> Hi Ralf,
>
> You probably already now about this, but our build (mips ip32_defconfig)
> of Linus' tree (commit aefe6475720bd5eb8aacbc881488f3aa65618562 "Merge
> branch 'upstream-linus' of
> git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev") gets
> these errors (we have actually been getting these errors since 2.6.30-rc1):
>
> In file included from arch/mips/include/asm/compat.h:7,
> from include/linux/compat.h:15,
> from arch/mips/kernel/asm-offsets.c:12:
> include/linux/seccomp.h: In function 'prctl_get_seccomp':
> include/linux/seccomp.h:30: error: 'EINVAL' undeclared (first use in this
> function)
> include/linux/seccomp.h:30: error: (Each undeclared identifier is reported
> only once
> include/linux/seccomp.h:30: error: for each function it appears in.)
> include/linux/seccomp.h: In function 'prctl_set_seccomp':
> include/linux/seccomp.h:35: error: 'EINVAL' undeclared (first use in this
> function)
>
perhaps you can fix it like this:
include/linux/seccomp.h
22 #else /* CONFIG_SECCOMP */
23
24 +#include <asm-generic/errno-base.h>
25
26 typedef struct { } seccomp_t;
in reality, there is a previous email sent by Ralf for it:
http://lkml.indiana.edu/hypermail/linux/kernel/0904.2/01152.html
> Bisected down to commit ac44021fccd8f1f2b267b004f23a2e8d7ef05f7b
> "kmemtrace, rcu: don't include unnecessary headers, allow kmemtrace w/
> tracepoints".
>
> http://kisskb.ellerman.id.au/kisskb/buildresult/330240/
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | mips build failure, Stephen Rothwell |
|---|---|
| Next by Date: | Re: mips build failure, Stephen Rothwell |
| Previous by Thread: | mips build failure, Stephen Rothwell |
| Next by Thread: | Re: mips build failure, Stephen Rothwell |
| Indexes: | [Date] [Thread] [Top] [All Lists] |