shauninman / miyoomini-toolchain-buildroot

8 stars 6 forks source link

Dependencies install error #2

Open djdiskmachine opened 1 year ago

djdiskmachine commented 1 year ago

Issue: install dependencies on line 7 in Dockerfile throws errors. Steps to reproduce: in repo, run make shell Expected behavior: Setup should pass and docker set up Actual behavior: Setup fails with below errors:

Traceback (most recent call last): File "/usr/lib/python3.7/py_compile.py", line 212, in sys.exit(main()) File "/usr/lib/python3.7/py_compile.py", line 204, in main compile(filename, doraise=True) File "/usr/lib/python3.7/py_compile.py", line 169, in compile importlib._bootstrap_external._write_atomic(cfile, bytecode, mode) File "", line 112, in _write_atomic PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.7/pycache/future.cpython-37.pyc.140326454036272' dpkg: error processing package python3.7-minimal (--configure): installed python3.7-minimal package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: python3.7-minimal E: Sub-process /usr/bin/dpkg returned an error code (1) The command '/bin/sh -c apt-get -y update && apt-get -y install bc build-essential bzip2 bzr cmake cmake-curses-gui cpio git libncurses5-dev make rsync scons tree unzip wget && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100 make: *** [makefile:9: .build] Error 100