Skip to content

Add rust 'fd' and 'bat' utilities. #294

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

Merged
merged 2 commits into from
Apr 13, 2019
Merged

Conversation

citrus-it
Copy link
Member

With many thanks to @papertigers for the assistance in building these, and for the work he is doing to add illumos support to rust crates.

@priyadarshan
Copy link

Thank you so much for these, they have become a staple in my toolchain, thanks to @papertigers too. Looking forward to see the nix crate available on illumos!

@papertigers
Copy link
Contributor

You should be able to build bat with just the termios change. I think the libc stuff has all made it into the libc crate itself via @jasonbking. See rust-lang/libc#1251

@citrus-it
Copy link
Member Author

citrus-it commented Apr 12, 2019

You should be able to build bat with just the termios change. I think the libc stuff has all made it into the libc crate itself via @jasonbking. See rust-lang/libc#1251

Without your branch, I hit

39 |         libc::ioctl(libc::STDOUT_FILENO, libc::TIOCGWINSZ.into(), &mut winsize);
   |                                                ^^^^^^^^^^ not found in `libc`

but it looks like a cargo update -p libc was sufficient, thanks

@oetiker oetiker merged commit c9f785e into omniosorg:master Apr 13, 2019
@citrus-it citrus-it deleted the rustfd branch April 16, 2019 10:10
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

Successfully merging this pull request may close these issues.

5 participants