From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkseY-0003cc-Kf for guix-patches@gnu.org; Wed, 01 Aug 2018 11:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkseV-0006U5-G1 for guix-patches@gnu.org; Wed, 01 Aug 2018 11:03:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32856) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fkseV-0006TQ-Bk for guix-patches@gnu.org; Wed, 01 Aug 2018 11:03:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fkseU-0007Rp-U2 for guix-patches@gnu.org; Wed, 01 Aug 2018 11:03:02 -0400 Subject: [bug#32320] [PATCH] gnu: ansible: update to 2.5.7 Resent-Message-ID: References: <20180730191730.7690-1-kballou@devnulllabs.io> <878t5qp3ey.fsf@gmail.com> From: Kenny Ballou In-reply-to: <878t5qp3ey.fsf@gmail.com> Date: Wed, 01 Aug 2018 09:00:38 -0600 Message-ID: <87zhy6uo6h.fsf@devnulllabs.io> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 32320@debbugs.gnu.org On 2018年08月01日 14:28 GMT, Oleg Pykhalov wrote: > Hello, > > Kenny Ballou writes: > >> Update ansible to the latest 2.5.x release. This also removes the >> Python 2 only support for Ansible as this is now stable in the 2.5.x >> line of Ansible. > > […] > > Builded fine on my machine. > > > Could I ask how do you use ansible-COMMAND commands? > > E.g. ‘ansible-galaxy’ outputs that it really runs ‘.ansible-real’ and > prints the manual page of ‘ansible’ command for me. > > Thanks, > Oleg. Oleg, This appears to be a known bug in how Python packages are using `.command.real` wrappers. See Bug #26752, "Ansible & others' problems with wrapped '.ansible.real' scripts": https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26752 and https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31299. This patch only attempts to update the version of ansible and its dependencies. It's possible that the patch is created against the wrong branch and therefore doesn't include any changes that would fix this behaviour. As it is today, the current version of ansible on `master` exhibits the same behaviour. Unfortunately, I personally don't have a work around in place for this yet. Regards, -Kenny