-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add touch as a common core utility #2410
Add touch as a common core utility #2410
Conversation
Found out that touch wasn't compiled in what I assume in ordinary Ubuntu Linux setup. ``` ./+o+- hbina@komputa yyyyy- -yyyyyy+ OS: Ubuntu 20.04 focal ://+//////-yyyyyyo Kernel: x86_64 Linux 5.12.9-051209-generic .++ .:/++++++/-.+sss/` Uptime: 1h 5m .:++o: /++++++++/:--:/- Packages: 2241 o:+o+:++.`..```.-/oo+++++/ Shell: bash 5.0.17 .:+o:+o/. `+sssoo+/ Resolution: 1920x1080 .++/+:+oo+o:` /sssooo. DE: GNOME 3.36.5 /+++//+:`oo+o /::--:. WM: Mutter \+/+o+++`o++o ++////. WM Theme: Adwaita .++.o+++oo+:` /dddhhh. GTK Theme: Yaru [GTK2/3] .+.o+oo:. `oddhhhh+ Icon Theme: ubuntu-mono-dark \+.++o+o``-````.:ohdhhhhh+ Font: Cantarell 11 `:o+++ `ohhhhhhhhyo++os: Disk: 142G / 475G (32%) .o:`.syhhhhhhh/.oo++o` CPU: AMD Ryzen 7 4800U with Radeon Graphics @ 16x 1.8GHz /osyyyyyyo++ooo+++/ GPU: AMD/ATI ````` +oo+++o\: RAM: 9370MiB / 31584MiB `oo++. ``` Signed-off-by: Hanif Bin Ariffin <hanif.ariffin.4326@gmail.com>
Thanks! I was also surprised to see I think it should be in common core if possible, but it currently seems to fail on FreeBSD. If you can get it to work there, I would be happy to accept this. Finally, it'd be great if you could remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, please remove it from the current declaration and fix freebsd :)
I believe @hbina , Any suggestions to make this point more obvious in the README for new devs/users? But, ultimately, I think using I'm happy to work on it if someone has a template I can look at to work from... |
is build.rs not powerful enough to detect the host operating system?
I will keep this mind. On a side note, I need to install all 4 OSses in a VM T.t |
|
freebsd is still broken |
Found out that touch wasn't compiled in what I assume in ordinary Ubuntu
Linux setup.
Signed-off-by: Hanif Bin Ariffin hanif.ariffin.4326@gmail.com