Re: git: b2d2a78ad80e - main - Import device-tree files from Linux 6.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jan 2025 03:48:26 UTC
John Baldwin <jhb_at_FreeBSD.org> wrote on Date: Thu, 02 Jan 2025 17:04:15 UTC : > On 1/2/25 04:12, Emmanuel Vadot wrote: > > The branch main has been updated by manu: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b > > > > commit b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b > > Merge: 0e8011faf58b cd989bfc73f7 > > Author: Emmanuel Vadot <manu@FreeBSD.org> > > AuthorDate: 2025-01-02 09:12:13 +0000 > > Commit: Emmanuel Vadot <manu@FreeBSD.org> > > CommitDate: 2025-01-02 09:12:13 +0000 > > > > Import device-tree files from Linux 6.12 > > Not sure which update triggered this, but I am now getting this failure > building an arm64 GENERIC kernel. The second build "works" but presumably > with a busted fdt (I wonder if we have an error there where we need to > be removing partially built files on error)? > > /freebsd/main/sys/tools/fdt/make_dtb.sh /freebsd/main/sys /freebsd/main/sys/contrib/device-tree/src/arm/allwinner/sun8i-h2-plus-orangepi-r1.dts /usr/obj/freebsd/main/arm.armv7/sys/GENERIC/modules/freebsd/main/sys/modules/dtb/allwinner > Assertion failed: (sorted_phandles.size() == fixups.size()), function resolve_cross_references, file /freebsd/main/usr.bin/dtc/fdt.cc, line 1421. > Abort trap (core dumped) Before ci.freebsd.org <http://ci.freebsd.org/> turned into "502 Bad Gateway", the main armv7 builds had been consistently failing, starting with this commit, as I remember. [Not that I can look and confirm any details as things are.] But, I'll note that: https://pkg.freebsd.org/FreeBSD:15:armv7/base_latest/?C=M&O=D indicates armv7 PkgBase has been managing to build. But may be its builds do not check assertions for dtc's build. Or, maybe, there is use of a now-bad file, per John's note. === Mark Millard marklmi at yahoo.com