Re: CVS: cvs.openbsd.org: ports
Alexander Bluhm <[email protected]>
| Newsgroups | gmane.os.openbsd.ports.cvs |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 22, 2026 at 03:04:44PM +0200, Alexander Bluhm wrote: > On Wed, Jul 22, 2026 at 11:06:21AM +0100, Stuart Henderson wrote: > > 11602 | UA_Variant_setArray(&attr.value, &variablenode_ns_1_i_15006_variant_DataContents, (UA_Int32) 1, &UA_TYPES[UA_TYPES_IDTYPE]); > > | ^~~~~~~~~~~~~~~ > > 1 error generated. > > ninja: build stopped: subcommand failed. > > I can reproduce it. Happens on i386 and amd64 with ns0_full flavor. > But we have packages with this version in snapshots from July 16 > and 18. Flavor ns0_full build fails if non-flavor open62541 package is installed. Include files are different. pkg_delete open62541 fixes it. Either live with the situation or "someone" digs though the cmake ninja build process to search pobj/open62541/include before /usr/include. bluhm