[Bug 201280] devel/gaphor: Port prerequisites defect?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 2 13:59:01 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201280

            Bug ID: 201280
           Summary: devel/gaphor: Port prerequisites defect?
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: sergey.v.brunov at gmail.com

Hello!

After installing gaphor (using ports), the attempt to run it leads to the
following error:

$ gaphor
Traceback (most recent call last):
  File "/usr/local/bin/gaphor", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
3074, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
3060, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
3087, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
645, in _build_master
    ws.require(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
946, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
833, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'etk.docking>=0.2' distribution was not
found and is required by gaphor

Using the following command:

# easy_install etk.docking

the missing prerequisite has been installed.

The same action is required for the "gaphas" dependency.

It seems to be a defect because all the required dependencies must be installed
during the port installation, does not it?

Best regards,
Sergey Brunov.

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


More information about the freebsd-ports-bugs mailing list