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

Unable to make Rserve image #2

Open
samwalrus opened this issue Oct 17, 2019 · 0 comments
Open

Unable to make Rserve image #2

samwalrus opened this issue Oct 17, 2019 · 0 comments

Comments

@samwalrus
Copy link

When trying to make this image I get an error:

`it017509:rserve-sandbox sn0550$ make image
docker build -t rserve . 2>&1 | tee mkimg.log
Sending build context to Docker daemon 199.2kB
Step 1/18 : FROM r-base
---> 3f037ef6767c
Step 2/18 : RUN apt-get update && apt-get install -y libcurl4-openssl-dev libssl-dev libcairo-dev
---> Running in cf71084de3d7
Get:1 http://cdn-fastly.deb.debian.org/debian sid InRelease [139 kB]
Get:2 http://cdn-fastly.deb.debian.org/debian testing InRelease [109 kB]
Get:3 http://cdn-fastly.deb.debian.org/debian sid/main amd64 Packages [8,273 kB]
Get:4 http://cdn-fastly.deb.debian.org/debian testing/main amd64 Packages [7,696 kB]
Fetched 16.2 MB in 5s (3,087 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:
libcairo2-dev : Depends: libfontconfig1-dev (>= 2.2.95) but it is not going to be installed
Depends: libfreetype6-dev (>= 2.1.10) but it is not going 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 libcurl4-openssl-dev libssl-dev libcairo-dev' returned a non-zero code: 100`

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

No branches or pull requests

1 participant