pythonhacker / harvestman-crawler

Automatically exported from code.google.com/p/harvestman-crawler
1 stars 3 forks source link

virtualenv setup error #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

mkdir -p /usr/local/pythonenv
virtualenv.py /usr/local/pythonenv/BASELINE 
source /usr/local/pythonenv/BASELINE3/bin/activate

python setup.py build
Python version 2.5.2 detected...
sgmlop not installed, checking for c compiler...
C compiler found...
Building sgmlop C extension...
(Set the variable BUILD_SGMLOP to False and re-run the script if you want
to disable sgmlop build)
Extracting...
running install
running build
running build_ext
building 'sgmlop' extension
creating build
creating build/temp.linux-x86_64-2.5
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c sgmlop.c -o
build/temp.linux-x86_64-2.5/sgmlop.o
sgmlop.c:79:20: error: Python.h: No such file or directory
sgmlop.c:145: error: expected specifier-qualifier-list before 
‘PyObject_HEAD’
sgmlop.c:181: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘PyTypeObject’
sgmlop.c:187: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:190: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:212: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:272: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:318: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:327: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c: In function ‘_sgmlop_clear’:
sgmlop.c:371: warning: implicit declaration of function ‘Py_XDECREF’
sgmlop.c:371: error: ‘FastParserObject’ has no member named 
‘finish_starttag’
sgmlop.c:371: error: ‘FastParserObject’ has no member named 
‘finish_starttag’
sgmlop.c:371: error: ‘NULL’ undeclared (first use in this function)
sgmlop.c:371: error: (Each undeclared identifier is reported only once
sgmlop.c:371: error: for each function it appears in.)
sgmlop.c:372: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:372: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:373: error: ‘FastParserObject’ has no member named 
‘handle_proc’
sgmlop.c:373: error: ‘FastParserObject’ has no member named 
‘handle_proc’
sgmlop.c:374: error: ‘FastParserObject’ has no member named 
‘handle_special’
sgmlop.c:374: error: ‘FastParserObject’ has no member named 
‘handle_special’
sgmlop.c:375: error: ‘FastParserObject’ has no member named 
‘handle_charref’
sgmlop.c:375: error: ‘FastParserObject’ has no member named 
‘handle_charref’
sgmlop.c:376: error: ‘FastParserObject’ has no member named 
‘handle_entityref’
sgmlop.c:376: error: ‘FastParserObject’ has no member named 
‘handle_entityref’
sgmlop.c:377: error: ‘FastParserObject’ has no member named 
‘resolve_entityref’
sgmlop.c:377: error: ‘FastParserObject’ has no member named 
‘resolve_entityref’
sgmlop.c:378: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:378: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:379: error: ‘FastParserObject’ has no member named 
‘handle_cdata’
sgmlop.c:379: error: ‘FastParserObject’ has no member named 
‘handle_cdata’
sgmlop.c:380: error: ‘FastParserObject’ has no member named 
‘handle_comment’
sgmlop.c:380: error: ‘FastParserObject’ has no member named 
‘handle_comment’
sgmlop.c: In function ‘_sgmlop_dealloc’:
sgmlop.c:391: error: ‘FastParserObject’ has no member named ‘buffer’
sgmlop.c:392: warning: implicit declaration of function ‘free’
sgmlop.c:392: error: ‘FastParserObject’ has no member named ‘buffer’
sgmlop.c:397: warning: implicit declaration of function ‘PyObject_DEL’
sgmlop.c: At top level:
sgmlop.c:401: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:435: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:502: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:515: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:526: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:543: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘_sgmlop_methods’
sgmlop.c:554: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:560: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘PyTypeObject’
sgmlop.c:576: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘_functions’
sgmlop.c: In function ‘initsgmlop’:
sgmlop.c:589: error: ‘FastParser_Type’ undeclared (first use in this 
function)
sgmlop.c:589: error: ‘PyType_Type’ undeclared (first use in this function)
sgmlop.c:599: warning: implicit declaration of function ‘Py_InitModule’
sgmlop.c:599: error: ‘_functions’ undeclared (first use in this function)
sgmlop.c: In function ‘wf_tag’:
sgmlop.c:635: warning: implicit declaration of function ‘PyErr_Format’
sgmlop.c:635: error: ‘PyExc_SyntaxError’ undeclared (first use in this
function)
sgmlop.c: In function ‘fastfeed’:
sgmlop.c:740: error: ‘FastParserObject’ has no member named ‘buffer’
sgmlop.c:741: error: ‘FastParserObject’ has no member named ‘buffer’
sgmlop.c:741: error: ‘FastParserObject’ has no member named ‘bufferlen’
sgmlop.c:778: error: ‘FastParserObject’ has no member named ‘xml’
sgmlop.c:787: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:824: error: ‘FastParserObject’ has no member named ‘xml’
sgmlop.c:841: error: ‘FastParserObject’ has no member named ‘xml’
sgmlop.c:854: error: ‘FastParserObject’ has no member named ‘shorttag’
sgmlop.c:875: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:876: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:898: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:899: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:906: error: ‘FastParserObject’ has no member named ‘shorttag’
sgmlop.c:910: error: ‘FastParserObject’ has no member named ‘shorttag’
sgmlop.c:915: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:923: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:925: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:972: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:974: error: ‘PyObject’ undeclared (first use in this function)
sgmlop.c:974: error: ‘res’ undeclared (first use in this function)
sgmlop.c:975: warning: implicit declaration of function 
‘PyObject_CallFunction’
sgmlop.c:975: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:978: warning: implicit declaration of function ‘Py_DECREF’
sgmlop.c:984: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:987: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:996: error: ‘FastParserObject’ has no member named 
‘handle_special’
sgmlop.c:999: error: ‘FastParserObject’ has no member named 
‘handle_special’
sgmlop.c:1006: error: ‘FastParserObject’ has no member named 
‘handle_proc’
sgmlop.c:1012: error: ‘FastParserObject’ has no member named 
‘handle_proc’
sgmlop.c:1019: error: ‘FastParserObject’ has no member named 
‘finish_starttag’
sgmlop.c:1021: error: ‘attr’ undeclared (first use in this function)
sgmlop.c:1023: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1023: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1024: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1029: warning: implicit declaration of function ‘attrparse’
sgmlop.c:1033: error: ‘FastParserObject’ has no member named 
‘finish_starttag’
sgmlop.c:1039: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:1040: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1040: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1041: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1045: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:1055: error: ‘PyExc_RuntimeError’ undeclared (first use in this
function)
sgmlop.c:1063: error: ‘FastParserObject’ has no member named 
‘handle_entityref’
sgmlop.c:1065: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1065: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1065: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1068: error: ‘FastParserObject’ has no member named 
‘handle_entityref’
sgmlop.c:1078: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1083: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1091: error: ‘FastParserObject’ has no member named
‘resolve_entityref’
sgmlop.c:1091: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1095: error: ‘ent’ undeclared (first use in this function)
sgmlop.c:1096: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1096: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1096: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1099: error: ‘FastParserObject’ has no member named
‘resolve_entityref’
sgmlop.c:1103: error: ‘Py_None’ undeclared (first use in this function)
sgmlop.c:1106: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1115: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1115: error: ‘FastParserObject’ has no member named ‘strict’
sgmlop.c:1118: warning: implicit declaration of function ‘PyErr_SetString’
sgmlop.c:1119: error: ‘PyExc_SyntaxError’ undeclared (first use in this
function)
sgmlop.c:1123: error: ‘FastParserObject’ has no member named 
‘handle_charref’
sgmlop.c:1124: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1125: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1125: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1125: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1127: error: ‘FastParserObject’ has no member named 
‘handle_charref’
sgmlop.c:1130: error: ‘FastParserObject’ has no member named 
‘handle_charref’
sgmlop.c:1145: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1145: error: ‘FastParserObject’ has no member named ‘strict’
sgmlop.c:1157: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1164: error: ‘FastParserObject’ has no member named 
‘handle_cdata’
sgmlop.c:1165: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1167: error: ‘FastParserObject’ has no member named 
‘handle_cdata’
sgmlop.c:1169: error: ‘FastParserObject’ has no member named 
‘handle_cdata’
sgmlop.c:1173: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1178: error: ‘FastParserObject’ has no member named 
‘handle_comment’
sgmlop.c:1180: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1180: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1180: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1182: error: ‘FastParserObject’ has no member named 
‘handle_comment’
sgmlop.c:1193: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1195: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1202: error: ‘FastParserObject’ has no member named ‘buffer’
sgmlop.c: At top level:
sgmlop.c:1205: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:1333: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
error: command 'gcc' failed with exit status 1
Checking for pyparsing...
pyparsing not found.
Installing pyparsing...
Installing directly from source...
Retrieving
http://cheeseshop.python.org/packages/source/p/pyparsing/pyparsing-1.4.8.tar.gz.
..
Extracting deps/build_pyparsing/pyparsing.tar.gz...
running install
running build
running build_py
creating build
creating build/lib
copying pyparsing.py -> build/lib
running install_lib
copying build/lib/pyparsing.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/pyparsing.py to
pyparsing.pyc
running install_egg_info
Writing
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/pyparsing-1.4.8.egg-i
nfo
Installed pyparsing successfully.
Checking for web.py version >=0.2...
Found web.py...
running build
running build_py
Creating basic configuration in /etc/harvestman...
done.
Fresh installation, running unit tests...
Running test_connector...
test_connect...
test_connect_etag...
test_connect_lmt...
Running test_urlparser...
Ran 10 tests, 10 passes, 0 failures
Traceback (most recent call last):
  File "setup.py", line 458, in <module>
    main()
  File "setup.py", line 441, in main
    open(test_log, 'w').write('1')
