Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2021 23:10:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255071] ports-mgmt /pkg: search -Q required-by isn't working from what I can tell
Message-ID:  <bug-255071-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 255071
           Summary: ports-mgmt /pkg: search -Q required-by isn't working
                    from what I can tell
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ports@thelanman.net

I'm trying to figure out why my poudriere build keeps building python27 and
isn't removing it. I figured I could do:
   pkg search -Q required-by python27

It just returns python27 as such:
python27-2.7.18_1
Comment        : Interpreted object-oriented programming language



As an example of depends / required-by that I think should return something:
   pkg search -d py37-pip

returns:
py37-pip-20.2.3
Comment        : Tool for installing and managing Python packages
Depends on     :
  python37-3.7.10
  py37-setuptools-44.0.0



then doing:  pkg search -Q required-by python37

just returns:
python37-3.7.10
Comment        : Interpreted object-oriented programming language


Shouldn't this be returning at least py37-pip-20.2.3 ???

--=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-255071-7788>