Why pbuilder couldn't find the packages? - deb

I have the following log of Linux "pbuilder" :
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested:
pbuilder-satisfydepends-dummy depends on debhelper (>= 12); however:
Package debhelper is not installed.
pbuilder-satisfydepends-dummy depends on dh-sequence-gir; however:
Package dh-sequence-gir is not installed.
pbuilder-satisfydepends-dummy depends on cmake; however:
Package cmake is not installed.
pbuilder-satisfydepends-dummy depends on libboost-dev (>= 1.58.0); however:
Package libboost-dev is not installed.
pbuilder-satisfydepends-dummy depends on libfontconfig1-dev; however:
Package libfontconfig1-dev is not installed.
pbuilder-satisfydepends-dummy depends on libcairo2-dev (>= 1.10.0); however:
Package libcairo2-dev is not installed.
pbuilder-satisfydepends-dummy depends on libopenjp2-7-dev; however:
Package libopenjp2-7-dev is not installed.
pbuilder-satisfydepends-dummy depends on libjpeg-dev; however:
Package libjpeg-dev is not installed.
pbuilder-satisfydepends-dummy depends on libpng-dev; however:
Package libpng-dev is not installed.
pbuilder-satisfydepends-dummy depends on libtiff-dev; however:
Package libtiff-dev is not installed.
pbuilder-satisfydepends-dummy depends on liblcms2-dev; however:
Package liblcms2-dev is not installed.
pbuilder-satisfydepends-dummy depends on libfreetype6-dev; however:
Package libfreetype6-dev is not installed.
pbuilder-satisfydepends-dummy depends on pkg-config (>= 0.18); however:
Package pkg-config is not installed.
pbuilder-satisfydepends-dummy depends on qtbase5-dev; however:
Package qtbase5-dev is not installed.
pbuilder-satisfydepends-dummy depends on zlib1g-dev; however:
Package zlib1g-dev is not installed.
pbuilder-satisfydepends-dummy depends on libnss3-dev; however:
Package libnss3-dev is not installed.
pbuilder-satisfydepends-dummy depends on lsb-cprocsp-devel (>= 5.0); however:
Package lsb-cprocsp-devel is not installed.
pbuilder-satisfydepends-dummy depends on cprocsp-pki-cades-64; however:
Package cprocsp-pki-cades-64 is not installed.``
In the same time the debian/control file has a section
`Build-Depends: debhelper (>= 12),
dh-sequence-gir,
dpkg (>= 1.16.1),
cmake,
libboost-dev (>= 1.58.0),
libfontconfig1-dev,
libcairo2-dev (>= 1.10.0),
libopenjp2-7-dev,
libjpeg-dev,
libpng-dev,
libtiff-dev,
liblcms2-dev,
libfreetype6-dev,
pkg-config (>= 0.18),
python3:any,
qtbase5-dev,
zlib1g-dev,
libnss3-dev,
lsb-cprocsp-devel (>= 5.0),
cprocsp-pki-cades-64
What am I doing wrong?
I have tried to build DEB package of my software

Related

Depends: r-base-core (>= 4.1.2-1.1804.0) but it is not going to be installed

while installing R on Ubuntu 18, I got this error
The following packages have unmet dependencies:
r-base : Depends: r-base-core (>= 4.1.2-1.1804.0) but it is not going to be installed
Depends: r-recommended (= 4.1.2-1.1804.0) but it is not going to be installed
Recommends: r-base-html but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I have deleted R completely and its previous dependencies.
could you please give a favour? thanks

reinstall broken python3 in ubuntu 18.4

I tried to uninstall python3 in ubuntu 18.4. after that I give the broken dependencies in every install command.
I even have this problem with 'sudo apt upgrade'.
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
dh-python : Depends: python3-distutils but it is not installed
python3 : PreDepends: python3-minimal (= 3.6.7-1~18.04) but it is not installed
Depends: python3.6 (>= 3.6.7-1~) but it is not installed
python3-keyring : Depends: python3-secretstorage but it is not installed
python3-pip : Depends: python3-distutils but it is not installed
Depends: python-pip-whl (= 9.0.1-2.3~ubuntu1.18.04.5) but it is not installed
Recommends: python3-dev (>= 3.2) but it is not installed
python3-setuptools : Depends: python3-distutils but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Is there any solution?
The solution command is: sudo apt --fix-broken install

Package dependencies cannot be resolved error while installing r-base from Ubuntu Software center

The message says:-
This error could be caused by required additional software packages which are missing or not installable.
Furthermore, there could be a conflict between software packages which are not allowed to be installed at the same time.
Details:-
The following packages have unmet dependencies:-
r-base: Depends: r-base-core (>= 3.4.3-1trusty0) but 3.4.3-1trusty0 is to be installed
Depends: r-recommended (= 3.4.3-1trusty0) but 3.4.3-1trusty0 is to be installed
I have also tried the code:-
sudo apt-add-repository -y ppa:texlive-backports/ppa
sudo apt-get update
I cannot understand how to instal R in Ubuntu 14.04.

sqldf doesn't install on Ubuntu 14.04

I'm trying to install sqldf package in an Ubuntu 14.04 machine, but I'm getting the following error:
Warning in install.packages :
package ‘sqldf’ is not available (for R version 3.0.2)
I tried to install the library libpq-dev as suggested from other post, but I still receive the message.
UPDATE
I'm trying to update R, but I'm getting the following message:
The following packages have unmet dependencies:
r-base : Depends: r-base-core (>= 3.1.2-1precise0) but it is not going to be installed
Depends: r-recommended (= 3.1.2-1precise0) but it is not going to be installed
Recommends: r-base-html but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I tried the solutions in this topic, but none worked
Look at the package page:
Depends: R (≥ 3.1.0), gsubfn (≥ 0.6), proto, RSQLite (≥ 1.0.0)
As the error message clearly states, you are using an older R 3.0.2 which is less than the required 3.1.0.
The fix is easy: read the Ubuntu-specific README, make the adjustment to install (current !!) R binaries as .deb package via apt-get from CRAN -- and you will have R 3.1.2 in no time.
Which will permit you to install the current sqldf as well.
I followed these instructions and everything worked!
sudo add-apt-repository ppa:marutter/rrutter
sudo apt-get update
sudo apt-get install r-base r-base-dev
You can find this resolved with this try this out:
# Install function for packages
packages<-function(x) {
x<-as.character(match.call()[[2]])
if (!require(x,character.only=TRUE)) {
install.packages(pkgs=x,repos="http://cran.r-project.org")
require(x,character.only=TRUE)
}
}
packages(ggplot2)
packages(reshape2)
packages(plyr)
# etc ...other packages
that's all enjoy..!!

r-base-core build on ubuntu 10.04 failing because of missing libjpeg8 package

So the libjpeg8 package on 10.04 has reached EOL.
Is there a way to locate and install the legacy package for this?
$ sudo apt-get install r-base-core
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:
r-base-core: Depends: libc6 (>= 2.15) but 2.11.1-0ubuntu7.13 is to be installed
Depends: libjpeg8 (>= 8c) but it is not installable
Depends: liblzma5 (>= 5.1.1alpha+20110809) but it is not installable
Depends: libpcre3 (>= 8.10) but 7.8-3build1 is to be installed
Recommends: r-recommended but it is not going to be installed
E: Broken packages
You can try the following commands.
sudo apt-get install -f
This would install any dependencies that your previous installs missed.
If that doesn't help, please refer to the following link:
https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies

Resources