On Sat, Oct 26, 2024 at 10:23:29PM +0200, Thomas Lange wrote: > > Every test/TEST-*-* sources in its test.sh the file > test/test-functions which checks in line 74-89 the name of the kernel > file. It seem this does not work on the buildd. Maybe there's no > kernel installed in the buildd environment. > > Can we force using qemu in a buildd environment? > Should we add a build dependency on a linux package? > his seems strange to me. >...
Any assumption that the running kernel would be available in a buildd chroot would be clearly bogus - most buildds are running the kernel from stable. You can build depend on qemu packages and then manually run the tests inside qemu, if that makes sense for your package. > regards Thomas cu Adrian