Hi Joachim, On Tue, 17.01.2006 at 17:00:24 +0100, Joachim Schipper <[EMAIL PROTECTED]> wrote: > On Tue, Jan 17, 2006 at 11:56:38AM +0100, Toni Mueller wrote: > > case $MAKEFLAGS in *-s*) CC='cc -pthread' LDSHARED='cc -pthread -shared > > -fPIC -L/home/obsd/ports/lang/python/2.3/w-python-2.3.5p2/Python-2.3.5' > > OPT='-DNDEBUG -O2 -pipe -DTHREAD_STACK_SIZE=0x180000 -fPIC' ./python -E > > /home/obsd/ports/lang/python/2.3/w-python-2.3.5p2/Python-2.3.5/setup.py -q > > build;; *) CC='cc -pthread' LDSHARED='cc -pthread -shared -fPIC > > -L/home/obsd/ports/lang/python/2.3/w-python-2.3.5p2/Python-2.3.5' > > OPT='-DNDEBUG -O2 -pipe -DTHREAD_STACK_SIZE=0x180000 -fPIC' ./python -E > > /home/obsd/ports/lang/python/2.3/w-python-2.3.5p2/Python-2.3.5/setup.py > > build;; esac > > running build > > running build_ext > > *** Error code 4
> Not reproducible on my system (3.8-stable/i386) - python-2.3.5p2 builds > fine. (Do note that this is under /usr/ports, and as root.) thanks for your message. In the meantime, I think I found out that this means "interrupted system call", and no, I don't have any better error messages. > Try to find a more detailed error log. Are you certain your hardware > works as expected? Well... that's what I'm not sure about right now, too. The box is otherwise mostly idle, and has been reliable except for this problem now. Any ideas on how to check it? Best, --Toni++