gobolinux / GoboALFS

GoboLinux version of Automated Linux From Scratch
28 stars 8 forks source link

ArchLinux: fails with REV variable #7

Closed XuTpuK closed 7 years ago

XuTpuK commented 7 years ago

Having all dependencies, I run:

./GoboALFS /mydir

After "lfs config parameters looks good" confirmation, "make" utility fails:

*** The REV variable is , but can only be 'sysv' or 'systemd'. Stop.

I checked makefile, it really checks REV, but doesn't work:

ifeq ($(REV),)
    REV = sysv
endif
lucasvr commented 7 years ago

I have introduced several fixes to the tool, including the one that led to the REV variable issue. Please give it another try now.

XuTpuK commented 7 years ago

Yep, tried! Now error come much later :) "sudo not found" here screen: http://imgur.com/a/fsmlq

lucasvr commented 7 years ago

The sudo problem is supposed to be gone. Could you try with a fresh tree again?