Re: git: a297d3477dca - main - devel/libwasmtime: mark build failed on i386 (+)
- In reply to: Robert Clausecker : "Re: git: a297d3477dca - main - devel/libwasmtime: mark build failed on i386 (+)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 18:50:47 UTC
On Sat, Aug 12, 2023 at 08:45:53PM +0200, Robert Clausecker wrote: > Am Sat, Aug 12, 2023 at 06:43:19PM +0000 schrieb Sergey A. Osokin: > > On Sat, Aug 12, 2023 at 04:14:34AM +0000, Alexey Dokuchaev wrote: > > > On Fri, Aug 11, 2023 at 08:58:10PM +0000, Sergey A. Osokin wrote: > > > > commit a297d3477dca8f76ef3461b6b0c760d05be3cddd > > > > > > > > devel/libwasmtime: mark build failed on i386 (+) > > > > ... > > > > -USES= cargo > > > > +NOT_FOR_ARCHS= i386 > > > > +NOT_FOR_ARCHS_REASON= build currently failing > > > > > > Why not simply BROKEN_i386? > > > > Not sure how many unsupported archs there, will see. > > If the port is broken for multiple architectures, add one BROKEN_... > line for each architecture on which the port is broken. We have > NOT_FOR_ARCHS distinct from BROKEN so it's easy to discover broken > ports and fix them. Please don't mix these two up. Yeah, it's definitely unsupported, not just broken, on i386, https://github.com/bytecodealliance/wasmtime/issues/1980 -- Sergey A. Osokin