Skip to content

Instantly share code, notes, and snippets.

@gargoyle
Created November 12, 2016 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gargoyle/00adfb96a6ca61cde547e4c5310f2651 to your computer and use it in GitHub Desktop.
Save gargoyle/00adfb96a6ca61cde547e4c5310f2651 to your computer and use it in GitHub Desktop.
➜ ubuntu-yakkety git:(master) ✗ fakeroot debian/rules editconfigs
dh_testdir;
/bin/bash -e debian/scripts/misc/kernelconfig editconfigs
Do you want to edit config: amd64/config.flavour.generic? [Y/n] y
make[1]: Entering directory '/home/paul/kernel/ubuntu-yakkety'
make[2]: Entering directory '/home/paul/kernel/ubuntu-yakkety/build'
HOSTCC scripts/basic/fixdep
GEN ./Makefile
HOSTCC scripts/kconfig/mconf.o
In file included from ../scripts/kconfig/mconf.c:23:0:
../scripts/kconfig/lxdialog/dialog.h:38:20: fatal error: curses.h: No such file or directory
#include CURSES_LOC
^
compilation terminated.
scripts/Makefile.host:124: recipe for target 'scripts/kconfig/mconf.o' failed
make[3]: *** [scripts/kconfig/mconf.o] Error 1
/home/paul/kernel/ubuntu-yakkety/Makefile:555: recipe for target 'menuconfig' failed
make[2]: *** [menuconfig] Error 2
make[2]: Leaving directory '/home/paul/kernel/ubuntu-yakkety/build'
Makefile:150: recipe for target 'sub-make' failed
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory '/home/paul/kernel/ubuntu-yakkety'
debian/rules.d/1-maintainer.mk:43: recipe for target 'editconfigs' failed
make: *** [editconfigs] Error 2
➜ ubuntu-yakkety git:(master) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment