Hi,
On Mon, Oct 17, 2022 at 03:41:26PM +0200, Santiago Ruano Rinc�n wrote:
Hello Bo YU,

El 10/05/22 a las 21:54, Bo YU escribi?:
[...]
...
```

The full buildd log is here:
https://buildd.debian.org/status/fetch.php?pkg=isc-dhcp&arch=riscv64&ver=4.4.3-1&stamp=1651855032&raw=0

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:
https://wiki.debian.org/Autoreconf
[snip]

Just to be sure, are you willing to update your patch, e.g. considering
the comments made by Paul Wise:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010807#10 ?


Certainly. I have updated the patch with help of Paul Wise.
But I am not sure I understand it correctly. Yeah, The bind.tar.gz keeps
itself config.{guess/sub}, so I simply copy these files from system in
Makefile.

Could you have a look? please let me know if any issues :)



--
Regards,
--
  Bo YU

--- a/bind/Makefile.in
+++ b/bind/Makefile.in
@@ -55,6 +55,8 @@
 	else                                                            \
 		echo Configuring BIND libraries for DHCP. ;             \
 		rm -rf ${cleandirs} ${cleanfiles} ;                     \
+		cp -f /usr/share/misc/config.sub ${bindsrcdir} ;		\
+		cp -f /usr/share/misc/config.guess ${bindsrcdir} ;		\
 		(cd ${bindsrcdir} &&                                    \
                  ./configure ${bindconfig} > ${binddir}/configure.log); \
 	fi

Attachment: signature.asc
Description: PGP signature

Reply via email to