I'm currently running into three bugs building SFW on opensolaris:

     6817601 builds broken on opensolaris due to empty default $PATH
     6859442 ksh93 dumps core during fftw2 build in SFW
     6859444 ksh93 hang in mysql build in SFW

I have a fix for 6817601, and a workaround for 6859444.  I suspect that
adding --disable-fortran to the fftw configure invocation will take care
of 6859442, though I haven't tried it yet.

I did run into some errors in the fftw3 compilation, mostly

    "ifftw.h", line 161: #error: sizeof void* is unknown!

but also some

    "bench-user.h", line 169: syntax error before or at: size
    "bench-user.h", line 169: warning: undefined or missing type for: size

I haven't tried to track these down yet, mostly because they've only shown
up on one nightly run so far.  That run was characterized by my having
allowed $HOME through in the environment passed to nightly, as well as
jacking up DMAKE_MAX_JOBS from 4 to 20.  It smells of a configure run gone
wrong, but why only the once, I don't know.  Perhaps something load
related, as 6859442 and 6859444 might be.

Danek

Reply via email to