Re: CRC mismatch in cygwin debug info?

2013-04-26 Thread Ryan Johnson

On 26/04/2013 1:50 AM, Achim Gratz wrote:

Ryan Johnson  cs.utoronto.ca> writes:

warning: the debug information found in "/usr/bin/cygwin1.dbg" does
not match "/usr/bin/cygwin1.dll" (CRC mismatch).

If /usr/bin/cygwin1.dbg exists, it is from a former snapshot installation.
You should remove it, since the package comes with the debug symbols in

/usr/lib/debug/usr/bin/cygwin1.dbg

Aha! That did it, all right. I figured it would be something like that...

Thanks,
Ryan


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: CRC mismatch in cygwin debug info?

2013-04-25 Thread Achim Gratz
Ryan Johnson  cs.utoronto.ca> writes:
> > warning: the debug information found in "/usr/bin/cygwin1.dbg" does 
> > not match "/usr/bin/cygwin1.dll" (CRC mismatch).

If /usr/bin/cygwin1.dbg exists, it is from a former snapshot installation. 
You should remove it, since the package comes with the debug symbols in

/usr/lib/debug/usr/bin/cygwin1.dbg

> Is this a packaging hiccup, or did setup.exe interact badly with the 
> snapshot dll/dbg I had before?

I've been putting snapshots and debuginfo packages properly for some time
now, so all snapshot files get uninstalled by setup.exe when a new release
is made.  I've put the debuginfo file into /usr/lib/debug/usr/bin and that
seems to work, so maybe the instructions on how to install snapshots could
be changed to not advise people to install it into /usr/bin directly.


Regards,
Achim.





--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



CRC mismatch in cygwin debug info?

2013-04-25 Thread Ryan Johnson

Hi all,

I pulled down the latest cygwin dll and debuginfo packages today:
CYGWIN_NT-6.1-WOW64 ryan-cms-utsc 1.7.18(0.263/5/3) 2013-04-19 10:39 
i686 Cygwin


... and now gdb complains:
warning: the debug information found in "/usr/bin/cygwin1.dbg" does 
not match "/usr/bin/cygwin1.dll" (CRC mismatch).


Is this a packaging hiccup, or did setup.exe interact badly with the 
snapshot dll/dbg I had before?


Thanks,
Ryan


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple