-
Notifications
You must be signed in to change notification settings - Fork 670
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
Can't install owncloud 2.5.3 on debian 9 stretch due to unmet dependencies #7096
Comments
I was able to reproduce using the install instructions linked from:
@jnweiger for help… |
Ouch. We are preparing a 2.5.4 release. Publishing is disabled, but SUSE OBS has decided to push some updates through, already. Now http://download.opensuse.org/repositories/isv:/ownCloud:/desktop is in a broken state. Half 2.5.3 and half 2.5.4 sorry for this. I have fallen into that trap before and did not remember when preparing the release yesterday. Sorry. For 2.5.3, please try https://build.opensuse.org/package/show/isv:ownCloud:desktop:client-2.5.3/owncloud-client instead. That repository stays at 2.5.3 |
http://download.opensuse.org/repositories/isv:/ownCloud:/desktop should have 2.5.4 within the next one or two hours. Or 4 hours. sigh. |
Thank you for the fast reply and workaround suggestion/solution! It works perfectly now. Cheers, Philipp |
I currently can't install owncloud-client on debian 9 stretch due to unmet dependencies. My output of "apt install owncloud-client" goes like:
The following packages have unmet dependencies:
owncloud-client : Depends: libowncloudsync0 (= 2.5.3.11470+oc-342) but it is not going to be installed
Depends: ocqt5101-libqt5concurrent5 but it is not installable
Depends: ocqt5101-libqt5core5a but it is not installable
Depends: ocqt5101-libqt5dbus5 but it is not installable
Depends: ocqt5101-libqt5gui5 but it is not installable
Depends: ocqt5101-libqt5keychain1 but it is not installable
Depends: ocqt5101-libqt5network5 but it is not installable
Depends: ocqt5101-libqt5webkit5 but it is not installable
Depends: ocqt5101-libqt5widgets5 but it is not installable
Depends: ocqt5101-libqt5xml5 but it is not installable
Depends: owncloud-client-l10n but it is not going to be installed
Depends: ocqt5101-libqt5sql5-sqlite but it is not installable
Depends: ocqt5101-qtsvg5 but it is not installable
E: Unable to correct problems, you have held broken packages.
Expected behaviour
owncloud 2.5.3 client installes without unmet dependencies
Actual behaviour
"apt install owncloud-client", fails with dependency errors:
root@debian:/root# apt install owncloud-client
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-client : Depends: libowncloudsync0 (= 2.5.3.11470+oc-342) but it is not going to be installed
Depends: ocqt5101-libqt5concurrent5 but it is not installable
Depends: ocqt5101-libqt5core5a but it is not installable
Depends: ocqt5101-libqt5dbus5 but it is not installable
Depends: ocqt5101-libqt5gui5 but it is not installable
Depends: ocqt5101-libqt5keychain1 but it is not installable
Depends: ocqt5101-libqt5network5 but it is not installable
Depends: ocqt5101-libqt5webkit5 but it is not installable
Depends: ocqt5101-libqt5widgets5 but it is not installable
Depends: ocqt5101-libqt5xml5 but it is not installable
Depends: owncloud-client-l10n but it is not going to be installed
Depends: ocqt5101-libqt5sql5-sqlite but it is not installable
Depends: ocqt5101-qtsvg5 but it is not installable
E: Unable to correct problems, you have held broken packages.
Steps to reproduce
(as described in https://software.opensuse.org/download/package?project=isv:ownCloud:desktop&package=owncloud-client)
Server configuration
omitted, it's a client installation problem.
Client configuration
Client version:
2.5.3.11470+oc-342
Operating system:
Linux debian 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64 GNU/Linux
OS language:
EN
Qt version used by client package (Linux only, see also Settings dialog):
Qt 5.7.1
Logs
none.
The text was updated successfully, but these errors were encountered: