https://bugzilla.kernel.org/show_bug.cgi?id=218092 --- Comment #30 from Ertugrul Uyar (ertugruluyar.personal@xxxxxxxxx) --- (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 -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.