* [uml-devel] 3.4.0-rc1 is broken due to asm/system.h restructure
@ 2012-04-02 18:17 Sergei Trofimovich
2012-04-02 18:16 ` richard -rw- weinberger
0 siblings, 1 reply; 3+ messages in thread
From: Sergei Trofimovich @ 2012-04-02 18:17 UTC (permalink / raw)
To: user-mode-linux-devel; +Cc: David Howells
[-- Attachment #1.1: Type: text/plain, Size: 1809 bytes --]
The asm/system.h patches missed ARCH=um
which caused build breakage [2].
The commit can be used as an example [2].
I've failed to produce fix myself. Sorry.
[1]:
> commit f05e798ad4c09255f590f5b2c00a7ca6c172f983
> Author: David Howells <dhowells@redhat.com>
> Date: Wed Mar 28 18:11:12 2012 +0100
>
> Disintegrate asm/system.h for X86
[2]:
linux-2.6/arch/um/drivers/mconsole_kern.c: In function 'stack_proc':
linux-2.6/arch/um/drivers/mconsole_kern.c:707:2: error: implicit declaration of function 'switch_to'
make[2]: *** [arch/um/drivers/mconsole_kern.o] Error 1
make[2]: Target `__build' not remade because of errors.
make[1]: *** [arch/um/drivers] Error 2
CC kernel/sys.o
CC kernel/sched/core.o
linux-2.6/kernel/sched/core.c: In function 'context_switch':
linux-2.6/kernel/sched/core.c:2086:2: error: expected ':' or ')' before '__percpu_arg'
make[3]: *** [kernel/sched/core.o] Error 1
make[3]: Target `__build' not remade because of errors.
make[2]: *** [kernel/sched] Error 2
make[2]: Target `__build' not remade because of errors.
make[1]: *** [kernel] Error 2
CC fs/exec.o
linux-2.6/fs/exec.c: In function 'setup_arg_pages':
linux-2.6/fs/exec.c:686:2: error: implicit declaration of function 'arch_align_stack'
make[2]: *** [fs/exec.o] Error 1
CC fs/binfmt_elf.o
linux-2.6/fs/binfmt_elf.c: In function 'create_elf_tables':
linux-2.6/fs/binfmt_elf.c:165:2: error: implicit declaration of function 'arch_align_stack'
make[2]: *** [fs/binfmt_elf.o] Error 1
make[2]: Target `__build' not remade because of errors.
make[1]: *** [fs] Error 2
make[1]: Target `_all' not remade because of errors.
make: *** [sub-make] Error 2
make: Target `_all' not remade because of errors.
make: Leaving directory `linux-2.6'
--
Sergei
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
[-- Attachment #2: Type: text/plain, Size: 191 bytes --]
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
[-- Attachment #3: Type: text/plain, Size: 194 bytes --]
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] 3.4.0-rc1 is broken due to asm/system.h restructure
2012-04-02 18:17 [uml-devel] 3.4.0-rc1 is broken due to asm/system.h restructure Sergei Trofimovich
@ 2012-04-02 18:16 ` richard -rw- weinberger
2012-04-02 18:35 ` Sergei Trofimovich
0 siblings, 1 reply; 3+ messages in thread
From: richard -rw- weinberger @ 2012-04-02 18:16 UTC (permalink / raw)
To: Sergei Trofimovich; +Cc: David Howells, user-mode-linux-devel
On Mon, Apr 2, 2012 at 8:17 PM, Sergei Trofimovich <slyich@gmail.com> wrote:
> The asm/system.h patches missed ARCH=um
> which caused build breakage [2].
>
> The commit can be used as an example [2].
> I've failed to produce fix myself. Sorry.
See:
http://comments.gmane.org/gmane.linux.kernel/1274493
--
Thanks,
//richard
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] 3.4.0-rc1 is broken due to asm/system.h restructure
2012-04-02 18:16 ` richard -rw- weinberger
@ 2012-04-02 18:35 ` Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2012-04-02 18:35 UTC (permalink / raw)
To: richard -rw- weinberger; +Cc: David Howells, user-mode-linux-devel
[-- Attachment #1.1: Type: text/plain, Size: 411 bytes --]
On Mon, 2 Apr 2012 20:16:24 +0200
richard -rw- weinberger <richard.weinberger@gmail.com> wrote:
> On Mon, Apr 2, 2012 at 8:17 PM, Sergei Trofimovich <slyich@gmail.com> wrote:
> > The asm/system.h patches missed ARCH=um
> > which caused build breakage [2].
> See:
> http://comments.gmane.org/gmane.linux.kernel/1274493
Oh, your patches helped! Sorry for the noise.
Thank you!
--
Sergei
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
[-- Attachment #2: Type: text/plain, Size: 191 bytes --]
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
[-- Attachment #3: Type: text/plain, Size: 194 bytes --]
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-02 18:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-02 18:17 [uml-devel] 3.4.0-rc1 is broken due to asm/system.h restructure Sergei Trofimovich
2012-04-02 18:16 ` richard -rw- weinberger
2012-04-02 18:35 ` Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox