Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 15:46:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191986] New: Binary package py27-salt-2014.1.5 broken
Message-ID:  <bug-191986-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 191986
           Summary: Binary package py27-salt-2014.1.5 broken
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: neovortex@gmail.com

Running any salt commands results in the following output:

root@brokenjail:~> salt
Traceback (most recent call last):
  File "/usr/local/bin/salt", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 2837, in
<module>
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 449, in
_build_master
    ws.require(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 742, in
require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/site-packages/pkg_resources.py", line 639, in
resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: salt==2014.1.5
root@brokenjail:~> pkg info py27-salt
py27-salt-2014.1.5
Name           : py27-salt
Version        : 2014.1.5
Installed on   : Sun Jul 20 03:14:19 EST 2014
Origin         : sysutils/py-salt
Architecture   : freebsd:10:x86:64
...
Flat size      : 9.95MiB


Running pkg upgrade -f in the affected jail did not help. Appears to be
reproducible in other jails if py27-salt is reinstalled.

Other jails with py27-salt-2014.1.5 installed previously appear working. I do
notice a difference in pkg info -l output between working vs non-working jails,
namely that no egg-info files are present in broken installs.

root@brokenjail:~> pkg info -l py27-salt | grep egg-info
root@brokenjail:~>

Compare to the same output from a different jail that had py27-salt-2014.1.5
installed at an earlier date:

root@workingjail:~> pkg info -l py27-salt | grep egg-info
       
/usr/local/lib/python2.7/site-packages/salt-2014.1.4-py2.7.egg-info/PKG-INFO
       
/usr/local/lib/python2.7/site-packages/salt-2014.1.4-py2.7.egg-info/SOURCES.txt
       
/usr/local/lib/python2.7/site-packages/salt-2014.1.4-py2.7.egg-info/dependency_links.txt
       
/usr/local/lib/python2.7/site-packages/salt-2014.1.4-py2.7.egg-info/entry_points.txt
       
/usr/local/lib/python2.7/site-packages/salt-2014.1.4-py2.7.egg-info/not-zip-safe
       
/usr/local/lib/python2.7/site-packages/salt-2014.1.4-py2.7.egg-info/requires.txt
       
/usr/local/lib/python2.7/site-packages/salt-2014.1.4-py2.7.egg-info/top_level.txt
root@workingjail:~> pkg info py27-salt
py27-salt-2014.1.5
Name           : py27-salt
Version        : 2014.1.5
Installed on   : Sun Jun 29 13:48:58 EST 2014
Origin         : sysutils/py-salt
Architecture   : freebsd:10:x86:64
...
Flat size      : 9.97MiB

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