Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692114 - dev-util/conan-1.18.1: unable to execute it (The 'pluginbase<1.0,>=0.5' distribution was not found and is required)
Summary: dev-util/conan-1.18.1: unable to execute it (The 'pluginbase<1.0,>=0.5' distr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Azamat H. Hackimov
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-08-14 05:22 UTC by John Blbec
Modified: 2019-08-21 16:03 UTC (History)
2 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 John Blbec 2019-08-14 05:22:36 UTC
i was so glad i can see conan finally in the portage. unfortunately, i can't execute it :-(

$ conan
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.6/conan", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3126, in <module>
    @_call_aside
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3110, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3139, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 581, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 898, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 784, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pluginbase<1.0,>=0.5' distribution was not found and is required by conan
Comment 1 Joonas Niilola gentoo-dev 2019-08-14 05:55:44 UTC
If you do 
  emerge -1av dev-python/pluginbase

does it fix this for you?
Comment 2 John Blbec 2019-08-14 06:29:48 UTC
unfortunately, not it hasn't helped

$ conan
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.6/conan", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3126, in <module>
    @_call_aside
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3110, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3139, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 581, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 898, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 784, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'bottle<0.13,>=0.12.8' distribution was not found and is required by conan
Comment 3 John Blbec 2019-08-14 06:32:11 UTC
i've installed also 

  emerge -1av dev-python/bottle

and it helps. not i'm able to execute conan :-)
Comment 4 John Blbec 2019-08-14 06:33:36 UTC
(In reply to John Blbec from comment #3)
> i've installed also 
> 
>   emerge -1av dev-python/bottle
> 
> and it helps. not i'm able to execute conan :-)

a typo: "not i'm" -> "now i'm"
Comment 5 Joonas Niilola gentoo-dev 2019-08-14 07:11:14 UTC
https://github.com/conan-io/conan/blob/develop/conans/requirements_server.txt

I seemed to have these packages installed already, but glad it works. Just needs an update in the ebuild.
Comment 6 John Blbec 2019-08-14 07:27:24 UTC
(In reply to Joonas Niilola from comment #5)
> https://github.com/conan-io/conan/blob/develop/conans/requirements_server.txt
> 
> I seemed to have these packages installed already, but glad it works. Just
> needs an update in the ebuild.

yes. to add 2 new dependencies to the ebuild is a solution. thanks for your support, @joonas :-)
Comment 7 Larry the Git Cow gentoo-dev 2019-08-21 16:03:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986f51d7b20c54caa2a56017257d6255d7df7241

commit 986f51d7b20c54caa2a56017257d6255d7df7241
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2019-08-16 17:33:20 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2019-08-21 16:02:37 +0000

    dev-util/conan: update dependencies (#692114)
    
    Updated and reordered dependencies.
    
    Closes: https://bugs.gentoo.org/692114
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Package-Manager: Portage-2.3.66, Repoman-2.3.16
    Closes: https://github.com/gentoo/gentoo/pull/12697
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-util/conan/conan-1.18.1-r1.ebuild | 71 +++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)