[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: Thu, 27 Oct 2022 19:02:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256510 Matthias Andree <mandree@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mandree@FreeBSD.org --- Comment #1 from Matthias Andree <mandree@FreeBSD.org> --- for me it failed noisily when preparing a security/openvpn-devel patch, https://cgit.freebsd.org/ports/commit/security/openvpn-devel?id=bb24536ac02a721fdc6657a2ff5e43c0c71ae54e did complain in stage-qa here with Error: '/usr/local/bin/python' is an invalid shebang you need USES=shebangfix for 'share/examples/openvpn/sample-scripts/totpauth.py' Although it had replaced the original /usr/bin/python3 with /usr/local/bin/python (and default LOCALBASE). -- You are receiving this mail because: You are on the CC list for the bug.