Re: ld randomly assigns wrong user and group IDs to executable

2016-04-26 Thread Achim Gratz
Andrew Schulman writes: > Seems to be a BLODA problem. The problem is inconsistent/intermittent, and > happens only on one of my three Windows hosts. The bad machine has > Symtantec Endpoint Protection running (I can't disable it), and > CYGWIN=detect_bloda also finds C:\windows\system32\privman64.

Re: ld randomly assigns wrong user and group IDs to executable

2016-04-26 Thread Andrew Schulman
> During configure, a particular c++ program compiles fine, but the generated > executable has the wrong user and group IDs and permissions, so the > configure test fails and my build fails. Seems to be a BLODA problem. The problem is inconsistent/intermittent, and happens only on one of my three

Re: ld randomly assigns wrong user and group IDs to executable

2016-04-22 Thread Andrew Schulman
> During configure, a particular c++ program compiles fine, but the generated > executable has the wrong user and group IDs and permissions, so the > configure test fails and my build fails. > > Here are the source files and generated executable: > > $ ls -l conftest* > -rw-r--r-- 1 ASchulma

ld randomly assigns wrong user and group IDs to executable

2016-04-22 Thread Andrew Schulman
This is a strange one. cygwin 2.5.1-1 binutils 2.25-4 Lately my attempt to build fish keeps failing, and I've traced it to the following problem: During configure, a particular c++ program compiles fine, but the generated executable has the wrong user and group IDs and permissions, so the config