Replies: 22 comments 1 reply
-
what are the commands you have ran to get this ? what is your OS ? |
Beta Was this translation helpful? Give feedback.
-
My System ist fedora 39 Workstation |
Beta Was this translation helpful? Give feedback.
-
What I originally wanted was a working Ubuntu 22.04 image (for jetson nano). But since this was not to be found on the releases page, I wanted to compile it myself. However, only version 20.04 worked fine. |
Beta Was this translation helpful? Give feedback.
-
I'll take a look at it |
Beta Was this translation helpful? Give feedback.
-
In case it worked for you, could you publish the Ubuntu 22.04 images in the releases? |
Beta Was this translation helpful? Give feedback.
-
I could not reproduce it actually.
I'll try to publish 22.04 images this week or next week |
Beta Was this translation helpful? Give feedback.
-
Ok, I'll try this, maybe it helps. |
Beta Was this translation helpful? Give feedback.
-
I had a similar issue with exact same output when building using podman 4.9.5 on Ubuntu 24.04. The solution was to add the following lines to
|
Beta Was this translation helpful? Give feedback.
-
Since no Ubuntu 22.04 image release is obtainable in the release page, I think this should help. Ubuntu 22.04 jetson nano image |
Beta Was this translation helpful? Give feedback.
-
Send PR ;) |
Beta Was this translation helpful? Give feedback.
-
@pythops Does it merge releases? I don't remember a pr will merge releases. Since most of the script I changed is some hacky modifications, I don't recommend merging my branch. |
Beta Was this translation helpful? Give feedback.
-
What I mean, is you're welcome to send changes to build Ubuntu 22.04 images on the CI, if you want ofc :) |
Beta Was this translation helpful? Give feedback.
-
I have error compiling Ubuntu 22.04 on Fedora 41 ( Ubuntu 20.04 works normally) package: Setting up libgtk-3-0:arm64 (3.24.33-1ubuntu2.2) ...
Setting up libgtk-3-bin (3.24.33-1ubuntu2.2) ...
Setting up humanity-icon-theme (0.6.16) ...
Setting up ubuntu-mono (20.10-0ubuntu2) ...
Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault (core dumped)
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault (core dumped)
dpkg: error processing package libc-bin (--configure):
installed libc-bin package post-installation script subprocess returned error exit status 139
Processing triggers for libgdk-pixbuf-2.0-0:arm64 (2.42.8+dfsg-1ubuntu0.3) ...
Errors were encountered while processing:
libc-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)
Error: building at STEP "RUN apt install -y libgles2 libpangoft2-1.0-0 libxkbcommon0 libwayland-egl1 libwayland-cursor0 libunwind8 libasound2 libpixman-1-0 libjpeg-turbo8 libinput10 libcairo2 device-tree-compiler iso-codes libncursesw5 libdrm-common libdrm2 libegl-mesa0 libegl1 libegl1-mesa libgtk-3-0 libgstreamer1.0-0 libgstreamer-plugins-bad1.0-0 i2c-tools bridge-utils libffi7 libvulkan1 libssl1.1 && apt install -y wget cpio busybox && wget http://launchpadlibrarian.net/354032550/libffi6_3.2.1-8_arm64.deb && dpkg -i libffi6_3.2.1-8_arm64.deb": while running runtime: exit status 100 Can we reopen this issue? Full log after running: `just build-jetson-rootfs 22.04```` Building base rootfs
|
Beta Was this translation helpful? Give feedback.
-
Sure, Can you write down the commands you run and eventual changes you made ? |
Beta Was this translation helpful? Give feedback.
-
I had same problem and have a workaround. I'll share it when I dig it up |
Beta Was this translation helpful? Give feedback.
-
@pythops I just run |
Beta Was this translation helpful? Give feedback.
-
Did you make any changes to the rootfs (add new packages) ? Please detail here the steps to reproduce the issue ? |
Beta Was this translation helpful? Give feedback.
-
No I didn't, I am just trying to build from repo without any changes. |
Beta Was this translation helpful? Give feedback.
-
I see some qemu logs. Are you running it inside qemu ? |
Beta Was this translation helpful? Give feedback.
-
I tested on macOS too, still same issue. macOS: Ventura 13.6.1 x86_64 Setting up libgtk-3-0:arm64 (3.24.33-1ubuntu2.2) ...
Setting up libgtk-3-bin (3.24.33-1ubuntu2.2) ...
Setting up humanity-icon-theme (0.6.16) ...
Setting up ubuntu-mono (20.10-0ubuntu2) ...
Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
Segmentation fault (core dumped)
Segmentation fault (core dumped)
dpkg: error processing package libc-bin (--configure):
installed libc-bin package post-installation script subprocess returned error exit status 139
Processing triggers for libgdk-pixbuf-2.0-0:arm64 (2.42.8+dfsg-1ubuntu0.3) ...
Errors were encountered while processing:
libc-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)
Error: building at STEP "RUN apt install -y libgles2 libpangoft2-1.0-0 libxkbcommon0 libwayland-egl1 libwayland-cursor0 libunwind8 libasound2 libpixman-1-0 libjpeg-turbo8 libinput10 libcairo2 device-tree-compiler iso-codes libncursesw5 libdrm-common libdrm2 libegl-mesa0 libegl1 libegl1-mesa libgtk-3-0 libgstreamer1.0-0 libgstreamer-plugins-bad1.0-0 i2c-tools bridge-utils libffi7 libvulkan1 libssl1.1 && apt install -y wget cpio busybox && wget http://launchpadlibrarian.net/354032550/libffi6_3.2.1-8_arm64.deb && dpkg -i libffi6_3.2.1-8_arm64.deb": while running runtime: exit status 100 Full logs: macos-ubuntu22-build-log.txt |
Beta Was this translation helpful? Give feedback.
-
I committed and pushed the workaround I used to my branch. If it helps / work I can create a PR or you can cherry pick Ok I see somebody else suggested the same thing in the comments above |
Beta Was this translation helpful? Give feedback.
-
Processing triggers for libc-bin (2.35-0ubuntu3.6) ... Segmentation fault (core dumped) Segmentation fault (core dumped) dpkg: error processing package libc-bin (--configure): installed libc-bin package post-installation script subprocess returned error exit status 139 Processing triggers for ca-certificates (20230311ubuntu0.22.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Errors were encountered while processing: libc-bin E: Sub-process /usr/bin/dpkg returned an error code (1)
It seems that there is some memory wrong allocated due to Segmentation fault.
Compiling ubuntu20.04 works fine without any problems
Beta Was this translation helpful? Give feedback.
All reactions