I have tried building Zope (v2.6.0) and get this error:- building 'Products.PluginIndexes.TextIndex.Splitter.ISO_8859_1_Splitter.ISO_8859_1_Splitter' extension error: file 'Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c' does not exist ------------------------------------------------------------------------------ Deleting '.pyc' and '.pyo' files recursively under U:/unixos2/workdir/Zope-2.6.0-src... Done. ------------------------------------------------------------------------------ Compiling python modules ------------------------------------------------------------------------------ Building extension modules U:\USR\BIN\PYTHON.EXE setup.py build_ext -i Traceback (most recent call last): File "wo_pcgi.py", line 45, in ? if __name__=='__main__': main(sys.argv[0]) File "wo_pcgi.py", line 33, in main import build_extensions File "U:/unixos2/workdir/Zope-2.6.0-src/inst/build_extensions.py", line 24, in ? do('%s setup.py build_ext -i' % sys.executable) File "U:/unixos2/workdir/Zope-2.6.0-src/inst/do.py", line 32, in do if i and picky: raise SystemError, i SystemError: 1 Does this look familiar to anyone? -- John
John Poltorak wrote:
Does this look familiar to anyone?
What version of tar did you use to expand the tarball? on what platform? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
On Thu, Mar 04, 2004 at 09:42:35AM +0000, Chris Withers wrote:
John Poltorak wrote:
Does this look familiar to anyone?
What version of tar did you use to expand the tarball? on what platform?
Are you suggesting it didn't extract correctly? I'm using tar v1.10 on OS/2 and haven't had any problems with this version for many years.
cheers,
Chris
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
-- John
What version of tar did you use to expand the tarball? on what platform?
Are you suggesting it didn't extract correctly?
I'm using tar v1.10 on OS/2 and haven't had any problems with this version for many years.
This is a legitimate question. Many tar binaries have path length limitations that break the extracted sources. GNU-tar does not and is the recommended tar. jens
participants (3)
-
Chris Withers -
Jens Vagelpohl -
John Poltorak