On Sun, Oct 11, 2020 at 12:27:03PM +0200, Richard B. Kreckel wrote: > Thank you! Your patch has been upstreamed.
Great! This is not urgent from my pov, just close the Debian bug with the new upstream upload. > > I fear this is not the only issue. For instance on ppc64el, the build > > times out during configure. I haven't figured out why yet. Can you just > > fix the missing include and close this bug when doing so? > > I would love to know at which point configure gets stuck. You can get an overview at http://crossqa.debian.net/src/cln. The failure mode is architecture-dependent: This bug: * arm64 * armel * armhf * mips64el * mipsel * s390x Build timeout while generating intparam.h on ppc64el: * http://crossqa.debian.net/build/cln_1.3.6-4_ppc64el_20200107193158.log * http://crossqa.debian.net/build/cln_1.3.6-3_ppc64el_20200106155133.log * http://crossqa.debian.net/build/cln_1.3.6-1_ppc64el_20191207104527.log If you are interested in figuring out why this happens, all the better, I guess you should pass --anything-failed-commands=%SBUILD_SHELL to sbuild and examine config.log. Helmut