--- /home/peko/autobuild/instance-0/output-1/images/rootfs.tar +++ /home/peko/autobuild/instance-0/output-2/images/rootfs.tar ├── ./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/peko/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc │ + echo /home/peko/autobuild/instance-0/output-2/host/bin/arm-buildroot-linux-musleabihf-gcc │ ;; │ │ --prefix) │ echo $prefix │ ;; │ │ --feature) ├── ./usr/bin/newrole │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-musleabihf-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -41,15 +41,15 @@ │ │ 0x000034e8 64726f70 20636170 6162696c 69746965 drop capabilitie │ │ 0x000034f8 730a0055 6e61626c 6520746f 206f6274 s..Unable to obt │ │ 0x00003508 61696e20 656d7074 79207369 676e616c ain empty signal │ │ 0x00003518 20736574 0a00556e 61626c65 20746f20 set..Unable to │ │ 0x00003528 73657420 53494748 55502068 616e646c set SIGHUP handl │ │ 0x00003538 65720a00 2f686f6d 652f7065 6b6f2f61 er../home/peko/a │ │ 0x00003548 75746f62 75696c64 2f696e73 74616e63 utobuild/instanc │ │ - 0x00003558 652d302f 6f757470 75742d31 2f686f73 e-0/output-1/hos │ │ + 0x00003558 652d302f 6f757470 75742d32 2f686f73 e-0/output-2/hos │ │ 0x00003568 742f6172 6d2d6275 696c6472 6f6f742d t/arm-buildroot- │ │ 0x00003578 6c696e75 782d6d75 736c6561 62696866 linux-musleabihf │ │ 0x00003588 2f737973 726f6f74 2f757372 00706f6c /sysroot/usr.pol │ │ 0x00003598 69637963 6f726575 74696c73 00536f72 icycoreutils.Sor │ │ 0x000035a8 72792c20 6e657772 6f6c6520 6d617920 ry, newrole may │ │ 0x000035b8 62652075 73656420 6f6e6c79 206f6e20 be used only on │ │ 0x000035c8 61205345 4c696e75 78206b65 726e656c a SELinux kernel ├── ./usr/lib/dovecot-config │ @@ -1,20 +1,20 @@ │ DOVECOT_INSTALLED=yes │ DOVECOT_CFLAGS="-std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 " │ DOVECOT_LIBS="" │ -DOVECOT_SSL_LIBS="-L/home/peko/autobuild/instance-0/output-1/host/bin/../arm-buildroot-linux-musleabihf/sysroot/usr/lib -lssl -lcrypto " │ +DOVECOT_SSL_LIBS="-L/home/peko/autobuild/instance-0/output-2/host/bin/../arm-buildroot-linux-musleabihf/sysroot/usr/lib -lssl -lcrypto " │ DOVECOT_SQL_LIBS=" " │ DOVECOT_COMPRESS_LIBS=" -lz -lbz2" │ DOVECOT_LUA_LIBS="" │ DOVECOT_LUA_CFLAGS="" │ DOVECOT_BINARY_CFLAGS="-fPIE -DPIE" │ DOVECOT_BINARY_LDFLAGS="-pie -Wl,-z -Wl,relro -Wl,-z -Wl,now" │ │ LIBDOVECOT='-L/usr/lib -ldovecot' │ -LIBDOVECOT_LOGIN='-ldovecot-login -L/home/peko/autobuild/instance-0/output-1/host/bin/../arm-buildroot-linux-musleabihf/sysroot/usr/lib -lssl -lcrypto ' │ +LIBDOVECOT_LOGIN='-ldovecot-login -L/home/peko/autobuild/instance-0/output-2/host/bin/../arm-buildroot-linux-musleabihf/sysroot/usr/lib -lssl -lcrypto ' │ LIBDOVECOT_SQL=-ldovecot-sql │ LIBDOVECOT_COMPRESS=-ldovecot-compression │ LIBDOVECOT_LDA=-ldovecot-lda │ LIBDOVECOT_STORAGE='-ldovecot-storage ' │ LIBDOVECOT_DSYNC=-ldovecot-dsync │ LIBDOVECOT_LIBFTS=-ldovecot-fts │ LIBDOVECOT_LUA=-ldovecot-lua ├── ./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-0/output-1/host/share/gcc-10.3.0/python' │ -libdir = '/home/peko/autobuild/instance-0/output-1/host/arm-buildroot-linux-musleabihf/lib' │ +pythondir = '/home/peko/autobuild/instance-0/output-2/host/share/gcc-10.3.0/python' │ +libdir = '/home/peko/autobuild/instance-0/output-2/host/arm-buildroot-linux-musleabihf/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/sbin/load_policy │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-musleabihf-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -8,15 +8,15 @@ │ │ 0x00000cf0 23000000 3d000000 11000000 3d000000 #...=.......=... │ │ 0x00000d00 26000000 3d000000 01000000 3d000000 &...=.......=... │ │ 0x00000d10 17000000 3d000000 08000000 3d000000 ....=.......=... │ │ 0x00000d20 09000000 3d000000 00000000 00000000 ....=........... │ │ 0x00000d30 75736167 653a2020 2573205b 2d71695d usage: %s [-qi] │ │ 0x00000d40 0a002f68 6f6d652f 70656b6f 2f617574 ../home/peko/aut │ │ 0x00000d50 6f627569 6c642f69 6e737461 6e63652d obuild/instance- │ │ - 0x00000d60 302f6f75 74707574 2d312f68 6f73742f 0/output-1/host/ │ │ + 0x00000d60 302f6f75 74707574 2d322f68 6f73742f 0/output-2/host/ │ │ 0x00000d70 61726d2d 6275696c 64726f6f 742d6c69 arm-buildroot-li │ │ 0x00000d80 6e75782d 6d75736c 65616269 68662f73 nux-musleabihf/s │ │ 0x00000d90 7973726f 6f742f75 73722f73 68617265 ysroot/usr/share │ │ 0x00000da0 2f6c6f63 616c6500 706f6c69 6379636f /locale.policyco │ │ 0x00000db0 72657574 696c7300 25733a20 20576172 reutils.%s: War │ │ 0x00000dc0 6e696e67 21205468 65202d62 206f7074 ning! The -b opt │ │ 0x00000dd0 696f6e20 6973206e 6f206c6f 6e676572 ion is no longer ├── ./usr/sbin/run_init │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-musleabihf-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -23,15 +23,15 @@ │ │ 0x00001450 61737377 6f726420 666f7220 25730a00 assword for %s.. │ │ 0x00001460 25732f25 7300696e 69747263 5f636f6e %s/%s.initrc_con │ │ 0x00001470 74657874 00436f75 6c64206e 6f74206f text.Could not o │ │ 0x00001480 70656e20 66696c65 2025730a 004e6f20 pen file %s..No │ │ 0x00001490 636f6e74 65787420 696e2066 696c6520 context in file │ │ 0x000014a0 25730a00 2f686f6d 652f7065 6b6f2f61 %s../home/peko/a │ │ 0x000014b0 75746f62 75696c64 2f696e73 74616e63 utobuild/instanc │ │ - 0x000014c0 652d302f 6f757470 75742d31 2f686f73 e-0/output-1/hos │ │ + 0x000014c0 652d302f 6f757470 75742d32 2f686f73 e-0/output-2/hos │ │ 0x000014d0 742f6172 6d2d6275 696c6472 6f6f742d t/arm-buildroot- │ │ 0x000014e0 6c696e75 782d6d75 736c6561 62696866 linux-musleabihf │ │ 0x000014f0 2f737973 726f6f74 2f757372 2f736861 /sysroot/usr/sha │ │ 0x00001500 72652f6c 6f63616c 6500706f 6c696379 re/locale.policy │ │ 0x00001510 636f7265 7574696c 7300536f 7272792c coreutils.Sorry, │ │ 0x00001520 2072756e 5f696e69 74206d61 79206265 run_init may be │ │ 0x00001530 20757365 64206f6e 6c79206f 6e206120 used only on a