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

make: the '-j' option requires a positive intege r argument #36

Closed
john-peterson opened this issue Jul 2, 2023 · 4 comments
Closed

Comments

@john-peterson
Copy link

&(NPROC.as_ref().map_err(|err| eyre!(err))? / 2).to_string(),

make: the '-j' option requires a positive intege
r argument

Error:
   0: Failed to build Hac2l

Location:
   crates/hac/src/backend.rs:346
@john-peterson
Copy link
Author

john-peterson commented Jul 2, 2023

cat /etc/lsb-release
DISTRIB_DESCRIPTION="Ubuntu 23.04"

sudo apt -y install gcc-12 g++-12 make git libjpeg-dev binutils-dev libicu-dev build-essential

cargo install --git https://github.com/nozwock/yanu yanu-cli

yanu-cli --keyfile keys/prod.keys update --base diablo3.nsp --update diablo3u.nsp

@nozwock
Copy link
Owner

nozwock commented Jul 2, 2023

What's the output of nproc on your system?

@nozwock
Copy link
Owner

nozwock commented Jul 2, 2023

Could you install the debug branch and provide the log?

cargo install --git https://github.com/nozwock/yanu --branch debug-nproc yanu-cli

This issue is unusual since I haven't experienced it on any of my systems.

@nozwock
Copy link
Owner

nozwock commented Jul 2, 2023

Moved to #37. Please try to stick to a single issue as they both are the same.

@nozwock nozwock closed this as completed Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants