repo: error for packages with broken dependencies
Metadata
Current evaluation
Merged changes replace silent failures with a clear error message for packages containing broken dependencies, resolving bug 1686481. Approved after minor test adjustments.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] If this is a bugfix. Have you checked that there is a bug report open for the issue you are trying to fix on [bug reports](https://bugs.launchpad.net/snapcraft)?
- [x] If this is a new feature. Have you discussed the design on the [forum](https://forum.snapcraft.io)?
- [x] Have you successfully run `./runtests.sh static`?
- [x] Have you successfully run `./runtests.sh unit`?
-----
This change introduces a new error message instead of silently failing when a package has broken dependencies:
`The package ceph-common:armhf has unmet dependencies: python-requests`
Fixes: [bug 1686481](https://bugs.launchpad.net/snapcraft/+bug/1686481)
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged changes replace silent failures with a clear error message for packages containing broken dependencies, resolving bug 1686481. Approved after minor test adjustments. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Successfully merged. Replaces silent failures with explicit error messages for packages with broken dependencies, resolving bug 1686481. Initial test and CLA checks required follow-up before final merge. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to replace silent failures with explicit error messages for packages containing unmet dependencies, resolving bug 1686481. Initial test failures and CLA verification were resolved prior to merge. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2023 repo: catch error due to broken build packages | snapcraft | merged | Resolved broken build package errors by introducing BuildPackagesNotInstalledError and falling back to apt-get for detailed conflict messages. Merged after reviewer approval and passing CI checks. |