FreeBSD Bugzilla – Attachment 179814 Details for
Bug 216953
devel/py-setuptools: egg_info fails under python 3.4.6 on nonexistent MANIFEST graft
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Terminal capture showing passing and failing examples
sample-output.txt (text/plain), 1.23 KB, created by
John W. O'Brien
on 2017-02-10 01:03:47 UTC
(
hide
)
Description:
Terminal capture showing passing and failing examples
Filename:
MIME Type:
Creator:
John W. O'Brien
Created:
2017-02-10 01:03:47 UTC
Size:
1.23 KB
patch
obsolete
>$ echo "graft nope" > MANIFEST.in >$ export DISTUTILS_DEBUG=yes >$ for ver in 2.7 3.4 3.5 3.6; do > python$ver --version > python$ver \ > -c "from distutils.core import setup;setup(name='x', version='0.1.0')" \ > sdist \ > 2>&1 | grep nope >done >Python 2.7.13 >warning: no directories found matching 'nope' >graft nope >include_pattern: applying regex r'^nope/.*' >Python 3.4.6 >warning: no directories found matching 'nope' >graft nope >include_pattern: applying regex r'^nope/.*' >Python 3.5.3 >warning: no directories found matching 'nope' >graft nope >include_pattern: applying regex r'^nope/.*' >Python 3.6.0 >warning: no directories found matching 'nope' >graft nope >include_pattern: applying regex r'(?s:\Anope/.*)\Z' >$ for ver in 2.7 3.4 3.5 3.6; do > python$ver --version > python$ver \ > -c "from setuptools import setup;setup(name='x', version='0.1.0')" \ > sdist \ > 2>&1 | grep nope >done >Python 2.7.13 >warning: no directories found matching 'nope' >graft nope >Python 3.4.6 >graft nope >error: [Errno 2] No such file or directory: 'nope' >FileNotFoundError: [Errno 2] No such file or directory: 'nope' >Python 3.5.3 >warning: no directories found matching 'nope' >graft nope >Python 3.6.0 >warning: no directories found matching 'nope' >graft nope
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 216953
: 179814 |
179918
|
181190