RPi-Cpp-Toolchain
RPi-Cpp-Toolchain copied to clipboard
Error during `build.sh rpi3-armv8 --export`
I'm having trouble compiling dependencies for rpi3.
When I run
./docker-arm-cross-build-scripts/build.sh rpi3-armv8 --export
I get the following error:
...
Step 72/126 : RUN chmod +x x11.sh && ./x11.sh
---> Running in 391f6b5abc5e
+ git clone --single-branch --branch util-macros-1.19.1 --depth 1 https://github.com/freedesktop/xorg-macros.git
Cloning into 'xorg-macros'...
fatal: could not read Username for 'https://github.com': No such device or address
The command '/bin/sh -c chmod +x x11.sh && ./x11.sh' returned a non-zero code: 128
and unfortunately I don't have any clue about how to solve this. Maybe you can help me with this?
It looks like Freedesktop deleted all of their GitHub repositories and moved to GitLab (https://gitlab.freedesktop.org).
I don't have much time to look into it right now, but at first sight, you should be able to replace the GitHub link by https://gitlab.freedesktop.org/xorg/util/macros
.