zope CVS on cygwin (will sum)
Hello, 1 - I'm trying to compile the latest Zope2 CVS fron today on cygwin. 2 - I've done all is described in ChrisMcD post : http://zope.nipltd.com/public/lists/dev-archive.nsf/0a8715d5f3c7b6a3802568c1... (get python 2.1.1, src, compiel with thread, create a fresh FCNTL.py). 3 - When i do python wo_pcgi.py i get this error. gcc -shared -Wl,--enable-auto-image-base ./zlib.o ./adler32.o ./compress.o ./cr c32.o ./gzio.o ./uncompr.o ./deflate.o ./trees.o ./zutil.o ./inflate.o ./infbloc k.o ./inftrees.o ./infcodes.o ./infutil.o ./inffast.o -L/usr/local/lib/python2. 1/config -lpython2.1 -o ./zlib.dll make: *** No rule to make target `../Components/initgroups/initgroups.c', needed by `initgroups.o'. Stop. Traceback (most recent call last): File "wo_pcgi.py", line 45, in ? File "wo_pcgi.py", line 33, in main File "/cygdrive/d/Zope/CVS-Files/Zope/inst/build_extensions.py", line 30, in ? make('lib','python') File "/cygdrive/d/Zope/CVS-Files/Zope/inst/do.py", line 63, in make do('make') File "/cygdrive/d/Zope/CVS-Files/Zope/inst/do.py", line 32, in do if i and picky: raise SystemError, i SystemError: 512 ? is is due to a bas processing from my side ? ? is this due to a 2.1.1 python instead of 2.1.2 ? ? does the latest Z2 cvs needs some python patch ? Any clue will be more than welcome. When solved, I'll summarize that "Z2 cvs on cygwin" as a how-to. Thanks a lot in advance.
When you ran "cvs up", did you do it like this: cvs up -dP If not, try that and try it again. HTH, - C ----- Original Message ----- From: "Didier Georgieff" <dgieff@divinerites.com> To: <zope-dev@zope.org> Sent: Saturday, March 30, 2002 5:52 AM Subject: [Zope-dev] zope CVS on cygwin (will sum)
Hello,
1 - I'm trying to compile the latest Zope2 CVS fron today on cygwin.
2 - I've done all is described in ChrisMcD post :
http://zope.nipltd.com/public/lists/dev-archive.nsf/0a8715d5f3c7b6a3802568c1 006328f7/eed6f36f4b5d05fd80256aea0038128e?OpenDocument&Highlight=0,cygwin
(get python 2.1.1, src, compiel with thread, create a fresh FCNTL.py).
3 - When i do python wo_pcgi.py i get this error.
gcc -shared -Wl,--enable-auto-image-base ./zlib.o ./adler32.o
./compress.o ./cr
c32.o ./gzio.o ./uncompr.o ./deflate.o ./trees.o ./zutil.o ./inflate.o ./infbloc k.o ./inftrees.o ./infcodes.o ./infutil.o /inffast.o -L/usr/local/lib/python2. 1/config -lpython2.1 -o ./zlib.dll
make: *** No rule to make target `../Components/initgroups/initgroups.c', needed by `initgroups.o'. Stop.
Traceback (most recent call last): File "wo_pcgi.py", line 45, in ? File "wo_pcgi.py", line 33, in main File "/cygdrive/d/Zope/CVS-Files/Zope/inst/build_extensions.py", line 30, in ?
make('lib','python') File "/cygdrive/d/Zope/CVS-Files/Zope/inst/do.py", line 63, in make do('make') File "/cygdrive/d/Zope/CVS-Files/Zope/inst/do.py", line 32, in do if i and picky: raise SystemError, i SystemError: 512
? is is due to a bas processing from my side ?
? is this due to a 2.1.1 python instead of 2.1.2 ?
? does the latest Z2 cvs needs some python patch ?
Any clue will be more than welcome.
When solved, I'll summarize that "Z2 cvs on cygwin" as a how-to.
Thanks a lot in advance.
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
On 30 Mar 2002, at 11:10, Chris McDonough wrote:
When you ran "cvs up", did you do it like this: cvs up -dP
bingo. That was it, i missed some directories. So it compiles ok now. But now i have a problem with ./start wich seems to be related to some rebase/adress for python under cgwin according to http://aspn.activestate.com/ASPN/Mail/Message/python-list/951044 I'll try to apply the proposed solution in this, and see if this works better. Anyway, thanks a lot Chris. D:\CYGWIN\USR\LOCAL\BIN\PYTHON2.1.EXE: *** couldn't allocate memory 0x10000(4128 768) for 'D:\CYGWIN\BIN\CYGSSL.DLL' alignment, Win32 error 8 96 [main] python 1730227 sync_with_child: child -1559699(0x150) died before initialization with status code 0x1 738 [main] python 1730227 sync_with_child: *** child state child loading dll s D:\CYGWIN\USR\LOCAL\BIN\PYTHON2.1.EXE: *** couldn't allocate memory 0x10000(4128 768) for 'D:\CYGWIN\BIN\CYGSSL.DLL' alignment, Win32 error 8 2960368 [main] python 1730227 sync_with_child: child -1762243(0x15C) died before initialization with status code 0x1 2961210 [main] python 1730227 sync_with_child: *** child state child loading dll s
participants (2)
-
Chris McDonough -
Didier Georgieff