Ubuntu Pastebin

Paste from BlackMage at Mon, 1 Aug 2016 21:58:12 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
make KBUILD_VERBOSE=1 SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 CONFIG_MODULE_SIG= -C /lib/modules/4.7.0-999-generic/build -j2 modules
make[1]: Warnung: -jN in „make“-Verarbeitungszweig erzwungen: 
Jobserver-Modus nicht verfügbar.
test -e include/generated/autoconf.h -a -e include/config/auto.conf || (                \
echo >&2;                                                       \
echo >&2 "  ERROR: Kernel configuration is invalid.";           \
echo >&2 "         include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo >&2 "         Run 'make oldconfig && make prepare' on kernel src to fix it.";      \
echo >&2 ;                                                      \
/bin/false)
Download as text