Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 19:32:58 +0400
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        python@freebsd.org
Subject:   python33: incorrect pkg-plist
Message-ID:  <10C25A62-97F4-47FF-987D-6331189F4104@FreeBSD.org>

index | next in thread | raw e-mail

Hello!

Right now, python's include files are listed as follows:

%%PYTHON_INCLUDEDIR%%%%PYABIVER%%/accu.h

But both PYTHON_INCLUDEDIR and PYABIVER contain trailing "m":

# make -V PLIST_SUB
PYVER=3.3  PYMAJOR=3  PYVER_WITHPAT=3.3.3  PYABIVER=m PYTHON_INCLUDEDIR=include/python3.3m  <...>

Thus this line in pkg-plist becomes
include/python3.3mm/accu.h
(double "m").

So both "make package" and "make check-orphans" report these files.

I am not sure how did this work earlier, but now it seems broken.




help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10C25A62-97F4-47FF-987D-6331189F4104>