Search Debian Channel Logs

Wednesday, February 22, 2017

#debian channel featuring somiaj, teraflops, dpkg, p00, Iridos, judd,

p00 2017-02-22 11:47:17
the package im trying to install requires libssl1.0.0 but debian stretch uses 1.0.2
p00 2017-02-22 11:47:38
any ideas for a workaround minus removing 1.0.2 and installing 1.0.0
somiaj 2017-02-22 11:48:16
,v libssl1.0.0
judd 2017-02-22 11:48:17
Package: libssl1.0.0 on amd64 -- wheezy: 1.0.1e-2+deb7u20; wheezy-security: 1.0.1t-1+deb7u1; jessie: 1.0.1t-1+deb8u5; jessie-security: 1.0.1t-1+deb8u6; jessie-proposed-updates: 1.0.1t-1+deb8u6; jessie-backports: 1.0.2k-1~bpo8+1
teraflops 2017-02-22 11:48:19
p00: no, unless you give more information
somiaj 2017-02-22 11:49:10
p00: stretch has 1.0.2 (for the 1.0.0 branch) and 1.1.0) are you positive 1.0.2 won't work, there shouldn't be major abi changes from 1.0.0
p00 2017-02-22 11:49:22
yes I'm trying to install skype
p00 2017-02-22 11:49:44
The following packages have unmet dependencies:
p00 2017-02-22 11:49:44
skype:i386 : Depends: libssl1.0.0:i386 but it is not installable
somiaj 2017-02-22 11:49:53
libssl1.0.0 is in stretch
somiaj 2017-02-22 11:49:56
so install it
somiaj 2017-02-22 11:50:03
,v libssl1.0.0
judd 2017-02-22 11:50:04
Package: libssl1.0.0 on amd64 -- wheezy: 1.0.1e-2+deb7u20; wheezy-security: 1.0.1t-1+deb7u1; jessie: 1.0.1t-1+deb8u5; jessie-security: 1.0.1t-1+deb8u6; jessie-proposed-updates: 1.0.1t-1+deb8u6; jessie-backports: 1.0.2k-1~bpo8+1
p00 2017-02-22 11:50:15
E: Package 'libssl1.0.0:i386' has no installation candidate
somiaj 2017-02-22 11:50:20
wait, I thought it was there, one second
somiaj 2017-02-22 11:51:03
ahh the renamed the package libssl1.0.2 -- I see, anyways you are kinda out of luck. Also skype doens't even support their old skype package, use the webapp if possible
p00 2017-02-22 11:53:53
ah
p00 2017-02-22 11:53:55
thanks
somiaj 2017-02-22 11:54:10
p00: I would look into the webapp, no one really supports that old skype package anymore
Iridos 2017-02-22 11:54:18
the package name contains the version… why shouldn't you be able to install both?
p00 2017-02-22 11:54:36
I just found this https://blog.rsaffi.com/2016/02/install-skype-on-debian-stretch-next-stabletesting/
p00 2017-02-22 11:54:39
hopefully it works
somiaj 2017-02-22 11:54:56
yea you might be able to install the older package from jessie, but it will conflict with the one from stretch
p00 2017-02-22 11:55:20
ah
somiaj 2017-02-22 11:55:37
s/will/may/
p00 2017-02-22 11:55:44
i'll just use pidgin
somiaj 2017-02-22 11:56:29
i.e. the libssl1.0.0 in jessie provides 1.0.1t version and 1.0.2k version from jessie-backports, but the stretch package libssl1.0.2 provides the 1.0.2k version
somiaj 2017-02-22 11:56:46
p00: you could also recompile the libssl1.0.2 package and call it libssl1.0.0 to make skype happy, or use equivs
somiaj 2017-02-22 11:56:50
!equivs
dpkg 2017-02-22 11:56:50
equivs is a package that enables you to create dummy packages that tell you really have installed (through some other means) the package. aptitude install equivs, and read /usr/share/doc/equivs/*, see also . A better plan is often to adapt the Debian packages to your needs, ask me about .
somiaj 2017-02-22 11:57:04
p00: again unsure which way will work in the end
p00 2017-02-22 11:57:42
i'll try that thanks