Hi,

I also found that these patches helped stop the compile getting blocked - but they only seem to treat the symptoms, not the cause. As with David, my configuration seems to get modified / overwritten during the build.

I traced the problem down to
- a dependency on the target: debian/stamp/conf/vars
- Which executes: make -f ./debian/ruleset/kernel_version.mk debian_conf_var
- kernel_version.mk includes the main Linux kernel Makefile
- For some reason this causes the Linux Makefile to run `make syncconfig`

At which point it starts asking questions and changes the kernel configuration.

Linux source version: 4.19.20.
Note that I also only have problems when compiling for x86, not amd64.


nick.

Reply via email to