The build works as expected, I think "dh_install" is where the named
binary got overwritten because "-pPACKAGE" is not mentioned.

Testing with "fakeroot debian/rules build" revealed:

$ md5sum build/bin/named/named 
9f9fad4761dccb84801351a32c8c1a4f  build/bin/named/named

$ md5sum build-singlethread/bin/named/named 
bbdff642ecbf573521c6143a7d21db15  build-singlethread/bin/named/named


While installing bind9 or bind9-single-thread, named binary have the same 
md5sum for both.
So definitely the build part is working as expected, but the installation/copy 
goes wrong.

Hopefully that would do the trick:

- dh_auto_install -B build      --destdir=$(CURDIR)/debian/tmp
- dh_auto_install -B build-singlethread      
--destdir=$(CURDIR)/debian/tmp-singlethread
+ dh_auto_install -pbind9 -B build      --destdir=$(CURDIR)/debian/tmp
+ dh_auto_install -pbind9-single-thread -B build-singlethread      
--destdir=$(CURDIR)/debian/tmp-singlethread

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1710278

Title:
  [2.3a1] named stuck on reload, DNS broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/bind/+bug/1710278/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to