IOError: [Errno 2] No such file or directory:
'/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/unittest.
log'

but when I do 

python setup.py install 

It seems to go ok.
 token
sgmlop.c: In function ‘_sgmlop_clear’:
sgmlop.c:371: warning: implicit declaration of function ‘Py_XDECREF’
sgmlop.c:371: error: ‘FastParserObject’ has no member named 
‘finish_starttag’
sgmlop.c:371: error: ‘FastParserObject’ has no member named 
‘finish_starttag’
sgmlop.c:371: error: ‘NULL’ undeclared (first use in this function)
sgmlop.c:371: error: (Each undeclared identifier is reported only once
sgmlop.c:371: error: for each function it appears in.)
sgmlop.c:372: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:372: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:373: error: ‘FastParserObject’ has no member named 
‘handle_proc’
sgmlop.c:373: error: ‘FastParserObject’ has no member named 
‘handle_proc’
sgmlop.c:374: error: ‘FastParserObject’ has no member named 
‘handle_special’
sgmlop.c:374: error: ‘FastParserObject’ has no member named 
‘handle_special’
sgmlop.c:375: error: ‘FastParserObject’ has no member named 
‘handle_charref’
sgmlop.c:375: error: ‘FastParserObject’ has no member named 
‘handle_charref’
sgmlop.c:376: error: ‘FastParserObject’ has no member named 
‘handle_entityref’
sgmlop.c:376: error: ‘FastParserObject’ has no member named 
‘handle_entityref’
sgmlop.c:377: error: ‘FastParserObject’ has no member named 
‘resolve_entityref’
sgmlop.c:377: error: ‘FastParserObject’ has no member named 
‘resolve_entityref’
sgmlop.c:378: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:378: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:379: error: ‘FastParserObject’ has no member named 
‘handle_cdata’
sgmlop.c:379: error: ‘FastParserObject’ has no member named 
‘handle_cdata’
sgmlop.c:380: error: ‘FastParserObject’ has no member named 
‘handle_comment’
sgmlop.c:380: error: ‘FastParserObject’ has no member named 
‘handle_comment’
sgmlop.c: In function ‘_sgmlop_dealloc’:
sgmlop.c:391: error: ‘FastParserObject’ has no member named ‘buffer’
sgmlop.c:392: warning: implicit declaration of function ‘free’
sgmlop.c:392: error: ‘FastParserObject’ has no member named ‘buffer’
sgmlop.c:397: warning: implicit declaration of function ‘PyObject_DEL’
sgmlop.c: At top level:
sgmlop.c:401: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:435: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:502: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:515: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:526: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:543: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘_sgmlop_methods’
sgmlop.c:554: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:560: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘PyTypeObject’
sgmlop.c:576: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘_functions’
sgmlop.c: In function ‘initsgmlop’:
sgmlop.c:589: error: ‘FastParser_Type’ undeclared (first use in this 
function)
sgmlop.c:589: error: ‘PyType_Type’ undeclared (first use in this function)
sgmlop.c:599: warning: implicit declaration of function ‘Py_InitModule’
sgmlop.c:599: error: ‘_functions’ undeclared (first use in this function)
sgmlop.c: In function ‘wf_tag’:
sgmlop.c:635: warning: implicit declaration of function ‘PyErr_Format’
sgmlop.c:635: error: ‘PyExc_SyntaxError’ undeclared (first use in this
function)
sgmlop.c: In function ‘fastfeed’:
sgmlop.c:740: error: ‘FastParserObject’ has no member named ‘buffer’
sgmlop.c:741: error: ‘FastParserObject’ has no member named ‘buffer’
sgmlop.c:741: error: ‘FastParserObject’ has no member named ‘bufferlen’
sgmlop.c:778: error: ‘FastParserObject’ has no member named ‘xml’
sgmlop.c:787: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:824: error: ‘FastParserObject’ has no member named ‘xml’
sgmlop.c:841: error: ‘FastParserObject’ has no member named ‘xml’
sgmlop.c:854: error: ‘FastParserObject’ has no member named ‘shorttag’
sgmlop.c:875: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:876: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:898: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:899: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:906: error: ‘FastParserObject’ has no member named ‘shorttag’
sgmlop.c:910: error: ‘FastParserObject’ has no member named ‘shorttag’
sgmlop.c:915: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:923: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:925: error: ‘FastParserObject’ has no member named ‘doctype’
sgmlop.c:972: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:974: error: ‘PyObject’ undeclared (first use in this function)
sgmlop.c:974: error: ‘res’ undeclared (first use in this function)
sgmlop.c:975: warning: implicit declaration of function 
‘PyObject_CallFunction’
sgmlop.c:975: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:978: warning: implicit declaration of function ‘Py_DECREF’
sgmlop.c:984: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:987: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:996: error: ‘FastParserObject’ has no member named 
‘handle_special’
sgmlop.c:999: error: ‘FastParserObject’ has no member named 
‘handle_special’
sgmlop.c:1006: error: ‘FastParserObject’ has no member named 
‘handle_proc’
sgmlop.c:1012: error: ‘FastParserObject’ has no member named 
‘handle_proc’
sgmlop.c:1019: error: ‘FastParserObject’ has no member named 
‘finish_starttag’
sgmlop.c:1021: error: ‘attr’ undeclared (first use in this function)
sgmlop.c:1023: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1023: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1024: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1029: warning: implicit declaration of function ‘attrparse’
sgmlop.c:1033: error: ‘FastParserObject’ has no member named 
‘finish_starttag’
sgmlop.c:1039: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:1040: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1040: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1041: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1045: error: ‘FastParserObject’ has no member named 
‘finish_endtag’
sgmlop.c:1055: error: ‘PyExc_RuntimeError’ undeclared (first use in this
function)
sgmlop.c:1063: error: ‘FastParserObject’ has no member named 
‘handle_entityref’
sgmlop.c:1065: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1065: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1065: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1068: error: ‘FastParserObject’ has no member named 
‘handle_entityref’
sgmlop.c:1078: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1083: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1091: error: ‘FastParserObject’ has no member named
‘resolve_entityref’
sgmlop.c:1091: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1095: error: ‘ent’ undeclared (first use in this function)
sgmlop.c:1096: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1096: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1096: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1099: error: ‘FastParserObject’ has no member named
‘resolve_entityref’
sgmlop.c:1103: error: ‘Py_None’ undeclared (first use in this function)
sgmlop.c:1106: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1115: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1115: error: ‘FastParserObject’ has no member named ‘strict’
sgmlop.c:1118: warning: implicit declaration of function ‘PyErr_SetString’
sgmlop.c:1119: error: ‘PyExc_SyntaxError’ undeclared (first use in this
function)
sgmlop.c:1123: error: ‘FastParserObject’ has no member named 
‘handle_charref’
sgmlop.c:1124: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1125: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1125: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1125: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1127: error: ‘FastParserObject’ has no member named 
‘handle_charref’
sgmlop.c:1130: error: ‘FastParserObject’ has no member named 
‘handle_charref’
sgmlop.c:1145: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1145: error: ‘FastParserObject’ has no member named ‘strict’
sgmlop.c:1157: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1164: error: ‘FastParserObject’ has no member named 
‘handle_cdata’
sgmlop.c:1165: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1167: error: ‘FastParserObject’ has no member named 
‘handle_cdata’
sgmlop.c:1169: error: ‘FastParserObject’ has no member named 
‘handle_cdata’
sgmlop.c:1173: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1178: error: ‘FastParserObject’ has no member named 
‘handle_comment’
sgmlop.c:1180: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1180: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1180: error: ‘FastParserObject’ has no member named ‘check’
sgmlop.c:1182: error: ‘FastParserObject’ has no member named 
‘handle_comment’
sgmlop.c:1193: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1195: error: ‘FastParserObject’ has no member named 
‘handle_data’
sgmlop.c:1202: error: ‘FastParserObject’ has no member named ‘buffer’
sgmlop.c: At top level:
sgmlop.c:1205: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
sgmlop.c:1333: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’
before ‘*’ token
error: command 'gcc' failed with exit status 1
Checking for pyparsing...
found pyparsing.
Checking for web.py version >=0.2...
Found web.py...
running install
running build
running build_py
running install_lib
creating /usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman
creating
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev
copying build/lib/harvestman/dev/sqlite_test3.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev
copying build/lib/harvestman/dev/__init__.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev
copying build/lib/harvestman/dev/sqlite_test2.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev
copying build/lib/harvestman/dev/filethread.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev
copying build/lib/harvestman/dev/sqlite_test.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev
copying build/lib/harvestman/dev/sqlite_test4.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev
creating
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/test
copying build/lib/harvestman/test/test_connector.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/test
copying build/lib/harvestman/test/test_base.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/test
copying build/lib/harvestman/test/test_urlparser.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/test
copying build/lib/harvestman/test/__init__.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/test
copying build/lib/harvestman/test/run_tests.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/test
copying build/lib/harvestman/__init__.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman
creating
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ui
creating
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ui/templat
es
copying build/lib/harvestman/ui/templates/form.html ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ui/templat
es
creating
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ui/templat
es/content
copying build/lib/harvestman/ui/templates/content/example-print.css ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ui/templat
es/content
copying build/lib/harvestman/ui/templates/content/tabber.js ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ui/templat
es/content
copying build/lib/harvestman/ui/templates/content/example.css ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ui/templat
es/content
creating
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/tools
copying build/lib/harvestman/tools/printstats.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/tools
copying build/lib/harvestman/tools/__init__.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/tools
copying build/lib/harvestman/tools/genconfig.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/tools
creating
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/gui.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/logger.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/urltypes.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/urlthread.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/robotparser.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/db.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/urlcollections.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/document.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/crawler.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/urlproc.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/urlqueue.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/connector.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/utils.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/urlparser.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/__init__.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/event.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/rules.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
creating
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js
copying build/lib/harvestman/lib/js/testnarcissus.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js
copying build/lib/harvestman/lib/js/narcissus.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js
copying build/lib/harvestman/lib/js/jsparser.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js
copying build/lib/harvestman/lib/js/__init__.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js
copying build/lib/harvestman/lib/js/jsdom.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js
copying build/lib/harvestman/lib/js/jsparse.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js
copying build/lib/harvestman/lib/options.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/hooks.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/mirrors.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/configparser.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/pageparser.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
creating
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/bst.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/bst_orig.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/netinfo.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/progress.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/spincursor.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/macros.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/pydblite.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/__init__.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/properties.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/optionparser.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/keepalive.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/lrucache.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/singleton.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/dictcache.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/common/common.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
copying build/lib/harvestman/lib/datamgr.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/config.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
copying build/lib/harvestman/lib/methodwrapper.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib
creating
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/apps
copying build/lib/harvestman/apps/harvestmanimp.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/apps
copying build/lib/harvestman/apps/appbase.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/apps
copying build/lib/harvestman/apps/__init__.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/apps
copying build/lib/harvestman/apps/hget.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/apps
copying build/lib/harvestman/apps/harvestman.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/apps
creating
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext
copying build/lib/harvestman/ext/userbrowse.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext
copying build/lib/harvestman/ext/swish-e.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext
copying build/lib/harvestman/ext/datafilter.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext
copying build/lib/harvestman/ext/__init__.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext
copying build/lib/harvestman/ext/lucene.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext
copying build/lib/harvestman/ext/simulator.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext
copying build/lib/harvestman/ext/spam.py ->
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev/sqlite
_test3.py
to sqlite_test3.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev/__init
__.py
to __init__.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev/sqlite
_test2.py
to sqlite_test2.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev/fileth
read.py
to filethread.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev/sqlite
_test.py
to sqlite_test.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/dev/sqlite
_test4.py
to sqlite_test4.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/test/test_
connector.py
to test_connector.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/test/test_
base.py
to test_base.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/test/test_
urlparser.py
to test_urlparser.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/test/__ini
t__.py
to __init__.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/test/run_t
ests.py
to run_tests.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/__init__.p
y
to __init__.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/tools/prin
tstats.py
to printstats.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/tools/__in
it__.py
to __init__.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/tools/genc
onfig.py
to genconfig.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/gui.py
to gui.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/logger
.py
to logger.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/urltyp
es.py
to urltypes.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/urlthr
ead.py
to urlthread.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/robotp
arser.py
to robotparser.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/db.py
to db.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/urlcol
lections.py
to urlcollections.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/docume
nt.py
to document.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/crawle
r.py
to crawler.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/urlpro
c.py
to urlproc.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/urlque
ue.py
to urlqueue.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/connec
tor.py
to connector.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/utils.
py
to utils.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/urlpar
ser.py
to urlparser.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/__init
__.py
to __init__.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/event.
py
to event.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/rules.
py
to rules.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js/tes
tnarcissus.py
to testnarcissus.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js/nar
cissus.py
to narcissus.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js/jsp
arser.py
to jsparser.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js/__i
nit__.py
to __init__.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js/jsd
om.py
to jsdom.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/js/jsp
arse.py
to jsparse.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/option
s.py
to options.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/hooks.
py
to hooks.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/mirror
s.py
to mirrors.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/config
parser.py
to configparser.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/pagepa
rser.py
to pageparser.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/bst.py
to bst.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/bst_orig.py
to bst_orig.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/netinfo.py
to netinfo.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/progress.py
to progress.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/spincursor.py
to spincursor.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/macros.py
to macros.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/pydblite.py
to pydblite.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/__init__.py
to __init__.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/properties.py
to properties.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/optionparser.py
to optionparser.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/keepalive.py
to keepalive.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/lrucache.py
to lrucache.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/singleton.py
to singleton.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/dictcache.py
to dictcache.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/common
/common.py
to common.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/datamg
r.py
to datamgr.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/config
.py
to config.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/lib/method
wrapper.py
to methodwrapper.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/apps/harve
stmanimp.py
to harvestmanimp.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/apps/appba
se.py
to appbase.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/apps/__ini
t__.py
to __init__.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/apps/hget.
py
to hget.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/apps/harve
stman.py
to harvestman.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext/userbr
owse.py
to userbrowse.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext/swish-
e.py
to swish-e.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext/datafi
lter.py
to datafilter.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext/__init
__.py
to __init__.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext/lucene
.py
to lucene.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext/simula
tor.py
to simulator.pyc
byte-compiling
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/harvestman/ext/spam.p
y
to spam.pyc
running install_egg_info
Writing
/usr/local/pythonenv/BASELINE3/lib/python2.5/site-packages/HarvestMan-2.0alpha.e
gg-info
Creating basic configuration in /etc/harvestman...
done.
Fresh installation, running unit tests...
Running test_connector...
test_connect...
test_connect_etag...
test_connect_lmt...
Running test_urlparser...
Ran 10 tests, 10 passes, 0 failures
Creating application links...
Creating application link for harvestman...
Creating application link for hget...
(BASELINE3)delldebian:/home/lucas/tmp/HarvestMan-2.0# 

