options: fix core-dynamic-linker on ppc64el/s390x
Metadata
Current evaluation
Merged fix for ppc64el and s390x where leading slashes in core-dynamic-linker settings caused snapcraft to incorrectly detect the core snap as uninstalled. Approved by two reviewers and merged with changes to three files.
Suggested action: —
No scores available.
Issue body
ppc64el and s390x had leading slashes on their settings for
`core-dynamic-linker`. In some cases this caused snapcraft to
incorrectly believe that the core snap was not installed, as the target
of the symlink on the host system couldn't be resolved within the core
snap.
LP: #1722521
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged fix for ppc64el and s390x where leading slashes in core-dynamic-linker settings caused snapcraft to incorrectly detect the core snap as uninstalled. Approved by two reviewers and merged with changes to three files. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged fix for ppc64el and s390x where leading slashes in core-dynamic-linker settings caused snapcraft to fail symlink resolution and incorrectly report the core snap as missing. Resolves LP: #1722521. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged fix removing leading slashes from core-dynamic-linker settings on ppc64el and s390x. Resolves symlink resolution failures that incorrectly prevented snapcraft from detecting the core snap. Closes LP: #1722521. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1170 core: fix symlink resolution in get_core_dynamic_linker | snapcraft | merged | Merged fix for symlink resolution in get_core_dynamic_linker. Relative symlinks were incorrectly expanded relative to /snap/core/current, breaking classic snap builds on architectures like i386. Approved by reviewers, passed CI, and merged. Verified via integration tests. | |
| #1722521 core dynamic linker detection fails on ppc64el and s390x | snapcraft (launchpad) | closed | Resolved dynamic linker detection failure on ppc64el and s390x by removing stray leading slashes from the core-dynamic-linker path. Added regression tests to prevent future architecture-specific path resolution issues. |