On Tue, 2022-05-10 at 21:54 +0800, Bo YU wrote: > The attach patch is ok on my localy riscv64 hardware board. > > But I am not sure this patch is right or not to fix the issue although > read through here:
I don't think this is the best way to fix this issue. dh_autoreconf should already be being run automatically before dh_auto_configure and according to the build log it is and config.guess and config.sub are already be updated before the autoreconf because dh_update_autotools_config already runs first. The problem is that there is a config.guess inside of bind/bind.tar.gz in the isc-dhcp source package and the build process unpacks it after dh_update_autotools_config and dh_autoreconf are run. I think the right thing to do would be to unpack bind/bind.tar.gz manually before dh_update_autotools_config runs. It looks like the upstream Makefile will cope with that. Probably should also make dh_autoreconf rebuild things in the unpacked bind dir too. Since isc-dhcp is orphaned upstream, perhaps removing it from Debian is the right solution. There was a thread about that on debian-devel: https://www.isc.org/blogs/dhcp-client-relay-eom/ https://lists.debian.org/msgid-search/[email protected] -- bye, pabs https://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

