Re: Problem with nm in binutils-2.25-2 on x86

2015-11-24 Thread JonY
On 11/24/2015 18:53, Marco Atzeri wrote: > > I built 2.25-4 for x86_64 using the x86 source and this > problem seems gone. > > $ nm -l liboctave/.libs/cygoctave-3.dll |& grep Error > > produces no any more Dwarf complains. > Ugh, it was sitting in a queue for days, I forgot about it, will uplo

Re: Problem with nm in binutils-2.25-2 on x86

2015-11-24 Thread Marco Atzeri
On 20/11/2015 14:55, JonY wrote: On 11/20/2015 18:53, Marco Atzeri wrote: I catched the same issue on x86_64 nm -l liboctave/.libs/cygoctave-3.dll 0004c10f9ac0 T ztrsyl_BFD: Dwarf Error: Could not find abbrev number 1799. any plan to update also the x86_64 version ? Didn't know i

Re: Problem with nm in binutils-2.25-2 on x86

2015-11-20 Thread JonY
On 11/20/2015 18:53, Marco Atzeri wrote: > > I catched the same issue on x86_64 > > nm -l liboctave/.libs/cygoctave-3.dll > > > 0004c0aa6530 T zseri_ > /pub/devel/octave/octave-4.0.0-2.x86_64/src/octave-4.0.0/liboctave/cruft/amos/zseri.f:1 > > 0004c0aa7090 T zshch_ > /pub/devel/octave/

Re: Problem with nm in binutils-2.25-2 on x86

2015-11-20 Thread Marco Atzeri
On 11/10/2015 15:52, Ken Brown wrote: On 10/11/2015 12:25 AM, JonY wrote: On 10/10/2015 23:04, JonY wrote: On 10/10/2015 07:55, JonY wrote: I'll be rebuilding the CRT and cygwin gcc soon to give this a try. Nope, rebuilding the crt and Cygwin dll did not help at all. Updating binutils a

Re: Problem with nm in binutils-2.25-2 on x86

2015-10-11 Thread Ken Brown
On 10/11/2015 12:25 AM, JonY wrote: On 10/10/2015 23:04, JonY wrote: On 10/10/2015 07:55, JonY wrote: I'll be rebuilding the CRT and cygwin gcc soon to give this a try. Nope, rebuilding the crt and Cygwin dll did not help at all. Updating binutils against git master seems to have solved

Re: Problem with nm in binutils-2.25-2 on x86

2015-10-10 Thread JonY
On 10/10/2015 23:04, JonY wrote: > On 10/10/2015 07:55, JonY wrote: >> >> I'll be rebuilding the CRT and cygwin gcc soon to give this a try. >> > > Nope, rebuilding the crt and Cygwin dll did not help at all. > Updating binutils against git master seems to have solved the problem, so new binutil

Re: Problem with nm in binutils-2.25-2 on x86

2015-10-10 Thread JonY
On 10/10/2015 07:55, JonY wrote: > > I'll be rebuilding the CRT and cygwin gcc soon to give this a try. > Nope, rebuilding the crt and Cygwin dll did not help at all. > 0040 A __image_base__ > 004070b8 I __imp__GetModuleHandleA@4BFD: Dwarf Error: Could not find abbrev > number 125. > > 00

Re: Problem with nm in binutils-2.25-2 on x86

2015-10-09 Thread JonY
On 10/9/2015 23:39, Ken Brown wrote: > On 10/9/2015 6:30 AM, JonY wrote: >> >>> $ nm -l a.exe >>> 00406000 b .bssBFD: Dwarf Error: Could not find abbrev number 120. >>> 00406018 b .bssBFD: Dwarf Error: Could not find abbrev number 120. >>> [...] >>> 00406040 b _u.25303BFD: Dwarf Error: Could not fi

Re: Problem with nm in binutils-2.25-2 on x86

2015-10-09 Thread Ken Brown
On 10/9/2015 6:30 AM, JonY wrote: $ nm -l a.exe 00406000 b .bssBFD: Dwarf Error: Could not find abbrev number 120. 00406018 b .bssBFD: Dwarf Error: Could not find abbrev number 120. [...] 00406040 b _u.25303BFD: Dwarf Error: Could not find abbrev number 120. 00401000 T _WinMainCRTStartup /usr/s

Re: Problem with nm in binutils-2.25-2 on x86

2015-10-09 Thread JonY
> $ nm -l a.exe > 00406000 b .bssBFD: Dwarf Error: Could not find abbrev number 120. > 00406018 b .bssBFD: Dwarf Error: Could not find abbrev number 120. > [...] > 00406040 b _u.25303BFD: Dwarf Error: Could not find abbrev number 120. > 00401000 T _WinMainCRTStartup > /usr/src/debug/cygwin-2.2.1-1

Re: Problem with nm in binutils-2.25-2 on x86

2015-10-08 Thread Ken Brown
On 10/8/2015 5:35 AM, JonY wrote: On 10/7/2015 17:57, JonY wrote: On 10/6/2015 21:12, Ken Brown wrote: This is a followup to https://www.cygwin.com/ml/cygwin/2015-10/msg00059.html . I tried to build icu using gcc-5 and binutils-2.25-2 on x86. The build appeared to hang when cygport was stripp

Re: Problem with nm in binutils-2.25-2 on x86

2015-10-08 Thread JonY
On 10/7/2015 17:57, JonY wrote: > On 10/6/2015 21:12, Ken Brown wrote: >> This is a followup to >> https://www.cygwin.com/ml/cygwin/2015-10/msg00059.html . >> >> I tried to build icu using gcc-5 and binutils-2.25-2 on x86. The build >> appeared to hang when cygport was stripping executables. I tr

Re: Problem with nm in binutils-2.25-2 on x86

2015-10-07 Thread JonY
On 10/6/2015 21:12, Ken Brown wrote: > This is a followup to > https://www.cygwin.com/ml/cygwin/2015-10/msg00059.html . > > I tried to build icu using gcc-5 and binutils-2.25-2 on x86. The build > appeared to hang when cygport was stripping executables. I traced the > problem to a call to 'nm -l

Problem with nm in binutils-2.25-2 on x86

2015-10-06 Thread Ken Brown
This is a followup to https://www.cygwin.com/ml/cygwin/2015-10/msg00059.html . I tried to build icu using gcc-5 and binutils-2.25-2 on x86. The build appeared to hang when cygport was stripping executables. I traced the problem to a call to 'nm -l' in src_postinst.cygpart. This produced er