[history_a] loading pickled environment... not yet created
[history_a] building [inventory]: targets for 1 source files that are
out of date
[history_a] updating environment: 1 added, 0 changed, 0 removed
[history_a] reading sources... [100%] index
[history_a] loading cross citations...
[history_a] pickling environment... done
[history_a] checking consistency... done
[history_a] preparing documents... done
[history_a] writing output... [100%] index
[history_a] dumping object inventory... done
[history_a] build succeeded.
syscall(0x0,0x0,0x0,0x7fffffffc6c0,0x3fa99999,0x838541cc8) = 116 (0x74)
-- UNKNOWN SYSCALL -14656 --
syscall(0x0,0x0,0x0,0x7fffffffc6c0,0x3fa99999,0x838541cb0) = 116 (0x74)
-- UNKNOWN SYSCALL -14656 --
syscall(0x0,0x0,0x0,0x7fffffbfe430,0x3fb99999,0x801443e18) = 7 (0x7)
-- UNKNOWN SYSCALL 22131 --
I have no idea what this means.
> --
> You received this message because you are subscribed to the Google Groups "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
> To post to this group, send email to sage-...@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
In the mean time, if someone tells which part of the python code does the document building, then I can try to narrow down what triggers the problem.
I did copy the fixes from the python27 FreeBSD port to the python that comes with sage, and it was supposed to have fixed the semaphore issue. The version of FreeBSD I am using should be recent enough. But maybe they didn't quite fix it right.
Another reason I might put this off a while is because my current smtp server is not being accepted by google groups or gmail. All this frustration adds up to make me want to put this off a while.
I think it may well be related to the semaphore issue. But if that is the case, it might take more time to fix than I have right now. So for a while, I guess the FreeBSD port of sage will stay with 5.7.In the mean time, if someone tells which part of the python code does the document building, then I can try to narrow down what triggers the problem.