[Freeswitch-users] Can't install FS 1.8 on Debian 9.27

Sean Devoy sdevoy at bizfocused.com
Tue May 28 18:16:40 UTC 2019


I just created a droplet Debian 9.27 (64 bit).

Logged in as root and followed the confluence install page:  https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie

Which fails:

root at debian-fs-test:~# wget -O - https://files.freeswitch.org/repo/deb/freeswitch-1.8/fsstretch-archive-keyring.asc | apt-key add -
--2019-05-28 18:09:13--  https://files.freeswitch.org/repo/deb/freeswitch-1.8/fsstretch-archive-keyring.asc
Resolving files.freeswitch.org (files.freeswitch.org)... 190.102.98.174, 2803:d000:fffe::174
Connecting to files.freeswitch.org (files.freeswitch.org)|190.102.98.174|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3155 (3.1K) [text/plain]
Saving to: 'STDOUT'

-                                                 100%[===========================================================================================================>]   3.08K  --.-KB/s    in 0s

2019-05-28 18:09:13 (71.7 MB/s) - written to stdout [3155/3155]

OK
root at debian-fs-test:~# echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.8/ jessie main" > /etc/apt/sources.list.d/freeswitch.list
root at debian-fs-test:~# echo "deb-src http://files.freeswitch.org/repo/deb/freeswitch-1.8/ jessie main" >> /etc/apt/sources.list.d/freeswitch.list
root at debian-fs-test:~#
root at debian-fs-test:~#
root at debian-fs-test:~# apt-get update && apt-get install -y freeswitch-meta-all
Get:1 http://security.debian.org stretch/updates InRelease [94.3 kB]
Ign:2 http://mirrors.digitalocean.com/debian stretch InRelease
Get:3 http://mirrors.digitalocean.com/debian stretch-updates InRelease [91.0 kB]
Get:4 http://files.freeswitch.org/repo/deb/freeswitch-1.8 jessie InRelease [3,212 B]
Get:5 http://mirrors.digitalocean.com/debian stretch Release [118 kB]
Get:6 http://security.debian.org stretch/updates/contrib Sources [1,384 B]
Get:7 http://mirrors.digitalocean.com/debian stretch Release.gpg [2,434 B]
Get:8 http://security.debian.org stretch/updates/non-free Sources [1,216 B]
Get:9 http://security.debian.org stretch/updates/main Sources [205 kB]
Get:10 http://security.debian.org stretch/updates/main amd64 Packages [492 kB]
Get:11 http://security.debian.org stretch/updates/main Translation-en [219 kB]
Get:12 http://security.debian.org stretch/updates/contrib amd64 Packages [1,760 B]
Get:13 http://security.debian.org stretch/updates/contrib Translation-en [1,759 B]
Get:14 http://security.debian.org stretch/updates/non-free amd64 Packages [1,600 B]
Get:15 http://security.debian.org stretch/updates/non-free Translation-en [691 B]
Get:16 http://files.freeswitch.org/repo/deb/freeswitch-1.8 jessie/main Sources [4,161 B]
Get:17 http://files.freeswitch.org/repo/deb/freeswitch-1.8 jessie/main amd64 Packages [56.9 kB]
Get:18 http://mirrors.digitalocean.com/debian stretch-updates/main Sources [13.1 kB]
Get:19 http://mirrors.digitalocean.com/debian stretch-updates/main amd64 Packages [27.2 kB]
Get:20 http://mirrors.digitalocean.com/debian stretch-updates/main Translation-en [11.2 kB]
Get:21 http://mirrors.digitalocean.com/debian stretch/non-free Sources [79.4 kB]
Get:22 http://mirrors.digitalocean.com/debian stretch/main Sources [6,745 kB]
Get:23 http://mirrors.digitalocean.com/debian stretch/contrib Sources [44.7 kB]
Get:24 http://mirrors.digitalocean.com/debian stretch/main amd64 Packages [7,082 kB]
Get:25 http://mirrors.digitalocean.com/debian stretch/main Translation-en [5,384 kB]
Get:26 http://mirrors.digitalocean.com/debian stretch/contrib amd64 Packages [50.9 kB]
Get:27 http://mirrors.digitalocean.com/debian stretch/contrib Translation-en [45.9 kB]
Get:28 http://mirrors.digitalocean.com/debian stretch/non-free amd64 Packages [78.3 kB]
Get:29 http://mirrors.digitalocean.com/debian stretch/non-free Translation-en [80.3 kB]
Fetched 20.9 MB in 5s (3,700 kB/s)
Reading package lists... Done
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:
freeswitch-meta-all : Depends: freeswitch (= 1.8.5~6~31281a0~jessie-1~jessie+1) but it is not going to be installed
                       Depends: freeswitch-meta-codecs (= 1.8.5~6~31281a0~jessie-1~jessie+1) but it is not going to be installed
                       Depends: freeswitch-meta-mod-say (= 1.8.5~6~31281a0~jessie-1~jessie+1) but it is not going to be installed
                       Depends: freeswitch-mod-abstraction (= 1.8.5~6~31281a0~jessie-1~jessie+1) but it is not going to be installed
                       Depends: freeswitch-mod-avmd (= 1.8.5~6~31281a0~jessie-1~jessie+1) but it is not going to be installed
                       Depends: freeswitch-mod-av (= 1.8.5~6~31281a0~jessie-1~jessie+1) but it is not going to be installed
[and many many more]
                       Depends: freeswitch-mod-xml-rpc (= 1.8.5~6~31281a0~jessie-1~jessie+1) but it is not going to be installed
                       Depends: freeswitch-mod-xml-scgi (= 1.8.5~6~31281a0~jessie-1~jessie+1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

What am I missing?

Thanks,
Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190528/34717393/attachment.html>


More information about the FreeSWITCH-users mailing list