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

Error building on ubuntu 18.4 #146

Closed
EliasTsegaw opened this issue Jan 18, 2020 · 4 comments
Closed

Error building on ubuntu 18.4 #146

EliasTsegaw opened this issue Jan 18, 2020 · 4 comments

Comments

@EliasTsegaw
Copy link

Error at step 33

docker build progress.txt

@EliasTsegaw EliasTsegaw changed the title Error buildin on ubuntu 18.4 Error building on ubuntu 18.4 Jan 18, 2020
@amebel
Copy link
Contributor

amebel commented Jan 18, 2020

The ros imagges haven't been maintained in a while. Use https://github.com/opencog/docker/blob/master/opencog/docker-build.sh

@linas
Copy link
Member

linas commented Jan 18, 2020

Elias, actually, the first errors is in step 1: it's using 14.04 not 18.04

but then step 9 is wrong, cause its not trusty any more. its 18.04

then step 11 is wrong, because indigo is 5 years old, you have to use kinetic or melodic

step 33 crashes because the compiler is too old.

You have to start at the beginning, and modernize everything.

@linas
Copy link
Member

linas commented Jan 18, 2020

@amebel Elias wants to revive the old Eva code, and to do that, he will have to modernize a lot of infrastructure. So starting in the middle with your build script might be challenging ... it might be easiest for him to learn about docker, from the very beginning.

So Elias, my advice would be to create a new directory called "melodic" (because of this: http://wiki.ros.org/Distributions ) and copy the files from indigo to this new directory, and start altering them: first, changing 14.04 to 18.04 and changing trusty to bionic, and so on, modernizing everything in the scripts.

@amebel
Copy link
Contributor

amebel commented Dec 13, 2021

stale

@amebel amebel closed this as completed Dec 13, 2021
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

3 participants