What version of the product are you using? On what operating system?
trunk, Debian testing.

Original issue reported on code.google.com by szybal...@gmail.com on 16 Jun 2008 at 11:36

GoogleCodeExporter commented 9 years ago
One solution to it will be to move the whole setup/install process to paster 
created
script. Generate skeleton using "paster create", then move over the commands, to
paster style. Benefit will be that the installation will go much smoother for 
any
platform that supports python egg installation. 

Original comment by szybal...@gmail.com on 23 Jun 2008 at 6:06

GoogleCodeExporter commented 9 years ago

Original comment by szybal...@gmail.com on 25 Jun 2008 at 1:31

GoogleCodeExporter commented 9 years ago
What do you use sgmlop for?
sgmlop.c:377: error: ‘FastParserObject’ has no member named 
‘resolve_entityref’

I assume I am missing some kind of package. I'll have to play around with it. 
Do we use sgmlop system wide? 

Original comment by szybal...@gmail.com on 1 Jul 2008 at 12:55

GoogleCodeExporter commented 9 years ago
I am using sgmlop as an optional fast HTML parser. This is used to parse those 
pages
which have bad HTML since the pure Python parser often fails with bad HTML, thus
rendering such pages uncrawlable. If we find a page fails with regular parser, 
we
switch to the sgmlop based parser and reparse it. It succeeds 90% of the time 
and
gives us links, since sgmlop is tolerant of bad HTML/XHTML.

