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

[BUG] env -S not supported on Ubuntu 18.04 #152

Open
aus opened this issue May 6, 2020 · 1 comment
Open

[BUG] env -S not supported on Ubuntu 18.04 #152

aus opened this issue May 6, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@aus
Copy link

aus commented May 6, 2020

When running st on Ubuntu 18.04, the executable fails to start:

$ ./st
/usr/bin/env: invalid option -- 'S'
Try '/usr/bin/env --help' for more information.

Ubuntu 18.04 ships with coreutils 8.28. Support for the -S option to env was added in 8.30, and thus not supported. I assume you have your reasons for requiring the -s -E options for python. However, I wasn't immediately able to come up with an alternative solution that also worked with shiv.

https://github.com/byt3bl33d3r/SILENTTRINITY/blob/master/Makefile#L22

  • SILENTTRINITY Version: f6f585
@aus aus added the bug Something isn't working label May 6, 2020
@ajkerley628
Copy link

The wiki is not very descriptive with running the Ubuntu binaries. I went down a long rabbit hole by installing the newest version of the coreutils library from source and changing out the env binary for the st file. Then I dived deeper down the rabbit hole with encoding issues...

Long story short, discovered you only gotta run python3 st

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants