From owner-freebsd-python@freebsd.org Wed Sep 13 02:37:51 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7F56E069B3 for ; Wed, 13 Sep 2017 02:37:51 +0000 (UTC) (envelope-from mi+m@aldan.algebra.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id BC2D96EC20 for ; Wed, 13 Sep 2017 02:37:51 +0000 (UTC) (envelope-from mi+m@aldan.algebra.com) Received: by mailman.ysv.freebsd.org (Postfix) id B82E5E069B2; Wed, 13 Sep 2017 02:37:51 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B793AE069B1 for ; Wed, 13 Sep 2017 02:37:51 +0000 (UTC) (envelope-from mi+m@aldan.algebra.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2724D6EC1F for ; Wed, 13 Sep 2017 02:37:50 +0000 (UTC) (envelope-from mi+m@aldan.algebra.com) X_CMAE_Category: , , X-CNFS-Analysis: v=2.2 cv=Y6m6iVWN c=1 sm=1 tr=0 a=4BQr7eAbZmcxWnEQg8qUiA==:117 a=4BQr7eAbZmcxWnEQg8qUiA==:17 a=gH2l33NO9zgA:10 a=Fdkxr_5KmFUA:10 a=jaG8-8rGAAAA:8 a=NF7bmASE0dYJnInjjKYA:9 a=pvA44qeTxYYA:10 a=RWpPSOBIh2QtOfuNRvVT:22 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: YW5hdEByY24uY29t Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=mi+m@aldan.algebra.com; spf=neutral; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=mi+m@aldan.algebra.com; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.user=anat; auth=pass (PLAIN) Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 70.208.71.172 is neither permitted nor denied by domain of aldan.algebra.com) Received: from [70.208.71.172] ([70.208.71.172:9742] helo=[100.115.205.209]) by smtp.rcn.com (envelope-from ) (ecelerity 3.6.23.54417 r(Core:3.6.23.0)) with ESMTPSA (cipher=DHE-RSA-AES256-GCM-SHA384) id A1/B1-39007-DF998B95; Tue, 12 Sep 2017 22:37:49 -0400 Content-Type: text/plain; charset=koi8-r Mime-Version: 1.0 (1.0) Subject: Re: Having trouble with USES=python From: "Mikhail T." X-Mailer: iPhone Mail (14G60) In-Reply-To: <8f980dcf-555f-8031-e546-07fc126de6df@ShaneWare.Biz> Date: Tue, 12 Sep 2017 22:37:47 -0400 Cc: "Mikhail T." , python@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <5295784b-7d47-bd34-94ef-f17ec266024b@aldan.algebra.com> <8f980dcf-555f-8031-e546-07fc126de6df@ShaneWare.Biz> To: Shane Ambler X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2017 02:37:52 -0000 So, it being in STAGEDIR is not enough for it to be installed?.. --=20 Sent from mobile device, please, pardon shorthand. 12 =D7=C5=D2. 2017 =D2. =CF 21:22 Shane Ambler =CE=C1= =D0=C9=D3=C1=D7(=CC=C1): > As you are using autoplist the file list is generated based on data in > setup.py, like "package_data". You should patch setup.py so that it > picks up the missing files and also adjust where it is installing data > files such as icons, that may mean prefixing ${PREFIX} with ${STAGEDIR}. >=20 > You may find those missing icons in /${PREFIX}/share/icons/ rather than > within the ports work dir.