So this is required in HarvestMan. It is used in the module crawler.py and the 
sgmlop
based HTML parser is part of module pageparser.py .

Original comment by abpil...@gmail.com on 2 Jul 2008 at 3:13

GoogleCodeExporter commented 9 years ago
Looks like you are getting this error because the compiler is not able to find
"Python.h" and other include files. Did you check this out that the python-devel
packages are present ?

--Anand

Original comment by abpil...@gmail.com on 2 Jul 2008 at 3:14

GoogleCodeExporter commented 9 years ago
"gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c sgmlop.c -o
build/temp.linux-x86_64-2.5/sgmlop.o
sgmlop.c:79:20: error: Python.h: No such file or directory"

Clearly, Python.h is missing so your python-dev packages are not present.
That is the problem.

Original comment by abpil...@gmail.com on 3 Jul 2008 at 4:08

GoogleCodeExporter commented 9 years ago
That means the python-dev is required on linux to install harvestman2

Even after installing python-dev I get this error:

Running sgmlop-1.1.1-20040207/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-zBxzHj/sgmlop-1.1.1-20040207/egg-dist-tmp-UaWyK3
sgmlop.c: In function ‘attrparse’:
sgmlop.c:1234: warning: pointer targets in passing argument 1 of
‘PyString_FromStringAndSize’ differ in signedness
sgmlop.c:1285: warning: pointer targets in passing argument 1 of
‘PyString_FromStringAndSize’ differ in signedness
sgmlop.c: In function ‘attrexpand’:
sgmlop.c:1356: warning: pointer targets in passing argument 1 of
‘PyString_FromStringAndSize’ differ in signedness
sgmlop.c:1398: warning: pointer targets in passing argument 1 of
‘PyString_FromStringAndSize’ differ in signedness
sgmlop.c: At top level:
sgmlop.c:76: warning: ‘copyright’ defined but not used
sgmlop.c:200: warning: ‘wf_checker’ defined but not used
zip_safe flag not set; analyzing archive contents...
Adding sgmlop 1.1.1-20040207 to easy-install.pth file

