Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[arch] makepkg refuses to start kernel build #958

Open
Dialgatrainer02 opened this issue Jun 17, 2024 · 1 comment
Open

[arch] makepkg refuses to start kernel build #958

Dialgatrainer02 opened this issue Jun 17, 2024 · 1 comment

Comments

@Dialgatrainer02
Copy link

Before reporting an issue, please check for relevant keywords in the issues search bar, including closed issues. The solution to your issue might be there already !

Describe the bug

  • Which OS do you encounter the bug on? arch
  • A clear and concise description of what the bug is.
    when using makepkg to complie the kernel it begins and downloads the git sources but then sjips accutally making the kernel then cleans up and exit with no errors
  • Attach the contents of your logs folder by drag & dropping each file into this message.
    Special note for Arch users: please run makepkg [args] | tee shell-output.log for more logging!
    shell-output.log
    customization.cfg.txt
    system-info.txt
@Tk-Glitch
Copy link
Member

From your config:

# Set to "1" to call make menuconfig, "2" to call make nconfig, "3" to call make xconfig, before building the kernel. Set to false to disable and skip the prompt.
_menunconfig="flase"

Typo

# Timer frequency - "100" "250" "300" "500" "750" "1000" ("2000" is available for cacule cpusched only, "625" is available for echo cpusched only) - More options available in kernel config prompt when left empty depending on selected cpusched with the default option pointed with a ">" (2000 for cacule, 100 for muqss, 625 for echo and 1000 for other cpu schedulers)
_timer_freq=">"

This is invalid as a value. The ">" sign part talks about the option prompt when leaving this empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants