From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 16:04:16 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A23D4C03 for ; Tue, 4 Mar 2014 16:04:16 +0000 (UTC) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28DD07D8 for ; Tue, 4 Mar 2014 16:04:15 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id c11so5678544lbj.40 for ; Tue, 04 Mar 2014 08:04:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=u38F+VrCM2+hGMiqiKlPV2Vt1fgD9A3zK7m/ewgaC88=; b=m1xujwJzEcALJnws1vH227Z47lNqSDk4uJRAgJ6jeOELortn62rJdmJ9Dy8KWwwhuc aRlPfP/+11bA+mdBS1hGYlQZN9v5eOOsjvwopyyarmUD1sLpAIbqxBhTlOX4A4in+CYe YSSeG4+e3Nv/2Y3b5u/NRNwmW1+SX/ZLX1EkJKVcYF4++QTRJaAhKYx+mlqCtEsETJyP +oyGnTbkJTraijy8iCKRtUQqmQunQVJ4ExnTPWrTVhPDveFg7DQPv9etp64YaTtC992D gdaWCsoDi/QwAXURwb3hTJuvZOJBAWMykPtKkbAnF5MyvkIdigUB29i9mxtCKEXG3eTZ 7+yQ== X-Received: by 10.153.8.135 with SMTP id dk7mr178494lad.18.1393949054170; Tue, 04 Mar 2014 08:04:14 -0800 (PST) Received: from 95.108.174.208-red.dhcp.yndx.net (95.108.174.208-red.dhcp.yndx.net. [95.108.174.208]) by mx.google.com with ESMTPSA id qx7sm20188617lbb.9.2014.03.04.08.04.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Mar 2014 08:04:13 -0800 (PST) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: python33: incorrect pkg-plist From: Dmitry Sivachenko In-Reply-To: <10C25A62-97F4-47FF-987D-6331189F4104@FreeBSD.org> Date: Tue, 4 Mar 2014 20:04:11 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <07168B99-3013-478D-9FF0-730523CA09B7@FreeBSD.org> References: <10C25A62-97F4-47FF-987D-6331189F4104@FreeBSD.org> To: python@freebsd.org X-Mailer: Apple Mail (2.1874) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 16:04:16 -0000 Am I the only person with that problem? After python3.3.3->3.3.4 upgrade I still get this: root:/usr/ports/lang/python33 # make package =3D=3D=3D> Building package for python33-3.3.4 pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/ac= cu.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/Py= thon-ast.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/Py= thon.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/ab= stract.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/as= dl.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/as= t.h): No such file or directory <...> On 02 =D0=BC=D0=B0=D1=80=D1=82=D0=B0 2014 =D0=B3., at 19:32, Dmitry = Sivachenko wrote: > Hello! >=20 > Right now, python's include files are listed as follows: >=20 > %%PYTHON_INCLUDEDIR%%%%PYABIVER%%/accu.h >=20 > But both PYTHON_INCLUDEDIR and PYABIVER contain trailing "m": >=20 > # make -V PLIST_SUB > PYVER=3D3.3 PYMAJOR=3D3 PYVER_WITHPAT=3D3.3.3 PYABIVER=3Dm = PYTHON_INCLUDEDIR=3Dinclude/python3.3m <...> >=20 > Thus this line in pkg-plist becomes > include/python3.3mm/accu.h > (double "m"). >=20 > So both "make package" and "make check-orphans" report these files. >=20 > I am not sure how did this work earlier, but now it seems broken. >=20 >=20