Re: cygport debuginfo extraction

2012-09-21 Thread Achim Gratz
Yaakov (Cygwin/X) writes: > The C extension included in DBI::Dumper is precompiled by Inline::C > rather than the usual MakeMaker-controlled XS->C->dll dance, so the > usual means of getting debuginfo (via the OPTIMIZE Makefile variable) > doesn't work. AFAICS the solution would have to be package

Re: cygport debuginfo extraction

2012-09-21 Thread Yaakov (Cygwin/X)
On 2012-09-21 08:06, Achim Gratz wrote: I'm re-packaging the perl module DBI::Dumper as a Cygwin package for internal distribution and the debuginfo package is not produced. This is because /usr/src/debug stays empty, while the .dll.dbg file is produced. I can't figure out what's keeping the so

cygport debuginfo extraction

2012-09-21 Thread Achim Gratz
I'm re-packaging the perl module DBI::Dumper as a Cygwin package for internal distribution and the debuginfo package is not produced. This is because /usr/src/debug stays empty, while the .dll.dbg file is produced. I can't figure out what's keeping the source information from being extracted, th