Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737434 - app-admin/ansible-2.10.0: emake failed: Cannot install ansible-base with a pre-existing ansible==2.9.12 installation
Summary: app-admin/ansible-2.10.0: emake failed: Cannot install ansible-base with a pr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-16 12:01 UTC by Thomas Deutschmann (RETIRED)
Modified: 2020-08-16 21:22 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2020-08-16 12:01:01 UTC
> >>> Compiling source in /var/tmp/portage/app-admin/ansible-2.10.0/work/ansible-base-2.10.0 ...                           * python3_6: running distutils-r1_run_phase distutils-r1_python_compile
> python3.6 setup.py build -j 42                                                                                          Traceback (most recent call last):
>   File "setup.py", line 107, in <module>
>     _validate_install_ansible_base()
>   File "setup.py", line 98, in _validate_install_ansible_base
>     ''' % (stars, __version__, stars)
> RuntimeError:
> 
>     ****************************************************************************
> 
>     Cannot install ansible-base with a pre-existing ansible==2.9.12
>     installation.
> 
>     Installing ansible-base with ansible-2.9 or older currently installed with
>     pip is known to cause problems. Please uninstall ansible and install the new
>     version:
> 
>         pip uninstall ansible
>         pip install ansible-base
> 
>     If you want to skip the conflict checks and manually resolve any issues
>     afterwards, set the ANSIBLE_SKIP_CONFLICT_CHECK environment variable:
> 
>         ANSIBLE_SKIP_CONFLICT_CHECK=1 pip install ansible-base
> 
>     ****************************************************************************
> 
>  * ERROR: app-admin/ansible-2.10.0::gentoo failed (compile phase):
>  *   (no error message)
>
Comment 1 Larry the Git Cow gentoo-dev 2020-08-16 21:22:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fd48425430a79fdd1ab4baf9aad7cc2526e64f

commit 61fd48425430a79fdd1ab4baf9aad7cc2526e64f
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2020-08-16 21:22:36 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2020-08-16 21:22:54 +0000

    app-admin/ansible: fix upgrading ansible from previous versions
    
    Closes: https://bugs.gentoo.org/737434
    Package-Manager: Portage-3.0.2, Repoman-2.3.23
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 app-admin/ansible/ansible-2.10.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)