On Fri, Mar 14, 2025 at 09:46:20PM +0000, NetBSD Test Fixture wrote: > This is an automatically generated notice of a NetBSD-current/i386 > build failure. > > The failure occurred on babylon4.netbsd.org, a NetBSD/amd64 host, > using sources from CVS date 2025.03.14.21.26.04. > > An extract from the build.sh output follows: > > | ^~~~~ > --- xmlparse.po --- > > /tmp/build/2025.03.14.21.26.04-i386/src/external/mit/expat/dist/lib/xmlparse.c:71:4: > error: #error XML_GE (for general entities) must be defined, non-empty, > either 1 or 0 (0 to disable, 1 to enable; 1 is a common default) > 71 | # error XML_GE (for general entities) must be defined, > non-empty, either 1 or 0 (0 to disable, 1 to enable; 1 is a common default) > | ^~~~~ > > /tmp/build/2025.03.14.21.26.04-i386/src/external/mit/expat/dist/lib/xmlparse.c:75:4: > error: #error Either undefine XML_DTD or define XML_GE to 1. > 75 | # error Either undefine XML_DTD or define XML_GE to 1. > | ^~~~~ > --- xmlparse.d --- > nbmkdep: compile failed.
>From the symptoms, this build hit the small window between the merge and the update of the infrastructure files - should already be fixed. Thomas