https://bugzilla.kernel.org/show_bug.cgi?id=218092 --- Comment #27 from Ertugrul Uyar (ertugruluyar.personal@xxxxxxxxx) --- (In reply to Mario Limonciello (AMD) from comment #26) > > Because, I tried "sudo apt install apt build-dep linux-image" --> it didn't > > find build-dep and show all linux-image* for different versions. Should I > try > > to "make -j$(nproc) bindeb-pkg"? > > If you build and it's missing dependencies it will mention that, fail the > build and you have to find them. The apt build-dep command I suggested was > to give you another shortcut. ertugruluyar@ertugruluyar-pc:~/Desktop/linux-6.6$ make -j$(nproc) bindeb-pkg *** *** Configuration file ".config" not found! *** *** Please run some configurator (e.g. "make oldconfig" or *** "make menuconfig" or "make xconfig"). *** make[1]: *** [/home/ertugruluyar/Desktop/linux-6.6/Makefile:784: .config] Error 1 make: *** [Makefile:234: __sub-make] Error 2 THEN I move .config file that I copied to linux-6.6/kernel/ folder to the linux-6.6/ folder. and I run this: ertugruluyar@ertugruluyar-pc:~/Desktop/linux-6.6$ make -j$(nproc) bindeb-pkg SYNC include/config/auto.conf.cmd HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o LEX scripts/kconfig/lexer.lex.c /bin/sh: 1: flex: not found YACC scripts/kconfig/parser.tab.[ch] /bin/sh: 1: bison: not found make[3]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [scripts/Makefile.host:17: scripts/kconfig/parser.tab.h] Error 127 HOSTCC scripts/kconfig/menu.o make[2]: *** [Makefile:697: syncconfig] Error 2 make[1]: *** [/home/ertugruluyar/Desktop/linux-6.6/Makefile:798: include/config/auto.conf.cmd] Error 2 make: *** [Makefile:234: __sub-make] Error 2 -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.