Summary: | www/node18: Unbreak clang16 on aarch64 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Nuno Teixeira <eduardo> | ||||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | eduardo | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272013 | ||||||||
Attachments: |
|
Description
Nuno Teixeira
2023-07-21 18:37:34 UTC
(In reply to Nuno Teixeira from comment #1) (...) Forgot error log: https://people.freebsd.org/~eduardo/logs/node18/node18-18.16.1.log Created attachment 243594 [details]
Use COMPILER_VERSION check
- Use '.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160 && ${ARCH} == aarch64' rather than depending on only OSVERSION
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a315d93d509a19c72ad9bf76a9b903e8f4cb6f80 commit a315d93d509a19c72ad9bf76a9b903e8f4cb6f80 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-07-25 06:46:11 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-07-25 06:48:01 +0000 www/node18: Fix build with llvm16 on aarch64 PR: 272645 Approved by: portmgr (blanket) www/node18/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) Committed. |