Bug 238668 - make build-depends-list / run-depends-list / pretty-print-build-depends-list / pretty-print-run-depends-list not working
Summary: make build-depends-list / run-depends-list / pretty-print-build-depends-list ...
Status: Closed DUPLICATE of bug 238667
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-17 13:33 UTC by matthias+freebsd+bugzilla
Modified: 2019-06-17 13:41 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matthias+freebsd+bugzilla 2019-06-17 13:33:25 UTC
"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.
Comment 1 matthias+freebsd+bugzilla 2019-06-17 13:41:25 UTC

*** This bug has been marked as a duplicate of bug 238667 ***