Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_vanilla.sh fails #55

Open
git-artes opened this issue Sep 4, 2024 · 0 comments
Open

build_vanilla.sh fails #55

git-artes opened this issue Sep 4, 2024 · 0 comments

Comments

@git-artes
Copy link

git-artes commented Sep 4, 2024

Hi,
Thanks for the great software. I wanted to use it on a fresh Ubuntu 24.04, and used the docker version as recommended. However, it fails with the following error:

=> ERROR [base_clones  9/23] RUN git clone --depth 1 -b new-namespaces   66.7s
------
 > [base_clones  9/23] RUN git clone --depth 1 -b new-namespaces https://github.com/f4exb/libsigmf.git     && cd libsigmf     && git submodule init     && git submodule update --depth 1     && cd ..:
0.370 Cloning into 'libsigmf'...
3.429 Submodule 'external/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'external/flatbuffers'
3.431 Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'external/json'
3.511 Cloning into '/opt/build/libsigmf/external/flatbuffers'...
10.94 Cloning into '/opt/build/libsigmf/external/json'...
31.97 From https://github.com/google/flatbuffers
31.97  * branch            d8210d5a83faa345046648e520d82b54ea724e35 -> FETCH_HEAD
32.04 Submodule path 'external/flatbuffers': checked out 'd8210d5a83faa345046648e520d82b54ea724e35'
66.58 error: RPC failed; curl 92 HTTP/2 stream 7 was not closed cleanly: CANCEL (err 8)
66.58 error: 4406 bytes of body are still expected
66.59 fetch-pack: unexpected disconnect while reading sideband packet
66.59 fatal: early EOF
66.59 fatal: fetch-pack: invalid index-pack output
66.59 fatal: Fetched in submodule path 'external/json', but it did not contain e7b3b40b5a95bc74b9a7f662830a27c49ffc01b4. Direct fetching of that commit failed.
------
Dockerfile:133
--------------------
 132 |     #   libsigmf
 133 | >>> RUN git clone --depth 1 -b new-namespaces https://github.com/f4exb/libsigmf.git \
 134 | >>>     && cd libsigmf \
 135 | >>>     && git submodule init \
 136 | >>>     && git submodule update --depth 1 \
 137 | >>>     && cd ..
 138 |     #   SGP4
--------------------
ERROR: failed to solve: process "/bin/sh -c git clone --depth 1 -b new-namespaces https://github.com/f4exb/libsigmf.git     && cd libsigmf     && git submodule init     && git submodule update --depth 1     && cd .." did not complete successfully: exit code: 128

This has also been reported on the sdrangel github (see f4exb/sdrangel#2231).

Any idea how to solve it?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant