kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Newbie task: Fix a build regression
@ 2014-06-02 18:56 Richard Weinberger
  2014-06-02 19:06 ` Valdis.Kletnieks at vt.edu
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Weinberger @ 2014-06-02 18:56 UTC (permalink / raw)
  To: kernelnewbies

Hi!

On linux-next (next-20140530) the UML out-of-tree build is broken.
---cut---
rw at azrael:~/linux-next (next-20140530)> make defconfig ARCH=um O=/mnt/o
  GEN     ./Makefile
*** Default configuration is based on 'x86_64_defconfig'
#
# configuration written to .config
#
rw at azrael:~/linux-next (next-20140530)> LANG=C make -j 8 linux ARCH=um O=/mnt/o
  CHK     include/generated/uapi/linux/version.h
  CHK     include/config/kernel.release
  GEN     ./Makefile
  Using /home/rw/linux-next as source for kernel
  CHK     include/generated/utsrelease.h
  UPD     include/generated/utsrelease.h
  CC      arch/x86/um/user-offsets.s
/home/rw/linux-next/arch/x86/um/user-offsets.c:21:29: fatal error:
asm/syscalls_64.h: No such file or directory
compilation terminated.
make[2]: *** [arch/x86/um/user-offsets.s] Error 1
make[1]: *** [arch/x86/um/user-offsets.s] Error 2
make: *** [sub-make] Error 2
---cut---

Fixing this should be easy, so I offer this as a newbie task.

1. Find out which commit broke the build (i.e. using git bisect)
2. Fix the build
3. Send me a patch

-- 
Thanks,
//richard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-02 19:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 18:56 Newbie task: Fix a build regression Richard Weinberger
2014-06-02 19:06 ` Valdis.Kletnieks at vt.edu
2014-06-02 19:10   ` Richard Weinberger
2014-06-02 19:19     ` Valdis.Kletnieks at vt.edu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).