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

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



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

            Bug ID: 20534
           Summary: Display name instead of address for added binary files
           Product: libabigail
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: sinny at redhat dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

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

Expected Result:
---------------
Show name of added binary files.

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