[Bug 256510] Mk/Uses/shebang.mk Silently fails on .py files if python env isn't initialized
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jun 2024 09:55:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256510
Shane <FreeBSD@ShaneWare.Biz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |FreeBSD@ShaneWare.Biz
--- Comment #5 from Shane <FreeBSD@ShaneWare.Biz> ---
using python:env doesn't help for me.
without shebangfix I get
Error: '/usr/bin/env python' is an invalid shebang...
with shebangfix I get
Error: '/usr/local/bin/python' is an invalid shebang...
If I change the shebang line to python3.9 make stage-qa doesn't give this
error. So it would appear that stage-qa doesn't follow symlinks when checking
the shebang destination.
--
You are receiving this mail because:
You are on the CC list for the bug.