51
Nightly builds / Re: The 27 July 2026 build (13924) is out.
« Last post by Miguel Gimenez on July 28, 2026, 12:46:46 pm »Regarding the 26.04 failure, Gemini says:
Quote
The reason it fails on Ubuntu 26.04 is that the Common Debian Build System (cdbs) package officially dropped and deleted the deprecated autotools.mk and makefile.mk files.
If you control the source code of the project or package, the best fix is to stop using cdbs with the old autotools.mk include. Instead, rewrite your debian/rules file to use modern, clean dh (Debhelper) syntax, which handles autotools automatically.
Recent Posts