Compiling 2.4.0 under Mac OS X?
Hey, all. Trying to compile 2.4.0 under Mac OS X. I tried to apply the changes listed in: <URL:http://www.zope.org/Members/sspickle/MacOSXBHFS> but they didn't seem to mesh with the latest src archive. This is what I get at the end of the 'python wo_pcgi.py' compile: make -f Makefile do-it-again /usr/lib/python2.1/config/makesetup \ -m Makefile.pre -c /usr/lib/python2.1/config/config.c.in Setup -n /usr/lib/python2.1/config/Setup.config /usr/lib/python2.1/config/Setup.local /usr/lib/python2.1/config/Setup make LDFLAGS="-undefined suppress" make: *** No rule to make target `src/Splitter.c', needed by `Splitter.o'. Stop. Traceback (most recent call last): File "wo_pcgi.py", line 117, in ? File "wo_pcgi.py", line 105, in main File "/usr/local/zope/2-4-0/inst/build_extensions.py", line 109, in ? make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter') File "/usr/local/zope/2-4-0/inst/do.py", line 135, in make do('make LDFLAGS="-undefined suppress"') File "/usr/local/zope/2-4-0/inst/do.py", line 104, in do if i and picky: raise SystemError, i SystemError: 512 [localhost:~/2-4-0] zope% Any thoughts? me = { 'name' : 'Zachery Bir', 'email' : 'zbir@urbanape.com', 'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }
Hi Zachary, I should remove this old page. It was for the public beta (in fact I just did). These days, just get the port of python from http://tony.lownds.com/macosx/ and Zope builds directly out of the box. -steve On Thursday, July 26, 2001, at 01:03 PM, zbir@urbanape.com wrote:
Hey, all.
Trying to compile 2.4.0 under Mac OS X. I tried to apply the changes listed in:
<URL:http://www.zope.org/Members/sspickle/MacOSXBHFS>
but they didn't seem to mesh with the latest src archive. This is what I get at the end of the 'python wo_pcgi.py' compile:
make -f Makefile do-it-again /usr/lib/python2.1/config/makesetup \ -m Makefile.pre -c /usr/lib/python2.1/config/config.c.in Setup -n /usr/lib/python2.1/config/Setup.config /usr/lib/python2.1/config/Setup.local /usr/lib/python2.1/config/Setup make LDFLAGS="-undefined suppress" make: *** No rule to make target `src/Splitter.c', needed by `Splitter.o'. Stop. Traceback (most recent call last): File "wo_pcgi.py", line 117, in ? File "wo_pcgi.py", line 105, in main File "/usr/local/zope/2-4-0/inst/build_extensions.py", line 109, in ?
make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter' ) File "/usr/local/zope/2-4-0/inst/do.py", line 135, in make do('make LDFLAGS="-undefined suppress"') File "/usr/local/zope/2-4-0/inst/do.py", line 104, in do if i and picky: raise SystemError, i SystemError: 512 [localhost:~/2-4-0] zope%
Any thoughts?
me = { 'name' : 'Zachery Bir', 'email' : 'zbir@urbanape.com', 'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi Zachary,
I should remove this old page. It was for the public beta (in fact I just did). These days, just get the port of python from
http://tony.lownds.com/macosx/
and Zope builds directly out of the box.
Hrm. Okay. I used one of the other pages on Zope.org to build Python 2.1 from source. Perhaps therein lies the problem? I'll grab Tony's ( binary, I assume ) package. me = { 'name' : 'Zachery Bir', 'email' : 'zbir@urbanape.com', 'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }
Hi Zachary,
I should remove this old page. It was for the public beta (in fact I just did). These days, just get the port of python from
http://tony.lownds.com/macosx/
and Zope builds directly out of the box.
Hrm. Okay. I used one of the other pages on Zope.org to build Python 2.1 from source. Perhaps therein lies the problem? I'll grab Tony's ( binary, I assume ) package.
Nope. Using Tony's package, I get the same compilation error on 2.4.0-src: make -f Makefile do-it-again /usr/local/lib/python2.1/config/makesetup \ -m Makefile.pre -c /usr/local/lib/python2.1/config/config.c.in Setup -n /usr/local/lib/python2.1/config/Setup.config /usr/local/lib/python2.1/config/Setup.local /usr/local/lib/python2.1/config/Setup make LDFLAGS="-undefined suppress" make: *** No rule to make target `src/Splitter.c', needed by `Splitter.o'. Stop. Traceback (most recent call last): File "wo_pcgi.py", line 117, in ? File "wo_pcgi.py", line 105, in main File "/usr/local/zope/2-4-0/inst/build_extensions.py", line 109, in ? make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter') File "/usr/local/zope/2-4-0/inst/do.py", line 135, in make do('make LDFLAGS="-undefined suppress"') File "/usr/local/zope/2-4-0/inst/do.py", line 104, in do if i and picky: raise SystemError, i SystemError: 512 [localhost:~/2-4-0] zope% Zac me = { 'name' : 'Zachery Bir', 'email' : 'zbir@urbanape.com', 'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }
Hi Zachary, You don't need make LDFLAGS="-undefined suppress" any more. Just unpack a clean Zope-2.4.0-src and type: python wo_pcgi.py and it will build. -steve On Thursday, July 26, 2001, at 03:20 PM, zbir@urbanape.com wrote:
Hi Zachary,
I should remove this old page. It was for the public beta (in fact I just did). These days, just get the port of python from
http://tony.lownds.com/macosx/
and Zope builds directly out of the box.
Hrm. Okay. I used one of the other pages on Zope.org to build Python 2.1 from source. Perhaps therein lies the problem? I'll grab Tony's ( binary, I assume ) package.
Nope. Using Tony's package, I get the same compilation error on 2.4.0-src:
make -f Makefile do-it-again /usr/local/lib/python2.1/config/makesetup \ -m Makefile.pre -c /usr/local/lib/python2.1/config/config.c.in Setup -n /usr/local/lib/python2.1/config/Setup.config /usr/local/lib/python2.1/config/Setup.local /usr/local/lib/python2.1/config/Setup make LDFLAGS="-undefined suppress" make: *** No rule to make target `src/Splitter.c', needed by `Splitter.o'. Stop. Traceback (most recent call last): File "wo_pcgi.py", line 117, in ? File "wo_pcgi.py", line 105, in main File "/usr/local/zope/2-4-0/inst/build_extensions.py", line 109, in ?
make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter' ) File "/usr/local/zope/2-4-0/inst/do.py", line 135, in make do('make LDFLAGS="-undefined suppress"') File "/usr/local/zope/2-4-0/inst/do.py", line 104, in do if i and picky: raise SystemError, i SystemError: 512 [localhost:~/2-4-0] zope%
Zac
me = { 'name' : 'Zachery Bir', 'email' : 'zbir@urbanape.com', 'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }
Hi Zachary, One other thought. Did you use gnutar to unpack Zope? -steve On Thursday, July 26, 2001, at 03:30 PM, Steve Spicklemire wrote:
Hi Zachary,
You don't need make LDFLAGS="-undefined suppress" any more.
Just unpack a clean Zope-2.4.0-src and type:
python wo_pcgi.py
and it will build.
-steve
On Thursday, July 26, 2001, at 03:20 PM, zbir@urbanape.com wrote:
Hi Zachary,
I should remove this old page. It was for the public beta (in fact I just did). These days, just get the port of python from
http://tony.lownds.com/macosx/
and Zope builds directly out of the box.
Hrm. Okay. I used one of the other pages on Zope.org to build Python 2.1 from source. Perhaps therein lies the problem? I'll grab Tony's ( binary, I assume ) package.
Nope. Using Tony's package, I get the same compilation error on 2.4.0-src:
make -f Makefile do-it-again /usr/local/lib/python2.1/config/makesetup \ -m Makefile.pre -c /usr/local/lib/python2.1/config/config.c.in Setup -n /usr/local/lib/python2.1/config/Setup.config /usr/local/lib/python2.1/config/Setup.local /usr/local/lib/python2.1/config/Setup make LDFLAGS="-undefined suppress" make: *** No rule to make target `src/Splitter.c', needed by `Splitter.o'. Stop. Traceback (most recent call last): File "wo_pcgi.py", line 117, in ? File "wo_pcgi.py", line 105, in main File "/usr/local/zope/2-4-0/inst/build_extensions.py", line 109, in ?
make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter' ) File "/usr/local/zope/2-4-0/inst/do.py", line 135, in make do('make LDFLAGS="-undefined suppress"') File "/usr/local/zope/2-4-0/inst/do.py", line 104, in do if i and picky: raise SystemError, i SystemError: 512 [localhost:~/2-4-0] zope%
Zac
me = { 'name' : 'Zachery Bir', 'email' : 'zbir@urbanape.com', 'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }
zope 2.4.0 won't compile correctly under OS X. please use zope 2.3.2 or 2.3.3. we are aware of the problem and will allot time to fix it when we can. jens On Thursday, July 26, 2001, at 02:03 , zbir@urbanape.com wrote:
Hey, all.
Trying to compile 2.4.0 under Mac OS X. I tried to apply the changes listed in:
<URL:http://www.zope.org/Members/sspickle/MacOSXBHFS>
but they didn't seem to mesh with the latest src archive. This is what I get at the end of the 'python wo_pcgi.py' compile:
make -f Makefile do-it-again /usr/lib/python2.1/config/makesetup \ -m Makefile.pre -c /usr/lib/python2.1/config/config.c.in Setup -n /usr/lib/python2.1/config/Setup.config /usr/lib/python2.1/config/Setup.local /usr/lib/python2.1/config/Setup make LDFLAGS="-undefined suppress" make: *** No rule to make target `src/Splitter.c', needed by `Splitter.o'. Stop. Traceback (most recent call last): File "wo_pcgi.py", line 117, in ? File "wo_pcgi.py", line 105, in main File "/usr/local/zope/2-4-0/inst/build_extensions.py", line 109, in ? make('lib','python','Products','PluginIndexes','TextIndex','Splitter' ,'ISO_8859_1_Splitter') File "/usr/local/zope/2-4-0/inst/do.py", line 135, in make do('make LDFLAGS="-undefined suppress"') File "/usr/local/zope/2-4-0/inst/do.py", line 104, in do if i and picky: raise SystemError, i SystemError: 512 [localhost:~/2-4-0] zope%
Any thoughts?
me = { 'name' : 'Zachery Bir', 'email' : 'zbir@urbanape.com', 'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hmm.. it works for me! What is the nature of the problem? -steve On Thursday, July 26, 2001, at 03:44 PM, Jens Vagelpohl wrote:
zope 2.4.0 won't compile correctly under OS X.
please use zope 2.3.2 or 2.3.3. we are aware of the problem and will allot time to fix it when we can.
jens
On Thursday, July 26, 2001, at 02:03 , zbir@urbanape.com wrote:
Hey, all.
Trying to compile 2.4.0 under Mac OS X. I tried to apply the changes listed in:
<URL:http://www.zope.org/Members/sspickle/MacOSXBHFS>
but they didn't seem to mesh with the latest src archive. This is what I get at the end of the 'python wo_pcgi.py' compile:
make -f Makefile do-it-again /usr/lib/python2.1/config/makesetup \ -m Makefile.pre -c /usr/lib/python2.1/config/config.c.in Setup -n /usr/lib/python2.1/config/Setup.config /usr/lib/python2.1/config/Setup.local /usr/lib/python2.1/config/Setup make LDFLAGS="-undefined suppress" make: *** No rule to make target `src/Splitter.c', needed by `Splitter.o'. Stop. Traceback (most recent call last): File "wo_pcgi.py", line 117, in ? File "wo_pcgi.py", line 105, in main File "/usr/local/zope/2-4-0/inst/build_extensions.py", line 109, in ?
make('lib','python','Products','PluginIndexes','TextIndex','Splitter' ,'ISO_8859_1_Splitter') File "/usr/local/zope/2-4-0/inst/do.py", line 135, in make do('make LDFLAGS="-undefined suppress"') File "/usr/local/zope/2-4-0/inst/do.py", line 104, in do if i and picky: raise SystemError, i SystemError: 512 [localhost:~/2-4-0] zope%
Any thoughts?
me = { 'name' : 'Zachery Bir', 'email' : 'zbir@urbanape.com', 'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hmm.. I just posted: http://www.zope.org/Members/sspickle/Zope-2.4.0-MOSX-ppc to Zope.org. Zachary, can you let me know if this works for you? thanks! -steve On Friday, July 27, 2001, at 06:39 AM, Steve Spicklemire wrote:
Hmm.. it works for me! What is the nature of the problem?
-steve
On Thursday, July 26, 2001, at 03:44 PM, Jens Vagelpohl wrote:
zope 2.4.0 won't compile correctly under OS X.
please use zope 2.3.2 or 2.3.3. we are aware of the problem and will allot time to fix it when we can.
jens
On Thursday, July 26, 2001, at 02:03 , zbir@urbanape.com wrote:
Hey, all.
Trying to compile 2.4.0 under Mac OS X. I tried to apply the changes listed in:
<URL:http://www.zope.org/Members/sspickle/MacOSXBHFS>
but they didn't seem to mesh with the latest src archive. This is what I get at the end of the 'python wo_pcgi.py' compile:
make -f Makefile do-it-again /usr/lib/python2.1/config/makesetup \ -m Makefile.pre -c /usr/lib/python2.1/config/config.c.in Setup -n /usr/lib/python2.1/config/Setup.config /usr/lib/python2.1/config/Setup.local /usr/lib/python2.1/config/Setup make LDFLAGS="-undefined suppress" make: *** No rule to make target `src/Splitter.c', needed by `Splitter.o'. Stop. Traceback (most recent call last): File "wo_pcgi.py", line 117, in ? File "wo_pcgi.py", line 105, in main File "/usr/local/zope/2-4-0/inst/build_extensions.py", line 109, in ?
make('lib','python','Products','PluginIndexes','TextIndex','Splitter' ,'ISO_8859_1_Splitter') File "/usr/local/zope/2-4-0/inst/do.py", line 135, in make do('make LDFLAGS="-undefined suppress"') File "/usr/local/zope/2-4-0/inst/do.py", line 104, in do if i and picky: raise SystemError, i SystemError: 512 [localhost:~/2-4-0] zope%
Any thoughts?
me = { 'name' : 'Zachery Bir', 'email' : 'zbir@urbanape.com', 'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hmm.. it works for me! What is the nature of the problem?
-steve
On Thursday, July 26, 2001, at 03:44 PM, Jens Vagelpohl wrote:
zope 2.4.0 won't compile correctly under OS X.
please use zope 2.3.2 or 2.3.3. we are aware of the problem and will allot time to fix it when we can.
It was the gnutar issue. Using gnutar works fine. Using "standard"(?) tar prevents 2.4.0 from compiling. Thanks, Steve, for the pointer. It's up and running now. :) me = { 'name' : 'Zachery Bir', 'email' : 'zbir@urbanape.com', 'voice' : '(804) 353-3742', 'url' : 'http://www.urbanape.com/' }
participants (3)
-
Jens Vagelpohl -
Steve Spicklemire -
zbir@urbanape.com