2nd Item:
Writing
/home/lucas/tmp/baseline4/lib/python2.5/site-packages/HarvestMan-2.0alpha.egg-in
fo
Creating basic configuration in /etc/harvestman...
Traceback (most recent call last):
  File "setup.py", line 463, in <module>
    main()
  File "setup.py", line 417, in main
    open(etcfile, 'w').write(conf_data)
IOError: [Errno 13] Permission denied: '/etc/harvestman/config.xml'

We need to find a different place to put this config.xml.Is this a sample 
config.xml
or harvestman needs it to run properly?

For system install that will do, but for virtualenv or install without root
permission it won't. 
Where should we put it?

~/.harvestman/

Lucas

Original comment by szybal...@gmail.com on 11 Jul 2008 at 11:00

GoogleCodeExporter commented 9 years ago
I dont know much about virtualenv, but is there something like a global /etc/
repository for virtualenv ? If not ,we can skip the step of creating a global
configuration for virtualenv setups and generate only the user-level 
configuration at
~/.harvestman .

--Anand

Original comment by abpil...@gmail.com on 13 Jul 2008 at 8:34

GoogleCodeExporter commented 9 years ago
I have switch the structure to a paster/setuptool programs. I am able to create 
eggs etc.
I was successfully able to install harvestman in bin of virtualenv. Now the 
steps to
fix are:
import functions:
from my initial test it seems you have to import stuff like this inide of the
harvestman files:
from harvestman import libs
from harvestman import xyz

