From: Al Viro <viro@ftp.linux.org.uk>
To: WANG Cong <xiyou.wangcong@gmail.com>
Cc: jdike@karaya.com, LKML <linux-kernel@vger.kernel.org>,
user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] UML defconfig building failed again
Date: Tue, 6 Nov 2007 14:11:43 +0000 [thread overview]
Message-ID: <20071106141143.GI8181@ftp.linux.org.uk> (raw)
In-Reply-To: <20071106114602.GB7652@hacking>
On Tue, Nov 06, 2007 at 07:46:02PM +0800, WANG Cong wrote:
>
> Hi, Jeff!
>
> I used today's linus-tree and defconfig to compile uml, but it failed. Error messages are
> things like:
>
> In file included from include/asm/processor-generic.h:13,
> from include/asm/processor.h:77,
> from include/asm/thread_info.h:11,
> from include/linux/thread_info.h:21,
> from include/linux/preempt.h:9,
> from include/linux/spinlock.h:49,
> from include/linux/seqlock.h:29,
> from include/linux/time.h:8,
> from include/linux/timex.h:57,
> from include/linux/sched.h:53,
> from arch/um/include/sysdep/kernel-offsets.h:2,
> from arch/um/kernel/asm-offsets.c:1:
> include/asm/ptrace.h:50: warning: ???struct user_fxsr_struct??? declared inside parameter list
> include/asm/ptrace.h:50: warning: its scope is only this definition or declaration, which is probably not what you want
> include/asm/ptrace.h:52: warning: ???struct user_fxsr_struct??? declared inside parameter list
> In file included from include/linux/timer.h:5,
> from include/linux/sched.h:87,
> from arch/um/include/sysdep/kernel-offsets.h:2,
> from arch/um/kernel/asm-offsets.c:1:
> include/linux/ktime.h: In function ???ktime_set???:
> include/linux/ktime.h:84: warning: comparison is always false due to limited range of data type
>
> {snip}
>
> It seems like CONFIG_X86_32 was not set. Any ideas?
Sigh... Kbuild breakage this time... See if %s/\<[AC]FLAGS\>/KBUILD_&/g
in arch/um/Makefile-i386 helps.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
WARNING: multiple messages have this Message-ID (diff)
From: Al Viro <viro@ftp.linux.org.uk>
To: WANG Cong <xiyou.wangcong@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
jdike@karaya.com, user-mode-linux-devel@lists.sourceforge.net
Subject: Re: UML defconfig building failed again
Date: Tue, 6 Nov 2007 14:11:43 +0000 [thread overview]
Message-ID: <20071106141143.GI8181@ftp.linux.org.uk> (raw)
In-Reply-To: <20071106114602.GB7652@hacking>
On Tue, Nov 06, 2007 at 07:46:02PM +0800, WANG Cong wrote:
>
> Hi, Jeff!
>
> I used today's linus-tree and defconfig to compile uml, but it failed. Error messages are
> things like:
>
> In file included from include/asm/processor-generic.h:13,
> from include/asm/processor.h:77,
> from include/asm/thread_info.h:11,
> from include/linux/thread_info.h:21,
> from include/linux/preempt.h:9,
> from include/linux/spinlock.h:49,
> from include/linux/seqlock.h:29,
> from include/linux/time.h:8,
> from include/linux/timex.h:57,
> from include/linux/sched.h:53,
> from arch/um/include/sysdep/kernel-offsets.h:2,
> from arch/um/kernel/asm-offsets.c:1:
> include/asm/ptrace.h:50: warning: ???struct user_fxsr_struct??? declared inside parameter list
> include/asm/ptrace.h:50: warning: its scope is only this definition or declaration, which is probably not what you want
> include/asm/ptrace.h:52: warning: ???struct user_fxsr_struct??? declared inside parameter list
> In file included from include/linux/timer.h:5,
> from include/linux/sched.h:87,
> from arch/um/include/sysdep/kernel-offsets.h:2,
> from arch/um/kernel/asm-offsets.c:1:
> include/linux/ktime.h: In function ???ktime_set???:
> include/linux/ktime.h:84: warning: comparison is always false due to limited range of data type
>
> {snip}
>
> It seems like CONFIG_X86_32 was not set. Any ideas?
Sigh... Kbuild breakage this time... See if %s/\<[AC]FLAGS\>/KBUILD_&/g
in arch/um/Makefile-i386 helps.
next prev parent reply other threads:[~2007-11-06 14:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-06 11:46 [uml-devel] UML defconfig building failed again WANG Cong
2007-11-06 11:46 ` WANG Cong
2007-11-06 14:11 ` Al Viro [this message]
2007-11-06 14:11 ` Al Viro
2007-11-06 16:02 ` [uml-devel] " Jeff Dike
2007-11-06 16:02 ` Jeff Dike
2007-11-06 16:07 ` [uml-devel] " Sam Ravnborg
2007-11-06 16:07 ` Sam Ravnborg
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=20071106141143.GI8181@ftp.linux.org.uk \
--to=viro@ftp.linux.org.uk \
--cc=jdike@karaya.com \
--cc=linux-kernel@vger.kernel.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
--cc=xiyou.wangcong@gmail.com \
/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.