--- /home/naourr/work/instance-3/output-1/images/rootfs.tar +++ /home/naourr/work/instance-3/output-2/images/rootfs.tar ├── ./lib/bash/Makefile.inc │ @@ -34,29 +34,29 @@ │ │ datarootdir = ${prefix}/share │ │ loadablesdir = ${libdir}/bash │ headersdir = $(includedir)/$(PACKAGE_NAME) │ │ topdir = ../.. │ -BUILD_DIR = /home/naourr/work/instance-3/output-1/build/bash-5.0 │ +BUILD_DIR = /home/naourr/work/instance-3/output-2/build/bash-5.0 │ srcdir = . │ │ │ # Support an alternate destination root directory for package building │ DESTDIR = │ │ INSTALL = /usr/bin/install -c │ INSTALL_PROGRAM = ${INSTALL} │ INSTALL_SCRIPT = ${INSTALL} │ INSTALL_DATA = ${INSTALL} -m 644 │ INSTALLMODE= -m 0755 │ │ │ -CC = /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc │ +CC = /home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc │ RM = rm -f │ │ SHELL = /bin/sh │ │ host_os = linux-gnu │ host_cpu = riscv64 │ host_vendor = buildroot │ @@ -83,15 +83,15 @@ │ │ # │ # These values are generated for configure by ${topdir}/support/shobj-conf. │ # If your system is not supported by that script, but includes facilities for │ # dynamic loading of shared objects, please update the script and send the │ # changes to bash-maintainers@gnu.org. │ # │ -SHOBJ_CC = /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc │ +SHOBJ_CC = /home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc │ SHOBJ_CFLAGS = -fPIC │ SHOBJ_LD = ${CC} │ SHOBJ_LDFLAGS = -shared -Wl,-soname,$@ │ SHOBJ_XLDFLAGS = │ SHOBJ_LIBS = │ SHOBJ_STATUS = supported ├── ./lib/pkgconfig/bash.pc │ @@ -8,16 +8,16 @@ │ loadablesdir=${libdir}/bash │ headersdir=${includedir}/bash │ │ LOCAL_CFLAGS = │ LOCAL_DEFS = -DSHELL │ CCFLAGS = ${LOCAL_DEFS} ${LOCAL_CFLAGS} │ │ -CC = /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc │ -SHOBJ_CC = /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc │ +CC = /home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc │ +SHOBJ_CC = /home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc │ SHOBJ_CFLAGS = -fPIC │ SHOBJ_LD = ${CC} │ SHOBJ_LDFLAGS = -shared -Wl,-soname,$@ │ SHOBJ_XLDFLAGS = │ SHOBJ_LIBS = │ │ Name: bash ├── ./usr/bin/apitrace │ ├── /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -39,15 +39,15 @@ │ │ 0x0007b878 70706f72 74656420 2d2d2068 74747073 pported -- https │ │ 0x0007b888 3a2f2f67 6f6f2e67 6c2f4b6c 366e5455 ://goo.gl/Kl6nTU │ │ 0x0007b898 0a000000 00000000 6572726f 723a2075 ........error: u │ │ 0x0007b8a8 6e6b6e6f 776e2063 6f6d6d61 6e642000 nknown command . │ │ 0x0007b8b8 68656c70 00000000 74726163 65646966 help....tracedif │ │ 0x0007b8c8 662e7079 00000000 2f686f6d 652f6e61 f.py..../home/na │ │ 0x0007b8d8 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x0007b8e8 63652d33 2f6f7574 7075742d 312f686f ce-3/output-1/ho │ │ + 0x0007b8e8 63652d33 2f6f7574 7075742d 322f686f ce-3/output-2/ho │ │ 0x0007b8f8 73742f62 696e2f70 7974686f 6e332e38 st/bin/python3.8 │ │ 0x0007b908 00000000 00000000 2d2d6170 69747261 ........--apitra │ │ 0x0007b918 63650000 00000000 4964656e 74696679 ce......Identify │ │ 0x0007b928 20646966 66657265 6e636573 20626574 differences bet │ │ 0x0007b938 7765656e 2074776f 20747261 6365732e ween two traces. │ │ 0x0007b948 00000000 00000000 64696666 00000000 ........diff.... │ │ 0x0007b958 6a736f6e 64696666 2e707900 00000000 jsondiff.py..... ├── ./usr/bin/bdf2gdfont.pl │ @@ -1,8 +1,8 @@ │ -#!/home/naourr/work/instance-3/output-1/host/bin/perl │ +#!/home/naourr/work/instance-3/output-2/host/bin/perl │ │ # │ # Simple convertor from bdf to loadable GD font format. │ # │ # Author: Lincoln Stein , heavily adopted from bdftogd from │ # Jan Pazdziora │ # ├── ./usr/bin/irdb-get │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/naourr/work/instance-3/output-1/host/bin/python3 │ +#!/usr/bin/env /home/naourr/work/instance-3/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/naourr/work/instance-3/output-1/host/bin/python3 │ +#!/usr/bin/env /home/naourr/work/instance-3/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/naourr/work/instance-3/output-1/host/bin/python3 │ +#!/usr/bin/env /home/naourr/work/instance-3/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/perlbug │ @@ -1,14 +1,14 @@ │ #!/usr/bin/perl │ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' │ if $running_under_some_shell; │ │ my $config_tag1 = '5.30.2 - undisclosed-time'; │ │ -my $patchlevel_date = 1592183210; │ +my $patchlevel_date = 1592190450; │ my @patches = Config::local_patches(); │ my $patch_tags = join "", map /(\S+)/ ? "+$1 " : (), @patches; │ │ BEGIN { pop @INC if $INC[-1] eq '.' } │ use warnings; │ use strict; │ use Config; ├── ./usr/bin/pronto2lirc │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/naourr/work/instance-3/output-1/host/bin/python3 │ +#!/usr/bin/env /home/naourr/work/instance-3/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/libatf-c.so.1.0.0 │ ├── /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -1,13 +1,13 @@ │ │ │ │ Hex dump of section '.rodata': │ │ 0x0000d9b8 20000000 00000000 2d6f0000 00000000 .......-o...... │ │ 0x0000d9c8 2d630000 00000000 2f686f6d 652f6e61 -c....../home/na │ │ 0x0000d9d8 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x0000d9e8 63652d33 2f6f7574 7075742d 312f686f ce-3/output-1/ho │ │ + 0x0000d9e8 63652d33 2f6f7574 7075742d 322f686f ce-3/output-2/ho │ │ 0x0000d9f8 73742f62 696e2f72 69736376 36342d6c st/bin/riscv64-l │ │ 0x0000da08 696e7578 2d676363 00000000 00000000 inux-gcc........ │ │ 0x0000da18 4154465f 4255494c 445f4343 00000000 ATF_BUILD_CC.... │ │ 0x0000da28 2d445f4c 41524745 46494c45 5f534f55 -D_LARGEFILE_SOU │ │ 0x0000da38 52434520 2d445f4c 41524745 46494c45 RCE -D_LARGEFILE │ │ 0x0000da48 36345f53 4f555243 45202d44 5f46494c 64_SOURCE -D_FIL │ │ 0x0000da58 455f4f46 46534554 5f424954 533d3634 E_OFFSET_BITS=64 │ │ @@ -29,20 +29,20 @@ │ │ 0x0000db58 73747269 6e677320 2d444e44 45425547 strings -DNDEBUG │ │ 0x0000db68 202d576d 69737369 6e672d70 726f746f -Wmissing-proto │ │ 0x0000db78 74797065 73202d57 6e6f2d74 72616469 types -Wno-tradi │ │ 0x0000db88 74696f6e 616c0000 4154465f 4255494c tional..ATF_BUIL │ │ 0x0000db98 445f4346 4c414753 00000000 00000000 D_CFLAGS........ │ │ 0x0000dba8 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x0000dbb8 6b2f696e 7374616e 63652d33 2f6f7574 k/instance-3/out │ │ - 0x0000dbc8 7075742d 312f686f 73742f62 696e2f72 put-1/host/bin/r │ │ + 0x0000dbc8 7075742d 322f686f 73742f62 696e2f72 put-2/host/bin/r │ │ 0x0000dbd8 69736376 36342d6c 696e7578 2d637070 iscv64-linux-cpp │ │ 0x0000dbe8 00000000 00000000 4154465f 4255494c ........ATF_BUIL │ │ 0x0000dbf8 445f4350 50000000 2f686f6d 652f6e61 D_CPP.../home/na │ │ 0x0000dc08 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x0000dc18 63652d33 2f6f7574 7075742d 312f686f ce-3/output-1/ho │ │ + 0x0000dc18 63652d33 2f6f7574 7075742d 322f686f ce-3/output-2/ho │ │ 0x0000dc28 73742f62 696e2f72 69736376 36342d6c st/bin/riscv64-l │ │ 0x0000dc38 696e7578 2d672b2b 00000000 00000000 inux-g++........ │ │ 0x0000dc48 4154465f 4255494c 445f4358 58000000 ATF_BUILD_CXX... │ │ 0x0000dc58 2d445f4c 41524745 46494c45 5f534f55 -D_LARGEFILE_SOU │ │ 0x0000dc68 52434520 2d445f4c 41524745 46494c45 RCE -D_LARGEFILE │ │ 0x0000dc78 36345f53 4f555243 45202d44 5f46494c 64_SOURCE -D_FIL │ │ 0x0000dc88 455f4f46 46534554 5f424954 533d3634 E_OFFSET_BITS=64 ├── ./usr/lib/libfftw3f.so.3.5.8 │ ├── /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -1026,15 +1026,15 @@ │ │ 0x0009ea20 08000000 08000000 00000800 00000000 ................ │ │ 0x0009ea30 00080000 00000000 00000800 00000800 ................ │ │ 0x0009ea40 00080000 00080000 00000000 38137e41 ............8.~A │ │ 0x0009ea50 bbbdd7d9 df7cdb3d f0c7f23e 06fba83f .....|.=...>...? │ │ 0x0009ea60 66667477 2d332e33 2e380000 00000000 fftw-3.3.8...... │ │ 0x0009ea70 00000000 00000000 2f686f6d 652f6e61 ......../home/na │ │ 0x0009ea80 6f757272 2f776f72 6b2f696e 7374616e ourr/work/instan │ │ - 0x0009ea90 63652d33 2f6f7574 7075742d 312f686f ce-3/output-1/ho │ │ + 0x0009ea90 63652d33 2f6f7574 7075742d 322f686f ce-3/output-2/ho │ │ 0x0009eaa0 73742f62 696e2f72 69736376 36342d6c st/bin/riscv64-l │ │ 0x0009eab0 696e7578 2d676363 202d445f 4c415247 inux-gcc -D_LARG │ │ 0x0009eac0 4546494c 455f534f 55524345 202d445f EFILE_SOURCE -D_ │ │ 0x0009ead0 4c415247 4546494c 4536345f 534f5552 LARGEFILE64_SOUR │ │ 0x0009eae0 4345202d 445f4649 4c455f4f 46465345 CE -D_FILE_OFFSE │ │ 0x0009eaf0 545f4249 54533d36 3420202d 4f732020 T_BITS=64 -Os │ │ 0x0009eb00 00000000 00000000 66667477 665f6466 ........fftwf_df ├── ./usr/lib/libicapapi.so.5.0.6 │ ├── /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -606,30 +606,30 @@ │ │ 0x0002e1f8 6961733d 72697363 7636342d 6275696c ias=riscv64-buil │ │ 0x0002e208 64726f6f 742d6c69 6e75782d 676e7527 droot-linux-gnu' │ │ 0x0002e218 20277461 72676574 5f616c69 61733d72 'target_alias=r │ │ 0x0002e228 69736376 36342d62 75696c64 726f6f74 iscv64-buildroot │ │ 0x0002e238 2d6c696e 75782d67 6e752720 2743433d -linux-gnu' 'CC= │ │ 0x0002e248 2f686f6d 652f6e61 6f757272 2f776f72 /home/naourr/wor │ │ 0x0002e258 6b2f696e 7374616e 63652d33 2f6f7574 k/instance-3/out │ │ - 0x0002e268 7075742d 312f686f 73742f62 696e2f72 put-1/host/bin/r │ │ + 0x0002e268 7075742d 322f686f 73742f62 696e2f72 put-2/host/bin/r │ │ 0x0002e278 69736376 36342d6c 696e7578 2d676363 iscv64-linux-gcc │ │ 0x0002e288 27202743 464c4147 533d2d44 5f4c4152 ' 'CFLAGS=-D_LAR │ │ 0x0002e298 47454649 4c455f53 4f555243 45202d44 GEFILE_SOURCE -D │ │ 0x0002e2a8 5f4c4152 47454649 4c453634 5f534f55 _LARGEFILE64_SOU │ │ 0x0002e2b8 52434520 2d445f46 494c455f 4f464653 RCE -D_FILE_OFFS │ │ 0x0002e2c8 45545f42 4954533d 36342020 2d4f7320 ET_BITS=64 -Os │ │ 0x0002e2d8 20272027 4c44464c 4147533d 27202743 ' 'LDFLAGS=' 'C │ │ 0x0002e2e8 5050464c 4147533d 2d445f4c 41524745 PPFLAGS=-D_LARGE │ │ 0x0002e2f8 46494c45 5f534f55 52434520 2d445f4c FILE_SOURCE -D_L │ │ 0x0002e308 41524745 46494c45 36345f53 4f555243 ARGEFILE64_SOURC │ │ 0x0002e318 45202d44 5f46494c 455f4f46 46534554 E -D_FILE_OFFSET │ │ 0x0002e328 5f424954 533d3634 27202743 50503d2f _BITS=64' 'CPP=/ │ │ 0x0002e338 686f6d65 2f6e616f 7572722f 776f726b home/naourr/work │ │ 0x0002e348 2f696e73 74616e63 652d332f 6f757470 /instance-3/outp │ │ - 0x0002e358 75742d31 2f686f73 742f6269 6e2f7269 ut-1/host/bin/ri │ │ + 0x0002e358 75742d32 2f686f73 742f6269 6e2f7269 ut-2/host/bin/ri │ │ 0x0002e368 73637636 342d6c69 6e75782d 63707027 scv64-linux-cpp' │ │ 0x0002e378 00000000 00000000 632d6963 61702076 ........c-icap v │ │ 0x0002e388 65727369 6f6e3a20 25730a43 6f6e6669 ersion: %s.Confi │ │ 0x0002e398 67757265 20736372 69707420 6f707469 gure script opti │ │ 0x0002e3a8 6f6e733a 2025730a 436f6e66 69677572 ons: %s.Configur │ │ 0x0002e3b8 65642066 6f722068 6f73743a 2025730a ed for host: %s. │ │ 0x0002e3c8 00000000 00000000 63695f70 61636b5f ........ci_pack_ ├── ./usr/lib/perl5/5.30.2/riscv64-linux/Config.pm │ @@ -82,15 +82,15 @@ │ die "&Config::AUTOLOAD failed on $Config::AUTOLOAD"; │ } │ │ # tie returns the object, so the value returned to require will be true. │ tie %Config, 'Config', { │ archlibexp => '/usr/lib/perl5/5.30.2/riscv64-linux', │ archname => 'riscv64-linux', │ - cc => '/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc', │ + cc => '/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc', │ d_readlink => 'define', │ d_symlink => 'define', │ dlext => 'so', │ dlsrc => 'dl_dlopen.xs', │ dont_use_nlink => undef, │ exe_ext => '', │ inc_version_list => '', ├── ./usr/lib/perl5/5.30.2/riscv64-linux/Config_heavy.pl │ @@ -187,15 +187,15 @@ │ alignbytes='8' │ ansi2knr='' │ aphostname='/bin/hostname' │ api_revision='5' │ api_subversion='0' │ api_version='30' │ api_versionstring='5.30.0' │ -ar='/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-ar' │ +ar='/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-ar' │ archlib='/usr/lib/perl5/5.30.2/riscv64-linux' │ archlibexp='/usr/lib/perl5/5.30.2/riscv64-linux' │ archname='riscv64-linux' │ archname64='' │ archobjs='' │ asctime_r_proto='0' │ awk='awk' │ @@ -206,15 +206,15 @@ │ binexp='/usr/bin' │ bison='bison' │ byacc='byacc' │ byteorder='12345678' │ c='FP_NEG_ZERO' │ castflags='0' │ cat='cat' │ -cc='/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc' │ +cc='/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc' │ cccdlflags='-fPIC -Wno-unused-function' │ ccdlflags='-Wl,-E' │ ccflags='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ' │ ccflags_uselargefiles='' │ ccname='' │ ccsymbols='' │ cctype='gcc' │ @@ -228,26 +228,26 @@ │ chmod='chmod' │ chown='chown' │ clocktype='clock_t' │ comm='comm' │ compress='' │ config_arg0='cnf/configure' │ config_argc='16' │ -config_args='--target=riscv64-buildroot-linux-gnu --target-tools-prefix=/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux- --prefix=/usr -Dld=/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc -Dccflags=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Dldflags= -lm -Dmydomain= -Dmyhostname=noname -Dmyuname=Buildroot 2020.05-07304-g85c1b081298 -Dosname=linux -Dosvers= -Dperladmin=root --keeplog --mode=target --target=riscv64-buildroot-linux-gnu --targetarch=riscv64-buildroot-linux-gnu' │ +config_args='--target=riscv64-buildroot-linux-gnu --target-tools-prefix=/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux- --prefix=/usr -Dld=/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc -Dccflags=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Dldflags= -lm -Dmydomain= -Dmyhostname=noname -Dmyuname=Buildroot 2020.05-07304-g85c1b081298 -Dosname=linux -Dosvers= -Dperladmin=root --keeplog --mode=target --target=riscv64-buildroot-linux-gnu --targetarch=riscv64-buildroot-linux-gnu' │ contains='grep' │ cp='cp' │ cpio='cpio' │ -cpp='/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc -E -P' │ +cpp='/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc -E -P' │ cpp_stuff='42' │ cppccsymbols='' │ cppflags='' │ cpplast='-' │ cppminus='-' │ -cpprun='/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc -E -P' │ -cppstdin='/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc -E -P' │ +cpprun='/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc -E -P' │ +cppstdin='/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc -E -P' │ cppsymbols='' │ crypt_r_proto='0' │ cryptlib='' │ csh='' │ ctermid_r_proto='0' │ ctime_r_proto='0' │ d_Gconvert='sprintf((b),"%.*g",(n),(x))' │ @@ -1097,15 +1097,15 @@ │ issymlink='test -h' │ ivdformat='"ld"' │ ivsize='8' │ ivtype='long' │ keeplog='1' │ known_extensions='Amiga/ARexx Amiga/Exec B Devel/Peek Errno ExtUtils/Miniperl Fcntl File/DosGlob File/Find File/Glob FileCache GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IPC/Open3 NDBM_File ODBM_File Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via Pod/Functions Pod/Html SDBM_File Sys/Hostname Tie/Hash/NamedCapture Tie/Memoize VMS/DCLsym VMS/Filespec VMS/Stdio Win32CORE XS/APItest XS/Typemap attributes mro re Archive/Tar AutoLoader CPAN CPAN/Meta CPAN/Meta/Requirements CPAN/Meta/YAML Compress/Raw/Bzip2 Compress/Raw/Zlib Config/Perl/V DB_File Digest Digest/MD5 Digest/SHA Encode ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker ExtUtils/Manifest File/Fetch File/Path File/Temp Filter/Util/Call Getopt/Long HTTP/Tiny IO/Compress IO/Socket/IP IO/Zlib IPC/Cmd IPC/SysV JSON/PP Locale/Maketext/Simple MIME/Base64 Math/BigInt Math/BigInt/FastCalc Math/BigRat Math/Complex Memoize Module/Load Module/Load/Conditional Module/Loaded Module/Metadata NEXT Params/Check Perl/OSType PerlIO/via/QuotedPrint Pod/Checker Pod/Escapes Pod/Parser Pod/Perldoc Pod/Simple Pod/Usage Scalar/List/Utils Socket Sys/Syslog Term/ANSIColor Term/Cap Test/Harness Test/Simple Text/Balanced Text/ParseWords Text/Tabs Tie/RefHash Time/Local Time/Piece Unicode/Collate Win32 Win32API/File autodie bignum experimental libnet parent perlfaq podlators version Attribute/Handlers Carp Data/Dumper Devel/PPPort Devel/SelfStubber Dumpvalue Env Exporter ExtUtils/CBuilder ExtUtils/ParseXS Filter/Simple I18N/Collate I18N/LangTags IO Locale/Maketext Module/CoreList Net/Ping PathTools Safe Search/Dict SelfLoader Storable Term/Complete Term/ReadLine Test Text/Abbrev Thread/Queue Thread/Semaphore Tie/File Time/HiRes Unicode/Normalize XSLoader autouse base constant encoding/warnings if lib threads threads/shared' │ ksh='' │ -ld='/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc' │ +ld='/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc' │ ld_can_script='define' │ lddlflags='-shared' │ ldflags=' -lm' │ ldflags_uselargefiles='' │ ldlibpthname='LD_LIBRARY_PATH' │ less='less' │ lib='/usr/lib' │ @@ -1168,15 +1168,15 @@ │ myuname='Buildroot 2020.05-07304-g85c1b081298' │ n='' │ need_va_copy='define' │ netdb_hlen_type='socklen_t' │ netdb_host_type='const void *' │ netdb_name_type='int' │ netdb_net_type='uint32_t' │ -nm='/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-nm' │ +nm='/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-nm' │ nm_opt='' │ nm_so_opt='' │ nonxs_ext='Errno ExtUtils/Miniperl File/Find FileCache IPC/Open3 Pod/Functions Pod/Html Tie/Memoize Archive/Tar AutoLoader CPAN CPAN/Meta CPAN/Meta/Requirements CPAN/Meta/YAML Config/Perl/V Digest ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker ExtUtils/Manifest File/Fetch File/Path File/Temp Getopt/Long HTTP/Tiny IO/Compress IO/Socket/IP IO/Zlib IPC/Cmd JSON/PP Locale/Maketext/Simple Math/BigInt Math/BigRat Math/Complex Memoize Module/Load Module/Load/Conditional Module/Loaded Module/Metadata NEXT Params/Check Perl/OSType PerlIO/via/QuotedPrint Pod/Checker Pod/Escapes Pod/Parser Pod/Perldoc Pod/Simple Pod/Usage Term/ANSIColor Term/Cap Test/Harness Test/Simple Text/Balanced Text/ParseWords Text/Tabs Tie/RefHash Time/Local autodie bignum experimental libnet parent perlfaq podlators version Attribute/Handlers Carp Devel/SelfStubber Dumpvalue Env Exporter ExtUtils/CBuilder ExtUtils/ParseXS Filter/Simple I18N/Collate I18N/LangTags Locale/Maketext Module/CoreList Net/Ping Safe Search/Dict SelfLoader Term/Complete Term/ReadLine Test Text/Abbrev Thread/Queue Thread/Semaphore Tie/File XSLoader autouse base constant encoding/warnings if lib' │ nroff='nroff' │ nvEUformat='"E"' │ nvFUformat='"F"' │ nvGUformat='"G"' │ @@ -1186,15 +1186,15 @@ │ nvfformat='"f"' │ nvgformat='"g"' │ nvmantbits='52' │ nvsize='8' │ nvtype='double' │ o_nonblock='O_NONBLOCK' │ obj_ext='.o' │ -objdump='/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-objdump' │ +objdump='/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-objdump' │ old_pthread_create_joinable='PTHREAD_CREATE_JOINABLE' │ optimize='-fwrapv -fno-strict-aliasing' │ orderlib='' │ osname='linux' │ osvers='' │ otherlibdirs='' │ package='perl5' │ @@ -1225,19 +1225,19 @@ │ ptrsize='8' │ quadkind='QUAD_IS_INT64_t' │ quadtype='int64_t' │ randbits='48' │ randfunc='drand48' │ random_r_proto='0' │ randseedtype='long' │ -ranlib='/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-ranlib' │ +ranlib='/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-ranlib' │ rd_nodata='-1' │ readdir64_r_proto='0' │ readdir_r_proto='0' │ -readelf='/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-readelf' │ +readelf='/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-readelf' │ revision='5' │ rm='rm' │ rm_try='' │ rmail='' │ run='false' │ runnm='false' │ sGMTIME_max='2147483647' ├── ./usr/lib/python2.7/_sysconfigdata.pyc │ @@ -241,15 +241,15 @@ │ 00000f00: 365a 0000 648e 0253 288f 0200 0069 0000 6Z..d..S(....i.. │ 00000f10: 0000 7418 0000 0041 435f 4150 504c 455f ..t....AC_APPLE_ │ 00000f20: 554e 4956 4552 5341 4c5f 4255 494c 4474 UNIVERSAL_BUILDt │ 00000f30: 1500 0000 4149 585f 4745 4e55 494e 455f ....AIX_GENUINE_ │ 00000f40: 4350 4c55 5350 4c55 5373 3f00 0000 2f68 CPLUSPLUSs?.../h │ 00000f50: 6f6d 652f 6e61 6f75 7272 2f77 6f72 6b2f ome/naourr/work/ │ 00000f60: 696e 7374 616e 6365 2d33 2f6f 7574 7075 instance-3/outpu │ -00000f70: 742d 312f 686f 7374 2f62 696e 2f72 6973 t-1/host/bin/ris │ +00000f70: 742d 322f 686f 7374 2f62 696e 2f72 6973 t-2/host/bin/ris │ 00000f80: 6376 3634 2d6c 696e 7578 2d61 7274 0200 cv64-linux-art.. │ 00000f90: 0000 4152 7402 0000 0072 6374 0700 0000 ..ARt....rct.... │ 00000fa0: 4152 464c 4147 5374 0e00 0000 4154 4845 ARFLAGSt....ATHE │ 00000fb0: 4f53 5f54 4852 4541 4453 7314 0000 002d OS_THREADSs....- │ 00000fc0: 666e 6f2d 7374 7269 6374 2d61 6c69 6173 fno-strict-alias │ 00000fd0: 696e 6774 0a00 0000 4241 5345 4346 4c41 ingt....BASECFLA │ 00000fe0: 4753 7400 0000 0074 0b00 0000 4241 5345 GSt....t....BASE │ @@ -259,23 +259,23 @@ │ 00001020: 7312 0000 002f 7573 722f 6c69 622f 7079 s..../usr/lib/py │ 00001030: 7468 6f6e 322e 3774 0a00 0000 4249 4e4c thon2.7t....BINL │ 00001040: 4942 4445 5354 730f 0000 002d 4c2e 202d IBDESTs....-L. - │ 00001050: 6c70 7974 686f 6e32 2e37 740a 0000 0042 lpython2.7t....B │ 00001060: 4c44 4c49 4252 4152 5973 4800 0000 2f68 LDLIBRARYsH.../h │ 00001070: 6f6d 652f 6e61 6f75 7272 2f77 6f72 6b2f ome/naourr/work/ │ 00001080: 696e 7374 616e 6365 2d33 2f6f 7574 7075 instance-3/outpu │ -00001090: 742d 312f 686f 7374 2f62 696e 2f72 6973 t-1/host/bin/ris │ +00001090: 742d 322f 686f 7374 2f62 696e 2f72 6973 t-2/host/bin/ris │ 000010a0: 6376 3634 2d6c 696e 7578 2d67 6363 202d cv64-linux-gcc - │ 000010b0: 7368 6172 6564 7409 0000 0042 4c44 5348 sharedt....BLDSH │ 000010c0: 4152 4544 7408 0000 0042 5549 4c44 4558 AREDt....BUILDEX │ 000010d0: 4574 0600 0000 7079 7468 6f6e 740b 0000 Et....pythont... │ 000010e0: 0042 5549 4c44 5059 5448 4f4e 7340 0000 .BUILDPYTHONs@.. │ 000010f0: 002f 686f 6d65 2f6e 616f 7572 722f 776f ./home/naourr/wo │ 00001100: 726b 2f69 6e73 7461 6e63 652d 332f 6f75 rk/instance-3/ou │ -00001110: 7470 7574 2d31 2f68 6f73 742f 6269 6e2f tput-1/host/bin/ │ +00001110: 7470 7574 2d32 2f68 6f73 742f 6269 6e2f tput-2/host/bin/ │ 00001120: 7269 7363 7636 342d 6c69 6e75 782d 6763 riscv64-linux-gc │ 00001130: 6374 0200 0000 4343 7305 0000 002d 6650 ct....CCs....-fP │ 00001140: 4943 7408 0000 0043 4353 4841 5245 4473 ICt....CCSHAREDs │ 00001150: 8e00 0000 2d66 6e6f 2d73 7472 6963 742d ....-fno-strict- │ 00001160: 616c 6961 7369 6e67 202d 445f 4c41 5247 aliasing -D_LARG │ 00001170: 4546 494c 455f 534f 5552 4345 202d 445f EFILE_SOURCE -D_ │ 00001180: 4c41 5247 4546 494c 4536 345f 534f 5552 LARGEFILE64_SOUR │ @@ -349,53 +349,53 @@ │ 000015c0: 7269 7363 7636 342d 6275 696c 6472 6f6f riscv64-buildroo │ 000015d0: 742d 6c69 6e75 782d 676e 7527 2027 7461 t-linux-gnu' 'ta │ 000015e0: 7267 6574 5f61 6c69 6173 3d72 6973 6376 rget_alias=riscv │ 000015f0: 3634 2d62 7569 6c64 726f 6f74 2d6c 696e 64-buildroot-lin │ 00001600: 7578 2d67 6e75 2720 2743 433d 2f68 6f6d ux-gnu' 'CC=/hom │ 00001610: 652f 6e61 6f75 7272 2f77 6f72 6b2f 696e e/naourr/work/in │ 00001620: 7374 616e 6365 2d33 2f6f 7574 7075 742d stance-3/output- │ -00001630: 312f 686f 7374 2f62 696e 2f72 6973 6376 1/host/bin/riscv │ +00001630: 322f 686f 7374 2f62 696e 2f72 6973 6376 2/host/bin/riscv │ 00001640: 3634 2d6c 696e 7578 2d67 6363 2720 2743 64-linux-gcc' 'C │ 00001650: 464c 4147 533d 2d44 5f4c 4152 4745 4649 FLAGS=-D_LARGEFI │ 00001660: 4c45 5f53 4f55 5243 4520 2d44 5f4c 4152 LE_SOURCE -D_LAR │ 00001670: 4745 4649 4c45 3634 5f53 4f55 5243 4520 GEFILE64_SOURCE │ 00001680: 2d44 5f46 494c 455f 4f46 4653 4554 5f42 -D_FILE_OFFSET_B │ 00001690: 4954 533d 3634 2020 2d4f 7320 2027 2027 ITS=64 -Os ' ' │ 000016a0: 4c44 464c 4147 533d 2720 2743 5050 464c LDFLAGS=' 'CPPFL │ 000016b0: 4147 533d 2d44 5f4c 4152 4745 4649 4c45 AGS=-D_LARGEFILE │ 000016c0: 5f53 4f55 5243 4520 2d44 5f4c 4152 4745 _SOURCE -D_LARGE │ 000016d0: 4649 4c45 3634 5f53 4f55 5243 4520 2d44 FILE64_SOURCE -D │ 000016e0: 5f46 494c 455f 4f46 4653 4554 5f42 4954 _FILE_OFFSET_BIT │ 000016f0: 533d 3634 2720 2743 5050 3d2f 686f 6d65 S=64' 'CPP=/home │ 00001700: 2f6e 616f 7572 722f 776f 726b 2f69 6e73 /naourr/work/ins │ -00001710: 7461 6e63 652d 332f 6f75 7470 7574 2d31 tance-3/output-1 │ +00001710: 7461 6e63 652d 332f 6f75 7470 7574 2d32 tance-3/output-2 │ 00001720: 2f68 6f73 742f 6269 6e2f 7269 7363 7636 /host/bin/riscv6 │ 00001730: 342d 6c69 6e75 782d 6370 7027 2027 504b 4-linux-cpp' 'PK │ 00001740: 475f 434f 4e46 4947 3d2f 686f 6d65 2f6e G_CONFIG=/home/n │ 00001750: 616f 7572 722f 776f 726b 2f69 6e73 7461 aourr/work/insta │ -00001760: 6e63 652d 332f 6f75 7470 7574 2d31 2f68 nce-3/output-1/h │ +00001760: 6e63 652d 332f 6f75 7470 7574 2d32 2f68 nce-3/output-2/h │ 00001770: 6f73 742f 6269 6e2f 706b 672d 636f 6e66 ost/bin/pkg-conf │ 00001780: 6967 2774 0b00 0000 434f 4e46 4947 5f41 ig't....CONFIG_A │ 00001790: 5247 5373 0c00 0000 2f75 7372 2f69 6e63 RGSs..../usr/inc │ 000017a0: 6c75 6465 740e 0000 0043 4f4e 4649 4e43 ludet....CONFINC │ 000017b0: 4c55 4445 4449 5273 1600 0000 2f75 7372 LUDEDIRs..../usr │ 000017c0: 2f69 6e63 6c75 6465 2f70 7974 686f 6e32 /include/python2 │ 000017d0: 2e37 740d 0000 0043 4f4e 4649 4e43 4c55 .7t....CONFINCLU │ 000017e0: 4445 5059 731b 0000 003a 706c 6174 2d6c DEPYs....:plat-l │ 000017f0: 696e 7578 323a 6c69 622d 746b 3a6c 6962 inux2:lib-tk:lib │ 00001800: 2d6f 6c64 740e 0000 0043 4f52 4550 5954 -oldt....COREPYT │ 00001810: 484f 4e50 4154 4873 4700 0000 2f68 6f6d HONPATHsG.../hom │ 00001820: 652f 6e61 6f75 7272 2f77 6f72 6b2f 696e e/naourr/work/in │ 00001830: 7374 616e 6365 2d33 2f6f 7574 7075 742d stance-3/output- │ -00001840: 312f 6275 696c 642f 7079 7468 6f6e 2d32 1/build/python-2 │ +00001840: 322f 6275 696c 642f 7079 7468 6f6e 2d32 2/build/python-2 │ 00001850: 2e37 2e31 382f 636f 7665 7261 6765 2e69 .7.18/coverage.i │ 00001860: 6e66 6f74 0d00 0000 434f 5645 5241 4745 nfot....COVERAGE │ 00001870: 5f49 4e46 4f73 4500 0000 2f68 6f6d 652f _INFOsE.../home/ │ 00001880: 6e61 6f75 7272 2f77 6f72 6b2f 696e 7374 naourr/work/inst │ -00001890: 616e 6365 2d33 2f6f 7574 7075 742d 312f ance-3/output-1/ │ +00001890: 616e 6365 2d33 2f6f 7574 7075 742d 322f ance-3/output-2/ │ 000018a0: 6275 696c 642f 7079 7468 6f6e 2d32 2e37 build/python-2.7 │ 000018b0: 2e31 382f 6c63 6f76 2d72 6570 6f72 7474 .18/lcov-reportt │ 000018c0: 0f00 0000 434f 5645 5241 4745 5f52 4550 ....COVERAGE_REP │ 000018d0: 4f52 5473 3200 0000 2d2d 6e6f 2d62 7261 ORTs2...--no-bra │ 000018e0: 6e63 682d 636f 7665 7261 6765 202d 2d74 nch-coverage --t │ 000018f0: 6974 6c65 2022 4350 7974 686f 6e20 6c63 itle "CPython lc │ 00001900: 6f76 2072 6570 6f72 7422 7417 0000 0043 ov report"t....C │ @@ -405,15 +405,15 @@ │ 00001940: 6c75 6465 202d 445f 4c41 5247 4546 494c lude -D_LARGEFIL │ 00001950: 455f 534f 5552 4345 202d 445f 4c41 5247 E_SOURCE -D_LARG │ 00001960: 4546 494c 4536 345f 534f 5552 4345 202d EFILE64_SOURCE - │ 00001970: 445f 4649 4c45 5f4f 4646 5345 545f 4249 D_FILE_OFFSET_BI │ 00001980: 5453 3d36 3474 0800 0000 4350 5046 4c41 TS=64t....CPPFLA │ 00001990: 4753 7340 0000 002f 686f 6d65 2f6e 616f GSs@.../home/nao │ 000019a0: 7572 722f 776f 726b 2f69 6e73 7461 6e63 urr/work/instanc │ -000019b0: 652d 332f 6f75 7470 7574 2d31 2f68 6f73 e-3/output-1/hos │ +000019b0: 652d 332f 6f75 7470 7574 2d32 2f68 6f73 e-3/output-2/hos │ 000019c0: 742f 6269 6e2f 7269 7363 7636 342d 6c69 t/bin/riscv64-li │ 000019d0: 6e75 782d 672b 2b74 0300 0000 4358 5874 nux-g++t....CXXt │ 000019e0: 0900 0000 435f 5448 5245 4144 5373 3f00 ....C_THREADSs?. │ 000019f0: 0000 2f75 7372 202f 7573 722f 6c69 6220 ../usr /usr/lib │ 00001a00: 2f75 7372 2f6c 6962 2f70 7974 686f 6e32 /usr/lib/python2 │ 00001a10: 2e37 202f 7573 722f 6c69 622f 7079 7468 .7 /usr/lib/pyth │ 00001a20: 6f6e 322e 372f 6c69 622d 6479 6e6c 6f61 on2.7/lib-dynloa │ @@ -875,15 +875,15 @@ │ 000036a0: 696e 2f69 6e73 7461 6c6c 202d 6320 2d6d in/install -c -m │ 000036b0: 2035 3535 740e 0000 0049 4e53 5441 4c4c 555t....INSTALL │ 000036c0: 5f53 4841 5245 4473 1300 0000 6c69 6270 _SHAREDs....libp │ 000036d0: 7974 686f 6e32 2e37 2e73 6f2e 312e 3074 ython2.7.so.1.0t │ 000036e0: 0a00 0000 494e 5354 534f 4e41 4d45 7348 ....INSTSONAMEsH │ 000036f0: 0000 002f 686f 6d65 2f6e 616f 7572 722f .../home/naourr/ │ 00003700: 776f 726b 2f69 6e73 7461 6e63 652d 332f work/instance-3/ │ -00003710: 6f75 7470 7574 2d31 2f68 6f73 742f 6269 output-1/host/bi │ +00003710: 6f75 7470 7574 2d32 2f68 6f73 742f 6269 output-2/host/bi │ 00003720: 6e2f 7269 7363 7636 342d 6c69 6e75 782d n/riscv64-linux- │ 00003730: 672b 2b20 2d73 6861 7265 6474 0b00 0000 g++ -sharedt.... │ 00003740: 4c44 4358 5853 4841 5245 4474 0700 0000 LDCXXSHAREDt.... │ 00003750: 4c44 464c 4147 5374 0600 0000 4c44 4c41 LDFLAGSt....LDLA │ 00003760: 5354 730f 0000 006c 6962 7079 7468 6f6e STs....libpython │ 00003770: 322e 372e 736f 7409 0000 004c 444c 4942 2.7.sot....LDLIB │ 00003780: 5241 5259 740c 0000 004c 444c 4942 5241 RARYt....LDLIBRA │ @@ -1029,26 +1029,26 @@ │ 00004040: 5448 4f4e 4652 414d 4557 4f52 4b49 4e53 THONFRAMEWORKINS │ 00004050: 5441 4c4c 4449 5274 1500 0000 5059 5448 TALLDIRt....PYTH │ 00004060: 4f4e 4652 414d 4557 4f52 4b50 5245 4649 ONFRAMEWORKPREFI │ 00004070: 5874 0a00 0000 5059 5448 4f4e 5041 5448 Xt....PYTHONPATH │ 00004080: 7331 0100 005f 5059 5448 4f4e 5f50 524f s1..._PYTHON_PRO │ 00004090: 4a45 4354 5f42 4153 453d 2f68 6f6d 652f JECT_BASE=/home/ │ 000040a0: 6e61 6f75 7272 2f77 6f72 6b2f 696e 7374 naourr/work/inst │ -000040b0: 616e 6365 2d33 2f6f 7574 7075 742d 312f ance-3/output-1/ │ +000040b0: 616e 6365 2d33 2f6f 7574 7075 742d 322f ance-3/output-2/ │ 000040c0: 6275 696c 642f 7079 7468 6f6e 2d32 2e37 build/python-2.7 │ 000040d0: 2e31 3820 5f50 5954 484f 4e5f 484f 5354 .18 _PYTHON_HOST │ 000040e0: 5f50 4c41 5446 4f52 4d3d 2428 5f50 5954 _PLATFORM=$(_PYT │ 000040f0: 484f 4e5f 484f 5354 5f50 4c41 5446 4f52 HON_HOST_PLATFOR │ 00004100: 4d29 2050 5954 484f 4e50 4154 483d 2428 M) PYTHONPATH=$( │ 00004110: 7368 656c 6c20 7465 7374 202d 6620 7079 shell test -f py │ 00004120: 7379 7363 6f6e 6669 6764 6174 6164 6972 sysconfigdatadir │ 00004130: 2e74 7874 2026 2620 6563 686f 202f 686f .txt && echo /ho │ 00004140: 6d65 2f6e 616f 7572 722f 776f 726b 2f69 me/naourr/work/i │ 00004150: 6e73 7461 6e63 652d 332f 6f75 7470 7574 nstance-3/output │ -00004160: 2d31 2f62 7569 6c64 2f70 7974 686f 6e2d -1/build/python- │ +00004160: 2d32 2f62 7569 6c64 2f70 7974 686f 6e2d -2/build/python- │ 00004170: 322e 372e 3138 2f60 6361 7420 7079 7379 2.7.18/`cat pysy │ 00004180: 7363 6f6e 6669 6764 6174 6164 6972 2e74 sconfigdatadir.t │ 00004190: 7874 603a 292e 2f4c 6962 3a2e 2f4c 6962 xt`:)./Lib:./Lib │ 000041a0: 2f70 6c61 742d 6c69 6e75 7832 2070 7974 /plat-linux2 pyt │ 000041b0: 686f 6e32 2e37 7410 0000 0050 5954 484f hon2.7t....PYTHO │ 000041c0: 4e5f 464f 525f 4255 494c 4473 0900 0000 N_FOR_BUILDs.... │ 000041d0: 7079 7468 6f6e 322e 3774 1000 0000 5059 python2.7t....PY │ @@ -1086,15 +1086,15 @@ │ 000043d0: 5f55 4e49 434f 4445 732c 0000 002d 6c20 _UNICODEs,...-l │ 000043e0: 2d78 2074 6573 745f 7375 6270 726f 6365 -x test_subproce │ 000043f0: 7373 2074 6573 745f 696f 2074 6573 745f ss test_io test_ │ 00004400: 6c69 6232 746f 3320 5c74 0d00 0000 5155 lib2to3 \t....QU │ 00004410: 4943 4b54 4553 544f 5054 5373 4300 0000 ICKTESTOPTSsC... │ 00004420: 2f68 6f6d 652f 6e61 6f75 7272 2f77 6f72 /home/naourr/wor │ 00004430: 6b2f 696e 7374 616e 6365 2d33 2f6f 7574 k/instance-3/out │ -00004440: 7075 742d 312f 686f 7374 2f62 696e 2f72 put-1/host/bin/r │ +00004440: 7075 742d 322f 686f 7374 2f62 696e 2f72 put-2/host/bin/r │ 00004450: 6973 6376 3634 2d6c 696e 7578 2d72 616e iscv64-linux-ran │ 00004460: 6c69 6274 0600 0000 5241 4e4c 4942 7317 libt....RANLIBs. │ 00004470: 0000 004d 6163 2f52 6573 6f75 7263 6573 ...Mac/Resources │ 00004480: 2f66 7261 6d65 776f 726b 7409 0000 0052 /frameworkt....R │ 00004490: 4553 5352 4344 4952 7404 0000 0076 6f69 ESSRCDIRt....voi │ 000044a0: 6474 0a00 0000 5245 5453 4947 5459 5045 dt....RETSIGTYPE │ 000044b0: 7409 0000 0052 554e 5348 4152 4544 7409 t....RUNSHAREDt. │ @@ -1199,15 +1199,15 @@ │ 00004ae0: 4c45 5f52 4f55 4e44 494e 4773 2900 0000 LE_ROUNDINGs)... │ 00004af0: 786d 6c20 786d 6c2f 646f 6d20 786d 6c2f xml xml/dom xml/ │ 00004b00: 6574 7265 6520 786d 6c2f 7061 7273 6572 etree xml/parser │ 00004b10: 7320 786d 6c2f 7361 7874 0d00 0000 584d s xml/saxt....XM │ 00004b20: 4c4c 4942 5355 4244 4952 5373 3900 0000 LLIBSUBDIRSs9... │ 00004b30: 2f68 6f6d 652f 6e61 6f75 7272 2f77 6f72 /home/naourr/wor │ 00004b40: 6b2f 696e 7374 616e 6365 2d33 2f6f 7574 k/instance-3/out │ -00004b50: 7075 742d 312f 6275 696c 642f 7079 7468 put-1/build/pyth │ +00004b50: 7075 742d 322f 6275 696c 642f 7079 7468 put-2/build/pyth │ 00004b60: 6f6e 2d32 2e37 2e31 3874 0c00 0000 6162 on-2.7.18t....ab │ 00004b70: 735f 6275 696c 6464 6972 740a 0000 0061 s_builddirt....a │ 00004b80: 6273 5f73 7263 6469 7273 1300 0000 7838 bs_srcdirs....x8 │ 00004b90: 365f 3634 2d70 632d 6c69 6e75 782d 676e 6_64-pc-linux-gn │ 00004ba0: 7574 0500 0000 6275 696c 6473 0a00 0000 ut....builds.... │ 00004bb0: 2f75 7372 2f73 6861 7265 740b 0000 0064 /usr/sharet....d │ 00004bc0: 6174 6172 6f6f 7464 6972 7304 0000 002f atarootdirs..../ ├── ./usr/lib/python2.7/config/Makefile │ @@ -24,25 +24,25 @@ │ MODOBJS= Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o │ MODLIBS= $(LOCALMODLIBS) $(BASEMODLIBS) │ │ # === Variables set by configure │ VERSION= 2.7 │ srcdir= . │ │ -abs_srcdir= /home/naourr/work/instance-3/output-1/build/python-2.7.18 │ -abs_builddir= /home/naourr/work/instance-3/output-1/build/python-2.7.18 │ +abs_srcdir= /home/naourr/work/instance-3/output-2/build/python-2.7.18 │ +abs_builddir= /home/naourr/work/instance-3/output-2/build/python-2.7.18 │ build= x86_64-pc-linux-gnu │ host= riscv64-buildroot-linux-gnu │ │ -CC= /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc │ -CXX= /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-g++ │ +CC= /home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc │ +CXX= /home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-g++ │ MAINCC= $(CC) │ LINKCC= $(PURIFY) $(MAINCC) │ -AR= /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-ar │ -RANLIB= /home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-ranlib │ +AR= /home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-ar │ +RANLIB= /home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-ranlib │ GITVERSION= │ GITTAG= │ GITBRANCH= │ PGO_PROF_GEN_FLAG=-fprofile-generate │ PGO_PROF_USE_FLAG=-fprofile-use -fprofile-correction │ LLVM_PROF_MERGER=true │ LLVM_PROF_FILE= │ @@ -155,15 +155,15 @@ │ # Modes for directories, executables and data files created by the │ # install process. Default to user-only-writable for all file types. │ DIRMODE= 755 │ EXEMODE= 755 │ FILEMODE= 644 │ │ # configure script arguments │ -CONFIG_ARGS= '--target=riscv64-buildroot-linux-gnu' '--host=riscv64-buildroot-linux-gnu' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--disable-curses' '--with-expat=system' '--disable-bsddb' '--disable-codecs-cjk' '--enable-lib2to3' '--disable-bz2' '--disable-ossaudiodev' '--without-cxx-main' '--without-doc-strings' '--with-system-ffi' '--disable-pydoc' '--disable-test-modules' '--disable-gdbm' '--disable-tk' '--disable-nis' '--disable-dbm' '--disable-pyo-build' '--disable-pyc-build' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=riscv64-buildroot-linux-gnu' 'target_alias=riscv64-buildroot-linux-gnu' 'CC=/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-gcc' 'CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ' 'LDFLAGS=' 'CPPFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CPP=/home/naourr/work/instance-3/output-1/host/bin/riscv64-linux-cpp' 'PKG_CONFIG=/home/naourr/work/instance-3/output-1/host/bin/pkg-config' │ +CONFIG_ARGS= '--target=riscv64-buildroot-linux-gnu' '--host=riscv64-buildroot-linux-gnu' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--disable-curses' '--with-expat=system' '--disable-bsddb' '--disable-codecs-cjk' '--enable-lib2to3' '--disable-bz2' '--disable-ossaudiodev' '--without-cxx-main' '--without-doc-strings' '--with-system-ffi' '--disable-pydoc' '--disable-test-modules' '--disable-gdbm' '--disable-tk' '--disable-nis' '--disable-dbm' '--disable-pyo-build' '--disable-pyc-build' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=riscv64-buildroot-linux-gnu' 'target_alias=riscv64-buildroot-linux-gnu' 'CC=/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-gcc' 'CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ' 'LDFLAGS=' 'CPPFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CPP=/home/naourr/work/instance-3/output-2/host/bin/riscv64-linux-cpp' 'PKG_CONFIG=/home/naourr/work/instance-3/output-2/host/bin/pkg-config' │ │ # disabled extensions │ DISABLED_EXTENSIONS= _codecs_kr _codecs_jp _codecs_cn _codecs_tw _codecs_hk nis bz2 dbm gdbm _bsddb _tkinter _curses _curses_panel ossaudiodev │ │ # Subdirectories with code │ SRCDIRS= Parser Objects Python Modules Modules/_io ├── ./usr/lib/python2.7/lib-dynload/sysconfigdata/_sysconfigdata.pyc Max text output size reached.