docker-freepbx icon indicating copy to clipboard operation
docker-freepbx copied to clipboard

Fresh install apt problem

Open hakancunier opened this issue 4 years ago • 2 comments

Apt cant load some packages. Here is log:

Downloading module 'ucp' Processing ucp Downloading... 4265674/4265674 [============================] 100% Finished downloading Extracting...Done Download completed in 17 seconds Updating tables ucp_sessions...Done **System : debian sh: 1: pkg-config: not found icu, pkg-config or pkgconf is not installed. You need to run: apt-get install icu libicu-devel pkg-config pkgconf Unable to install module ucp:

  • Failed to run installation scripts** Updating Hooks...Done Chowning directories...Done

And also getting errors about crontab like image

hakancunier avatar Jan 27 '20 07:01 hakancunier

Oh boy, Freepbx at it again. For the first issue I am pushing a new version of tiredofit/freepbx:develop - Can you pull that image and test. If it works well I will commit and issue a new release.

tiredofit avatar Jan 27 '20 16:01 tiredofit

Me too on 14:latest

root@615baa524e91:/# apt-get install icu libicu-devel pkg-config pkgconf Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package icu E: Unable to locate package libicu-devel root@615baa524e91:/# apt-get install pkg-config pkgconf 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: pkgconf : Breaks: pkg-config (>= 0.29-1) E: Unable to correct problems, you have held broken packages.

Swicegood avatar Mar 04 '22 01:03 Swicegood