coundn't install zope3
Hi, all I want to take the taste of Zope3, so to install it in Fedora Core release 2's server, but I didn't get success. My config: os: Fedora Core release 2 gcc: gcc-3.3.3-7 Python: python-2.3.4 Zope: ZopeX3-3.0.0c2 but when I make, i got these message: /usr/bin/python install.py -q build cc1: error: invalid option `tune=pentium4' error: command 'gcc' failed with exit status 1 make: *** [build] Error 1 could anyone give me tips? BTW: I posted it to zope3-dev list, but nobody help me out, so bother here. : ( TIA Zhou Zhen
You need to modify install.py so it doesn't insert "tune=pentium4" HTH -- David On Oct 9, 2004, at 9:22 PM, <chouchen@126.com> wrote:
Hi, all I want to take the taste of Zope3, so to install it in Fedora Core release 2's server, but I didn't get success. My config:
os: Fedora Core release 2 gcc: gcc-3.3.3-7 Python: python-2.3.4 Zope: ZopeX3-3.0.0c2
but when I make, i got these message:
/usr/bin/python install.py -q build cc1: error: invalid option `tune=pentium4' error: command 'gcc' failed with exit status 1 make: *** [build] Error 1
could anyone give me tips?
BTW: I posted it to zope3-dev list, but nobody help me out, so bother here. : (
TIA
Zhou Zhen_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Sunday 10 October 2004 12:22 am, chouchen@126.com wrote:
/usr/bin/python install.py -q build cc1: error: invalid option `tune=pentium4' error: command 'gcc' failed with exit status 1 make: *** [build] Error 1
could anyone give me tips?
Same problem here. Edit /usr/lib/python2.3/config/Makefile and take out -mtune=pentium4 where it appears. I don't know why, just that it works. -- Ron Bickers Logic Etc, Inc.
Unfortunately, when I took out --mtune=pentium4 in the /usr/lib/python2.3/config/Makefile, still doesn't work well. message as below: /usr/bin/python install.py -q build build/temp.linux-i686-2.3/Dependencies/zope.app-ZopeX3-3.0.0c2/zope.app/container/_zope_app_container_contained.o: file not recognized: File truncated collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 make: *** [build] Error 1 : ( env: Fedora Core release 2 gcc: 3.4.1 Python:2.3.4 zope: 3.0.0c2 Have any idea? ----- Original Message ----- From: "Ron Bickers" <rbickers-list-zope2@logicetc.com> To: <zope@zope.org> Cc: <chouchen@126.com> Sent: Monday, October 11, 2004 1:29 PM Subject: Re: [Zope] coundn't install zope3
On Sunday 10 October 2004 12:22 am, chouchen@126.com wrote:
/usr/bin/python install.py -q build cc1: error: invalid option `tune=pentium4' error: command 'gcc' failed with exit status 1 make: *** [build] Error 1
could anyone give me tips?
Same problem here. Edit /usr/lib/python2.3/config/Makefile and take out -mtune=pentium4 where it appears. I don't know why, just that it works.
-- Ron Bickers Logic Etc, Inc.
On Monday 11 October 2004 10:42 am, Zhou Zhen wrote:
Unfortunately, when I took out --mtune=pentium4 in the /usr/lib/python2.3/config/Makefile, still doesn't work well.
message as below:
/usr/bin/python install.py -q build build/temp.linux-i686-2.3/Dependencies/zope.app-ZopeX3-3.0.0c2/zope.app/co ntainer/_zope_app_container_contained.o: file not recognized: File truncated collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 make: *** [build] Error 1
Did you start with clean source after taking out the pentium4? I didn't run into this, so I'm afraid I don't have an answer. -- Ron Bickers Logic Etc, Inc.
anyway thx a lot, I missed to install python-devel package,so got this error, now it works well. Zhou Zhen ----- Original Message ----- From: "Ron Bickers" <rbickers-list-zope2@logicetc.com> To: "Zhou Zhen" <chouchen@126.com> Cc: <zope@zope.org> Sent: Monday, October 11, 2004 10:48 PM Subject: Re: [Zope] coundn't install zope3
On Monday 11 October 2004 10:42 am, Zhou Zhen wrote:
Unfortunately, when I took out --mtune=pentium4 in the /usr/lib/python2.3/config/Makefile, still doesn't work well.
message as below:
/usr/bin/python install.py -q build build/temp.linux-i686-2.3/Dependencies/zope.app-ZopeX3-3.0.0c2/zope.app/co ntainer/_zope_app_container_contained.o: file not recognized: File truncated collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1 make: *** [build] Error 1
Did you start with clean source after taking out the pentium4? I didn't run into this, so I'm afraid I don't have an answer.
-- Ron Bickers Logic Etc, Inc.
participants (4)
-
chouchen@126.com -
David Siedband -
Ron Bickers -
Zhou Zhen