[Bug 206121] missing dependancy for dervel/py-pbr

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 11 00:53:13 UTC 2016


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

            Bug ID: 206121
           Summary: missing dependancy for dervel/py-pbr
           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: gikid0 at gmail.com

I updated my ports tree on 2016-01-08 on a new install of FreeBSD 10.2. I was
attempting to install the security/letsencrypt package, which depended on
devel/py-pbr. The installation of devel/py-pbr failed. This was the error it
threw:

===>  Cleaning for py27-pbr-1.8.1
===>  License APACHE20 accepted by the user
===>   py27-pbr-1.8.1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by py27-pbr-1.8.1 for building
===>  Extracting for py27-pbr-1.8.1
=> SHA256 Checksum OK for pbr-1.8.1.tar.gz.
===>  Patching for py27-pbr-1.8.1
===>   py27-pbr-1.8.1 depends on package: py27-setuptools27>0 - found
===>   py27-pbr-1.8.1 depends on file: /usr/local/bin/python2.7 - found
===>  Configuring for py27-pbr-1.8.1
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 22, in <module>
    **util.cfg_to_args())
  File "pbr/util.py", line 261, in cfg_to_args
    wrap_commands(kwargs)
  File "pbr/util.py", line 541, in wrap_commands
    for cmd, _ in dist.get_command_list():
  File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 446,
in get_command_list
    cmdclass = ep.resolve()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line
2386, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
ImportError: No module named babel.messages.frontend
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/py-pbr
===>>> make build failed for devel/py-pbr
===>>> Aborting update
===>>> Update for devel/py-pbr failed
===>>> Aborting update

To resolve this, I installed devel/py-babel. After installing devel/py-babel,
the installation of devel/py-pbr, and subsequently security/letsencrypt
completed successfully.

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


More information about the freebsd-ports-bugs mailing list