pnoltes commented on PR #656:
URL: https://github.com/apache/celix/pull/656#issuecomment-1752103491
I cannot yet build the image, getting the following error:
> Setting up python3.10-minimal (3.10.12-1~22.04.2) ...
[Errno 13] Permission denied:
'/usr/lib/python3.10/__pycache__/__future__.cpython-310.pyc.140478821390960'dpkg:
error processing package python3.10-minimal (--configure):
installed python3.10-minimal package post-installation script subprocess
returned error exit status 1
Errors were encountered while processing:
python3.10-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)
The command '/bin/sh -c DEBIAN_FRONTEND="noninteractive" apt-get update &&
DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends
dos2unix git locales-all rsync tar
ssh tzdata build-essential ccache cmake
curl default-jdk gcc g++ gdb make
python3 civetweb libavahi-compat-libdnssd-dev
libcivetweb-dev libcpputest-dev libcurl4-openssl-dev
libczmq-dev libffi-dev libjansson-dev libxml2-dev
libzip-dev rapidjson-dev uuid-dev && apt-get clean'
returned a non-zero code: 100
This is also why I am not sure if we should add a dev container or dev
virtual machine configuration, this requires us to maintain and document the
dev container image and/or virtual machine configuration.
The reason why I see more value in a gitpod config or Github codespaces is
that this enable users / potential developers to try out Apache Celix without
setting up a machine or even needing a machine (browser based).
So they could start coding with a minimal hassle. But also for gitpod /
codespaces we should consider how much effort it is going to be to maintain the
gitpod/codespaces configuration.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]