pythops / jetson-image

Create minimalist, Ubuntu based images for the Nvidia jetson boards
305 stars 100 forks source link

Error on compiling ubuntu 22.04 #117

Closed nlnen closed 4 months ago

nlnen commented 4 months ago

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

pythops commented 4 months ago

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

nlnen commented 4 months ago

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

nlnen commented 4 months ago

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.

pythops commented 4 months ago

I'll take a look at it

nlnen commented 4 months ago

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

pythops commented 4 months ago

Sure

pythops commented 4 months ago

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

nlnen commented 4 months ago

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