pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: g95



On Tue, Jul 31, 2018 at 04:51:16PM -0500, C?g wrote:
> Patrick Welche wrote:
> 
> > pkg_rr head from today on -current/amd64:
> 
> > ./options.h:3:0: error: unterminated #ifndef
> >  #ifndef OPTIONS_H
> 
> I haven't tried building it on -current, on 8.0 with pkgsrc-current it
> is good, and MAKE_JOBS is set.

The reason I was thinking of MAKE_JOBS is if the awk script was creating
options.h, but hadn't finished at the time the compiler included options.h.
How else could the #ifndef be there, but not the #endif => race condition?

(src was on m2 ssd, obj on tmpfs, 16 core box with MAKE_JOBS=32, so your
timings might be different.)

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index