From owner-freebsd-ports-bugs@freebsd.org Mon May 20 20:01:18 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AD071590C34 for ; Mon, 20 May 2019 20:01:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D697D8FDA9 for ; Mon, 20 May 2019 20:01:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 968851590C33; Mon, 20 May 2019 20:01:17 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F1B61590C32 for ; Mon, 20 May 2019 20:01:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 047218FDA8 for ; Mon, 20 May 2019 20:01:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 404646920 for ; Mon, 20 May 2019 20:01:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x4KK1G6b002002 for ; Mon, 20 May 2019 20:01:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x4KK1Gjf002001 for ports-bugs@FreeBSD.org; Mon, 20 May 2019 20:01:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 237952] mail/notmuch: port still has build dependency python27 Date: Mon, 20 May 2019 20:01:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: seschwar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2019 20:01:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237952 --- Comment #1 from Sebastian Schwarz --- 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.=