Skip to content

Conversation

mdales
Copy link
Contributor

@mdales mdales commented Sep 16, 2025

Updates Claudius package to v1.2.0, which is a quality of life improvements release with improvements to logging and the debug screen within Claudius.

@mdales
Copy link
Contributor Author

mdales commented Sep 16, 2025

Hmm, the Claudius CI needs updating as it missed that the giflib dependancy is one version back. Will fix and update this.

@mdales mdales changed the title Update Claudius to 1.2.0 Update Claudius to 1.2.1 Sep 17, 2025
@mdales
Copy link
Contributor Author

mdales commented Sep 17, 2025

Hmm, CI is failing on ubuntu due to issues before it gets as far as trying to install anything OCaml related:

- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python3.12/libpython3.12-minimal_3.12.7-1ubuntu2.2_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python3.12/python3.12-minimal_3.12.7-1ubuntu2.2_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3-defaults/python3-minimal_3.12.6-0ubuntu1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/tzdata/tzdata_2025b-0ubuntu0.24.10.1_all.deb  404  Not Found [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python3.12/libpython3.12-stdlib_3.12.7-1ubuntu2.2_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python3.12/python3.12_3.12.7-1ubuntu2.2_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3-defaults/libpython3-stdlib_3.12.6-0ubuntu1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3-defaults/python3_3.12.6-0ubuntu1_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/systemd/libsystemd-shared_256.5-2ubuntu3.3_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::102 80]
...

]
]
dev-repo: "git+https://github.com/claudiusFX/claudius.git"
x-maintenance-intent: ["(latest)"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
x-maintenance-intent: ["(latest)"]
x-maintenance-intent: ["(latest)"]
x-ci-accept-failures: ["debian-11"] # Debian-11 includes ibsdl2-dev.2.0.14 but 2.0.18 is needed to avoid SDL_RenderGeometry error

Since we've established the reason for the Debian 11 failure #28359 (comment) it could make sense to silence the repeated red flag that it raises 🤷

@jmid
Copy link
Contributor

jmid commented Sep 17, 2025

Hmm, CI is failing on ubuntu due to issues before it gets as far as trying to install anything OCaml related:

- E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/python3.12/libpython3.12-minimal_3.12.7-1ubuntu2.2_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::102 80]

This is specific to ubuntu-24.10 I think as it is failing similarly there on other PRs too, e.g. on #28528.
Polite ping @mtelvers 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants