[Bug 238668] make build-depends-list / run-depends-list / pretty-print-build-depends-list / pretty-print-run-depends-list not working

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 17 14:33:25 BST 2019


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

            Bug ID: 238668
           Summary: make build-depends-list / run-depends-list /
                    pretty-print-build-depends-list /
                    pretty-print-run-depends-list not working
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: matthias+freebsd+bugzilla at harz.de
                CC: kde at FreeBSD.org, python at FreeBSD.org
                CC: kde at FreeBSD.org, python at FreeBSD.org

"make build-depends-list" in a port Directory should list all dependencies of
he port an all dependencies of those dependencies (recusion over all
dependencies)

cd /usr/ports/devel/cmake
make build-depends-list
/bs/repo/x12ports/ports-mgmt/pkg
/bs/repo/x12ports/textproc/py-sphinx
/bs/repo/x12ports/ftp/curl
/bs/repo/x12ports/textproc/expat2
/bs/repo/x12ports/devel/jsoncpp
/bs/repo/x12ports/devel/libuv
/bs/repo/x12ports/security/rhash
/bs/repo/x12ports/archivers/libarchive

cd /usr/ports/textproc/py-sphinx
make build-depends-list
/bs/repo/x12ports/ports-mgmt/pkg
/bs/repo/x12ports/devel/py-Jinja2
/bs/repo/x12ports/textproc/py-docutils
/bs/repo/x12ports/devel/py-six
/bs/repo/x12ports/devel/py-setuptools
/bs/repo/x12ports/lang/python36

shows that no recursion ist happening.

same thing with "make run-depends-list"

"make pretty-print-run-depends-list"
and
"make pretty-print-build-depends-list"

ist totaly hosed as it shows non dependencies at all.

BONUS: All dependencies pulled in bei "USES=" e.g. "USES= groff" sont Show up
at all.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kde-freebsd mailing list