Johan Corveleyn wrote on Thu, May 30, 2013 at 21:59:33 +0200:
> Running gen-make.py on trunk@1487954, I get the following warning at the end:
> 
> [[[
> WARNING: errno intersects APR error codes: set([10000, 10004, 10009,
> 10013, 10014, 10022, 10024, 10035, 10036, 10037, 10038, 10039, 10040,
> 10041, 10042, 10043, 10044, 10045, 10046, 10047, 10048, 10049, 10050,
> 10051, 10052, 10053, 10054, 10055, 10056, 10057, 10058, 10059, 10060,
> 10061, 10062, 10063, 10064, 10065, 10066])
> ]]]
> 
> I have not seen this before. Is this something new? Anyone else seeing this?
> 
> I haven't built trunk for a while, and just changed a couple of
> dependencies, so it might also be something local.

It's not local to you, the buildbots have it too.  The code printing
that warning was added to trunk only recently.  If it's a problem the
fix is to narrow down the check in build/generator/gen_base.py:287.
Exempting the SOC* codes from the intersection check when generating for
windows, for example.

Reply via email to