Bug 293515 - lang/ldc set max at llvm19 instead of 20
Summary: lang/ldc set max at llvm19 instead of 20
Status: Closed FIXED
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-06-11 06:04 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
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-06-11 06:02:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d8b87c5ff9885d3df313e2b75a0affe89f62bb8a

commit d8b87c5ff9885d3df313e2b75a0affe89f62bb8a
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2026-06-11 04:56:36 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2026-06-11 06:02:07 +0000

    lang/ldc: Update to 1.42.0

    Changelog at:   https://github.com/ldc-developers/ldc/releases/tag/v1.42.0
    PR:             293515

 lang/ldc/Makefile                                  |  4 +--
 lang/ldc/distinfo                                  | 10 +++----
 ...freebsd-x86_64-import-core-sys-freebsd-config.d |  4 +--
 lang/ldc/pkg-plist                                 | 34 +++++++++++++++-------
 4 files changed, 32 insertions(+), 20 deletions(-)