Which file is the test suit that you use? I wanted to run it on the new install.

Lucas

Original comment by szybal...@gmail.com on 13 Aug 2008 at 9:24

GoogleCodeExporter commented 9 years ago
Please check your email. I have merged the changes to trunk and it works for me.
Please verify the same for you. Then remove the paste branch and close this 
bug. Thanks!

Original comment by abpil...@gmail.com on 6 Oct 2008 at 11:18

GoogleCodeExporter commented 9 years ago
I'll leave this tickets until the setup.py works perfectly.
Right now I get an error if I try to build just an egg.
python setup.py bdist_egg

I have to look into how we can bypass putting the config.xml until somebody 
actually
installs.

As soon as we can build the egg, upload the package to pypi I think this will 
use all
the features of setuptools, which is the second part of the setup issue.
Lucas

Original comment by szybal...@gmail.com on 7 Oct 2008 at 3:14

GoogleCodeExporter commented 9 years ago
Maybe, you should close this bug now that virtualenv is working fine and open a 
new
bug for setup.py. I think this has been running for too long - doesn't give me a
happy feeling of closing completed work :)

Let me know if this is ok. 

Original comment by abpil...@gmail.com on 12 Oct 2008 at 10:35

GoogleCodeExporter commented 9 years ago
Virtualenv Setup is fixed. It works on i386 and amd64. 

Original comment by szybal...@gmail.com on 12 Oct 2008 at 3:36