Bug 293515 - lang/ldc set max at llvm19 instead of 20
Summary: lang/ldc set max at llvm19 instead of 20
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-03-01 00:32 UTC by Chad Jacob Milios
Modified: 2026-03-01 00:32 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (acm)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chad Jacob Milios 2026-03-01 00:32:27 UTC
present USES=llvm:max=20 failed on some sort of JIT library (sorry, didnt log it). upstream relnotes for current ver (1.41.0) mention issues w/ llvm20 pertaining to JIT, which we apparently opt into, as there are no OPTIONS for this port (while upstream docs seem to indicate JIT feature is optional). i tried 22 (fail) but didnt try 21 (worth a try? upstream claims support for llvm 15-20).

1.42 may have fixed it, but it's still in beta (1.42.0-beta3, this week); i did not try a beta version.

changing to llvm:max=19 solved the issue on my end w/ v1.41.0 (on FBSD 14.4-RC1/amd64).

i recommend we change llvm max to 19 until we bring v1.42.x into the ports tree