-
-
Notifications
You must be signed in to change notification settings - Fork 379
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
Division by zero on small files (UID too large?) #324
Comments
I bisected the "Numeric user ID too large" thing to 64674c7. Kinda seems like it's unrelated to the division by zero. |
Hmm OK I tried ignoring the UID thing:
So even makeself's own archive doesn't work. Then if I check out the parent commit and try again:
... it works. |
bjackman
added a commit
to google/page-alloc-bench
that referenced
this issue
Mar 7, 2024
Not sure what's going on but I'm getting issues with Makself, see megastep/makeself#324. Haven't really figured out the details so I'm not gonna document this in the README for now. My workaround is to checkout commit 5809be74 of makeself, build it (just `make`), then run the `release/makeself-2.4.5.run` it generates, and use the `makeself.sh` that I find in its output directory. Not sure why you can't just run the `makeself-2.4.5.run` directly.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
Makeself version 2.5.0
:I'm not sure if that "Numeric user ID too large" warning is related, it might always have been there - I don't have logs from an older version of makeself to compare unfortunately. My UID is
729974
for what that's worth - I assume this is much bigger than you'd usually encounter on a plain old local Unix system but this is on a fancy work system with PAM magic.The text was updated successfully, but these errors were encountered: