--- /home/naourr/work/instance-1/output-1/images/rootfs.tar +++ /home/naourr/work/instance-1/output-2/images/rootfs.tar ├── ./usr/bin/getconf │ ├── /home/naourr/work/instance-1/output-1/host/bin/powerpc-buildroot-linux-uclibc-readelf --wide --decompress --string-dump=.rodata {} │ │ @@ -4,15 +4,15 @@ │ │ [ 37] %s -a [pathname]^J │ │ [ 50] %-35s │ │ [ 56] %ld │ │ [ 5a] %lu │ │ [ 5e] memory exhausted^J │ │ [ 70] confstr^J │ │ [ 79] %.*s^J │ │ - [ 7f] /home/naourr/work/instance-1/output-1/build/uclibc-1.0.32/utils │ │ + [ 7f] /home/naourr/work/instance-1/output-2/build/uclibc-1.0.32/utils │ │ [ bf] --version │ │ [ c9] getconf regression test │ │ [ e1] getconf (GNU %s) %s^J │ │ [ f6] 2009 │ │ [ fb] Copyright (C) %s Free Software Foundation, Inc.^JThis is free software; see the source for copying conditions. There is NO^Jwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.^J │ │ [ 1c3] Roland McGrath │ │ [ 1d2] Written by %s.^J ├── ./usr/lib/libstdc++.so.6.0.25-gdb.py │ @@ -15,16 +15,16 @@ │ # along with this program. If not, see . │ │ import sys │ import gdb │ import os │ import os.path │ │ -pythondir = '/home/naourr/work/instance-1/output-1/host/share/gcc-8.4.0/python' │ -libdir = '/home/naourr/work/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/lib' │ +pythondir = '/home/naourr/work/instance-1/output-2/host/share/gcc-8.4.0/python' │ +libdir = '/home/naourr/work/instance-1/output-2/host/powerpc-buildroot-linux-uclibc/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 ├── ./usr/lib/xml2Conf.sh │ @@ -1,8 +1,8 @@ │ # │ # Configuration file for using the XML library in GNOME applications │ # │ XML2_LIBDIR="-L/usr/lib" │ -XML2_LIBS="-lxml2 -L/home/naourr/work/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lz -lm " │ +XML2_LIBS="-lxml2 -L/home/naourr/work/instance-1/output-2/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lz -lm " │ XML2_INCLUDEDIR="-I/usr/include/libxml2" │ MODULE_VERSION="xml2-2.9.10"