Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2019 20:01:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237952] mail/notmuch: port still has build dependency python27
Message-ID:  <bug-237952-7788-3Q9ywwRMnM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237952-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237952-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #1 from Sebastian Schwarz <seschwar@gmail.com> ---
Created attachment 204490
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204490&action=
=3Dedit
notmuch-build-dependencies.svg

I'm building the notmuch packages using poudriere without any custom make.c=
onf
or ports options and I can find no direct direct build dependency on python=
27.=20
 However there are a few transitive dependencies on python27:

# cd /usr/ports
# poudriere logclean -a
(...)
# poudriere bulk -j FreeBSD:12:amd64 -n mail/*notmuch*
(...)
# awk '$2 ~ /py(thon)?2/ { print $1 }'
/usr/local/poudriere/data/logs/bulk/FreeBSD:12:amd64-default/latest/.poudri=
ere.pkg_deps%
| sort -u
llvm60-6.0.1_6
mesa-libs-18.3.2
py27-enum34-1.1.6
py27-setuptools-41.0.0
scons-3.0.1
spidermonkey52-52.9.0_3
talloc-2.1.14

Can you share the output of these (or similar) commands on your system so t=
hat
I can try to reproduce your problem?  Otherwise please file PRs about the
python27 build dependencies with above's packages' maintainers.

I've attached the full dependency graph, which was generated with the follo=
wing
command:

awk '
    BEGIN {
        print "digraph {"
    }
    {
        printf "\"%s\" -> \"%s\";\n", $1, $2
    }
    END {
        print "}"
    }
' <
/usr/local/poudriere/data/logs/bulk/FreeBSD:12:amd64-default/latest/.poudri=
ere.pkg_deps%
| tred | dot -Tsvg -o notmuch-build-dependencies.svg

--=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-237952-7788-3Q9ywwRMnM>