Roundup Tracker - Issues

Message4354

Author jerrykan
Recipients jerrykan
Date 2011-07-26.01:04:05
Message-id <1311642245.76.0.192374566983.issue2550714@psf.upfronthosting.co.za>
In-reply-to
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
========
History
Date User Action Args
2011-07-26 01:04:05jerrykansetrecipients: + jerrykan
2011-07-26 01:04:05jerrykansetmessageid: <1311642245.76.0.192374566983.issue2550714@psf.upfronthosting.co.za>
2011-07-26 01:04:05jerrykanlinkissue2550714 messages
2011-07-26 01:04:05jerrykancreate