[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: errno intersects APR error codes

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Fri, 31 May 2013 08:05:52 +0300

Johan Corveleyn wrote on Thu, May 30, 2013 at 21:59:33 +0200:
> Running gen-make.py on trunk_at_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.
Received on 2013-05-31 07:06:39 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.