RPi-Cpp-Toolchain icon indicating copy to clipboard operation
RPi-Cpp-Toolchain copied to clipboard

Error during `build.sh rpi3-armv8 --export`

Open rbrugo opened this issue 1 year ago • 1 comments

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?

rbrugo avatar Apr 26 '23 20:04 rbrugo

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.

tttapa avatar Apr 27 '23 10:04 tttapa