Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build of focal-builder container is failing #5747

Closed
emkll opened this issue Jan 26, 2021 · 0 comments · Fixed by #5749
Closed

Build of focal-builder container is failing #5747

emkll opened this issue Jan 26, 2021 · 0 comments · Fixed by #5749
Assignees

Comments

@emkll
Copy link
Contributor

emkll commented Jan 26, 2021

Description

It appears the dependencies for dh-virtualenv cannot be resolved:

Step 10/12 : RUN apt-get update && apt-get install -y dh-virtualenv
 ---> Running in 262c816129d7
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Get:2 https://deb.debian.org/debian unstable InRelease [153 kB]
Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Get:6 https://deb.debian.org/debian unstable/contrib amd64 Packages [73.2 kB]
Get:7 https://deb.debian.org/debian unstable/main amd64 Packages [11.7 MB]
Fetched 11.9 MB in 5s (2552 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
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:
 dh-virtualenv : Depends: libjs-sphinxdoc (>= 2.4.3-5~) but 1.8.5-7ubuntu3 is to be installed
                 Depends: sphinx-rtd-theme-common (>= 0.5.0+dfsg) but 0.4.3+dfsg-3 is to be installed
E: Unable to correct problems, you have held broken packages.
The command '/bin/sh -c apt-get update && apt-get install -y dh-virtualenv' returned a non-zero code: 100
make: *** [Makefile:7: build-container] Error 100

Steps to Reproduce

  • cd molecule/builder-focal
  • make build-container
  • observe error

Expected Behavior

  • Container should build build successfully

Actual Behavior

  • Container fails to build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant