Re: www/node18 fails to build on aarch64/current
- Reply: Nuno Teixeira : "Re: www/node18 fails to build on aarch64/current"
- In reply to: Nuno Teixeira : "www/node18 fails to build on aarch64/current"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jul 2023 13:10:01 UTC
On 16 Jul 2023, at 14:58, Nuno Teixeira <eduardo@freebsd.org> wrote: > > main 1400093 aarch64 > > Anyone seeing www/node18 failing (needed for www/firefox)? > I tried reverting latest 2 committs and same result with 18.16.0. > > Any hints? > > https://people.freebsd.org/~eduardo/logs/node18/node18-18.16.1.log > https://people.freebsd.org/~eduardo/logs/node18/node18-18.16.0.log These are similar to <https://bugs.freebsd.org/272013>, but instead of properly fixing it, the can was kicked down the road in <https://cgit.freebsd.org/ports/commit/?id=ee3e6d5a17a0c78bb56f8d5719de82b8dd49950d>. These enums should be fixed by either removing the values outside of the enum's valid range, or by specifying the enum's underlying type explicitly to allow for such values. In the near future the -Wno-enum-constexpr-conversion flag is going to go away! -Dimitry