"pbuilder-dist create xenial" fails (Unutu 16.04) since Oct 17, 2018
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-dev-tools (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I have a build environment which I can't use anymore. I get some dependency errors as follow:
The following packages have unmet dependencies:
libexpat1-dev : Depends: libexpat1 (= 2.1.0-7) but 2.1.0-7ubuntu0.
E: Unable to correct problems, you have held broken packages.
Thinking that something may be wrong with my existing pbuilder/
pbuilder-dist create xenial
That fails too. I get the following error:
The following packages have unmet dependencies:
build-essential : Depends: gcc (>= 4:5.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
IMPORTANT NOTE: I also tried after deleting the "pbuilder" folder, so starting from scratch.
Another (possibly) relevant section from the attached logs:
Setting up dpkg (1.18.4ubuntu1.5) ...
(Reading database ... 12084 files and directories currently installed.)
Removing build-essential (12.1ubuntu2) ...
Removing g++ (4:5.3.1-1ubuntu1) ...
Removing g++-5 (5.3.1-14ubuntu2) ...
Removing gcc (4:5.3.1-1ubuntu1) ...
Removing gcc-5 (5.3.1-14ubuntu2) ...
(Reading database ... 11977 files and directories currently installed.)
Preparing to unpack .../cpp-
Here is a copy of my .pbuilderrc file which could have an effect on the build?
# ccache
sudo mkdir -p /var/cache/
sudo chmod a+w /var/cache/
export CCACHE_
export PATH="/
HOOKDIR=
OTHERMIRROR="deb [trusted=yes] file://
BINDMOUNTS=
APTCACHEHARDLINK=no
My existing xenial-base.tgz has been working for a solid 2 years so I'm not too sure what would have happened.
I found an interesting here: https:/
Although it has not helped me with my pbuilder issues.
The very first error I get is this one:
pbuilder-dist: Warning: Distribution data outdated. Please check for an update for distro-info-data. See /usr/share/
However, I'm not too sure how I could update the distro-info-data more that by getting the latest available in Ubuntu 16.04. My computer is definitely up to date.
I found this other bug: https:/
Just in case, I tried again after commenting my .pbuilderrc and I also have a hook.
I get the same results, the build-essential package is not happy.