Date: Fri, 18 Mar 2022 00:49:49 +0000 From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 262637] lang/mono6.8: Updating Mono 6 portage with a lang/mono6 port (GitHub) Message-ID: <bug-262637-23699-76YhDFeulN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262637-23699@https.bugs.freebsd.org/bugzilla/> References: <bug-262637-23699@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262637 --- Comment #4 from Sean Champ <lab+bsd@thinkum.space> --- It was actually during the brotli build that the lang/mono6.8 build was fai= ling here. Unfortunately, that's still happening in this newere mono 6 build, wi= thin the mono corefx external ~~~~ ../../external/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c:16:1: error: unknown type name 'BROTLI_INTERNAL' BROTLI_INTERNAL const uint16_t kStaticDictionaryHash[32768] =3D { ^ ../../external/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c:16:31: error: expected ';' after top level declarator BROTLI_INTERNAL const uint16_t kStaticDictionaryHash[32768] =3D { ^ ; 2 errors generated. gmake[5]: *** [Makefile:2210: ../../external/corefx/src/Native/AnyOS/brotli/enc/libmono_native_la-diction= ary_hash.lo] Error 1 ~~~~ Maybe there's a missing include directive, such that BROTLI_INTERNAL is not being defined in those files? while it's defined in a header under the brot= li src. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262637-23699-76YhDFeulN>