--- /home/peko/autobuild/instance-1/output-1/images/rootfs.tar +++ /home/peko/autobuild/instance-1/output-2/images/rootfs.tar ├── ./usr/bin/getconf │ ├── /home/peko/autobuild/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-readelf --wide --decompress --string-dump=.rodata {} │ │ @@ -4,15 +4,15 @@ │ │ [ 38] %s -a [pathname]\n │ │ [ 54] %-35s │ │ [ 5c] %ld │ │ [ 60] %lu │ │ [ 64] memory exhausted\n │ │ [ 78] confstr\n │ │ [ 84] %.*s\n │ │ - [ 8c] /home/peko/autobuild/instance-1/output-1/build/uclibc-1.0.34/utils │ │ + [ 8c] /home/peko/autobuild/instance-1/output-2/build/uclibc-1.0.34/utils │ │ [ d0] --version │ │ [ dc] getconf regression test │ │ [ f4] getconf (GNU %s) %s\n │ │ [ 10c] 2009 │ │ [ 114] Copyright (C) %s Free Software Foundation, Inc.\n │ │ This is free software; see the source for copying conditions. There is NO\n │ │ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n ├── ./usr/bin/irdb-get │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/peko/autobuild/instance-1/output-1/host/bin/python3 │ +#!/usr/bin/env /home/peko/autobuild/instance-1/output-2/host/bin/python3 │ # │ # pylint: disable=invalid-name │ │ ''' Simple tool to search and download remote configurations. ''' │ │ │ import fnmatch ├── ./usr/bin/irtext2udp │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/peko/autobuild/instance-1/output-1/host/bin/python3 │ +#!/usr/bin/env /home/peko/autobuild/instance-1/output-2/host/bin/python3 │ │ """ │ Filter converting printable input of pulse/space such as generated by │ mode2(1) to the binary representation used by the udp driver. Valid │ input lines looks like │ │ pulse 12345 ├── ./usr/bin/lirc-init-db │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/peko/autobuild/instance-1/output-1/host/bin/python3 │ +#!/usr/bin/env /home/peko/autobuild/instance-1/output-2/host/bin/python3 │ # │ # Create configs/driver.yaml using lirc-lsplugins and │ # configs/confs_by_driver using irdb-get. Runs as part of the │ # build unless cross-compiling in which case it needs to be │ # run manually after installation │ │ import sys ├── ./usr/bin/pronto2lirc │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/peko/autobuild/instance-1/output-1/host/bin/python3 │ +#!/usr/bin/env /home/peko/autobuild/instance-1/output-2/host/bin/python3 │ # │ # A tool for converting Pronto format hex codes to lircd.conf format. Version 1.11 │ # │ # Version History: │ # 1.11 - Made more resiliant against whitespace imperfections in input files │ # 1.1 - Added support for CCFTools/CCFDecompiler XML files and multiple devices │ # 1.0 - Initial release ├── ./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/share/gcc-9.3.1/python' │ -libdir = '/home/peko/autobuild/instance-1/output-1/host/arc-buildroot-linux-uclibc/lib' │ +pythondir = '/home/peko/autobuild/instance-1/output-2/host/share/gcc-9.3.1/python' │ +libdir = '/home/peko/autobuild/instance-1/output-2/host/arc-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/python3.8/site-packages/lirc-setup/lirc-setup │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/peko/autobuild/instance-1/output-1/host/bin/python3 │ +#!/usr/bin/env /home/peko/autobuild/instance-1/output-2/host/bin/python3 │ │ # pylint: disable=invalid-name, wrong-import-position │ │ ''' Wrapper for the lirc_setup thing, meant to be a symlink. ''' │ │ import sys │ import os.path ├── ./usr/sbin/lircd-setup │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/peko/autobuild/instance-1/output-1/host/bin/python3 │ +#!/usr/bin/env /home/peko/autobuild/instance-1/output-2/host/bin/python3 │ │ ''' Parse the [modinit] section in lirc_options.conf and run it. ''' │ │ import configparser │ import subprocess │ import sys