"G:\USR\BIN\PYTHON.EXE" "G:/ux2bs/workdir/Zope-2.7.2-0/setup.py" install \ --prefix="/usr/local/Zope" --build-base="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3" --build-lib="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-lib" --build-scripts="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-scripts" --build-temp="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-temp" invalid command name '' make: *** [install] Error 1 I had the same problem, got around it by removing the makefile variable that keeps all the '--build*' parameters and putting them in manually at that step. I was then able to get the build to complete in the ux2bs environment; however, the build does not seem to startup for me. I think one of the '--build*' vars has an extra newline in it that is triggering this error, but since I had not tried any other Zope version on OS/2, I gave up at that point.
On Wed, Oct 20, 2004 at 11:10:02AM -0700, David Swift wrote:
"G:\USR\BIN\PYTHON.EXE" "G:/ux2bs/workdir/Zope-2.7.2-0/setup.py" install \ --prefix="/usr/local/Zope" --build-base="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3" --build-lib="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-lib" --build-scripts="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-scripts" --build-temp="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-temp" invalid command name '' make: *** [install] Error 1
I had the same problem, got around it by removing the makefile variable that keeps all the '--build*' parameters and putting them in manually at that step. I was then able to get the build to complete in the ux2bs environment; however, the build does not seem to startup for me.
I think one of the '--build*' vars has an extra newline in it that is triggering this error, but since I had not tried any other Zope version on OS/2, I gave up at that point.
I can't believe someone else has tried this! Zope 2.7.0 builds just fine using the UX2BS environment - I just tried a couple of hours ago to make sure it still works and it does. I don't see any material differences between that version and 2.7.(1|2) to account for the error above, but there must be something... Try building 2.7.0 and see how far you get. I have it working, although haven't figure out a way to run it in daemon mode yet. -- John
Zope 2.7.0 builds just fine using the UX2BS environment - I just tried a couple of hours ago to make sure it still works and it does. I don't see any material differences between that version and 2.7.(1|2) to account for the error above, but there must be something... Are you familiar with linux/unix? If so, then you could try the "diff" command between the two makefiles and see if there is some diference. If you don't have linux, but windows, you could try one of this two programs:
http://kdiff3.sourceforge.net/ (I have used this one and is pretty good) http://gnuwin32.sourceforge.net/packages/diffutils.htm (gnu version) I don't know if there is something for OS/2 'cause I haven't used it, but you could try with google. Regards, Josef
On Wed, Oct 20, 2004 at 11:10:02AM -0700, David Swift wrote:
"G:\USR\BIN\PYTHON.EXE" "G:/ux2bs/workdir/Zope-2.7.2-0/setup.py" install \ --prefix="/usr/local/Zope" --build-base="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3" --build-lib="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-lib" --build-scripts="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-scripts" --build-temp="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-temp" invalid command name '' make: *** [install] Error 1
I had the same problem, got around it by removing the makefile variable that keeps all the '--build*' parameters and putting them in manually at that step. I was then able to get the build to complete in the ux2bs environment; however, the build does not seem to startup for me.
I think one of the '--build*' vars has an extra newline in it that is triggering this error, but since I had not tried any other Zope version on OS/2, I gave up at that point.
After further inspection, I found the problem - I had ommitted to set MAKESHELL=/bin/sh in the environment. Now Zope 2.7.2 builds OK on OS/2. -- John
participants (3)
-
David Swift -
John Poltorak -
Josef Meile