Still some wrong permissions vs. shebang
See original GitHub issueDescribe the bug #461 is still not totally resolved. With the latest release (4.5.6) these files are still broken:
[ 18s] python2-pyfakefs.noarch: W: non-executable-script /usr/lib/python2.7/site-packages/pyfakefs/tests/all_tests.py 644 /usr/bin/env python
[ 18s] python2-pyfakefs.noarch: W: non-executable-script /usr/lib/python2.7/site-packages/pyfakefs/tests/all_tests_without_extra_packages.py 644 /usr/bin/env python
[ 18s] python2-pyfakefs.noarch: W: non-executable-script /usr/lib/python2.7/site-packages/pyfakefs/tests/example_test.py 644 /usr/bin/env python
[ 18s] python3-pyfakefs.noarch: W: non-executable-script /usr/lib/python3.6/site-packages/pyfakefs/tests/all_tests.py 644 /usr/bin/env python
[ 18s] python3-pyfakefs.noarch: W: non-executable-script /usr/lib/python3.6/site-packages/pyfakefs/tests/all_tests_without_extra_packages.py 644 /usr/bin/env python
[ 18s] python3-pyfakefs.noarch: W: non-executable-script /usr/lib/python3.6/site-packages/pyfakefs/tests/example_test.py 644 /usr/bin/env python
[ 18s] This text file contains a shebang or is located in a path dedicated for
[ 18s] executables, but lacks the executable bits and cannot thus be executed. If
[ 18s] the file is meant to be an executable script, add the executable bits,
[ 18s] otherwise remove the shebang or move the file elsewhere.
How To Reproduce Check shebang lines and/or executable bits on those files.
Your enviroment Does not matter.
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (17 by maintainers)
Top Results From Across the Web
Shell script working fine without shebang line? Why? [duplicate]
The parent shell, where you entered ./myscript.sh , first tried to execve it, which is where the shebang line would take effect if...
Read more >Using shebang to tell deno the running flags; #5863 - GitHub
I like the idea of Deno to limit the system access by default. But as we know, devs will try to shortcut anything...
Read more >Bash Script Permission denied & Bad Interpreter
In many cases it's preferable to have a script not run at all (because Bash is specified in the shebang but is missing)...
Read more >What the #! shebang really does - DEV Community
As we said, the shebang tells to the kernel which interpreter is to be used to run the commands present in the file....
Read more >permissions of script files wrong/missing shebang lines
I found some with missing shebangs as said. I tested and works either way so to conform to most OSs I will add...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@mrbean-bremen This problem is not related to yours. It is an RPM packaging issue. I will address it, once I touch the package again. Thank you once again for all the love you put into this 😉.
Ok, just noticed that the warning for the SLE_12 build is not the original problem, but another one:
I think we can ignore this, as this seems to be specific to this version and not a regression. @kbabioch - please reopen if you think this can/shall be handled.