ataraxialinux / ataraxia

Simple and lightweight source-based multi-platform Linux distribution with musl libc.
https://ataraxialinux.org
GNU General Public License v3.0
282 stars 19 forks source link

Error compiling on every attempted build #214

Closed ghost closed 3 years ago

ghost commented 3 years ago

title: '' labels: bug

Package Bug: Build script

Expected Behavior

Compiling just fine

Actual Behavior

image There is always an error when compiling something, here's one for compiling for aarch64.

Steps to Reproduce the Problem

  1. ./build stage -j12 -a aarch64 meta-toolchain
  2. ./build image -j12 -a aarch64 -d mate

Specifications

Build machine specs:

image

Other Notes:

I have followed the guide to building from source.