From owner-freebsd-python@freebsd.org Sun May 17 20:37:23 2020 Return-Path: Delivered-To: freebsd-python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 153F52F4147; Sun, 17 May 2020 20:37:22 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49QDTs6L1Wz4vm3; Sun, 17 May 2020 20:37:21 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.15.2/8.15.2) with ESMTPS id 04HKbgh1031222 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sun, 17 May 2020 13:37:48 -0700 (PDT) (envelope-from bsd-lists@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 From: Chris Reply-To: bsd-lists@BSDforge.com To: freebsd-ports , freebsd-python Subject: How to best remove sphinx18 dependency from ports tree? Date: Sun, 17 May 2020 13:37:48 -0700 Message-Id: <939b33a40f7019652079b34cb9a0e37a@udns.ultimatedns.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 49QDTs6L1Wz4vm3 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2020 20:37:23 -0000 Context: Fresh install, fresh co of src/ && ports/ FreeBSD 13=2E0-CURRENT FreeBSD 13=2E0-CURRENT #0 r361107 amd64 Working Copy Root Path: /usr/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 535355 Last Changed Author: jbeich Last Changed Rev: 535355 Last Changed Date: 2020-05-15 23:31:07 -0700 (Fri, 15 May 2020) cd /usr/ports/x112/nvidia-driver-340 && make ultimately returns: =2E=2E=2E Move: bin/sphinx-quickstart --> bin/sphinx-quickstart-3=2E7 Link: @bin/sphinx-quickstart --> bin/sphinx-quickstart-3=2E7 =3D=3D=3D=3D> Compressing man pages (compress-man) =3D=3D=3D> Installing for py37-sphinx18-1=2E8=2E5_1,1 =3D=3D=3D> Checking if py37-sphinx18 is already installed =3D=3D=3D> Registering installation for py37-sphinx18-1=2E8=2E5_1,1 as automa= tic Installing py37-sphinx18-1=2E8=2E5_1,1=2E=2E=2E pkg-static: py37-sphinx18-1=2E8=2E5_1,1 conflicts with py37-sphinx-3=2E0=2E2,1 (ins= talls files into the same place)=2E Problematic file: /usr/local/bin/sphinx-apido= c-3=2E7 *** Error code 70 Stop=2E make[8]: stopped in /usr/ports/textproc/py-sphinx18 *** Error code 1 Stop=2E make[7]: stopped in /usr/ports/devel/llvm80 *** Error code 1 =2E=2E=2E Thanks in advance for any, and all insight into resolving this error=2E As a side question related to llvm80; why is an AMD GPU even involved? --Chris