diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2022-07-27 22:19:21 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2022-07-27 22:19:21 +0100 |
| commit | 0fdceb52c78eacd4f3235a67929dd1378655c158 (patch) | |
| tree | 77a702e9991c9f17d81a53b8725652e6792f2fb1 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 3ddbf2094eb672dba1da917310c2f72863c05ec5 (diff) | |
diffoscope: use multitarget binutils
multitarget binutils is useful for diffing for directories with binaries
foreign to system where diffoscope runs.
before the change:
$ nix run nixpkgs#diffoscope /tmp/a-Mcrt1.o /tmp/b-Mcrt1.o
2022-07-27 21:20:35 E: diffoscope.comparators.elf: Command '['objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}']' returned non-zero exit status 1.
2022-07-27 21:20:35 E: diffoscope.comparators.elf: Command '['objdump --disassemble --demangle --no-show-raw-insn --section=.text {}']' returned non-zero exit status 1.
--- /tmp/a-Mcrt1.o
+++ /tmp/b-Mcrt1.o
├── readelf --wide --decompress --string-dump=.debug_str {}
...
After the change:
./result/bin/diffoscope /tmp/a-Mcrt1.o /tmp/b-Mcrt1.o
--- /tmp/a-Mcrt1.o
+++ /tmp/b-Mcrt1.o
├── readelf --wide --decompress --string-dump=.debug_str {}
...
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
