--- /home/peko/autobuild/instance-1/output-1/images/rootfs.tar +++ /home/peko/autobuild/instance-1/output-2/images/rootfs.tar ├── ./usr/bin/aircrack-ng │ ├── /home/peko/autobuild/instance-1/output-1/host/bin/powerpc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -1112,19 +1112,19 @@ │ │ 0x0001c780 7838362d 61767835 3132002d 7838362d x86-avx512.-x86- │ │ 0x0001c790 61767832 002d7838 362d6176 78002d78 avx2.-x86-avx.-x │ │ 0x0001c7a0 38362d73 73653200 2d61726d 2d6e656f 86-sse2.-arm-neo │ │ 0x0001c7b0 6e002d70 70632d70 6f776572 38002d70 n.-ppc-power8.-p │ │ 0x0001c7c0 70632d61 6c746976 6563002f 686f6d65 pc-altivec./home │ │ 0x0001c7d0 2f70656b 6f2f6175 746f6275 696c642f /peko/autobuild/ │ │ 0x0001c7e0 696e7374 616e6365 2d312f6f 75747075 instance-1/outpu │ │ - 0x0001c7f0 742d312f 6275696c 642f6169 72637261 t-1/build/aircra │ │ + 0x0001c7f0 742d322f 6275696c 642f6169 72637261 t-2/build/aircra │ │ 0x0001c800 636b2d6e 672d312e 36002e6c 6962732f ck-ng-1.6..libs/ │ │ 0x0001c810 002f686f 6d652f70 656b6f2f 6175746f ./home/peko/auto │ │ 0x0001c820 6275696c 642f696e 7374616e 63652d31 build/instance-1 │ │ - 0x0001c830 2f6f7574 7075742d 312f6275 696c642f /output-1/build/ │ │ + 0x0001c830 2f6f7574 7075742d 322f6275 696c642f /output-2/build/ │ │ 0x0001c840 61697263 7261636b 2d6e672d 312e362f aircrack-ng-1.6/ │ │ 0x0001c850 002f7573 722f6c69 62002e73 6f002573 ./usr/lib..so.%s │ │ 0x0001c860 2f257325 73257300 61726d2d 6173696d /%s%s%s.arm-asim │ │ 0x0001c870 64006765 6e657269 63006169 72637261 d.generic.aircra │ │ 0x0001c880 636b2d63 652d7770 612d0061 76783531 ck-ce-wpa-.avx51 │ │ 0x0001c890 32200061 76783220 00617678 20007373 2 .avx2 .avx .ss │ │ 0x0001c8a0 65322000 6e656f6e 20006173 696d6420 e2 .neon .asimd ├── ./usr/bin/ldns-config │ @@ -1,15 +1,15 @@ │ #!/bin/sh │ │ prefix="/usr" │ exec_prefix="/usr" │ VERSION="1.8.1" │ CFLAGS="-fno-strict-aliasing -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " │ -CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/peko/autobuild/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include" │ -LDFLAGS=" -L/home/peko/autobuild/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib" │ +CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/peko/autobuild/instance-1/output-2/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include" │ +LDFLAGS=" -L/home/peko/autobuild/instance-1/output-2/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib" │ PYTHON_CPPFLAGS="" │ PYTHON_LDFLAGS="@PYTHON_LDFLAGS@" │ LIBS=" -lcrypto" │ LIBDIR="${exec_prefix}/lib" │ INCLUDEDIR="${prefix}/include" │ LIBVERSION="5:0:2" ├── ./usr/lib/libstdc++.so.6.0.28-gdb.py │ @@ -15,16 +15,16 @@ │ # along with this program. If not, see . │ │ import sys │ import gdb │ import os │ import os.path │ │ -pythondir = '/home/peko/autobuild/instance-1/output-1/host/opt/ext-toolchain/share/gcc-10.3.0/python' │ -libdir = "/home/peko/autobuild/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/lib" │ +pythondir = '/home/peko/autobuild/instance-1/output-2/host/opt/ext-toolchain/share/gcc-10.3.0/python' │ +libdir = "/home/peko/autobuild/instance-1/output-2/host/powerpc-buildroot-linux-uclibc/sysroot/lib" │ │ # This file might be loaded when there is no current objfile. This │ # can happen if the user loads it manually. In this case we don't │ # update sys.path; instead we just hope the user managed to do that │ # beforehand. │ if gdb.current_objfile () is not None: │ # Update module path. We want to find the relative path from libdir