On Tue, Feb 07, 2023 at 03:10:27PM +0100, Santiago Vila wrote: > severity 1024589 serious > thanks > > Hi. I can reproduce this, and I believe everybody who will try > to build the package using sbuild right now in unstable should also > be able to reproduce it. > > (If you still can't reproduce it and need a test machine, > please contact me privately, I can offer ssh access to a machine > where it always happens). > > Regarding the bug itself. this seems to happen because > dh_install now puts the stuff in debian/tmp/lib64 while > debian/rules does this: > > dh_install > mv $(TEMPDEB)/usr/lib/libdislocker* \ > $(DESTDIRLIB)/usr/lib/ > > i.e. expecting stuff to be in usr/lib/libdislocker*, > but it's no longer there. Maybe because of ruby3.1, > maybe because usr-merge, >...
The Ubuntu diff has a fix for this issue caused by merged /usr (untested). > Thanks. cu Adrian

