* Ingo Molnar <mingo@xxxxxxxxxx> wrote: > > * Ingo Molnar <mingo@xxxxxxxxxx> wrote: > > > Notes: > > > > - Yes, those weird 'file' and ': No such file or directory' strings are > > pasted as-is. No idea what it's about, and the build log doesn't say. > > Forgot to mention that I also did a KBUILD_VERBOSE=2 build - which isn't > more verbose for this particular failure: Another update - I reverted the 4 most recent commits to scripts/package/debian/rules: b8d18fee7aa2 Revert "kbuild: deb-pkg: show verbose log for direct package builds" 82ac586caf3d Revert "kbuild: deb-pkg: make debian/rules quiet for 'make deb-pkg'" 0b806eac90d6 Revert "kbuild: deb-pkg: build binary-arch in parallel" 4b16391dc462 Revert "kbuild: deb-pkg: call more misc debhelper commands" f96beb84eff6 kbuild: deb-pkg: call more misc debhelper commands 1d7bae8f8c85 kbuild: deb-pkg: build binary-arch in parallel caf400c8b68a kbuild: deb-pkg: make debian/rules quiet for 'make deb-pkg' cc3df32c9f3a kbuild: deb-pkg: show verbose log for direct package builds And this resolved the issue, the debs are built successfully: ... dpkg-deb: building package 'linux-image-6.9.0-rc6-tip-00478-gb8d18fee7aa2-dbg' in '../linux-image-6.9.0-rc6-tip-00478-gb8d18fee7aa2-dbg_6.9.0-rc6-00478-gb8d18fee7aa2-8_amd64.deb'. dpkg-genbuildinfo --build=binary -O../linux-upstream_6.9.0-rc6-00478-gb8d18fee7aa2-8_amd64.buildinfo dpkg-genchanges --build=binary -O../linux-upstream_6.9.0-rc6-00478-gb8d18fee7aa2-8_amd64.changes dpkg-genchanges: info: binary-only upload (no source code included) dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) Thanks, Ingo