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
Grey
Grey2y 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
NiOP2y ago
still getting same output
Grey
Grey2y ago
if you're using mozilla bedrock, you can also install via their local installation method btw
Ni
NiOP2y ago
Grey
Grey2y ago
hmmmm then your docker network is not properly setup I think
Ni
NiOP2y ago
yeah, I'll have to do that if this doesn't work
Grey
Grey2y 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
NiOP2y ago
completed
Ni
NiOP2y ago
Ni
NiOP2y 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 ?
Grey
Grey2y 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
NiOP2y ago
as root right now ? or reopen to my home directory normally
Ni
NiOP2y ago
Ni
NiOP2y ago
there are multiple of them rmi -f them all ?
Grey
Grey2y ago
if you want to then sure from any directory that doesn't matter
Ni
NiOP2y ago
deleted them all, should i rerun make clean run ?
Grey
Grey2y ago
first check for network connectivity inside containers
Ni
NiOP2y ago
how do i do that
Grey
Grey2y 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
NiOP2y ago
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. completed
Grey
Grey2y ago
yep works you can delete that container later on if you want to*
Ni
NiOP2y ago
Ni
NiOP2y ago
same issue again
Ni
NiOP2y ago
Ni
NiOP2y ago
I was able to run it anyways without needing that file
Grey
Grey2y 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
NiOP2y ago
thanks for your help man
Grey
Grey2y ago
welcome, btw are you using bedrock linux?
Ni
NiOP2y ago
btw what do you do ? I use windows 11 with wsl debian
Grey
Grey2y ago
software engineering? web, mobile, desktop, and soon systems
Ni
NiOP2y ago
student?
Grey
Grey2y ago
ah I see, then yes it might be due to that yes high school grad
Ni
NiOP2y ago
damn your age?
Grey
Grey2y ago
18
Ni
NiOP2y ago
same 18 will be going to college 2nd year this month
Grey
Grey2y ago
what're you taking?
Ni
NiOP2y ago
cs engineering but first year had just basic C programming rest all was standard engineering subs like physics, chem, math...
Grey
Grey2y ago
I see nice, what math syllabus did you had the general topics
Ni
NiOP2y 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
Grey
Grey2y ago
ahh so 1 step ahead of me, 👌 anyhow what're you doing right now? systems, web, etc. as in CS
Ni
NiOP2y ago
web doing full stack dev with React, redux and mongo, node back end
and doing data strcutrues, algo and leetcode questions in Java
Grey
Grey2y ago
👍
Ni
NiOP2y ago
what have you done
Grey
Grey2y ago
full stack, devops, mobile, desktop? with python, go, node, rust and kotlin etc.
Ni
NiOP2y ago
you have done a lot, when did you start
Grey
Grey2y ago
~ 3 years ago
Ni
NiOP2y ago
so do you have any plans for college ?
Grey
Grey2y ago
have applied to university, in the process of getting a student visa
Ni
NiOP2y ago
where to
Grey
Grey2y ago
finland
Ni
NiOP2y ago
nice happiest country
Grey
Grey2y ago
yeah, let's hope now my visa gets wrapped up in time 😅
Ni
NiOP2y ago
i wish luck
Grey
Grey2y ago
thank you
Want results from more Discord servers?
Add your server