NSG650 / Polaris

A WIP 64-bit UNIX-like kernel
Apache License 2.0
311 stars 15 forks source link

Error 127 on Debian based system #33

Open arin-prashar opened 1 month ago

arin-prashar commented 1 month ago

Describe the bug bsdtar not found on debian based system

To Reproduce Steps to reproduce the behavior:

  1. Have a Debian based system
  2. Git clone the repo
  3. run make jinx (Up to date)
  4. run make underspace-base / make underspace-full
  5. Error -127 bsdtar not found

Expected behavior To finish building

Environment (please complete the following information):

Screenshots If applicable, add screenshots to help explain your problem.

image image

NSG650 commented 1 month ago

Please install libarchive-tools and try running the build again.

arin-prashar commented 1 month ago

Resolved the bsdtar issue

arin-prashar commented 1 month ago

Error at end of make underspace-base make underspace-full

Corrupted Packages / Missing packages image

NSG650 commented 1 month ago

Open the jinx script in a text editor and update these values

archlinux_snapshot_date="2024.10.01"
archlinux_snapshot_b2sum=38c831bdab26cee7a89fc25c31cd88d3b97edb26831db9de131ace40cf0f58ef4e6f8bc37d96be55269a0efb1f375b376586d3a0500b7334afa63750539e9eb8
archlinux_snapshot_repo_date="2024/10/15"

then

./jinx clean
make userspace-base
arin-prashar commented 1 month ago

let me try

got this after ./jinx clean

arin-prashar commented 1 month ago

image