Skip to content

Installation of OwnClound 9.1 fails on Ubuntu 16.04 due to wrong dependencies #26999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gumpp opened this issue Jan 22, 2017 · 4 comments
Closed
Assignees

Comments

@gumpp
Copy link

gumpp commented Jan 22, 2017

On a fresh install of Ubunt 16.04 (Xenial Xerus) I did the following:

wget -nv https://download.owncloud.org/download/repositories/9.1/Ubuntu_16.04/Release.key -O Release.key
apt-key add - < Release.key
sh -c "echo 'deb http://download.owncloud.org/download/repositories/9.1/Ubuntu_16.04/ /' > /etc/apt/sources.list.d/owncloud.list"
apt-get update
apt-get install owncloud

which resulted in the following error:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 owncloud : Depends: owncloud-deps-php5 (>= 9.1.3) but it is not going to be installed or
                     owncloud-deps
E: Unable to correct problems, you have held broken packages.

Perhaps this is related to issue #25659 ?

@ghost
Copy link

ghost commented Jan 23, 2017

When inspecting the https://download.owncloud.org/download/repositories/9.1/Ubuntu_16.04/all/owncloud_9.1.3-1.1_all.deb we can see the following in the control file:

Depends: owncloud-files (>= 9.1.3), owncloud-deps-php5 (>= 9.1.3) | owncloud-deps

This is obviously wrong / broken and should be:

Depends: owncloud-files (>= 9.1.3), owncloud-deps-php5 (>= 9.1.3) | owncloud-deps-php7.0 (>= 9.1.3)

@ghost
Copy link

ghost commented Feb 15, 2017

cc @crrodriguez @jnweiger

@crrodriguez
Copy link

Fixed packages (of version 9.1.4) are up now.please report success or failure.
Thanks

@lock
Copy link

lock bot commented Aug 1, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants