[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/20534] Display name instead of address for added binary files



https://sourceware.org/bugzilla/show_bug.cgi?id=20534

--- Comment #2 from Sinny Kumari <sinny at redhat dot com> ---
(In reply to Sinny Kumari from comment #0)
> Problem Description
> -------------------
> 
> During abipkgdiff run, if result has any added binary file to show then it
> should show name but currently it prints address.
> 
> For example:
> Pacakge1 -
> https://kojipkgs.fedoraproject.org//packages/binutils/2.26/23.fc25/armv7hl/
> binutils-2.26-23.fc25.armv7hl.rpm
> Package 2-
> https://kojipkgs.fedoraproject.org//packages/binutils/2.26.1/1.fc25/armv7hl/
> binutils-2.26.1-1.fc25.armv7hl.rpm
> 
> $ abipkgdiff binutils-2.26-23.fc25.armv7hl.rpm
> binutils-2.26.1-1.fc25.armv7hl.rpm 
> 
> Removed binaries:
>   libbfd-2.26.20160125.so, SONAME: libbfd-2.26.20160125.so
>   libopcodes-2.26.20160125.so, SONAME: libopcodes-2.26.20160125.so
> Added binaries:
>   libbfd-2.26.1-1.fc25.so, SONAME: libbfd-2.26.1-1.fc25.so
>   libopcodes-2.26.1-1.fc25.so, SONAME: libopcodes-2.26.1-1.fc25.so

Sorry about copy pasting mistake, actual output before fix was like:

Removed binaries:
  libbfd-2.26.20160125.so, SONAME: libbfd-2.26.20160125.so
  libopcodes-2.26.20160125.so, SONAME: libopcodes-2.26.20160125.so
Added binaries:
  0x7f3bb0002210, SONAME: libbfd-2.26.1-1.fc25.so
  0x7f3bb0001ff0, SONAME: libopcodes-2.26.1-1.fc25.so

-- 
You are receiving this mail because:
You are on the CC list for the bug.