Issue installing a dependecy

I've been trying to run Mozilla bedrock locally using the "Make clean run" command as mentioned in their docs but it seems to be stuck at 1 file forever
54 Replies
Re (!0)
Re (!0)3y ago
run with make V=1 clean run to get more verbose output that way you can more easily track down what's wrong
Ni
NiOP3y ago
still getting same output
Re (!0)
Re (!0)3y ago
if you're using mozilla bedrock, you can also install via their local installation method btw
Ni
NiOP3y ago
Re (!0)
Re (!0)3y ago
hmmmm then your docker network is not properly setup I think
Ni
NiOP3y ago
yeah, I'll have to do that if this doesn't work
Re (!0)
Re (!0)3y ago
run docker run -it ubuntu /bin/bash and run apt-get update && apt full-upgrade -y, if that works, then your docker network is fine
Ni
NiOP3y ago
completed
Ni
NiOP3y ago
Ni
NiOP3y ago
When i was installing it for the first time, mid-way my laptop died due to battery then i plugged it in, turned on and continued again can that be an issue ?
Re (!0)
Re (!0)3y ago
maybe, but that can be fixed by deleting the present images with docker rmi -f $(docker images --all | grep "none" | awk "{print \$3}") or first run docker images --alll and find the mozilla bedrock docker image then run docker rmi -f <the image id>
Ni
NiOP3y ago
as root right now ? or reopen to my home directory normally
Ni
NiOP3y ago
Ni
NiOP3y ago
there are multiple of them rmi -f them all ?
Re (!0)
Re (!0)3y ago
if you want to then sure from any directory that doesn't matter
Ni
NiOP3y ago
deleted them all, should i rerun make clean run ?
Re (!0)
Re (!0)3y ago
first check for network connectivity inside containers
Ni
NiOP3y ago
how do i do that
Re (!0)
Re (!0)3y ago
docker run -it ubuntu /bin/bash and inside the container run : apt-get update && apt full-upgrade -y, if that works, then your docker network is fine then you can go ahead and try installing bedrock with your make clean run script otherwise first fix that if you're determined to installed with docker
Ni
NiOP3y ago
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. completed
Re (!0)
Re (!0)3y ago
yep works you can delete that container later on if you want to*
Ni
NiOP3y ago
Ni
NiOP3y ago
same issue again
Ni
NiOP3y ago
Ni
NiOP3y ago
I was able to run it anyways without needing that file
Re (!0)
Re (!0)3y ago
there's some specific issue with that part during installation by the looks of it. As I don't have enough info I can't tell exactly what it is 👀
Ni
NiOP3y ago
thanks for your help man
Re (!0)
Re (!0)3y ago
welcome, btw are you using bedrock linux?
Ni
NiOP3y ago
btw what do you do ? I use windows 11 with wsl debian
Re (!0)
Re (!0)3y ago
software engineering? web, mobile, desktop, and soon systems
Ni
NiOP3y ago
student?
Re (!0)
Re (!0)3y ago
ah I see, then yes it might be due to that yes high school grad
Ni
NiOP3y ago
damn your age?
Re (!0)
Re (!0)3y ago
18
Ni
NiOP3y ago
same 18 will be going to college 2nd year this month
Re (!0)
Re (!0)3y ago
what're you taking?
Ni
NiOP3y ago
cs engineering but first year had just basic C programming rest all was standard engineering subs like physics, chem, math...
Re (!0)
Re (!0)3y ago
I see nice, what math syllabus did you had the general topics
Ni
NiOP3y ago
applied math 1 (partial differentials, linear algebra, vector calc) in sem 1 and applied math 2 (complex analysis 1 & 2, laplace transforms, partial differential equations) in sem 2
Re (!0)
Re (!0)3y ago
ahh so 1 step ahead of me, 👌 anyhow what're you doing right now? systems, web, etc. as in CS
Ni
NiOP3y ago
web doing full stack dev with React, redux and mongo, node back end
and doing data strcutrues, algo and leetcode questions in Java
Re (!0)
Re (!0)3y ago
👍
Ni
NiOP3y ago
what have you done
Re (!0)
Re (!0)3y ago
full stack, devops, mobile, desktop? with python, go, node, rust and kotlin etc.
Ni
NiOP3y ago
you have done a lot, when did you start
Re (!0)
Re (!0)3y ago
~ 3 years ago
Ni
NiOP3y ago
so do you have any plans for college ?
Re (!0)
Re (!0)3y ago
have applied to university, in the process of getting a student visa
Ni
NiOP3y ago
where to
Re (!0)
Re (!0)3y ago
finland
Ni
NiOP3y ago
nice happiest country
Re (!0)
Re (!0)3y ago
yeah, let's hope now my visa gets wrapped up in time 😅
Ni
NiOP3y ago
i wish luck
Re (!0)
Re (!0)3y ago
thank you

Did you find this page helpful?