pythops / jetson-image

💾 Create minimalist, Ubuntu based images for the Nvidia jetson boards

Home Page:https://pythops.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on compiling ubuntu 22.04

nlnen opened this issue · comments

commented

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

commented

what are the commands you have ran to get this ? what is your OS ?

commented

My System ist fedora 39 Workstation
The command is just build-jetson-rootfs 22.04

commented

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.

commented

I'll take a look at it

commented

In case it worked for you, could you publish the Ubuntu 22.04 images in the releases?

commented

Sure

commented

I could not reproduce it actually.
Here are some tips you can try:

  1. try to get the latest version of podman
  2. If you have updated the kernel, you might need to restart your computer

I'll try to publish 22.04 images this week or next week

commented

Ok, I'll try this, maybe it helps.
Otherwise testing on another OS might help...