Re: Build error Python 2.4.1 - stat problem?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Build error Python 2.4.1 - stat problem?

From: Andrew MacIntyre <andymac@bullseye.apana.org.au>
Date: Wed May 25 2005 - 12:34:15 CEST

Brandt, Servatius wrote:

> The stat values do not make any sense. It seems that the value used for
> the mode is really the numbers of links (I created the two empty
> /usr/local... directories to prevent the os.error exception):

That sort of suggests that the definition of the stat struct is not what
your build expects.

If you used the configure script to generate the makefile, you should
check whether any #define's modify the definition of this struct (usually
in /usr/include/sys/stat.h), assuming configure found your system's
stat.h, and see whether any such defines are set in your ./configure'd
pyconfig.h.

You may have to dig deeper still.

-------------------------------------------------------------------------
Andrew I MacIntyre "These thoughts are mine alone..."
E-mail: andymac@bullseye.apana.org.au (pref) | Snail: PO Box 370
        andymac@pcug.org.au (alt) | Belconnen ACT 2616
Web: http://www.andymac.org/ | Australia
Received on Thu Sep 29 16:13:39 2005