--- /home/naourr/work/instance-2/output-1/images/rootfs.tar +++ /home/naourr/work/instance-2/output-2/images/rootfs.tar ├── file list │ @@ -11674,15 +11674,15 @@ │ lrwxrwxrwx 0 0 0 0 2020-03-13 20:56:16.000000 ./var/tmp -> ../tmp │ drwxr-xr-x 0 33 33 0 2020-03-13 20:56:16.000000 ./var/www/ │ -rw-r--r-- 0 0 0 3136 2020-03-13 20:56:16.000000 ./var/www/civetweb_64x64.png │ -rw-r--r-- 0 0 0 870 2020-03-13 20:56:16.000000 ./var/www/index.html │ drwxr-x--- 0 33 33 0 2020-03-13 20:56:16.000000 ./var/www/web2py/ │ -rwxr-x--- 0 33 33 125 2020-03-13 20:56:16.000000 ./var/www/web2py/.applied_patches_list │ -rwxr-x--- 0 33 33 160 2020-03-13 20:56:16.000000 ./var/www/web2py/.codecov.yml │ --rwxr-x--- 0 33 33 2977586 2020-03-13 20:56:16.000000 ./var/www/web2py/.files-list.before │ +-rwxr-x--- 0 33 33 2978182 2020-03-13 20:56:16.000000 ./var/www/web2py/.files-list.before │ drwxr-x--- 0 33 33 0 2020-03-13 20:56:16.000000 ./var/www/web2py/.github/ │ drwxr-x--- 0 33 33 0 2020-03-13 20:56:16.000000 ./var/www/web2py/.github/ISSUE_TEMPLATE/ │ -rwxr-x--- 0 33 33 799 2020-03-13 20:56:16.000000 ./var/www/web2py/.github/ISSUE_TEMPLATE/bug_report.md │ -rwxr-x--- 0 33 33 560 2020-03-13 20:56:16.000000 ./var/www/web2py/.github/ISSUE_TEMPLATE/feature_request.md │ -rwxr-x--- 0 33 33 959 2020-03-13 20:56:16.000000 ./var/www/web2py/.gitignore │ -rwxr-x--- 0 33 33 103 2020-03-13 20:56:16.000000 ./var/www/web2py/.gitmodules │ -rwxr-x--- 0 33 33 0 2020-03-13 20:56:16.000000 ./var/www/web2py/.stamp_built ├── ./etc/selinux/targeted/contexts/files/file_contexts.homedirs │ @@ -1,12 +1,12 @@ │ │ # │ # │ # User-specific file contexts, generated via support/genhomedircon.py │ -# edit /home/naourr/work/instance-2/output-1/target/etc/selinux/targeted/users/local.users to change file_context │ +# edit /home/naourr/work/instance-2/output-2/target/etc/selinux/targeted/users/local.users to change file_context │ # │ # │ │ │ # │ # Context for user user_u │ # ├── ./usr/bin/curlpp-config │ @@ -39,15 +39,15 @@ │ # [not currently used] │ -*=*) value=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; │ *) value= ;; │ esac │ │ case "$1" in │ --cc) │ - echo /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-gcc │ + echo /home/naourr/work/instance-2/output-2/host/bin/sparc-linux-gcc │ ;; │ │ --prefix) │ echo $prefix │ ;; │ │ --feature) ├── ./usr/bin/irdb-get │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/naourr/work/instance-2/output-1/host/bin/python │ +#!/usr/bin/env /home/naourr/work/instance-2/output-2/host/bin/python │ # │ # 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/naourr/work/instance-2/output-1/host/bin/python │ +#!/usr/bin/env /home/naourr/work/instance-2/output-2/host/bin/python │ │ """ │ 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/ldns-config │ @@ -1,11 +1,11 @@ │ #!/bin/sh │ │ VERSION="1.7.1" │ -LDFLAGS=" -L/home/naourr/work/instance-2/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib " │ +LDFLAGS=" -L/home/naourr/work/instance-2/output-2/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib " │ LIBS=" -lcrypto" │ LIBDIR="${exec_prefix}/lib" │ INCLUDEDIR="${prefix}/include" │ LIBVERSION="3:0:0" │ │ for arg in $@ │ do ├── ./usr/bin/lirc-init-db │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/naourr/work/instance-2/output-1/host/bin/python │ +#!/usr/bin/env /home/naourr/work/instance-2/output-2/host/bin/python │ # │ # 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/naourr/work/instance-2/output-1/host/bin/python │ +#!/usr/bin/env /home/naourr/work/instance-2/output-2/host/bin/python │ # │ # 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/icu/65.1/Makefile.inc │ @@ -176,24 +176,24 @@ │ │ ################################################################## │ ################################################################## │ # │ # *4* compiler flags and misc. options │ # │ ################################################################## │ -AR = /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-ar │ +AR = /home/naourr/work/instance-2/output-2/host/bin/sparc-linux-ar │ # initial tab keeps it out of the shell version. │ ARFLAGS := $(ARFLAGS) │ #SH#ARFLAGS=" ${ARFLAGS}" │ -CC = /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-gcc │ -CPP = /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-cpp │ +CC = /home/naourr/work/instance-2/output-2/host/bin/sparc-linux-gcc │ +CPP = /home/naourr/work/instance-2/output-2/host/bin/sparc-linux-cpp │ CFLAGS = │ CPPFLAGS = -I$(prefix)/include │ CXXFLAGS = -std=c++11 │ -CXX = /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-g++ │ +CXX = /home/naourr/work/instance-2/output-2/host/bin/sparc-linux-g++ │ DEFAULT_MODE = dll │ DEFS = -DPACKAGE_NAME=\"ICU\" -DPACKAGE_TARNAME=\"International\ Components\ for\ Unicode\" -DPACKAGE_VERSION=\"65.1\" -DPACKAGE_STRING=\"ICU\ 65.1\" -DPACKAGE_BUGREPORT=\"http://icu-project.org/bugs\" -DPACKAGE_URL=\"http://icu-project.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=4 -DHAVE_LIBM=1 -DHAVE_ELF_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LIBPTHREAD=1 -DHAVE_INTTYPES_H=1 -DHAVE_DIRENT_H=1 -DWORDS_BIGENDIAN=1 -DHAVE_WCHAR_H=1 -DSIZEOF_WCHAR_T=4 │ # use a consistent INSTALL │ INSTALL = $(SHELL) $(pkgdatadir)/install-sh -c │ INSTALL_DATA = ${INSTALL} -m 644 │ INSTALL_DATA = ${INSTALL} -m 644 │ INSTALL_PROGRAM = ${INSTALL} │ @@ -201,15 +201,15 @@ │ INSTALL_SCRIPT = ${INSTALL} │ LDFLAGS = $(RPATHLDFLAGS) │ LIBS = -lpthread -lm -latomic │ LIB_M = │ LIB_VERSION = 65.1 │ LIB_VERSION_MAJOR = 65 │ MKINSTALLDIRS = $(SHELL) $(pkgdatadir)/mkinstalldirs │ -RANLIB = /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-ranlib │ +RANLIB = /home/naourr/work/instance-2/output-2/host/bin/sparc-linux-ranlib │ RMV = rm -rf │ SHELL = /bin/sh │ SHLIB.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared │ SHLIB.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -shared │ U_IS_BIG_ENDIAN = 1 │ includedir = ${prefix}/include │ infodir = ${datarootdir}/info ├── ./usr/lib/icu/65.1/pkgdata.inc │ @@ -1,17 +1,17 @@ │ GENCCODE_ASSEMBLY_TYPE=-a gcc │ SO=so │ SOBJ=so │ A=a │ LIBPREFIX=lib │ LIB_EXT_ORDER=.65.1 │ -COMPILE=/home/naourr/work/instance-2/output-1/host/bin/sparc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=1 -DU_ATTRIBUTE_DEPRECATED= -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c │ +COMPILE=/home/naourr/work/instance-2/output-2/host/bin/sparc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=1 -DU_ATTRIBUTE_DEPRECATED= -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c │ LIBFLAGS=-I/usr/include -DPIC -fPIC │ -GENLIB=/home/naourr/work/instance-2/output-1/host/bin/sparc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -shared -Wl,-Bsymbolic │ +GENLIB=/home/naourr/work/instance-2/output-2/host/bin/sparc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -shared -Wl,-Bsymbolic │ LDICUDTFLAGS= │ LD_SONAME=-Wl,-soname -Wl, │ RPATH_FLAGS= │ BIR_LDFLAGS=-Wl,-Bsymbolic │ -AR=/home/naourr/work/instance-2/output-1/host/bin/sparc-linux-ar │ +AR=/home/naourr/work/instance-2/output-2/host/bin/sparc-linux-ar │ ARFLAGS=r │ -RANLIB=/home/naourr/work/instance-2/output-1/host/bin/sparc-linux-ranlib │ +RANLIB=/home/naourr/work/instance-2/output-2/host/bin/sparc-linux-ranlib │ INSTALL_CMD=/usr/bin/install -c ├── ./usr/lib/itcl4.1.2/itclConfig.sh │ @@ -17,51 +17,51 @@ │ │ # The name of the Itcl library (may be either a .a file or a shared library): │ itcl_LIB_FILE=libitcl4.1.2.so │ ITCL_LIB_FILE=libitcl4.1.2.so │ │ # String to pass to linker to pick up the Itcl library from its │ # build directory. │ -itcl_BUILD_LIB_SPEC='-L/home/naourr/work/instance-2/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litcl4.1.2' │ -ITCL_BUILD_LIB_SPEC='-L/home/naourr/work/instance-2/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litcl4.1.2' │ +itcl_BUILD_LIB_SPEC='-L/home/naourr/work/instance-2/output-2/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litcl4.1.2' │ +ITCL_BUILD_LIB_SPEC='-L/home/naourr/work/instance-2/output-2/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litcl4.1.2' │ │ # String to pass to linker to pick up the Itcl library from its │ # installed directory. │ itcl_LIB_SPEC='-L/usr/lib/itcl4.1.2 -litcl4.1.2' │ ITCL_LIB_SPEC='-L/usr/lib/itcl4.1.2 -litcl4.1.2' │ │ # The name of the Itcl stub library (a .a file): │ itcl_STUB_LIB_FILE=libitclstub4.1.2.a │ ITCL_STUB_LIB_FILE=libitclstub4.1.2.a │ │ # String to pass to linker to pick up the Itcl stub library from its │ # build directory. │ -itcl_BUILD_STUB_LIB_SPEC='-L/home/naourr/work/instance-2/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litclstub4.1.2' │ -ITCL_BUILD_STUB_LIB_SPEC='-L/home/naourr/work/instance-2/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litclstub4.1.2' │ +itcl_BUILD_STUB_LIB_SPEC='-L/home/naourr/work/instance-2/output-2/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litclstub4.1.2' │ +ITCL_BUILD_STUB_LIB_SPEC='-L/home/naourr/work/instance-2/output-2/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litclstub4.1.2' │ │ # String to pass to linker to pick up the Itcl stub library from its │ # installed directory. │ itcl_STUB_LIB_SPEC='-L/usr/lib/itcl4.1.2 -litclstub4.1.2' │ ITCL_STUB_LIB_SPEC='-L/usr/lib/itcl4.1.2 -litclstub4.1.2' │ │ # String to pass to linker to pick up the Itcl stub library from its │ # build directory. │ -itcl_BUILD_STUB_LIB_PATH='/home/naourr/work/instance-2/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2/libitclstub4.1.2.a' │ -ITCL_BUILD_STUB_LIB_PATH='/home/naourr/work/instance-2/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2/libitclstub4.1.2.a' │ +itcl_BUILD_STUB_LIB_PATH='/home/naourr/work/instance-2/output-2/build/tcl-8.6.9/unix/pkgs/itcl4.1.2/libitclstub4.1.2.a' │ +ITCL_BUILD_STUB_LIB_PATH='/home/naourr/work/instance-2/output-2/build/tcl-8.6.9/unix/pkgs/itcl4.1.2/libitclstub4.1.2.a' │ │ # String to pass to linker to pick up the Itcl stub library from its │ # installed directory. │ itcl_STUB_LIB_PATH='/usr/lib/itcl4.1.2/libitclstub4.1.2.a' │ ITCL_STUB_LIB_PATH='/usr/lib/itcl4.1.2/libitclstub4.1.2.a' │ │ # Location of the top-level source directories from which [incr Tcl] │ # was built. This is the directory that contains generic, unix, etc. │ # If [incr Tcl] was compiled in a different place than the directory │ # containing the source files, this points to the location of the sources, │ # not the location where [incr Tcl] was compiled. │ -itcl_SRC_DIR='/home/naourr/work/instance-2/output-1/build/tcl-8.6.9/pkgs/itcl4.1.2' │ -ITCL_SRC_DIR='/home/naourr/work/instance-2/output-1/build/tcl-8.6.9/pkgs/itcl4.1.2' │ +itcl_SRC_DIR='/home/naourr/work/instance-2/output-2/build/tcl-8.6.9/pkgs/itcl4.1.2' │ +ITCL_SRC_DIR='/home/naourr/work/instance-2/output-2/build/tcl-8.6.9/pkgs/itcl4.1.2' │ │ # String to pass to the compiler so that an extension can │ # find installed Itcl headers. │ -itcl_INCLUDE_SPEC='-I/home/naourr/work/instance-2/output-1/build/tcl-8.6.9/pkgs/itcl4.1.2/generic' │ -ITCL_INCLUDE_SPEC='-I/home/naourr/work/instance-2/output-1/build/tcl-8.6.9/pkgs/itcl4.1.2/generic' │ +itcl_INCLUDE_SPEC='-I/home/naourr/work/instance-2/output-2/build/tcl-8.6.9/pkgs/itcl4.1.2/generic' │ +ITCL_INCLUDE_SPEC='-I/home/naourr/work/instance-2/output-2/build/tcl-8.6.9/pkgs/itcl4.1.2/generic' ├── ./usr/lib/libavcodec.so.58.54.100 │ ├── /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -133746,30 +133746,30 @@ │ │ 0x00bb9c10 436f6465 63203078 25782069 73206e6f Codec 0x%x is no │ │ 0x00bb9c20 7420696e 20746865 2066756c 6c206c69 t in the full li │ │ 0x00bb9c30 73742e0a 00000000 5b25645d 00000000 st......[%d].... │ │ 0x00bb9c40 2d2d656e 61626c65 2d63726f 73732d63 --enable-cross-c │ │ 0x00bb9c50 6f6d7069 6c65202d 2d63726f 73732d70 ompile --cross-p │ │ 0x00bb9c60 72656669 783d2f68 6f6d652f 6e616f75 refix=/home/naou │ │ 0x00bb9c70 72722f77 6f726b2f 696e7374 616e6365 rr/work/instance │ │ - 0x00bb9c80 2d322f6f 75747075 742d312f 686f7374 -2/output-1/host │ │ + 0x00bb9c80 2d322f6f 75747075 742d322f 686f7374 -2/output-2/host │ │ 0x00bb9c90 2f62696e 2f737061 72632d6c 696e7578 /bin/sparc-linux │ │ 0x00bb9ca0 2d202d2d 73797372 6f6f743d 2f686f6d - --sysroot=/hom │ │ 0x00bb9cb0 652f6e61 6f757272 2f776f72 6b2f696e e/naourr/work/in │ │ 0x00bb9cc0 7374616e 63652d32 2f6f7574 7075742d stance-2/output- │ │ - 0x00bb9cd0 312f686f 73742f73 70617263 2d627569 1/host/sparc-bui │ │ + 0x00bb9cd0 322f686f 73742f73 70617263 2d627569 2/host/sparc-bui │ │ 0x00bb9ce0 6c64726f 6f742d6c 696e7578 2d75636c ldroot-linux-ucl │ │ 0x00bb9cf0 6962632f 73797372 6f6f7420 2d2d686f ibc/sysroot --ho │ │ 0x00bb9d00 73742d63 633d2f75 73722f62 696e2f67 st-cc=/usr/bin/g │ │ 0x00bb9d10 6363202d 2d617263 683d7370 61726320 cc --arch=sparc │ │ 0x00bb9d20 2d2d7461 72676574 2d6f733d 6c696e75 --target-os=linu │ │ 0x00bb9d30 78202d2d 64697361 626c652d 73747269 x --disable-stri │ │ 0x00bb9d40 7070696e 67202d2d 706b672d 636f6e66 pping --pkg-conf │ │ 0x00bb9d50 69673d2f 686f6d65 2f6e616f 7572722f ig=/home/naourr/ │ │ 0x00bb9d60 776f726b 2f696e73 74616e63 652d322f work/instance-2/ │ │ - 0x00bb9d70 6f757470 75742d31 2f686f73 742f6269 output-1/host/bi │ │ + 0x00bb9d70 6f757470 75742d32 2f686f73 742f6269 output-2/host/bi │ │ 0x00bb9d80 6e2f706b 672d636f 6e666967 202d2d64 n/pkg-config --d │ │ 0x00bb9d90 69736162 6c652d73 74617469 63202d2d isable-static -- │ │ 0x00bb9da0 656e6162 6c652d73 68617265 64202d2d enable-shared -- │ │ 0x00bb9db0 70726566 69783d2f 75737220 2d2d656e prefix=/usr --en │ │ 0x00bb9dc0 61626c65 2d617666 696c7465 72202d2d able-avfilter -- │ │ 0x00bb9dd0 64697361 626c652d 76657273 696f6e33 disable-version3 │ │ 0x00bb9de0 202d2d65 6e61626c 652d6c6f 6767696e --enable-loggin ├── ./usr/lib/libavdevice.so.58.8.100 │ ├── /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -1,29 +1,29 @@ │ │ │ │ Hex dump of section '.rodata': │ │ 0x000017f0 00000000 00000000 2d2d656e 61626c65 ........--enable │ │ 0x00001800 2d63726f 73732d63 6f6d7069 6c65202d -cross-compile - │ │ 0x00001810 2d63726f 73732d70 72656669 783d2f68 -cross-prefix=/h │ │ 0x00001820 6f6d652f 6e616f75 72722f77 6f726b2f ome/naourr/work/ │ │ 0x00001830 696e7374 616e6365 2d322f6f 75747075 instance-2/outpu │ │ - 0x00001840 742d312f 686f7374 2f62696e 2f737061 t-1/host/bin/spa │ │ + 0x00001840 742d322f 686f7374 2f62696e 2f737061 t-2/host/bin/spa │ │ 0x00001850 72632d6c 696e7578 2d202d2d 73797372 rc-linux- --sysr │ │ 0x00001860 6f6f743d 2f686f6d 652f6e61 6f757272 oot=/home/naourr │ │ 0x00001870 2f776f72 6b2f696e 7374616e 63652d32 /work/instance-2 │ │ - 0x00001880 2f6f7574 7075742d 312f686f 73742f73 /output-1/host/s │ │ + 0x00001880 2f6f7574 7075742d 322f686f 73742f73 /output-2/host/s │ │ 0x00001890 70617263 2d627569 6c64726f 6f742d6c parc-buildroot-l │ │ 0x000018a0 696e7578 2d75636c 6962632f 73797372 inux-uclibc/sysr │ │ 0x000018b0 6f6f7420 2d2d686f 73742d63 633d2f75 oot --host-cc=/u │ │ 0x000018c0 73722f62 696e2f67 6363202d 2d617263 sr/bin/gcc --arc │ │ 0x000018d0 683d7370 61726320 2d2d7461 72676574 h=sparc --target │ │ 0x000018e0 2d6f733d 6c696e75 78202d2d 64697361 -os=linux --disa │ │ 0x000018f0 626c652d 73747269 7070696e 67202d2d ble-stripping -- │ │ 0x00001900 706b672d 636f6e66 69673d2f 686f6d65 pkg-config=/home │ │ 0x00001910 2f6e616f 7572722f 776f726b 2f696e73 /naourr/work/ins │ │ - 0x00001920 74616e63 652d322f 6f757470 75742d31 tance-2/output-1 │ │ + 0x00001920 74616e63 652d322f 6f757470 75742d32 tance-2/output-2 │ │ 0x00001930 2f686f73 742f6269 6e2f706b 672d636f /host/bin/pkg-co │ │ 0x00001940 6e666967 202d2d64 69736162 6c652d73 nfig --disable-s │ │ 0x00001950 74617469 63202d2d 656e6162 6c652d73 tatic --enable-s │ │ 0x00001960 68617265 64202d2d 70726566 69783d2f hared --prefix=/ │ │ 0x00001970 75737220 2d2d656e 61626c65 2d617666 usr --enable-avf │ │ 0x00001980 696c7465 72202d2d 64697361 626c652d ilter --disable- │ │ 0x00001990 76657273 696f6e33 202d2d65 6e61626c version3 --enabl ├── ./usr/lib/libavfilter.so.7.57.100 │ ├── /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -6464,30 +6464,30 @@ │ │ 0x001fe4d0 27257327 20746f20 76616c75 65202725 '%s' to value '% │ │ 0x001fe4e0 73270a00 00000000 4f707469 6f6e2027 s'......Option ' │ │ 0x001fe4f0 25732720 6e6f7420 666f756e 640a0000 %s' not found... │ │ 0x001fe500 2d2d656e 61626c65 2d63726f 73732d63 --enable-cross-c │ │ 0x001fe510 6f6d7069 6c65202d 2d63726f 73732d70 ompile --cross-p │ │ 0x001fe520 72656669 783d2f68 6f6d652f 6e616f75 refix=/home/naou │ │ 0x001fe530 72722f77 6f726b2f 696e7374 616e6365 rr/work/instance │ │ - 0x001fe540 2d322f6f 75747075 742d312f 686f7374 -2/output-1/host │ │ + 0x001fe540 2d322f6f 75747075 742d322f 686f7374 -2/output-2/host │ │ 0x001fe550 2f62696e 2f737061 72632d6c 696e7578 /bin/sparc-linux │ │ 0x001fe560 2d202d2d 73797372 6f6f743d 2f686f6d - --sysroot=/hom │ │ 0x001fe570 652f6e61 6f757272 2f776f72 6b2f696e e/naourr/work/in │ │ 0x001fe580 7374616e 63652d32 2f6f7574 7075742d stance-2/output- │ │ - 0x001fe590 312f686f 73742f73 70617263 2d627569 1/host/sparc-bui │ │ + 0x001fe590 322f686f 73742f73 70617263 2d627569 2/host/sparc-bui │ │ 0x001fe5a0 6c64726f 6f742d6c 696e7578 2d75636c ldroot-linux-ucl │ │ 0x001fe5b0 6962632f 73797372 6f6f7420 2d2d686f ibc/sysroot --ho │ │ 0x001fe5c0 73742d63 633d2f75 73722f62 696e2f67 st-cc=/usr/bin/g │ │ 0x001fe5d0 6363202d 2d617263 683d7370 61726320 cc --arch=sparc │ │ 0x001fe5e0 2d2d7461 72676574 2d6f733d 6c696e75 --target-os=linu │ │ 0x001fe5f0 78202d2d 64697361 626c652d 73747269 x --disable-stri │ │ 0x001fe600 7070696e 67202d2d 706b672d 636f6e66 pping --pkg-conf │ │ 0x001fe610 69673d2f 686f6d65 2f6e616f 7572722f ig=/home/naourr/ │ │ 0x001fe620 776f726b 2f696e73 74616e63 652d322f work/instance-2/ │ │ - 0x001fe630 6f757470 75742d31 2f686f73 742f6269 output-1/host/bi │ │ + 0x001fe630 6f757470 75742d32 2f686f73 742f6269 output-2/host/bi │ │ 0x001fe640 6e2f706b 672d636f 6e666967 202d2d64 n/pkg-config --d │ │ 0x001fe650 69736162 6c652d73 74617469 63202d2d isable-static -- │ │ 0x001fe660 656e6162 6c652d73 68617265 64202d2d enable-shared -- │ │ 0x001fe670 70726566 69783d2f 75737220 2d2d656e prefix=/usr --en │ │ 0x001fe680 61626c65 2d617666 696c7465 72202d2d able-avfilter -- │ │ 0x001fe690 64697361 626c652d 76657273 696f6e33 disable-version3 │ │ 0x001fe6a0 202d2d65 6e61626c 652d6c6f 6767696e --enable-loggin ├── ./usr/lib/libavformat.so.58.29.100 │ ├── /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -14902,29 +14902,29 @@ │ │ 0x00208e48 00000000 00000000 6c696261 76666f72 ........libavfor │ │ 0x00208e58 6d61742f 7574696c 732e6300 00000000 mat/utils.c..... │ │ 0x00208e68 74687265 61647300 2d2d656e 61626c65 threads.--enable │ │ 0x00208e78 2d63726f 73732d63 6f6d7069 6c65202d -cross-compile - │ │ 0x00208e88 2d63726f 73732d70 72656669 783d2f68 -cross-prefix=/h │ │ 0x00208e98 6f6d652f 6e616f75 72722f77 6f726b2f ome/naourr/work/ │ │ 0x00208ea8 696e7374 616e6365 2d322f6f 75747075 instance-2/outpu │ │ - 0x00208eb8 742d312f 686f7374 2f62696e 2f737061 t-1/host/bin/spa │ │ + 0x00208eb8 742d322f 686f7374 2f62696e 2f737061 t-2/host/bin/spa │ │ 0x00208ec8 72632d6c 696e7578 2d202d2d 73797372 rc-linux- --sysr │ │ 0x00208ed8 6f6f743d 2f686f6d 652f6e61 6f757272 oot=/home/naourr │ │ 0x00208ee8 2f776f72 6b2f696e 7374616e 63652d32 /work/instance-2 │ │ - 0x00208ef8 2f6f7574 7075742d 312f686f 73742f73 /output-1/host/s │ │ + 0x00208ef8 2f6f7574 7075742d 322f686f 73742f73 /output-2/host/s │ │ 0x00208f08 70617263 2d627569 6c64726f 6f742d6c parc-buildroot-l │ │ 0x00208f18 696e7578 2d75636c 6962632f 73797372 inux-uclibc/sysr │ │ 0x00208f28 6f6f7420 2d2d686f 73742d63 633d2f75 oot --host-cc=/u │ │ 0x00208f38 73722f62 696e2f67 6363202d 2d617263 sr/bin/gcc --arc │ │ 0x00208f48 683d7370 61726320 2d2d7461 72676574 h=sparc --target │ │ 0x00208f58 2d6f733d 6c696e75 78202d2d 64697361 -os=linux --disa │ │ 0x00208f68 626c652d 73747269 7070696e 67202d2d ble-stripping -- │ │ 0x00208f78 706b672d 636f6e66 69673d2f 686f6d65 pkg-config=/home │ │ 0x00208f88 2f6e616f 7572722f 776f726b 2f696e73 /naourr/work/ins │ │ - 0x00208f98 74616e63 652d322f 6f757470 75742d31 tance-2/output-1 │ │ + 0x00208f98 74616e63 652d322f 6f757470 75742d32 tance-2/output-2 │ │ 0x00208fa8 2f686f73 742f6269 6e2f706b 672d636f /host/bin/pkg-co │ │ 0x00208fb8 6e666967 202d2d64 69736162 6c652d73 nfig --disable-s │ │ 0x00208fc8 74617469 63202d2d 656e6162 6c652d73 tatic --enable-s │ │ 0x00208fd8 68617265 64202d2d 70726566 69783d2f hared --prefix=/ │ │ 0x00208fe8 75737220 2d2d656e 61626c65 2d617666 usr --enable-avf │ │ 0x00208ff8 696c7465 72202d2d 64697361 626c652d ilter --disable- │ │ 0x00209008 76657273 696f6e33 202d2d65 6e61626c version3 --enabl ├── ./usr/lib/libavutil.so.56.31.100 │ ├── /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -2332,29 +2332,29 @@ │ │ 0x00075860 25692c20 6d203d20 25692c20 72657369 %i, m = %i, resi │ │ 0x00075870 6475616c 203d2025 69210a00 00000000 dual = %i!...... │ │ 0x00075880 342e322e 32000000 2d2d656e 61626c65 4.2.2...--enable │ │ 0x00075890 2d63726f 73732d63 6f6d7069 6c65202d -cross-compile - │ │ 0x000758a0 2d63726f 73732d70 72656669 783d2f68 -cross-prefix=/h │ │ 0x000758b0 6f6d652f 6e616f75 72722f77 6f726b2f ome/naourr/work/ │ │ 0x000758c0 696e7374 616e6365 2d322f6f 75747075 instance-2/outpu │ │ - 0x000758d0 742d312f 686f7374 2f62696e 2f737061 t-1/host/bin/spa │ │ + 0x000758d0 742d322f 686f7374 2f62696e 2f737061 t-2/host/bin/spa │ │ 0x000758e0 72632d6c 696e7578 2d202d2d 73797372 rc-linux- --sysr │ │ 0x000758f0 6f6f743d 2f686f6d 652f6e61 6f757272 oot=/home/naourr │ │ 0x00075900 2f776f72 6b2f696e 7374616e 63652d32 /work/instance-2 │ │ - 0x00075910 2f6f7574 7075742d 312f686f 73742f73 /output-1/host/s │ │ + 0x00075910 2f6f7574 7075742d 322f686f 73742f73 /output-2/host/s │ │ 0x00075920 70617263 2d627569 6c64726f 6f742d6c parc-buildroot-l │ │ 0x00075930 696e7578 2d75636c 6962632f 73797372 inux-uclibc/sysr │ │ 0x00075940 6f6f7420 2d2d686f 73742d63 633d2f75 oot --host-cc=/u │ │ 0x00075950 73722f62 696e2f67 6363202d 2d617263 sr/bin/gcc --arc │ │ 0x00075960 683d7370 61726320 2d2d7461 72676574 h=sparc --target │ │ 0x00075970 2d6f733d 6c696e75 78202d2d 64697361 -os=linux --disa │ │ 0x00075980 626c652d 73747269 7070696e 67202d2d ble-stripping -- │ │ 0x00075990 706b672d 636f6e66 69673d2f 686f6d65 pkg-config=/home │ │ 0x000759a0 2f6e616f 7572722f 776f726b 2f696e73 /naourr/work/ins │ │ - 0x000759b0 74616e63 652d322f 6f757470 75742d31 tance-2/output-1 │ │ + 0x000759b0 74616e63 652d322f 6f757470 75742d32 tance-2/output-2 │ │ 0x000759c0 2f686f73 742f6269 6e2f706b 672d636f /host/bin/pkg-co │ │ 0x000759d0 6e666967 202d2d64 69736162 6c652d73 nfig --disable-s │ │ 0x000759e0 74617469 63202d2d 656e6162 6c652d73 tatic --enable-s │ │ 0x000759f0 68617265 64202d2d 70726566 69783d2f hared --prefix=/ │ │ 0x00075a00 75737220 2d2d656e 61626c65 2d617666 usr --enable-avf │ │ 0x00075a10 696c7465 72202d2d 64697361 626c652d ilter --disable- │ │ 0x00075a20 76657273 696f6e33 202d2d65 6e61626c version3 --enabl ├── ./usr/lib/libfftw3f.so.3.5.8 │ ├── /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -1007,15 +1007,15 @@ │ │ 0x00091f08 00000008 00080000 00000000 00000800 ................ │ │ 0x00091f18 00000000 00080000 00080000 00000800 ................ │ │ 0x00091f28 00000800 00000000 417e1338 00000000 ........A~.8.... │ │ 0x00091f38 3ddb7cdf d9d7bdbb 3fa8fb06 3ef2c7f0 =.|.....?...>... │ │ 0x00091f48 66667477 2d332e33 2e380000 00000000 fftw-3.3.8...... │ │ 0x00091f58 00000000 00000000 2f686f6d 652f6e61 ......../home/na │ │ 0x00091f68 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x00091f78 63652d32 2f6f7574 7075742d 312f686f ce-2/output-1/ho │ │ + 0x00091f78 63652d32 2f6f7574 7075742d 322f686f ce-2/output-2/ho │ │ 0x00091f88 73742f62 696e2f73 70617263 2d6c696e st/bin/sparc-lin │ │ 0x00091f98 75782d67 6363202d 445f4c41 52474546 ux-gcc -D_LARGEF │ │ 0x00091fa8 494c455f 534f5552 4345202d 445f4c41 ILE_SOURCE -D_LA │ │ 0x00091fb8 52474546 494c4536 345f534f 55524345 RGEFILE64_SOURCE │ │ 0x00091fc8 202d445f 46494c45 5f4f4646 5345545f -D_FILE_OFFSET_ │ │ 0x00091fd8 42495453 3d363420 202d4f73 20200000 BITS=64 -Os .. │ │ 0x00091fe8 66667477 665f6466 745f7468 725f7672 fftwf_dft_thr_vr ├── ./usr/lib/libicutu.so.65.1 │ ├── /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -1489,20 +1489,20 @@ │ │ 0x000237e8 73706172 632d6275 696c6472 6f6f742d sparc-buildroot- │ │ 0x000237f8 6c696e75 782d7563 6c696263 00000000 linux-uclibc.... │ │ 0x00023808 6275696c 642e6275 696c6400 00000000 build.build..... │ │ 0x00023818 7838365f 36342d70 632d6c69 6e75782d x86_64-pc-linux- │ │ 0x00023828 676e7500 00000000 6275696c 642e6363 gnu.....build.cc │ │ 0x00023838 00000000 00000000 2f686f6d 652f6e61 ......../home/na │ │ 0x00023848 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x00023858 63652d32 2f6f7574 7075742d 312f686f ce-2/output-1/ho │ │ + 0x00023858 63652d32 2f6f7574 7075742d 322f686f ce-2/output-2/ho │ │ 0x00023868 73742f62 696e2f73 70617263 2d6c696e st/bin/sparc-lin │ │ 0x00023878 75782d67 63630000 6275696c 642e6378 ux-gcc..build.cx │ │ 0x00023888 78000000 00000000 2f686f6d 652f6e61 x......./home/na │ │ 0x00023898 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x000238a8 63652d32 2f6f7574 7075742d 312f686f ce-2/output-1/ho │ │ + 0x000238a8 63652d32 2f6f7574 7075742d 322f686f ce-2/output-2/ho │ │ 0x000238b8 73742f62 696e2f73 70617263 2d6c696e st/bin/sparc-lin │ │ 0x000238c8 75782d67 2b2b0000 75636f6e 6669672e ux-g++..uconfig. │ │ 0x000238d8 696e7465 726e616c 5f646967 69746c69 internal_digitli │ │ 0x000238e8 73740000 00000000 75636f6e 6669672e st......uconfig. │ │ 0x000238f8 68617665 5f706172 7365616c 6c696e70 have_parseallinp │ │ 0x00023908 75740000 00000000 55444247 5f554465 ut......UDBG_UDe │ │ 0x00023918 62756745 6e756d54 79706500 00000000 bugEnumType..... ├── ./usr/lib/libswresample.so.3.5.100 │ ├── /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -437,29 +437,29 @@ │ │ 0x00011638 62707300 00000000 6f75742d 3e63685f bps.....out->ch_ │ │ 0x00011648 636f756e 74203d3d 20696e2d 3e63685f count == in->ch_ │ │ 0x00011658 636f756e 74000000 2d2d656e 61626c65 count...--enable │ │ 0x00011668 2d63726f 73732d63 6f6d7069 6c65202d -cross-compile - │ │ 0x00011678 2d63726f 73732d70 72656669 783d2f68 -cross-prefix=/h │ │ 0x00011688 6f6d652f 6e616f75 72722f77 6f726b2f ome/naourr/work/ │ │ 0x00011698 696e7374 616e6365 2d322f6f 75747075 instance-2/outpu │ │ - 0x000116a8 742d312f 686f7374 2f62696e 2f737061 t-1/host/bin/spa │ │ + 0x000116a8 742d322f 686f7374 2f62696e 2f737061 t-2/host/bin/spa │ │ 0x000116b8 72632d6c 696e7578 2d202d2d 73797372 rc-linux- --sysr │ │ 0x000116c8 6f6f743d 2f686f6d 652f6e61 6f757272 oot=/home/naourr │ │ 0x000116d8 2f776f72 6b2f696e 7374616e 63652d32 /work/instance-2 │ │ - 0x000116e8 2f6f7574 7075742d 312f686f 73742f73 /output-1/host/s │ │ + 0x000116e8 2f6f7574 7075742d 322f686f 73742f73 /output-2/host/s │ │ 0x000116f8 70617263 2d627569 6c64726f 6f742d6c parc-buildroot-l │ │ 0x00011708 696e7578 2d75636c 6962632f 73797372 inux-uclibc/sysr │ │ 0x00011718 6f6f7420 2d2d686f 73742d63 633d2f75 oot --host-cc=/u │ │ 0x00011728 73722f62 696e2f67 6363202d 2d617263 sr/bin/gcc --arc │ │ 0x00011738 683d7370 61726320 2d2d7461 72676574 h=sparc --target │ │ 0x00011748 2d6f733d 6c696e75 78202d2d 64697361 -os=linux --disa │ │ 0x00011758 626c652d 73747269 7070696e 67202d2d ble-stripping -- │ │ 0x00011768 706b672d 636f6e66 69673d2f 686f6d65 pkg-config=/home │ │ 0x00011778 2f6e616f 7572722f 776f726b 2f696e73 /naourr/work/ins │ │ - 0x00011788 74616e63 652d322f 6f757470 75742d31 tance-2/output-1 │ │ + 0x00011788 74616e63 652d322f 6f757470 75742d32 tance-2/output-2 │ │ 0x00011798 2f686f73 742f6269 6e2f706b 672d636f /host/bin/pkg-co │ │ 0x000117a8 6e666967 202d2d64 69736162 6c652d73 nfig --disable-s │ │ 0x000117b8 74617469 63202d2d 656e6162 6c652d73 tatic --enable-s │ │ 0x000117c8 68617265 64202d2d 70726566 69783d2f hared --prefix=/ │ │ 0x000117d8 75737220 2d2d656e 61626c65 2d617666 usr --enable-avf │ │ 0x000117e8 696c7465 72202d2d 64697361 626c652d ilter --disable- │ │ 0x000117f8 76657273 696f6e33 202d2d65 6e61626c version3 --enabl ├── ./usr/lib/libswscale.so.5.5.100 │ ├── /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -273,29 +273,29 @@ │ │ 0x0006a578 20736361 6c696e67 0a000000 00000000 scaling........ │ │ 0x0006a588 7377733a 20696e69 7446696c 74657220 sws: initFilter │ │ 0x0006a598 6661696c 65640a00 2d2d656e 61626c65 failed..--enable │ │ 0x0006a5a8 2d63726f 73732d63 6f6d7069 6c65202d -cross-compile - │ │ 0x0006a5b8 2d63726f 73732d70 72656669 783d2f68 -cross-prefix=/h │ │ 0x0006a5c8 6f6d652f 6e616f75 72722f77 6f726b2f ome/naourr/work/ │ │ 0x0006a5d8 696e7374 616e6365 2d322f6f 75747075 instance-2/outpu │ │ - 0x0006a5e8 742d312f 686f7374 2f62696e 2f737061 t-1/host/bin/spa │ │ + 0x0006a5e8 742d322f 686f7374 2f62696e 2f737061 t-2/host/bin/spa │ │ 0x0006a5f8 72632d6c 696e7578 2d202d2d 73797372 rc-linux- --sysr │ │ 0x0006a608 6f6f743d 2f686f6d 652f6e61 6f757272 oot=/home/naourr │ │ 0x0006a618 2f776f72 6b2f696e 7374616e 63652d32 /work/instance-2 │ │ - 0x0006a628 2f6f7574 7075742d 312f686f 73742f73 /output-1/host/s │ │ + 0x0006a628 2f6f7574 7075742d 322f686f 73742f73 /output-2/host/s │ │ 0x0006a638 70617263 2d627569 6c64726f 6f742d6c parc-buildroot-l │ │ 0x0006a648 696e7578 2d75636c 6962632f 73797372 inux-uclibc/sysr │ │ 0x0006a658 6f6f7420 2d2d686f 73742d63 633d2f75 oot --host-cc=/u │ │ 0x0006a668 73722f62 696e2f67 6363202d 2d617263 sr/bin/gcc --arc │ │ 0x0006a678 683d7370 61726320 2d2d7461 72676574 h=sparc --target │ │ 0x0006a688 2d6f733d 6c696e75 78202d2d 64697361 -os=linux --disa │ │ 0x0006a698 626c652d 73747269 7070696e 67202d2d ble-stripping -- │ │ 0x0006a6a8 706b672d 636f6e66 69673d2f 686f6d65 pkg-config=/home │ │ 0x0006a6b8 2f6e616f 7572722f 776f726b 2f696e73 /naourr/work/ins │ │ - 0x0006a6c8 74616e63 652d322f 6f757470 75742d31 tance-2/output-1 │ │ + 0x0006a6c8 74616e63 652d322f 6f757470 75742d32 tance-2/output-2 │ │ 0x0006a6d8 2f686f73 742f6269 6e2f706b 672d636f /host/bin/pkg-co │ │ 0x0006a6e8 6e666967 202d2d64 69736162 6c652d73 nfig --disable-s │ │ 0x0006a6f8 74617469 63202d2d 656e6162 6c652d73 tatic --enable-s │ │ 0x0006a708 68617265 64202d2d 70726566 69783d2f hared --prefix=/ │ │ 0x0006a718 75737220 2d2d656e 61626c65 2d617666 usr --enable-avf │ │ 0x0006a728 696c7465 72202d2d 64697361 626c652d ilter --disable- │ │ 0x0006a738 76657273 696f6e33 202d2d65 6e61626c version3 --enabl ├── ./usr/lib/libvlccore.so.9.0.0 │ ├── /home/naourr/work/instance-2/output-1/host/bin/sparc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -8783,45 +8783,45 @@ │ │ 0x000e3d20 73706172 632d6275 696c6472 6f6f742d sparc-buildroot- │ │ 0x000e3d30 6c696e75 782d7563 6c696263 27202774 linux-uclibc' 't │ │ 0x000e3d40 61726765 745f616c 6961733d 73706172 arget_alias=spar │ │ 0x000e3d50 632d6275 696c6472 6f6f742d 6c696e75 c-buildroot-linu │ │ 0x000e3d60 782d7563 6c696263 27202743 433d2f68 x-uclibc' 'CC=/h │ │ 0x000e3d70 6f6d652f 6e616f75 72722f77 6f726b2f ome/naourr/work/ │ │ 0x000e3d80 696e7374 616e6365 2d322f6f 75747075 instance-2/outpu │ │ - 0x000e3d90 742d312f 686f7374 2f62696e 2f737061 t-1/host/bin/spa │ │ + 0x000e3d90 742d322f 686f7374 2f62696e 2f737061 t-2/host/bin/spa │ │ 0x000e3da0 72632d6c 696e7578 2d676363 27202743 rc-linux-gcc' 'C │ │ 0x000e3db0 464c4147 533d2d44 5f4c4152 47454649 FLAGS=-D_LARGEFI │ │ 0x000e3dc0 4c455f53 4f555243 45202d44 5f4c4152 LE_SOURCE -D_LAR │ │ 0x000e3dd0 47454649 4c453634 5f534f55 52434520 GEFILE64_SOURCE │ │ 0x000e3de0 2d445f46 494c455f 4f464653 45545f42 -D_FILE_OFFSET_B │ │ 0x000e3df0 4954533d 36342020 2d4f7320 20272027 ITS=64 -Os ' ' │ │ 0x000e3e00 4c44464c 4147533d 2720274c 4942533d LDFLAGS=' 'LIBS= │ │ 0x000e3e10 2d6c6174 6f6d6963 27202743 5050464c -latomic' 'CPPFL │ │ 0x000e3e20 4147533d 2d445f4c 41524745 46494c45 AGS=-D_LARGEFILE │ │ 0x000e3e30 5f534f55 52434520 2d445f4c 41524745 _SOURCE -D_LARGE │ │ 0x000e3e40 46494c45 36345f53 4f555243 45202d44 FILE64_SOURCE -D │ │ 0x000e3e50 5f46494c 455f4f46 46534554 5f424954 _FILE_OFFSET_BIT │ │ 0x000e3e60 533d3634 27202743 50503d2f 686f6d65 S=64' 'CPP=/home │ │ 0x000e3e70 2f6e616f 7572722f 776f726b 2f696e73 /naourr/work/ins │ │ - 0x000e3e80 74616e63 652d322f 6f757470 75742d31 tance-2/output-1 │ │ + 0x000e3e80 74616e63 652d322f 6f757470 75742d32 tance-2/output-2 │ │ 0x000e3e90 2f686f73 742f6269 6e2f7370 6172632d /host/bin/sparc- │ │ 0x000e3ea0 6c696e75 782d6370 70272027 4358583d linux-cpp' 'CXX= │ │ 0x000e3eb0 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x000e3ec0 6b2f696e 7374616e 63652d32 2f6f7574 k/instance-2/out │ │ - 0x000e3ed0 7075742d 312f686f 73742f62 696e2f73 put-1/host/bin/s │ │ + 0x000e3ed0 7075742d 322f686f 73742f62 696e2f73 put-2/host/bin/s │ │ 0x000e3ee0 70617263 2d6c696e 75782d67 2b2b2720 parc-linux-g++' │ │ 0x000e3ef0 27435858 464c4147 533d2d44 5f4c4152 'CXXFLAGS=-D_LAR │ │ 0x000e3f00 47454649 4c455f53 4f555243 45202d44 GEFILE_SOURCE -D │ │ 0x000e3f10 5f4c4152 47454649 4c453634 5f534f55 _LARGEFILE64_SOU │ │ 0x000e3f20 52434520 2d445f46 494c455f 4f464653 RCE -D_FILE_OFFS │ │ 0x000e3f30 45545f42 4954533d 36342020 2d4f7320 ET_BITS=64 -Os │ │ 0x000e3f40 20272027 504b475f 434f4e46 49473d2f ' 'PKG_CONFIG=/ │ │ 0x000e3f50 686f6d65 2f6e616f 7572722f 776f726b home/naourr/work │ │ 0x000e3f60 2f696e73 74616e63 652d322f 6f757470 /instance-2/outp │ │ - 0x000e3f70 75742d31 2f686f73 742f6269 6e2f706b ut-1/host/bin/pk │ │ + 0x000e3f70 75742d32 2f686f73 742f6269 6e2f706b ut-2/host/bin/pk │ │ 0x000e3f80 672d636f 6e666967 27000000 00000000 g-config'....... │ │ 0x000e3f90 636f6e66 69677572 65642077 69746820 configured with │ │ 0x000e3fa0 25730000 00000000 6d657373 61676520 %s......message │ │ 0x000e3fb0 6c6f7374 00000000 766c635f 4c6f6753 lost....vlc_LogS │ │ 0x000e3fc0 65740000 00000000 766c635f 4c6f6750 et......vlc_LogP │ │ 0x000e3fd0 7265696e 69740000 74657874 2f706c61 reinit..text/pla │ │ 0x000e3fe0 696e0000 00000000 74657874 2f786d6c in......text/xml ├── ./usr/lib/python3.8/_markupbase.pyc │ @@ -142,17 +142,17 @@ │ 000008d0: 6174 696f 6e72 0d00 0000 fa01 3e29 02fa ationr......>).. │ 000008e0: 012d 721b 0000 00e9 ffff ffff 7a02 2d2d .-r.........z.-- │ 000008f0: fa01 5b72 0100 0000 5a07 646f 6374 7970 ..[r....Z.doctyp │ 00000900: 6572 1b00 0000 7a02 2227 5a34 6162 6364 er....z."'Z4abcd │ 00000910: 6566 6768 696a 6b6c 6d6e 6f70 7172 7374 efghijklmnopqrst │ 00000920: 7576 7778 797a 4142 4344 4546 4748 494a uvwxyzABCDEFGHIJ │ 00000930: 4b4c 4d4e 4f50 5152 5354 5556 5758 595a KLMNOPQRSTUVWXYZ │ -00000940: 3e04 0000 00da 046c 696e 6bda 0761 7474 >......link..att │ -00000950: 6c69 7374 da07 656c 656d 656e 74da 086c list..element..l │ -00000960: 696e 6b74 7970 657a 2675 6e73 7570 706f inktypez&unsuppo │ +00000940: 3e04 0000 00da 0761 7474 6c69 7374 da08 >......attlist.. │ +00000950: 6c69 6e6b 7479 7065 da07 656c 656d 656e linktype..elemen │ +00000960: 74da 046c 696e 6b7a 2675 6e73 7570 706f t..linkz&unsuppo │ 00000970: 7274 6564 2027 5b27 2063 6861 7220 696e rted '[' char in │ 00000980: 2025 7320 6465 636c 6172 6174 696f 6e7a %s declarationz │ 00000990: 2275 6e65 7870 6563 7465 6420 275b 2720 "unexpected '[' │ 000009a0: 6368 6172 2069 6e20 6465 636c 6172 6174 char in declarat │ 000009b0: 696f 6e7a 2175 6e65 7870 6563 7465 6420 ionz!unexpected │ 000009c0: 2572 2063 6861 7220 696e 2064 6563 6c61 %r char in decla │ 000009d0: 7261 7469 6f6e 290d 7214 0000 00da 0e41 ration).r......A │ @@ -195,17 +195,17 @@ │ 00000c20: 7c06 a007 6404 a101 7d05 7c00 a008 7c03 |...d...}.|...|. │ 00000c30: 7c01 6401 1700 7c05 8502 1900 a101 0100 |.d...|......... │ 00000c40: 7c06 a009 6404 a101 5300 2909 4ee9 0300 |...d...S.).N... │ 00000c50: 0000 7a03 3c21 5b7a 2975 6e65 7870 6563 ..z.......rc │ -00000c90: 6461 7461 da04 7465 6d70 da06 6967 6e6f data..temp..igno │ -00000ca0: 7265 da05 6364 6174 61da 0769 6e63 6c75 re..cdata..inclu │ -00000cb0: 6465 3e03 0000 00da 0269 66da 0565 6e64 de>......if..end │ +00000c90: 6461 7461 da07 696e 636c 7564 65da 0474 data..include..t │ +00000ca0: 656d 70da 0563 6461 7461 da06 6967 6e6f emp..cdata..igno │ +00000cb0: 7265 3e03 0000 00da 0565 6e64 6966 da02 re>......endif.. │ 00000cc0: 6966 da04 656c 7365 7a2b 756e 6b6e 6f77 if..elsez+unknow │ 00000cd0: 6e20 7374 6174 7573 206b 6579 776f 7264 n status keyword │ 00000ce0: 2025 7220 696e 206d 6172 6b65 6420 7365 %r in marked se │ 00000cf0: 6374 696f 6e72 2000 0000 290a 7214 0000 ctionr ...).r... │ 00000d00: 0072 2600 0000 722a 0000 00da 135f 6d61 .r&...r*....._ma │ 00000d10: 726b 6564 7365 6374 696f 6e63 6c6f 7365 rkedsectionclose │ 00000d20: da06 7365 6172 6368 da15 5f6d 736d 6172 ..search.._msmar │ @@ -281,16 +281,16 @@ │ 00001180: 00a0 0364 137c 0616 00a1 0101 0071 1264 ...d.|.......q.d │ 00001190: 0353 0029 144e fa01 3c72 1c00 0000 7220 .S.).N.. │ -000011f0: 0400 0000 7223 0000 00da 0665 6e74 6974 ....r#.....entit │ -00001200: 7972 2400 0000 da08 6e6f 7461 7469 6f6e yr$.....notation │ +000011f0: 0400 0000 7222 0000 00da 086e 6f74 6174 ....r".....notat │ +00001200: 696f 6e72 2400 0000 da06 656e 7469 7479 ionr$.....entity │ 00001210: 7a29 756e 6b6e 6f77 6e20 6465 636c 6172 z)unknown declar │ 00001220: 6174 696f 6e20 2572 2069 6e20 696e 7465 ation %r in inte │ 00001230: 726e 616c 2073 7562 7365 745a 0f5f 7061 rnal subsetZ._pa │ 00001240: 7273 655f 646f 6374 7970 655f fa01 25fa rse_doctype_..%. │ 00001250: 013b fa01 5d72 1e00 0000 7a25 756e 6578 .;..]r....z%unex │ 00001260: 7065 6374 6564 2063 6861 7220 6166 7465 pected char afte │ 00001270: 7220 696e 7465 726e 616c 2073 7562 7365 r internal subse Max output size reached.