Skip to content
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

unstable: unmet dependencies #396

Closed
JSoko opened this issue Nov 25, 2016 · 6 comments
Closed

unstable: unmet dependencies #396

JSoko opened this issue Nov 25, 2016 · 6 comments

Comments

@JSoko
Copy link

JSoko commented Nov 25, 2016

apt-add-repository ppa:strukturag/spreed-webrtc-unstable/spreed-webrtc-unstable
leeds into

The following packages have unmet dependencies:
 spreed-webrtc : Depends: spreed-webrtc-bin (>= 0.29.4-1~trusty1) but 0.29.3-1~trusty2 is to be installed

Tried it yesterday and today again the same with
apt-get update && apt-get install spreed-webrtc-unstable

I need it for armhf.

Is there perhaps something broken in the unstable repository?

@fancycode
Copy link
Member

The correct commands would be

sudo add-apt-repository ppa:strukturag/spreed-webrtc-unstable
sudo apt-get update
sudo apt-get install spreed-webrtc

We released a new version yesterday, maybe the package lists were not completely updated when you tried to install the update. armhf should be available. Which version of Ubuntu are you running?

@JSoko
Copy link
Author

JSoko commented Nov 25, 2016

Thank you for your fast reply!

I'm using Ubuntu 16.04.1 LTS
Linux OdOc 3.10.96 #1 SMP PREEMPT Mon May 23 01:50:06 BRT 2016 armv7l armv7l armv7l GNU/Linux

Also with your commands I get:

# sudo add-apt-repository ppa:strukturag/spreed-webrtc-unstable
 Unstable releases of Spreed WebRTC
WebRTC audio/video call and conferencing server.

See https://github.com/strukturag/spreed-webrtc for further information.
 More info: https://launchpad.net/~strukturag/+archive/ubuntu/spreed-webrtc-unstable
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmp7ypc5fve/secring.gpg' created
gpg: keyring `/tmp/tmp7ypc5fve/pubring.gpg' created
gpg: requesting key 705C2B92 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp7ypc5fve/trustdb.gpg: trustdb created
gpg: key 705C2B92: public key "Launchpad PPA for struktur AG" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK

#sudo apt-get update
Hit:1 http://ppa.launchpad.net/strukturag/spreed-webrtc-unstable/ubuntu xenial InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports xenial InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports xenial-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease
Reading package lists... Done

# sudo apt-get install spreed-webrtc
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:
 spreed-webrtc : Depends: spreed-webrtc-bin (>= 0.29.4-1~trusty1) but 0.29.3-1~trusty2 is to be installed
E: Unable to correct problems, you have held broken packages.
`


@JSoko
Copy link
Author

JSoko commented Nov 25, 2016

Now I've tried again, and the error changed:


The following packages have unmet dependencies:
 spreed-webrtc : Depends: spreed-webrtc-bin (>= 0.29.4-1~trusty1) but it is not installable
                 Depends: spreed-webrtc-bin (< 0.29.4.1~) but it is not installable
E: Unable to correct problems, you have held broken packages.

@fancycode
Copy link
Member

Yes, I'm working on it ;-) Looks like the package lists didn't get updated correctly on Launchpad for the last release. I re-uploaded it and it's currently building. I'll let you know when you can give it another try...

@JSoko
Copy link
Author

JSoko commented Nov 25, 2016

Now it worked! :-)

Thank You for Your help!

@fancycode
Copy link
Member

Great! The re-upload was successfully published now (as spreed-webrtc 0.29.4-1~trusty2).

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

No branches or pull requests

2 participants