Roundup Tracker - Issues

Issue 2550714

classification
Warnings when using easy_install
Type: Severity: normal
Components: Installation Versions: 1.4
process
Status: closed fixed
:
: : ber, jerrykan
Priority: :

Created on 2011-07-26 01:04 by jerrykan, last changed 2015-08-21 13:12 by jerrykan.

Messages
msg4354 Author: [hidden] (jerrykan) Date: 2011-07-26 01:04
The following warnings are still present when using easy_install. The
package still seems to install correctly though.

========
$ PYTHONPATH=/tmp/py easy_install -d /tmp/py .
Creating /tmp/py/site.py
Processing .
Running setup.py -q bdist_egg --dist-dir
/data/src/roundup-svn/egg-dist-tmp-gZHmq3
warning: no files found matching '*.1' under directory 'doc'
warning: no files found matching '*.py' under directory 'detectors'
warning: no files found matching '*.*' under directory 'templates'
warning: no files found matching 'home*' under directory 'templates'
warning: no files found matching 'page*' under directory 'templates'
warning: no previously-included files matching '.svn' found anywhere in
distribution
warning: no previously-included files matching '*.pyo' found anywhere in
distribution
warning: no previously-included files matching '.DS_Store' found
anywhere in distribution
warning: no files found matching 'MANIFEST'
warning: no previously-included files found matching 'I18N_PROGRESS.txt'
warning: no previously-included files found matching 'TODO.txt'
warning: no previously-included files found matching 'doc/security.txt'
warning: no previously-included files found matching 'doc/templating.txt'
warning: no files found matching 'locale/*.mo'

*** SOURCE WARNING: The MANIFEST file is missing!
build/bdist.linux-x86_64/egg/roundup/cgi/TAL/DummyEngine.py:82:
SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert (expression.startswith("$") and expression.endswith("$"),
build/bdist.linux-x86_64/egg/roundup/cgi/TAL/DummyEngine.py:103:
SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert (expression.startswith("$") and expression.endswith("$"),
build/bdist.linux-x86_64/egg/roundup/cgi/TAL/DummyEngine.py:165:
SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert (macroName.startswith("$") and macroName.endswith("$"),
zip_safe flag not set; analyzing archive contents...
roundup.i18n: module references __file__
roundup.admin: module references __file__
roundup.cgi.cgitb: module MAY be using inspect.trace
/tmp/py/roundup-1.4.19-py2.7.egg/roundup/cgi/TAL/DummyEngine.py:82:
SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert (expression.startswith("$") and expression.endswith("$"),
/tmp/py/roundup-1.4.19-py2.7.egg/roundup/cgi/TAL/DummyEngine.py:103:
SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert (expression.startswith("$") and expression.endswith("$"),
/tmp/py/roundup-1.4.19-py2.7.egg/roundup/cgi/TAL/DummyEngine.py:165:
SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert (macroName.startswith("$") and macroName.endswith("$"),
Adding roundup 1.4.19 to easy-install.pth file
Installing roundup-demo script to /tmp/py
Installing roundup-xmlrpc-server script to /tmp/py
Installing roundup-admin script to /tmp/py
Installing roundup-mailgw script to /tmp/py
Installing roundup-gettext script to /tmp/py
Installing roundup-server script to /tmp/py

Installed /tmp/py/roundup-1.4.19-py2.7.egg
Processing dependencies for roundup==1.4.19
Finished processing dependencies for roundup==1.4.19
========
msg4436 Author: [hidden] (ber) Date: 2011-09-26 07:54
A part of the issues has been fixed by Issue2550728 in rev4646 meanwhile,
those in DummyEngine.py, e.g. 
build/bdist.linux-x86_64/egg/roundup/cgi/TAL/DummyEngine.py:82:
SyntaxWarning: assertion is always true, perhaps remove parentheses?
msg5361 Author: [hidden] (jerrykan) Date: 2015-08-21 13:12
Cleanups committed in 57adf2c4c4

  http://hg.code.sf.net/p/roundup/code/rev/57adf2c4c4
History
Date User Action Args
2015-08-21 13:12:16jerrykansetstatus: new -> closed
resolution: fixed
messages: + msg5361
2011-09-26 07:54:24bersetnosy: + ber
messages: + msg4436
2011-07-26 01:04:05jerrykancreate