https://bugzilla.kernel.org/show_bug.cgi?id=218092 --- Comment #32 from Ertugrul Uyar (ertugruluyar.personal@xxxxxxxxx) --- (In reply to Ertugrul Uyar from comment #31) > (In reply to Ertugrul Uyar from comment #30) > > (In reply to Ertugrul Uyar from comment #29) > > > (In reply to Mario Limonciello (AMD) from comment #28) > > > > Yeah like I said, you need to install build dependencies. You can do > > them > > > > manually one by one or you can use 'sudo apt build-dep $SOURCE_PACKAGE' > > to > > > > do it. > > > > > > > > I don't know the name of the source package used for Tuxedo. It's > > > something > > > > like this: > > > > > > > > # sudo apt build-dep linux-image > > > > > > I tried this: https://phoenixnap.com/kb/build-linux-kernel > > > sudo apt-get install git fakeroot build-essential ncurses-dev xz-utils > > > libssl-dev bc flex libelf-dev bison > > > And it's start to build. Then I keep enter to choose default options for > > > questions. > > > > Then I get this and installed the missing deppendency. > > > > dpkg-buildpackage --build=binary --no-pre-clean --unsigned-changes > > --rules-file='make -f debian/rules' --jobs=1 -r'fakeroot -u' -a$(cat > > debian/arch) > > dpkg-buildpackage: info: source package linux-upstream > > dpkg-buildpackage: info: source version 6.6.0-1 > > dpkg-buildpackage: info: source distribution jammy > > dpkg-buildpackage: info: source changed by ertugruluyar > > <ertugruluyar@ertugruluyar-pc> > > dpkg-buildpackage: info: host architecture amd64 > > dpkg-source --before-build . > > dpkg-checkbuilddeps: error: Unmet build dependencies: debhelper > > dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; > > aborting > > dpkg-buildpackage: warning: (Use -d flag to override.) > > make[2]: *** [scripts/Makefile.package:146: bindeb-pkg] Error 3 > > make[1]: *** [/home/ertugruluyar/Desktop/linux-6.6/Makefile:1538: > > bindeb-pkg] Error 2 > > make: *** [Makefile:234: __sub-make] Error 2 > > It did things that start CC ... then I get error a few minutes later: > make[5]: *** [Makefile:1913: .] Error 2 > make[4]: *** [Makefile:359: __build_one_by_one] Error 2 > make[3]: *** [debian/rules:25: build-arch] Error 2 > dpkg-buildpackage: error: make -f debian/rules binary subprocess returned > exit status 2 > make[2]: *** [scripts/Makefile.package:146: bindeb-pkg] Error 2 > make[1]: *** [/home/ertugruluyar/Desktop/linux-6.6/Makefile:1538: > bindeb-pkg] Error 2 > make: *** [Makefile:234: __sub-make] Error 2 Then I did this: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel sudo apt-get install libncurses-dev gawk flex bison openssl libssl-dev dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf llvm -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.