This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theoryno3
Recipients theoryno3
Date 2007-10-30.18:18:09
SpamBayes Score 0.043591663
Marked as misclassified No
Message-id <1193768290.81.0.981284051139.issue1363@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to compile Plone (3.0.2) on a Sun V880 (SunOS genome 5.10
Generic_125100-05 sun4u sparc SUNW,Sun-Fire-880).  Plone is a web
application which runs on the Zope framework. What fails is the python
(2.4.4) which is distributed with Zope.

During the configure step of the build, I receive the following warning:

*****BEGIN Snippet*****
configure: WARNING: sys/wait.h: present but cannot be compiled
configure: WARNING: sys/wait.h:     check for missing prerequisite headers?
configure: WARNING: sys/wait.h: see the Autoconf documentation
configure: WARNING: sys/wait.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/wait.h: proceeding with the preprocessor's result
configure: WARNING: sys/wait.h: in the future, the compiler will take
precedence
configure: WARNING:     ##
------------------------------------------------ ##
configure: WARNING:     ## Report this to
http://www.python.org/python-bugs ##
configure: WARNING:     ##
------------------------------------------------ ##
*****END Snippet*****



Then this nasty error breaks the entire config:


******BEGIN Snippet
checking size of int... configure: error: cannot compute sizeof (int), 77
See `config.log' for more details.
******END Snippet
History
Date User Action Args
2007-10-30 18:18:11theoryno3setspambayes_score: 0.0435917 -> 0.043591663
recipients: + theoryno3
2007-10-30 18:18:10theoryno3setspambayes_score: 0.0435917 -> 0.0435917
messageid: <1193768290.81.0.981284051139.issue1363@psf.upfronthosting.co.za>
2007-10-30 18:18:10theoryno3linkissue1363 messages
2007-10-30 18:18:09theoryno3create