Helmut Grohne wrote: > On Wed, Feb 05, 2025 at 06:13:27PM +0200, Yavor Doganov wrote: > > What happens if you do a native build in your environment? Logic > > dictates that it would run configure in the clean target, just > > like it does for a cross build. > > Now it gets even more mysterious to me. The native build succeeds in > my sbuild/unshare environment whereas the cross build fails.
That's actually a good outcome because it presumably will help you find the real cause -- something in your cross environment setup makes GNU make behave differently. I anticipate it won't be easy to find out what it is and unfortunately I can't help you in this quest. FTR, I'm not using the new sbuild "unshare" feature as it slows down builds for me on my most powerful marchine (which is not so powerful). I don't know if it helps you but might give you a clue. TTBOMK the official buildds already switched to "unshare" so this is perhaps an unimportant detail, irrelevant to this bug. > Would you mind deferring this issue? Sure, I was going to suggest the same.