Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2019 13:33:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 238668] make build-depends-list / run-depends-list / pretty-print-build-depends-list / pretty-print-run-depends-list not working
Message-ID:  <bug-238668-21822@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: matthias+freebsd+bugzilla@harz.de
                CC: kde@FreeBSD.org, python@FreeBSD.org
                CC: kde@FreeBSD.org, python@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=3D" e.g. "USES=3D groff" sont S=
how up
at all.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238668-21822>