OpenProject fails to install, no installation candidate

What app is this about, and its version: OpenProject, v16.5.1
What YunoHost version are you running: 12.1.36
What type of hardware are you using: VPS bought online

Describe your issue

Installation fails due to not finding openproject package

Share relevant logs or error messages

New user, not allowed to post.

2025-12-11 01:10:01,520: WARNING - Package openproject is not available, but is referred to by another package.
2025-12-11 01:10:01,520: WARNING - This may mean that the package is missing, has been obsoleted, or
2025-12-11 01:10:01,521: WARNING - is only available from another source
2025-12-11 01:10:01,521: DEBUG - 
2025-12-11 01:10:01,521: WARNING - E: Package 'openproject' has no installation candidate
2025-12-11 01:10:01,522: DEBUG - + ynh_die 'Unable to install apt dependencies, it might be due to a conflict with another app - or you should check and share the previous log about what are the problematic dependencies'

Full log: https://paste.yunohost.org/raw/samuvajawu

Hi,

The installation needs a openproject package, as quoted in the installation guideline here.

So, on the log, you can read that Yunohost tries and get the list o dependencies and localisation of files :

2025-12-11 01:09:49,774: DEBUG - + local target=/etc/apt/sources.list.d/openproject.list

But the installation is only dedicated to 64bits machines.

What is yours?

You can check by running the uname -i command on the target server and verifying that it outputs x86_64

It’s a 64bit arm server, uname -m returns aarch64

hi, the debian packages exist only for x86_64 architectures.

This is why it does not work on yours (Arm64).

Please @moutonjr1 @geoff and @ericg , can you change the manifest.toml to indicate this is not available for all architectures?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.