-
Notifications
You must be signed in to change notification settings - Fork 117
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 fails to find many Ubuntu packages #66
Comments
Normally I get this error when Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [6161 B]
Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [10.8 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [725 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [539 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [2975 B]
Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [112 kB]
Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [1364 B]
Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [237 kB]
Fetched 15.0 MB in 1s (11.1 MB/s)` |
Yes, the "Get" list starts like this:
First error is "Get:25 (imagemagick-6-common)", and the rest are interspersed among others, ending at "Get:381". I was under the impression that |
It does, just checking that Could you try to build again by first pulling the from image with |
OK, I tried running those 2 commands (from /cartodb/src/docker-cartodb, which is where I have the github clone). The build got much farther but failed while working on crankshaft and related packages. Here are the last several lines of output:
Scrolling back through the output, I'm also seeing a lot of warnings like this:
and this:
|
I'm new to both docker and ubuntu so am not sure what to try next. Web search turned up a discussion of a similar
|
Hi,
I'm trying to build docker-cartodb on RedHat 7, and the build fails early when it cannot find several supporting packages before it even gets to any of the main Carto components. What do I need to do to get docker-cartodb to build properly?
Error messages indicating which packages cannot be found:
Thanks for any guidance.
E
The text was updated successfully, but these errors were encountered: