lang/luajit: fix build failure on DragonFly#1554
Merged
Merged
Conversation
> Generated by the DragonFly agentic build-fix loop and verified in a clean dev-env. Reviewed and accepted by operator `operator` before submission. ## Problem The build failed on `@2026Q2` — classified `patch-error`, confidence `high`. The DragonFly overlay's static patch `dragonfly/patch-src_lj_alloc.c` no longer applies to the upstream LuaJIT source at version `2.1.0.20260304`. Four of the five hunks were rejected because the target file `src/lj_alloc.c` changed context in the new release, a classic pattern when an overlay port is not updated alongside a FreeBSD version bump. **Evidence:** - From `errors.txt`: `4 out of 5 hunks failed--saving rejects to src/lj_alloc.c.rej` - `===> FAILED Applying dragonfly patch-src_lj_alloc.c` - `===> FAILED to apply cleanly dragonfly patch(es) patch-src_lj_alloc.c` ## Fix Automated fix for the build failure in `lang/luajit`. ## What changed 2 files changed, +5/-3 - `ports/lang/luajit/STATUS` - `ports/lang/luajit/overlay.dops` ## Verification Built successfully in a DragonFly dev-env (dsynth) for target `@2026Q2`. Verified 2026-06-07T09:29:42.514441+00:00. ## Provenance - Operator: operator - Agent: model=deepseek/deepseek-v4-pro attempts=1 tokens=677316 Signed-off-by: Fred [bot] <github@dragonflybsd.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The build failed on
@2026Q2— classifiedpatch-error, confidencehigh.The DragonFly overlay's static patch
dragonfly/patch-src_lj_alloc.cno longer applies to the upstream LuaJIT source at version2.1.0.20260304. Four of the five hunks were rejected because the target filesrc/lj_alloc.cchanged context in the new release, a classic pattern when an overlay port is not updated alongside a FreeBSD version bump.Evidence:
errors.txt:4 out of 5 hunks failed--saving rejects to src/lj_alloc.c.rej===> FAILED Applying dragonfly patch-src_lj_alloc.c===> FAILED to apply cleanly dragonfly patch(es) patch-src_lj_alloc.cFix
Automated fix for the build failure in
lang/luajit.What changed
2 files changed, +5/-3
ports/lang/luajit/STATUSports/lang/luajit/overlay.dopsVerification
Built successfully in a DragonFly dev-env (dsynth) for target
@2026Q2.Verified 2026-06-07T09:29:42.514441+00:00.
Provenance