Hi Andrea, I'm having some trouble with this bug, particularly on jammy-hwe.
You see, is_rust_module.sh seems to have returned again. I see you removed it in 4f2dbd4037a697c6d96eb3d8867253e2c8d6f8d0 (ubuntu-mantic) but if you look at 0eec6d2a63d86ac94dc8fa7c56820a0972ccbe1f (ubuntu-mantic), right at the bottom, it has been re-added again. It was then moved around in 6ab0eb19936ebc2a85f911b098bde6c885a28f54 (ubuntu-mantic). I'm trying to build a 6.5.0-15-generic on Jammy HWE, and its there too, both in debian.master/reconstruct and debian.hwe-6.5/reconstruct. Could you please take another look at this? Thanks! Matthew -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2038611 Title: drop all references to is_rust_module.sh in kernels >= 6.5 Status in linux package in Ubuntu: Fix Released Status in linux source package in Mantic: Fix Committed Bug description: [Impact] The script tools/is_rust_module.sh has been dropped by this commit: 079c66bbe2f8 ("UBUNTU: SAUCE: btf, scripts: rust: drop is_rust_module.sh") And upstream as well (in 6.6): 41bdc6decda0 ("btf, scripts: rust: drop is_rust_module.sh") But we still have a reference of it in debian.master/reconstruct and that generates the following warning during the build: chmod: cannot access 'scripts/is_rust_module.sh': No such file or directory [Fix] Drop the reference to is_rust_module.sh from reconstruct to prevent unnecessary warnings during the build. [Test case] The following command ran from the kernel source directory is enough to trigger the warning: $ fakeroot debian/rules clean [Regression potential] This change is affecting only our packaging. The change is trivial but it might affect our kernel build process in case of regressions. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2038611/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp