sabotage-linux / sabotage

a radical and experimental distribution based on musl libc and busybox
http://sabo.xyz
Other
542 stars 68 forks source link

build-stage0 fails on Alpine Linux x86_64] make not build due to missing deps: base-dev stage0 #731

Closed xplshn closed 5 months ago

xplshn commented 5 months ago

I've been trying all morning to build Sabo, however this error keeps popping up, why is it? I just did what the guide told me to.

alpine-x64:~/Building/sabotage$ ./build-stage0
2024-02-01 21:11:09 installing stage0
2024-02-01 21:11:09 WARNING: Network access protection disabled. Is unshare installed?
package kernel-headers is already installed, skipping
package gcc3 is already installed, skipping
package stage0-gcc is already installed, skipping
package stage0-musl is already installed, skipping
package patch is already installed, skipping
package busybox is already installed, skipping
package services is already installed, skipping
package base-sys is already installed, skipping
package jobflow is already installed, skipping
package sabotage-core is already installed, skipping
package binutils is already installed, skipping
*** downloadqueue ***
make
*** buildqueue ***
make
base-dev
stage0
2024-02-01 21:11:09 downloading make (/tmp/sabotage/src/build/dl_make.sh) -> /tmp/sabotage/src/logs/dl_make.log
2024-02-01 21:11:09 building make (/tmp/sabotage/src/build/build_make.sh) -> /tmp/sabotage/src/logs/build_make.log
2024-02-01 21:11:14 WARNING: make failed to build! wait for other jobs to finish.
2024-02-01 21:11:14 done.
got 0 download errors and 1 build errors.
failed to build: make
not built due to missing deps: base-dev stage0
time spent: 00:00:05
alpine-x64:~/Building/sabotage$
MitchRatquest commented 5 months ago

What is the output of /tmp/sabotage/src/logs/build_make.log ?

rofl0r commented 5 months ago

sorry, i didn't test stage0 build, the last commit in master messed it up. if you pull the repo and run utils/update-chroot.sh, followed by build-stage0, it should work now.

xplshn commented 5 months ago

OKay, thanks!