Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Sep 2015 18:16:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202799] sysutils/ansible: SHEBANG_FILES breaks ansible_python_interpreter and makes it impossible to manage non-freebsd hosts
Message-ID:  <bug-202799-13-sd9UQHWSJS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202799-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202799-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202799

--- Comment #3 from Nikolai Lifanov <lifanov@mail.lifanov.com> ---
You're right. USES: shebangfix changed at some point to replace shebang with
/usr/local/bin/python2.7 instead of /usr/local/bin/python. The port hasn't
changed since, so I was testing with the old version. I built a fresh test box
and rebuilt the package and now it doesn't work. Truth is, the code will work
with shebangs that end in python (not python2.7), so either /usr/bin/python or
/usr/local/bin/python would have worked, but not /usr/local/bin/python2.7.

I, maintainer, approve the patch I'm about to attach.

Thanks for the report!

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202799-13-sd9UQHWSJS>