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

Local *-full image build fails #826

Closed
fcervigni-EP opened this issue Apr 4, 2024 · 2 comments
Closed

Local *-full image build fails #826

fcervigni-EP opened this issue Apr 4, 2024 · 2 comments
Labels

Comments

@fcervigni-EP
Copy link

context

On Ubuntu 22.04.

expectation

I would like to build original images locally (in order to customize them in the future)

issue

building the *-full images fails. ex. `` or linux-x86_64-full Always at the same point:

make linux-arm64-full

or

make linux-x86_64-full

I get the same output, as log below. Although, the stdout seems fine, I do not see the reason for the "returned with Error 2"

log

3154.0 -- Installing: /dockcross/buildroot/buildroot/output/target/usr/lib/libabsl_bad_variant_access.so
3154.0 -- Installing: /dockcross/buildroot/buildroot/output/target/usr/lib/pkgconfig/absl_variant.pc
3154.0 -- Installing: /dockcross/buildroot/buildroot/output/target/usr/lib/pkgconfig/absl_compare.pc
3154.0 -- Installing: /dockcross/buildroot/buildroot/output/target/usr/lib/pkgconfig/absl_utility.pc
3154.0 make[1]: Leaving directory '/dockcross/buildroot/buildroot/output/build/libabseil-cpp-20210324.2'
3154.0 >>> host-protobuf 3.17.3 Downloading
3154.0 wget --passive-ftp -nd -t 3 --no-check-certificate -O '/dockcross/buildroot/buildroot/output/build/.protobuf-cpp-3.17.3.tar.gz.8s86ge/output' 'https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-cpp-3.17.3.tar.gz' 
3154.0 protobuf-cpp-3.17.3.tar.gz: OK (sha256: 51cec99f108b83422b7af1170afd7aeb2dd77d2bcbb7b6bad1f92509e9ccf8cb)
3154.0 >>> host-protobuf 3.17.3 Extracting
3154.0 gzip -d -c /dockcross/buildroot/buildroot/dl/protobuf/protobuf-cpp-3.17.3.tar.gz | tar --strip-components=1 -C /dockcross/buildroot/buildroot/output/build/host-protobuf-3.17.3   -xf -
------
Dockerfile:34
--------------------
  33 |     # Build and install the toolchain, cleaning up artifacts afterwards.
  34 | >>> RUN mkdir /dockcross/buildroot \
  35 | >>>     && cd /dockcross/buildroot \
  36 | >>>     && /dockcross/install-buildroot-toolchain.sh \
  37 | >>>     -c "/dockcross/buildroot.config" \
  38 | >>>     -v "${BR_VERSION}" \
  39 | >>>     && rm -rf /dockcross/buildroot /dockcross/install-buildroot-toolchain.sh
  40 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c mkdir /dockcross/buildroot     && cd /dockcross/buildroot     && /dockcross/install-buildroot-toolchain.sh     -c \"/dockcross/buildroot.config\"     -v \"${BR_VERSION}\"     && rm -rf /dockcross/buildroot /dockcross/install-buildroot-toolchain.sh" did not complete successfully: exit code: 2
make: *** [Makefile:250: linux-arm64-full] Error 1

Thank you.

@fcervigni-EP fcervigni-EP changed the title Local image build fails Local *-full image build fails Apr 4, 2024
Copy link

github-actions bot commented Aug 2, 2024

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Aug 2, 2024
Copy link

github-actions bot commented Sep 2, 2024

This issue was closed because it has been stalled for 30 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant