Need help finding root cause of staging errors related to MANIFEST

John W. O'Brien john at saltant.com
Mon Jan 30 02:45:56 UTC 2017


Hello all,

At some point between 2017-01-17T07:39:59-05:00
2017-01-23T10:48:15-05:00, some ports started failing to build under
python3.4 (not 3.5 or 3.6). The failure occurs during the poudriere
stage phase while processing the MANIFEST.in template. If the manifest
contains a graft statement that refers to a non-existent directory, the
build log contains a fatal error where before there was only a warning.

The two examples I know of directly are math/py-pandas [0] and
devel/py-ipython_genutils [1].

The time interval implicates python 3.4.6, and not setuptools 32.1.0.
I'm having a hard time narrowing it down further than that.

Can anybody else reproduce this error or an equivalent one? Any ideas
about its root cause?

====
creating pandas.egg-info
writing dependency_links to pandas.egg-info/dependency_links.txt
writing top-level names to pandas.egg-info/top_level.txt
writing pandas.egg-info/PKG-INFO
writing requirements to pandas.egg-info/requires.txt
writing manifest file 'pandas.egg-info/SOURCES.txt'
package init file 'pandas/io/tests/sas/__init__.py' not found (or not a
regular file)
reading manifest file 'pandas.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.rst'
no previously-included directories found matching 'doc/build'
error: [Errno 2] No such file or directory: 'examples'
*** Error code 1
====

Thank you,
John

[0] Fails on 'examples' which hasn't existed in the dist for nearly two
years.
https://github.com/pandas-dev/pandas/pull/9392/commits/8ff5ea6cbbd4d49a7dbe3f093ea34679a116f732
[1] Fails on 'docs' which doesn't seem to have ever existed.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-python/attachments/20170129/ed71fe0a/attachment.sig>


More information about the freebsd-python mailing list