Ralf

Results 40 comments of Ralf

I mean for me, using the old_style_sql=1 works, so no need to fix something for me (until this is deprecated). From your documentation I already realized that you are not...

I think your container needs more than just the build directory. At least board, configs and package are needed. If you really want to use docker, then I would have...

I guess you checked already that the uid of the br-user is the same as the one who checked out the ftcommunity repo? Is there any message from docker itself...

I could not reproduce your docker setup - to me it fails before it starts compiling: ``` ... Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]...

To me, the idea to build in a standardized docker environment seems good because that would hopefully rule out external errors and maybe also extend the developer basis. It would...

``` build_1 | make[2]: Leaving directory '/build/buildroot/output/build/linux-v4.14.97' build_1 | # Copy the kernel image(s) to its(their) final destination build_1 | /usr/bin/install -m 0644 -D /build/buildroot/output/build/linux-v4.14.97/arch/arm/boot/uImage /build/buildroot/output/images/uImage build_1 | # If...

When I tried to build an updated release, I also had problems. @MichaelSp : Could you try to delete the container and re-build from scratch? I have the impression that...

So it fails right after starting to compile? To reproduce the problem better, I created a branch "docker" from master with your docker-compose.yml and the Dockerfile, but with no further...

My first build as above worked and created the correct files in `buildroot/output/images`. Could you try to reproduce my above commands? After that, I could successfully execute another `docker-compose up`...

I think this here is where things start going wrong: ``` ftcommunity-txt-build-1 | WARNING: unmet direct dependencies detected for BR2_PACKAGE_PYTHON_MATPLOTLIB ftcommunity-txt-build-1 | Depends on [n]: (BR2_PACKAGE_PYTHON [=n] || BR2_PACKAGE_PYTHON3 [=n])...