GNU Make 4.0.1 — infinite loop on startup

2013-10-26 Thread Yuriy Chernyshov
Greetings. On October, 9 GNU Make 4.0 was released and is already available on cygwin (I'm using x86_64 on Win7). My makefile is working fine with the latest version from 3.0 branch (3.82.xx), but comes into infinite loop on startup (no rules are being executed) with 4.0.1. 100% of a single cpu c

why do psutils & libtool packages need ~25+MB of latex (was Re: setup.ini dependency graph?)

2013-10-26 Thread Linda Walsh
On 10/25/2013 5:29 PM, Ryan Johnson wrote: On 25/10/2013 12:12 PM, Charles Wilson wrote: Does anybody have a script or a tool that can parse a setup.ini and generate a dependency graph? I'm using pmcyg to create a stripped-down standalone installation CD and it's too big, so I'm trying to fig

Re: Rebuilding cygwin1.dll - error: "TRANSACTION_ALL_ACCESS" redefined [-Werror]

2013-10-26 Thread Christopher Faylor
On Sat, Oct 26, 2013 at 11:47:04AM +0200, Corinna Vinschen wrote: >On Oct 26 02:25, Christopher Faylor wrote: >> On Sat, Oct 26, 2013 at 10:14:01AM +0400, Alexey Pavlov wrote: >> >/usr/include/w32api/winnt.h:3541:20: error: previous definition of >> >?struct _EXCEPTION_REGISTRATION_RECORD? >> >

Re: git clone failing with "fatal: index-pack failed"

2013-10-26 Thread Balaji Venkataraman
On Sat, Oct 26, 2013 at 9:23 AM, Andrew DeFaria wrote: > It's been very quite about this issue. Usually at least somebody responds. I > fear that perhaps nobody's seeing this. Could somebody, anybody, simply > respond if even just to say "Yeah, I see this. Don't have an answer though" > I'd apprec

Re: git clone failing with "fatal: index-pack failed"

2013-10-26 Thread Andrew DeFaria
On 10/23/2013 07:56 PM, Andrew DeFaria wrote: Please excuse any duplication. I'm getting the following when attempting to clone a large git repository using Cygwin's git: $ git clone gitolite@172.20.10.200:axcient Cloning into 'axcient'... remote: Counting objects: 168263, done. remote: Compr

Re: cygwin64 1.7.25 "locate" core dumps

2013-10-26 Thread Corinna Vinschen
On Oct 25 20:19, Steve wrote: > On Mon, Sep 16, 2013 at 6:45 PM, wrote: > > Could not find reports on core dumps in system programs recently, or > > problems > > with the locate tool. > > > > What I do: > > > > -- > > JNEWM@

Re: Hooks do not work?

2013-10-26 Thread niXman
LD_PRELOAD is an ELF interpreter feature and bares no effect on Windows, so you are out of luck. It seems that the solution of my question is described here?: https://sourceware.org/ml/cygwin/2009-12/msg00165.html But tell me please, in which header located description of the cygwin_internal(

Re: Rebuilding cygwin1.dll - error: "TRANSACTION_ALL_ACCESS" redefined [-Werror]

2013-10-26 Thread Corinna Vinschen
On Oct 26 02:25, Christopher Faylor wrote: > On Sat, Oct 26, 2013 at 10:14:01AM +0400, Alexey Pavlov wrote: > >/usr/include/w32api/winnt.h:3541:20: error: previous definition of > >?struct _EXCEPTION_REGISTRATION_RECORD? > > typedef struct _EXCEPTION_REGISTRATION_RECORD { > >

Re: setup.ini dependency graph?

2013-10-26 Thread David Stacey
On 25/10/13 17:12, Charles Wilson wrote: Does anybody have a script or a tool that can parse a setup.ini and generate a dependency graph? I'm using pmcyg to create a stripped-down standalone installation CD and it's too big, so I'm trying to figure out where the culprit is that's pulling in so

Re: Hooks do not work?

2013-10-26 Thread JonY
On 10/26/2013 14:32, niXman wrote: > compiled as: > gcc hook.c -shared -oopenhook.dll > gcc main.c -omain > > run as: > LD_PRELOAD=/home/niXman/openhook.dll ./main > > But a can't see the output. > What I am doing wrongly? > LD_PRELOAD is an ELF interpreter feature and bares no effect on Window