Re: git: e42136cbdecd - main - databases/keydb: Add NOT_FOR_ARCHS for i386 due to build failure
Date: Thu, 21 Mar 2024 14:49:46 UTC
On (03/21/24 04:39), Alexey Dokuchaev wrote: >On Wed, Mar 20, 2024 at 02:55:50PM +0000, Ryan Steinmetz wrote: >> commit e42136cbdecd7bb6a415e064a4b5803075bee1f4 >> >> databases/keydb: Add NOT_FOR_ARCHS for i386 due to build failure >> >> @@ -10,6 +10,9 @@ WWW= https://docs.keydb.dev/ >> LICENSE= BSD3CLAUSE >> LICENSE_FILE= ${WRKSRC}/COPYING >> >> +NOT_FOR_ARCHS= i386 >> +NOT_FOR_ARCHS_REASON= build failure > >NOT_FOR_ARCHS is for the cases when something is inherently unportable >and thus cannot work on some architectures; generic build failures are >typically annotated as BROKEN_$arch, using an excerpt of the error >message as its value, e.g. for this port: > >BROKEN_i386= assertion failed: static_assert(sizeof(long) == sizeof(long long),"") > >Even if upstream deliberately does this to prevent building on 32 bits, >"build failure" as NFA_REASON is too generic and thus not very helpful. Updated, thanks. -r > >./danfe -- Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7