-
-
Notifications
You must be signed in to change notification settings - Fork 685
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
[build] zellij 0.16.0 failed to build on linux #702
Comments
@chenrui333 - looks like the bash completions failed to generate for some reason... Could this be a CI issue? Do they generate normally for you offline? I'm not sure why they're run in the CI, actually... but maybe I'm not understanding something. |
I have no idea what is going on in homebrew, one first guess would be that
would need to be
Just like in the test section later, but that probably is not the case - since it worked earlier. Is it possible for you to not redirect the output of the install and instead print it out? |
it worked in the zellij 0.15.0 (I can run a full regression rebuild to see how it goes with the previous release) |
Ah, good to know! |
I investigated a bit further and looked at other automated build systems.
For reference: NixOS/nixpkgs#136281 |
@chenrui333 |
@a-kenji there are two ways to test locally. docker approach
if you use linux
- url "https://github.com/zellij-org/zellij/archive/v0.15.0.tar.gz"
- sha256 "e8f3f190d75b89050ca7a85114ddb80aa8f03af66376452bbd5ed5c412a94e76"
+ url "https://github.com/zellij-org/zellij/archive/v0.16.0.tar.gz"
+ sha256 "beb0915ed92f32d88d26c896a57b6f30475e0f4cfec21abbc0d4cddabeaa0c09" let me know if that works |
Managed to reproduce the problem @a-kenji found with the nix build with: ❯ true | zellij setup --check 2>&1 | cat
failed to open terminal:
ENOTTY: Not a typewriter The problem seems to be with setting up termios before handling commands that don't need it, the linked pr solved it for me: ❯ true | ./target/debug/zellij setup --check 2>&1 | cat
[Version]: "0.17.0"
[CONFIG DIR]: Not Found
...
[DOCUMENTATION]: zellij.dev/documentation/ |
Awesome and thanks @tlinford! |
@chenrui333 |
Thanks @a-kenji ! |
Trying to upgrade zellij into 0.16.0, but run into some build as below:
full error log for linux build is in here, https://github.com/Homebrew/homebrew-core/runs/3475297710
The text was updated successfully, but these errors were encountered: