donno2048/CITUR-L

Error `permission denied`

Closed this issue ยท 5 comments

I get:

/bin/bash: /root/CITUR-L/build/external/post-build.sh: Permission denied
make: *** [Makefile:781: target-finalize] Error 126

when running without selenium and its connections...

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.60. Please mark this comment with ๐Ÿ‘ or ๐Ÿ‘Ž to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

What if you try:

cd build/external/ && sudo bash ./post-build.sh

?

Now I get:

cp: cannot create directory 'output/target/usr/lib/python3.8/': No such file or directory

I added

cd ..
chmod 777 -R buildroot_x86-64/
chmod 777 -R external/
cd buildroot_x86-64

to build.sh now it should be fine...

Now it's working, thanks!