Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2016 00:53:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206121] missing dependancy for dervel/py-pbr
Message-ID:  <bug-206121-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: gikid0@gmail.com

I updated my ports tree on 2016-01-08 on a new install of FreeBSD 10.2. I w=
as
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:

=3D=3D=3D>  Cleaning for py27-pbr-1.8.1
=3D=3D=3D>  License APACHE20 accepted by the user
=3D=3D=3D>   py27-pbr-1.8.1 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D> Fetching all distfiles required by py27-pbr-1.8.1 for building
=3D=3D=3D>  Extracting for py27-pbr-1.8.1
=3D> SHA256 Checksum OK for pbr-1.8.1.tar.gz.
=3D=3D=3D>  Patching for py27-pbr-1.8.1
=3D=3D=3D>   py27-pbr-1.8.1 depends on package: py27-setuptools27>0 - found
=3D=3D=3D>   py27-pbr-1.8.1 depends on file: /usr/local/bin/python2.7 - fou=
nd
=3D=3D=3D>  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 44=
6,
in get_command_list
    cmdclass =3D ep.resolve()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
2386, in resolve
    module =3D __import__(self.module_name, fromlist=3D['__name__'], level=
=3D0)
ImportError: No module named babel.messages.frontend
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/py-pbr
=3D=3D=3D>>> make build failed for devel/py-pbr
=3D=3D=3D>>> Aborting update
=3D=3D=3D>>> Update for devel/py-pbr failed
=3D=3D=3D>>> Aborting update

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

--=20
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-206121-13>