Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2015 14:52:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201889] www/py-django-mezzanine: Can not create new project.  Missing future==0.9.0 Python package
Message-ID:  <bug-201889-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 201889
           Summary: www/py-django-mezzanine: Can not create new project.
                    Missing future==0.9.0 Python package
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: koobs@FreeBSD.org
          Reporter: torsten.eichstaedt@web.de
             Flags: maintainer-feedback?(koobs@FreeBSD.org)
          Assignee: koobs@FreeBSD.org

[root@paul-lifebook /usr/local/www]# mezzanine-project friesen
Traceback (most recent call last):
  File "/usr/local/bin/mezzanine-project", 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
647, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
660, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
833, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'future==0.9.0' distribution was not
found and is required by Mezzanine

Unfortunately, instaling py-future does not help. 1st it is another version
(0.14.3) and 2nd portmaster (or pkg?) does not tell _which_ stale lockfile I
have to delete to proceed... (pkg database locked)

Welcome to the wonderful world of open source... ;)

-- 
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-201889-13>