--- /home/peko/autobuild/instance-0/output-1/images/rootfs.tar +++ /home/peko/autobuild/instance-0/output-2/images/rootfs.tar ├── ./etc/selinux/targeted/contexts/files/file_contexts.homedirs │ @@ -1,12 +1,12 @@ │ │ # │ # │ # User-specific file contexts, generated via support/genhomedircon.py │ -# edit /home/peko/autobuild/instance-0/output-1/per-package/refpolicy/target/etc/selinux/targeted/users/local.users to change file_context │ +# edit /home/peko/autobuild/instance-0/output-2/per-package/refpolicy/target/etc/selinux/targeted/users/local.users to change file_context │ # │ # │ │ │ # │ # Context for user user_u │ # ├── ./usr/bin/aircrack-ng │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/powerpc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -1665,20 +1665,20 @@ │ │ 0x100219e8 2d617678 35313200 2d783836 2d617678 -avx512.-x86-avx │ │ 0x100219f8 32000000 2d783836 2d617678 00000000 2...-x86-avx.... │ │ 0x10021a08 2d783836 2d737365 32000000 2d61726d -x86-sse2...-arm │ │ 0x10021a18 2d6e656f 6e000000 2d707063 2d706f77 -neon...-ppc-pow │ │ 0x10021a28 65723800 2d707063 2d616c74 69766563 er8.-ppc-altivec │ │ 0x10021a38 00000000 2f686f6d 652f7065 6b6f2f61 ..../home/peko/a │ │ 0x10021a48 75746f62 75696c64 2f696e73 74616e63 utobuild/instanc │ │ - 0x10021a58 652d302f 6f757470 75742d31 2f627569 e-0/output-1/bui │ │ + 0x10021a58 652d302f 6f757470 75742d32 2f627569 e-0/output-2/bui │ │ 0x10021a68 6c642f61 69726372 61636b2d 6e672d31 ld/aircrack-ng-1 │ │ 0x10021a78 2e360000 2e6c6962 732f0000 2f686f6d .6...libs/../hom │ │ 0x10021a88 652f7065 6b6f2f61 75746f62 75696c64 e/peko/autobuild │ │ 0x10021a98 2f696e73 74616e63 652d302f 6f757470 /instance-0/outp │ │ - 0x10021aa8 75742d31 2f627569 6c642f61 69726372 ut-1/build/aircr │ │ + 0x10021aa8 75742d32 2f627569 6c642f61 69726372 ut-2/build/aircr │ │ 0x10021ab8 61636b2d 6e672d31 2e362f00 25732573 ack-ng-1.6/.%s%s │ │ 0x10021ac8 00000000 2f757372 2f6c6962 00000000 ..../usr/lib.... │ │ 0x10021ad8 2e736f00 6c696200 25732f25 73257325 .so.lib.%s/%s%s% │ │ 0x10021ae8 73000000 7838362d 61767835 31320000 s...x86-avx512.. │ │ 0x10021af8 7838362d 61767832 00000000 7838362d x86-avx2....x86- │ │ 0x10021b08 61767800 7838362d 73736532 00000000 avx.x86-sse2.... │ │ 0x10021b18 61726d2d 6e656f6e 00000000 61726d2d arm-neon....arm- ├── ./usr/bin/irdb-get │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/peko/autobuild/instance-0/output-1/per-package/lirc-tools/host/bin/python3 │ +#!/usr/bin/env /home/peko/autobuild/instance-0/output-2/per-package/lirc-tools/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-0/output-1/per-package/lirc-tools/host/bin/python3 │ +#!/usr/bin/env /home/peko/autobuild/instance-0/output-2/per-package/lirc-tools/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-0/output-1/per-package/lirc-tools/host/bin/python3 │ +#!/usr/bin/env /home/peko/autobuild/instance-0/output-2/per-package/lirc-tools/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/mysql_config │ @@ -101,18 +101,18 @@ │ port=0 │ else │ port=3306 │ fi │ │ # Create options │ # We intentionally add a space to the beginning and end of lib strings, simplifies replace later │ -libs=" $ldflags -L$pkglibdir -lmysqlclient -L/home/peko/autobuild/instance-0/output-1/per-package/oracle-mysql/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lz -lnsl -lm " │ +libs=" $ldflags -L$pkglibdir -lmysqlclient -L/home/peko/autobuild/instance-0/output-2/per-package/oracle-mysql/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lz -lnsl -lm " │ libs="$libs " │ -libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r -L/home/peko/autobuild/instance-0/output-1/per-package/oracle-mysql/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lz -lpthread -lnsl -lm -lpthread " │ -embedded_libs=" $ldflags -L$pkglibdir -lmysqld -ldl -L/home/peko/autobuild/instance-0/output-1/per-package/oracle-mysql/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lz -lpthread -lnsl -lm -lpthread " │ +libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r -L/home/peko/autobuild/instance-0/output-2/per-package/oracle-mysql/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lz -lpthread -lnsl -lm -lpthread " │ +embedded_libs=" $ldflags -L$pkglibdir -lmysqld -ldl -L/home/peko/autobuild/instance-0/output-2/per-package/oracle-mysql/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lz -lpthread -lnsl -lm -lpthread " │ │ if [ -r "$pkglibdir/libmygcc.a" ]; then │ # When linking against the static library with a different version of GCC │ # from what was used to compile the library, some symbols may not be defined │ # automatically. We package the libmygcc.a from the build host, to provide │ # definitions for those. Bugs 4921, 19561, 19817, 21158, etc. │ libs="$libs -lmygcc " ├── ./usr/bin/mysqlbug │ @@ -19,17 +19,17 @@ │ │ echo "Finding system information for a MySQL bug report" │ │ VERSION="5.1.73" │ COMPILATION_COMMENT="Source distribution" │ BUGmysql="mysql@lists.mysql.com" │ # This is set by configure │ -COMP_CALL_INFO="CC='/home/peko/autobuild/instance-0/output-1/per-package/oracle-mysql/host/bin/powerpc-linux-gcc' CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 ' CXX='/home/peko/autobuild/instance-0/output-1/per-package/oracle-mysql/host/bin/powerpc-linux-g++' CXXFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 ' LDFLAGS='' ASFLAGS=''" │ -COMP_RUN_INFO="CC='/home/peko/autobuild/instance-0/output-1/per-package/oracle-mysql/host/bin/powerpc-linux-gcc' CFLAGS=' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -DUNIV_LINUX -DUNIV_LINUX' CXX='/home/peko/autobuild/instance-0/output-1/per-package/oracle-mysql/host/bin/powerpc-linux-g++' CXXFLAGS=' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -DYACC_HEXT_HH -fno-implicit-templates -fno-exceptions -fno-rtti' LDFLAGS=' -rdynamic ' ASFLAGS=''" │ -CONFIGURE_LINE="./configure '--target=powerpc-buildroot-linux-uclibc' '--host=powerpc-buildroot-linux-uclibc' '--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' '--without-ndb-binlog' '--without-docs' '--without-man' '--without-libedit' '--with-readline' '--with-low-memory' '--enable-thread-safe-client' '--with-unix-socket-path=/run/mysql/mysql.sock' '--disable-mysql-maintainer-mode' '--with-zlib-dir=/home/peko/autobuild/instance-0/output-1/per-package/oracle-mysql/host/powerpc-buildroot-linux-uclibc/sysroot/usr' '--without-server' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=powerpc-buildroot-linux-uclibc' 'target_alias=powerpc-buildroot-linux-uclibc' 'CC=/home/peko/autobuild/instance-0/output-1/per-package/oracle-mysql/host/bin/powerpc-linux-gcc' 'CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 ' 'LDFLAGS=' 'CPPFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CPP=/home/peko/autobuild/instance-0/output-1/per-package/oracle-mysql/host/bin/powerpc-linux-cpp' 'CXX=/home/peko/autobuild/instance-0/output-1/per-package/oracle-mysql/host/bin/powerpc-linux-g++' 'CXXFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 '" │ +COMP_CALL_INFO="CC='/home/peko/autobuild/instance-0/output-2/per-package/oracle-mysql/host/bin/powerpc-linux-gcc' CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 ' CXX='/home/peko/autobuild/instance-0/output-2/per-package/oracle-mysql/host/bin/powerpc-linux-g++' CXXFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 ' LDFLAGS='' ASFLAGS=''" │ +COMP_RUN_INFO="CC='/home/peko/autobuild/instance-0/output-2/per-package/oracle-mysql/host/bin/powerpc-linux-gcc' CFLAGS=' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -DUNIV_LINUX -DUNIV_LINUX' CXX='/home/peko/autobuild/instance-0/output-2/per-package/oracle-mysql/host/bin/powerpc-linux-g++' CXXFLAGS=' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -DYACC_HEXT_HH -fno-implicit-templates -fno-exceptions -fno-rtti' LDFLAGS=' -rdynamic ' ASFLAGS=''" │ +CONFIGURE_LINE="./configure '--target=powerpc-buildroot-linux-uclibc' '--host=powerpc-buildroot-linux-uclibc' '--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' '--without-ndb-binlog' '--without-docs' '--without-man' '--without-libedit' '--with-readline' '--with-low-memory' '--enable-thread-safe-client' '--with-unix-socket-path=/run/mysql/mysql.sock' '--disable-mysql-maintainer-mode' '--with-zlib-dir=/home/peko/autobuild/instance-0/output-2/per-package/oracle-mysql/host/powerpc-buildroot-linux-uclibc/sysroot/usr' '--without-server' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=powerpc-buildroot-linux-uclibc' 'target_alias=powerpc-buildroot-linux-uclibc' 'CC=/home/peko/autobuild/instance-0/output-2/per-package/oracle-mysql/host/bin/powerpc-linux-gcc' 'CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 ' 'LDFLAGS=' 'CPPFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CPP=/home/peko/autobuild/instance-0/output-2/per-package/oracle-mysql/host/bin/powerpc-linux-cpp' 'CXX=/home/peko/autobuild/instance-0/output-2/per-package/oracle-mysql/host/bin/powerpc-linux-g++' 'CXXFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 '" │ │ LIBC_INFO="" │ for pat in /lib/libc.* /lib/libc-* /usr/lib/libc.* /usr/lib/libc-* │ do │ TMP=`ls -l $pat 2>/dev/null` │ if test $? = 0 │ then ├── ./usr/bin/pronto2lirc │ @@ -1,8 +1,8 @@ │ -#!/usr/bin/env /home/peko/autobuild/instance-0/output-1/per-package/lirc-tools/host/bin/python3 │ +#!/usr/bin/env /home/peko/autobuild/instance-0/output-2/per-package/lirc-tools/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/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/peko/autobuild/instance-0/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litcl4.1.2' │ -ITCL_BUILD_LIB_SPEC='-L/home/peko/autobuild/instance-0/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litcl4.1.2' │ +itcl_BUILD_LIB_SPEC='-L/home/peko/autobuild/instance-0/output-2/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litcl4.1.2' │ +ITCL_BUILD_LIB_SPEC='-L/home/peko/autobuild/instance-0/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/peko/autobuild/instance-0/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litclstub4.1.2' │ -ITCL_BUILD_STUB_LIB_SPEC='-L/home/peko/autobuild/instance-0/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litclstub4.1.2' │ +itcl_BUILD_STUB_LIB_SPEC='-L/home/peko/autobuild/instance-0/output-2/build/tcl-8.6.9/unix/pkgs/itcl4.1.2 -litclstub4.1.2' │ +ITCL_BUILD_STUB_LIB_SPEC='-L/home/peko/autobuild/instance-0/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/peko/autobuild/instance-0/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2/libitclstub4.1.2.a' │ -ITCL_BUILD_STUB_LIB_PATH='/home/peko/autobuild/instance-0/output-1/build/tcl-8.6.9/unix/pkgs/itcl4.1.2/libitclstub4.1.2.a' │ +itcl_BUILD_STUB_LIB_PATH='/home/peko/autobuild/instance-0/output-2/build/tcl-8.6.9/unix/pkgs/itcl4.1.2/libitclstub4.1.2.a' │ +ITCL_BUILD_STUB_LIB_PATH='/home/peko/autobuild/instance-0/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/peko/autobuild/instance-0/output-1/build/tcl-8.6.9/pkgs/itcl4.1.2' │ -ITCL_SRC_DIR='/home/peko/autobuild/instance-0/output-1/build/tcl-8.6.9/pkgs/itcl4.1.2' │ +itcl_SRC_DIR='/home/peko/autobuild/instance-0/output-2/build/tcl-8.6.9/pkgs/itcl4.1.2' │ +ITCL_SRC_DIR='/home/peko/autobuild/instance-0/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/peko/autobuild/instance-0/output-1/build/tcl-8.6.9/pkgs/itcl4.1.2/generic' │ -ITCL_INCLUDE_SPEC='-I/home/peko/autobuild/instance-0/output-1/build/tcl-8.6.9/pkgs/itcl4.1.2/generic' │ +itcl_INCLUDE_SPEC='-I/home/peko/autobuild/instance-0/output-2/build/tcl-8.6.9/pkgs/itcl4.1.2/generic' │ +ITCL_INCLUDE_SPEC='-I/home/peko/autobuild/instance-0/output-2/build/tcl-8.6.9/pkgs/itcl4.1.2/generic' ├── ./usr/lib/libGraphicsMagick.so.3.21.0 │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/powerpc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -3758,15 +3758,15 @@ │ │ 0x001cd4c0 6961733d 706f7765 7270632d 6275696c ias=powerpc-buil │ │ 0x001cd4d0 64726f6f 742d6c69 6e75782d 75636c69 droot-linux-ucli │ │ 0x001cd4e0 62632720 27746172 6765745f 616c6961 bc' 'target_alia │ │ 0x001cd4f0 733d706f 77657270 632d6275 696c6472 s=powerpc-buildr │ │ 0x001cd500 6f6f742d 6c696e75 782d7563 6c696263 oot-linux-uclibc │ │ 0x001cd510 27202743 433d2f68 6f6d652f 70656b6f ' 'CC=/home/peko │ │ 0x001cd520 2f617574 6f627569 6c642f69 6e737461 /autobuild/insta │ │ - 0x001cd530 6e63652d 302f6f75 74707574 2d312f70 nce-0/output-1/p │ │ + 0x001cd530 6e63652d 302f6f75 74707574 2d322f70 nce-0/output-2/p │ │ 0x001cd540 65722d70 61636b61 67652f67 72617068 er-package/graph │ │ 0x001cd550 6963736d 61676963 6b2f686f 73742f62 icsmagick/host/b │ │ 0x001cd560 696e2f70 6f776572 70632d6c 696e7578 in/powerpc-linux │ │ 0x001cd570 2d676363 27202743 464c4147 533d2d44 -gcc' 'CFLAGS=-D │ │ 0x001cd580 5f4c4152 47454649 4c455f53 4f555243 _LARGEFILE_SOURC │ │ 0x001cd590 45202d44 5f4c4152 47454649 4c453634 E -D_LARGEFILE64 │ │ 0x001cd5a0 5f534f55 52434520 2d445f46 494c455f _SOURCE -D_FILE_ │ │ @@ -3775,44 +3775,44 @@ │ │ 0x001cd5d0 47533d27 20274350 50464c41 47533d2d GS=' 'CPPFLAGS=- │ │ 0x001cd5e0 445f4c41 52474546 494c455f 534f5552 D_LARGEFILE_SOUR │ │ 0x001cd5f0 4345202d 445f4c41 52474546 494c4536 CE -D_LARGEFILE6 │ │ 0x001cd600 345f534f 55524345 202d445f 46494c45 4_SOURCE -D_FILE │ │ 0x001cd610 5f4f4646 5345545f 42495453 3d363427 _OFFSET_BITS=64' │ │ 0x001cd620 20274350 503d2f68 6f6d652f 70656b6f 'CPP=/home/peko │ │ 0x001cd630 2f617574 6f627569 6c642f69 6e737461 /autobuild/insta │ │ - 0x001cd640 6e63652d 302f6f75 74707574 2d312f70 nce-0/output-1/p │ │ + 0x001cd640 6e63652d 302f6f75 74707574 2d322f70 nce-0/output-2/p │ │ 0x001cd650 65722d70 61636b61 67652f67 72617068 er-package/graph │ │ 0x001cd660 6963736d 61676963 6b2f686f 73742f62 icsmagick/host/b │ │ 0x001cd670 696e2f70 6f776572 70632d6c 696e7578 in/powerpc-linux │ │ 0x001cd680 2d637070 27202743 58583d2f 686f6d65 -cpp' 'CXX=/home │ │ 0x001cd690 2f70656b 6f2f6175 746f6275 696c642f /peko/autobuild/ │ │ 0x001cd6a0 696e7374 616e6365 2d302f6f 75747075 instance-0/outpu │ │ - 0x001cd6b0 742d312f 7065722d 7061636b 6167652f t-1/per-package/ │ │ + 0x001cd6b0 742d322f 7065722d 7061636b 6167652f t-2/per-package/ │ │ 0x001cd6c0 67726170 68696373 6d616769 636b2f68 graphicsmagick/h │ │ 0x001cd6d0 6f73742f 62696e2f 706f7765 7270632d ost/bin/powerpc- │ │ 0x001cd6e0 6c696e75 782d672b 2b272027 43585846 linux-g++' 'CXXF │ │ 0x001cd6f0 4c414753 3d2d445f 4c415247 4546494c LAGS=-D_LARGEFIL │ │ 0x001cd700 455f534f 55524345 202d445f 4c415247 E_SOURCE -D_LARG │ │ 0x001cd710 4546494c 4536345f 534f5552 4345202d EFILE64_SOURCE - │ │ 0x001cd720 445f4649 4c455f4f 46465345 545f4249 D_FILE_OFFSET_BI │ │ 0x001cd730 54533d36 3420202d 4f32202d 67322027 TS=64 -O2 -g2 ' │ │ 0x001cd740 2027504b 475f434f 4e464947 3d2f686f 'PKG_CONFIG=/ho │ │ 0x001cd750 6d652f70 656b6f2f 6175746f 6275696c me/peko/autobuil │ │ 0x001cd760 642f696e 7374616e 63652d30 2f6f7574 d/instance-0/out │ │ - 0x001cd770 7075742d 312f7065 722d7061 636b6167 put-1/per-packag │ │ + 0x001cd770 7075742d 322f7065 722d7061 636b6167 put-2/per-packag │ │ 0x001cd780 652f6772 61706869 63736d61 6769636b e/graphicsmagick │ │ 0x001cd790 2f686f73 742f6269 6e2f706b 672d636f /host/bin/pkg-co │ │ 0x001cd7a0 6e666967 27000000 0a436f6e 66696775 nfig'....Configu │ │ 0x001cd7b0 72656420 7573696e 67207468 6520636f red using the co │ │ 0x001cd7c0 6d6d616e 643a0a20 20252e31 30323473 mmand:. %.1024s │ │ 0x001cd7d0 0a000000 0a46696e 616c2042 75696c64 .....Final Build │ │ 0x001cd7e0 20506172 616d6574 6572733a 0a000000 Parameters:.... │ │ 0x001cd7f0 2f686f6d 652f7065 6b6f2f61 75746f62 /home/peko/autob │ │ 0x001cd800 75696c64 2f696e73 74616e63 652d302f uild/instance-0/ │ │ - 0x001cd810 6f757470 75742d31 2f706572 2d706163 output-1/per-pac │ │ + 0x001cd810 6f757470 75742d32 2f706572 2d706163 output-2/per-pac │ │ 0x001cd820 6b616765 2f677261 70686963 736d6167 kage/graphicsmag │ │ 0x001cd830 69636b2f 686f7374 2f62696e 2f706f77 ick/host/bin/pow │ │ 0x001cd840 65727063 2d6c696e 75782d67 63630000 erpc-linux-gcc.. │ │ 0x001cd850 20204343 20202020 2020203d 20252e31 CC = %.1 │ │ 0x001cd860 30323473 0a000000 2d445f4c 41524745 024s....-D_LARGE │ │ 0x001cd870 46494c45 5f534f55 52434520 2d445f4c FILE_SOURCE -D_L │ │ 0x001cd880 41524745 46494c45 36345f53 4f555243 ARGEFILE64_SOURC │ │ @@ -3822,48 +3822,48 @@ │ │ 0x001cd8c0 2020203d 20252e31 30323473 0a000000 = %.1024s.... │ │ 0x001cd8d0 2d445f4c 41524745 46494c45 5f534f55 -D_LARGEFILE_SOU │ │ 0x001cd8e0 52434520 2d445f4c 41524745 46494c45 RCE -D_LARGEFILE │ │ 0x001cd8f0 36345f53 4f555243 45202d44 5f46494c 64_SOURCE -D_FIL │ │ 0x001cd900 455f4f46 46534554 5f424954 533d3634 E_OFFSET_BITS=64 │ │ 0x001cd910 202d492f 686f6d65 2f70656b 6f2f6175 -I/home/peko/au │ │ 0x001cd920 746f6275 696c642f 696e7374 616e6365 tobuild/instance │ │ - 0x001cd930 2d302f6f 75747075 742d312f 7065722d -0/output-1/per- │ │ + 0x001cd930 2d302f6f 75747075 742d322f 7065722d -0/output-2/per- │ │ 0x001cd940 7061636b 6167652f 67726170 68696373 package/graphics │ │ 0x001cd950 6d616769 636b2f68 6f73742f 62696e2f magick/host/bin/ │ │ 0x001cd960 2e2e2f70 6f776572 70632d62 75696c64 ../powerpc-build │ │ 0x001cd970 726f6f74 2d6c696e 75782d75 636c6962 root-linux-uclib │ │ 0x001cd980 632f7379 73726f6f 742f7573 722f696e c/sysroot/usr/in │ │ 0x001cd990 636c7564 652f6672 65657479 70653220 clude/freetype2 │ │ 0x001cd9a0 2d492f68 6f6d652f 70656b6f 2f617574 -I/home/peko/aut │ │ 0x001cd9b0 6f627569 6c642f69 6e737461 6e63652d obuild/instance- │ │ - 0x001cd9c0 302f6f75 74707574 2d312f70 65722d70 0/output-1/per-p │ │ + 0x001cd9c0 302f6f75 74707574 2d322f70 65722d70 0/output-2/per-p │ │ 0x001cd9d0 61636b61 67652f67 72617068 6963736d ackage/graphicsm │ │ 0x001cd9e0 61676963 6b2f686f 73742f62 696e2f2e agick/host/bin/. │ │ 0x001cd9f0 2e2f706f 77657270 632d6275 696c6472 ./powerpc-buildr │ │ 0x001cda00 6f6f742d 6c696e75 782d7563 6c696263 oot-linux-uclibc │ │ 0x001cda10 2f737973 726f6f74 2f757372 2f696e63 /sysroot/usr/inc │ │ 0x001cda20 6c756465 2f6c6962 786d6c32 00000000 lude/libxml2.... │ │ 0x001cda30 20204350 50464c41 4753203d 20252e31 CPPFLAGS = %.1 │ │ 0x001cda40 30323473 0a000000 2f686f6d 652f7065 024s..../home/pe │ │ 0x001cda50 6b6f2f61 75746f62 75696c64 2f696e73 ko/autobuild/ins │ │ - 0x001cda60 74616e63 652d302f 6f757470 75742d31 tance-0/output-1 │ │ + 0x001cda60 74616e63 652d302f 6f757470 75742d32 tance-0/output-2 │ │ 0x001cda70 2f706572 2d706163 6b616765 2f677261 /per-package/gra │ │ 0x001cda80 70686963 736d6167 69636b2f 686f7374 phicsmagick/host │ │ 0x001cda90 2f62696e 2f706f77 65727063 2d6c696e /bin/powerpc-lin │ │ 0x001cdaa0 75782d67 2b2b0000 20204358 58202020 ux-g++.. CXX │ │ 0x001cdab0 2020203d 20252e31 30323473 0a000000 = %.1024s.... │ │ 0x001cdac0 2d445f4c 41524745 46494c45 5f534f55 -D_LARGEFILE_SOU │ │ 0x001cdad0 52434520 2d445f4c 41524745 46494c45 RCE -D_LARGEFILE │ │ 0x001cdae0 36345f53 4f555243 45202d44 5f46494c 64_SOURCE -D_FIL │ │ 0x001cdaf0 455f4f46 46534554 5f424954 533d3634 E_OFFSET_BITS=64 │ │ 0x001cdb00 202d4f32 202d6732 00000000 20204358 -O2 -g2.... CX │ │ 0x001cdb10 58464c41 4753203d 20252e31 30323473 XFLAGS = %.1024s │ │ 0x001cdb20 0a000000 2d4c2f68 6f6d652f 70656b6f ....-L/home/peko │ │ 0x001cdb30 2f617574 6f627569 6c642f69 6e737461 /autobuild/insta │ │ - 0x001cdb40 6e63652d 302f6f75 74707574 2d312f70 nce-0/output-1/p │ │ + 0x001cdb40 6e63652d 302f6f75 74707574 2d322f70 nce-0/output-2/p │ │ 0x001cdb50 65722d70 61636b61 67652f67 72617068 er-package/graph │ │ 0x001cdb60 6963736d 61676963 6b2f686f 73742f62 icsmagick/host/b │ │ 0x001cdb70 696e2f2e 2e2f706f 77657270 632d6275 in/../powerpc-bu │ │ 0x001cdb80 696c6472 6f6f742d 6c696e75 782d7563 ildroot-linux-uc │ │ 0x001cdb90 6c696263 2f737973 726f6f74 2f757372 libc/sysroot/usr │ │ 0x001cdba0 2f6c6962 00000000 20204c44 464c4147 /lib.... LDFLAG │ │ 0x001cdbb0 5320203d 20252e31 30323473 0a000000 S = %.1024s.... ├── ./usr/lib/libfftw3f.so.3.5.8 │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/powerpc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -967,15 +967,15 @@ │ │ 0x000bf0d0 00000008 00000008 00080000 00000000 ................ │ │ 0x000bf0e0 00000800 00000000 00080000 00080000 ................ │ │ 0x000bf0f0 00000800 00000800 4bf099c0 00000000 ........K....... │ │ 0x000bf100 3ddb7cdf d9d7bdbb 3fa8fb06 3ef2c7f0 =.|.....?...>... │ │ 0x000bf110 66667477 2d332e33 2e380000 2f686f6d fftw-3.3.8../hom │ │ 0x000bf120 652f7065 6b6f2f61 75746f62 75696c64 e/peko/autobuild │ │ 0x000bf130 2f696e73 74616e63 652d302f 6f757470 /instance-0/outp │ │ - 0x000bf140 75742d31 2f706572 2d706163 6b616765 ut-1/per-package │ │ + 0x000bf140 75742d32 2f706572 2d706163 6b616765 ut-2/per-package │ │ 0x000bf150 2f666674 772d7369 6e676c65 2f686f73 /fftw-single/hos │ │ 0x000bf160 742f6269 6e2f706f 77657270 632d6c69 t/bin/powerpc-li │ │ 0x000bf170 6e75782d 67636320 2d445f4c 41524745 nux-gcc -D_LARGE │ │ 0x000bf180 46494c45 5f534f55 52434520 2d445f4c FILE_SOURCE -D_L │ │ 0x000bf190 41524745 46494c45 36345f53 4f555243 ARGEFILE64_SOURC │ │ 0x000bf1a0 45202d44 5f46494c 455f4f46 46534554 E -D_FILE_OFFSET │ │ 0x000bf1b0 5f424954 533d3634 20202d4f 32202d67 _BITS=64 -O2 -g ├── ./usr/lib/libgphoto2.so.6.1.0 │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/powerpc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -944,22 +944,22 @@ │ │ 0x0001f64c 706c6574 65206f70 65726174 696f6e00 plete operation. │ │ 0x0001f65c 4f532065 72726f72 20696e20 63616d65 OS error in came │ │ 0x0001f66c 72612063 6f6d6d75 6e696361 74696f6e ra communication │ │ 0x0001f67c 00000000 4e6f7420 656e6f75 67682066 ....Not enough f │ │ 0x0001f68c 72656520 73706163 65000000 616c6c20 ree space...all │ │ 0x0001f69c 63616d6c 69627300 2f686f6d 652f7065 camlibs./home/pe │ │ 0x0001f6ac 6b6f2f61 75746f62 75696c64 2f696e73 ko/autobuild/ins │ │ - 0x0001f6bc 74616e63 652d302f 6f757470 75742d31 tance-0/output-1 │ │ + 0x0001f6bc 74616e63 652d302f 6f757470 75742d32 tance-0/output-2 │ │ 0x0001f6cc 2f706572 2d706163 6b616765 2f6c6962 /per-package/lib │ │ 0x0001f6dc 6770686f 746f322f 686f7374 2f62696e gphoto2/host/bin │ │ 0x0001f6ec 2f706f77 65727063 2d6c696e 75782d67 /powerpc-linux-g │ │ 0x0001f6fc 63630000 6c74646c 00000000 6e6f2045 cc..ltdl....no E │ │ 0x0001f70c 58494600 2f686f6d 652f7065 6b6f2f61 XIF./home/peko/a │ │ 0x0001f71c 75746f62 75696c64 2f696e73 74616e63 utobuild/instanc │ │ - 0x0001f72c 652d302f 6f757470 75742d31 2f706572 e-0/output-1/per │ │ + 0x0001f72c 652d302f 6f757470 75742d32 2f706572 e-0/output-2/per │ │ 0x0001f73c 2d706163 6b616765 2f6c6962 6770686f -package/libgpho │ │ 0x0001f74c 746f322f 686f7374 2f62696e 2f706f77 to2/host/bin/pow │ │ 0x0001f75c 65727063 2d6c696e 75782d67 63632028 erpc-linux-gcc ( │ │ 0x0001f76c 4320636f 6d70696c 65722075 73656429 C compiler used) │ │ 0x0001f77c 00000000 6c74646c 2028666f 7220706f ....ltdl (for po │ │ 0x0001f78c 72746162 6c65206c 6f616469 6e67206f rtable loading o │ │ 0x0001f79c 66206361 6d6c6962 73290000 6e6f2045 f camlibs)..no E ├── ./usr/lib/libgphoto2_port.so.12.0.0 │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/powerpc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -111,23 +111,23 @@ │ │ 0x00007b54 64206279 74657329 0a257300 302e3132 d bytes).%s.0.12 │ │ 0x00007b64 2e300000 696f6c69 62733a20 6469736b .0..iolibs: disk │ │ 0x00007b74 20707470 69702073 65726961 6c207573 ptpip serial us │ │ 0x00007b84 62312075 73626469 736b6469 72656374 b1 usbdiskdirect │ │ 0x00007b94 20757362 73637369 00000000 2f686f6d usbscsi..../hom │ │ 0x00007ba4 652f7065 6b6f2f61 75746f62 75696c64 e/peko/autobuild │ │ 0x00007bb4 2f696e73 74616e63 652d302f 6f757470 /instance-0/outp │ │ - 0x00007bc4 75742d31 2f706572 2d706163 6b616765 ut-1/per-package │ │ + 0x00007bc4 75742d32 2f706572 2d706163 6b616765 ut-2/per-package │ │ 0x00007bd4 2f6c6962 6770686f 746f322f 686f7374 /libgphoto2/host │ │ 0x00007be4 2f62696e 2f706f77 65727063 2d6c696e /bin/powerpc-lin │ │ 0x00007bf4 75782d67 63630000 6c74646c 00000000 ux-gcc..ltdl.... │ │ 0x00007c04 55534200 73657269 616c2077 6974686f USB.serial witho │ │ 0x00007c14 7574206c 6f636b69 6e670000 2f686f6d ut locking../hom │ │ 0x00007c24 652f7065 6b6f2f61 75746f62 75696c64 e/peko/autobuild │ │ 0x00007c34 2f696e73 74616e63 652d302f 6f757470 /instance-0/outp │ │ - 0x00007c44 75742d31 2f706572 2d706163 6b616765 ut-1/per-package │ │ + 0x00007c44 75742d32 2f706572 2d706163 6b616765 ut-2/per-package │ │ 0x00007c54 2f6c6962 6770686f 746f322f 686f7374 /libgphoto2/host │ │ 0x00007c64 2f62696e 2f706f77 65727063 2d6c696e /bin/powerpc-lin │ │ 0x00007c74 75782d67 63632028 4320636f 6d70696c ux-gcc (C compil │ │ 0x00007c84 65722075 73656429 00000000 6c74646c er used)....ltdl │ │ 0x00007c94 2028666f 7220706f 72746162 6c65206c (for portable l │ │ 0x00007ca4 6f616469 6e67206f 6620696f 6c696273 oading of iolibs │ │ 0x00007cb4 29000000 55534220 286c6962 75736231 )...USB (libusb1 ├── ./usr/lib/liblldpctl.so.4.8.0 │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/powerpc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -102,15 +102,15 @@ │ │ 0x0000a63c 61626c65 640a0000 436f6e66 69677572 abled...Configur │ │ 0x0000a64c 6174696f 6e206469 72656374 6f72793a ation directory: │ │ 0x0000a65c 20202020 202f6574 630a0000 6c6c6470 /etc...lldp │ │ 0x0000a66c 636c6900 41646469 74696f6e 616c206f cli.Additional o │ │ 0x0000a67c 75747075 7420666f 726d6174 733a2020 utput formats: │ │ 0x0000a68c 20000000 2f686f6d 652f7065 6b6f2f61 .../home/peko/a │ │ 0x0000a69c 75746f62 75696c64 2f696e73 74616e63 utobuild/instanc │ │ - 0x0000a6ac 652d302f 6f757470 75742d31 2f706572 e-0/output-1/per │ │ + 0x0000a6ac 652d302f 6f757470 75742d32 2f706572 e-0/output-2/per │ │ 0x0000a6bc 2d706163 6b616765 2f6c6c64 70642f68 -package/lldpd/h │ │ 0x0000a6cc 6f73742f 62696e2f 706f7765 7270632d ost/bin/powerpc- │ │ 0x0000a6dc 6c696e75 782d6763 63202d73 74643d67 linux-gcc -std=g │ │ 0x0000a6ec 6e753939 20202d66 64696167 6e6f7374 nu99 -fdiagnost │ │ 0x0000a6fc 6963732d 73686f77 2d6f7074 696f6e20 ics-show-option │ │ 0x0000a70c 2d666469 61676e6f 73746963 732d636f -fdiagnostics-co │ │ 0x0000a71c 6c6f723d 6175746f 202d7069 7065202d lor=auto -pipe - │ │ @@ -137,15 +137,15 @@ │ │ 0x0000a86c 5f534f55 52434520 2d445f4c 41524745 _SOURCE -D_LARGE │ │ 0x0000a87c 46494c45 36345f53 4f555243 45202d44 FILE64_SOURCE -D │ │ 0x0000a88c 5f46494c 455f4f46 46534554 5f424954 _FILE_OFFSET_BIT │ │ 0x0000a89c 533d3634 00000000 4320636f 6d70696c S=64....C compil │ │ 0x0000a8ac 65722063 6f6d6d61 6e643a20 25730a00 er command: %s.. │ │ 0x0000a8bc 2f686f6d 652f7065 6b6f2f61 75746f62 /home/peko/autob │ │ 0x0000a8cc 75696c64 2f696e73 74616e63 652d302f uild/instance-0/ │ │ - 0x0000a8dc 6f757470 75742d31 2f706572 2d706163 output-1/per-pac │ │ + 0x0000a8dc 6f757470 75742d32 2f706572 2d706163 output-2/per-pac │ │ 0x0000a8ec 6b616765 2f6c6c64 70642f68 6f73742f kage/lldpd/host/ │ │ 0x0000a8fc 62696e2f 706f7765 7270632d 6c696e75 bin/powerpc-linu │ │ 0x0000a90c 782d6c64 20202d57 6c2c2d7a 2c72656c x-ld -Wl,-z,rel │ │ 0x0000a91c 726f202d 576c2c2d 7a2c6e6f 77202020 ro -Wl,-z,now │ │ 0x0000a92c 00000000 4c696e6b 65722063 6f6d6d61 ....Linker comma │ │ 0x0000a93c 6e643a20 20202020 25730a00 54455854 nd: %s..TEXT │ │ 0x0000a94c 00000000 4b560000 4a534f4e 00000000 ....KV..JSON.... ├── ./usr/lib/libmercury.so.0.0.0 │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/powerpc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -58,15 +58,15 @@ │ │ 0x00009bf8 77657270 632d6275 696c6472 6f6f742d werpc-buildroot- │ │ 0x00009c08 6c696e75 782d7563 6c696263 27202774 linux-uclibc' 't │ │ 0x00009c18 61726765 745f616c 6961733d 706f7765 arget_alias=powe │ │ 0x00009c28 7270632d 6275696c 64726f6f 742d6c69 rpc-buildroot-li │ │ 0x00009c38 6e75782d 75636c69 62632720 2743433d nux-uclibc' 'CC= │ │ 0x00009c48 2f686f6d 652f7065 6b6f2f61 75746f62 /home/peko/autob │ │ 0x00009c58 75696c64 2f696e73 74616e63 652d302f uild/instance-0/ │ │ - 0x00009c68 6f757470 75742d31 2f706572 2d706163 output-1/per-pac │ │ + 0x00009c68 6f757470 75742d32 2f706572 2d706163 output-2/per-pac │ │ 0x00009c78 6b616765 2f78656e 6f6d6169 2f686f73 kage/xenomai/hos │ │ 0x00009c88 742f6269 6e2f706f 77657270 632d6c69 t/bin/powerpc-li │ │ 0x00009c98 6e75782d 67636327 20274346 4c414753 nux-gcc' 'CFLAGS │ │ 0x00009ca8 3d2d445f 4c415247 4546494c 455f534f =-D_LARGEFILE_SO │ │ 0x00009cb8 55524345 202d445f 4c415247 4546494c URCE -D_LARGEFIL │ │ 0x00009cc8 4536345f 534f5552 4345202d 445f4649 E64_SOURCE -D_FI │ │ 0x00009cd8 4c455f4f 46465345 545f4249 54533d36 LE_OFFSET_BITS=6 │ │ @@ -75,21 +75,21 @@ │ │ 0x00009d08 533d2d44 5f4c4152 47454649 4c455f53 S=-D_LARGEFILE_S │ │ 0x00009d18 4f555243 45202d44 5f4c4152 47454649 OURCE -D_LARGEFI │ │ 0x00009d28 4c453634 5f534f55 52434520 2d445f46 LE64_SOURCE -D_F │ │ 0x00009d38 494c455f 4f464653 45545f42 4954533d ILE_OFFSET_BITS= │ │ 0x00009d48 36342720 27435050 3d2f686f 6d652f70 64' 'CPP=/home/p │ │ 0x00009d58 656b6f2f 6175746f 6275696c 642f696e eko/autobuild/in │ │ 0x00009d68 7374616e 63652d30 2f6f7574 7075742d stance-0/output- │ │ - 0x00009d78 312f7065 722d7061 636b6167 652f7865 1/per-package/xe │ │ + 0x00009d78 322f7065 722d7061 636b6167 652f7865 2/per-package/xe │ │ 0x00009d88 6e6f6d61 692f686f 73742f62 696e2f70 nomai/host/bin/p │ │ 0x00009d98 6f776572 70632d6c 696e7578 2d637070 owerpc-linux-cpp │ │ 0x00009da8 27202750 4b475f43 4f4e4649 473d2f68 ' 'PKG_CONFIG=/h │ │ 0x00009db8 6f6d652f 70656b6f 2f617574 6f627569 ome/peko/autobui │ │ 0x00009dc8 6c642f69 6e737461 6e63652d 302f6f75 ld/instance-0/ou │ │ - 0x00009dd8 74707574 2d312f70 65722d70 61636b61 tput-1/per-packa │ │ + 0x00009dd8 74707574 2d322f70 65722d70 61636b61 tput-2/per-packa │ │ 0x00009de8 67652f78 656e6f6d 61692f68 6f73742f ge/xenomai/host/ │ │ 0x00009df8 62696e2f 706b672d 636f6e66 69672722 bin/pkg-config'" │ │ 0x00009e08 00000000 434f4e46 49475f58 454e4f5f ....CONFIG_XENO_ │ │ 0x00009e18 4255494c 445f5354 52494e47 3d227838 BUILD_STRING="x8 │ │ 0x00009e28 365f3634 2d70632d 6c696e75 782d676e 6_64-pc-linux-gn │ │ 0x00009e38 75220000 434f4e46 49475f58 454e4f5f u"..CONFIG_XENO_ │ │ 0x00009e48 434f4d50 494c4552 3d222200 434f4e46 COMPILER="".CONF ├── ./usr/lib/libmoar.so │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/powerpc-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -2771,15 +2771,15 @@ │ │ 0x00257aa0 75677365 72766572 20636f6e 64697469 ugserver conditi │ │ 0x00257ab0 6f6e2076 61726961 626c6520 6661696c on variable fail │ │ 0x00257ac0 65640a20 20202025 730a0000 4d44535f ed. %s...MDS_ │ │ 0x00257ad0 4e455457 4f524b00 4d44535f 50524f54 NETWORK.MDS_PROT │ │ 0x00257ae0 4f434f4c 00000000 44656275 67204861 OCOL....Debug Ha │ │ 0x00257af0 6e646c65 00000000 2f686f6d 652f7065 ndle..../home/pe │ │ 0x00257b00 6b6f2f61 75746f62 75696c64 2f696e73 ko/autobuild/ins │ │ - 0x00257b10 74616e63 652d302f 6f757470 75742d31 tance-0/output-1 │ │ + 0x00257b10 74616e63 652d302f 6f757470 75742d32 tance-0/output-2 │ │ 0x00257b20 2f706572 2d706163 6b616765 2f6d6f61 /per-package/moa │ │ 0x00257b30 72766d2f 686f7374 2f62696e 2f706f77 rvm/host/bin/pow │ │ 0x00257b40 65727063 2d6c696e 75782d61 72000000 erpc-linux-ar... │ │ 0x00257b50 6172666c 61677300 72637300 61726f75 arflags.rcs.arou │ │ 0x00257b60 74000000 61736d00 61736d6f 75740000 t...asm.asmout.. │ │ 0x00257b70 2d6f2000 61736d73 77697463 68000000 -o .asmswitch... │ │ 0x00257b80 2d530000 61757863 6c65616e 00000000 -S..auxclean.... │ │ @@ -2790,15 +2790,15 @@ │ │ 0x00257bd0 756e616c 69676e65 645f696e 74333200 unaligned_int32. │ │ 0x00257be0 63616e5f 756e616c 69676e65 645f696e can_unaligned_in │ │ 0x00257bf0 74363400 63616e5f 756e616c 69676e65 t64.can_unaligne │ │ 0x00257c00 645f6e75 6d363400 63616e63 676f746f d_num64.cancgoto │ │ 0x00257c10 00000000 63616e72 64747363 70000000 ....canrdtscp... │ │ 0x00257c20 63617400 2f686f6d 652f7065 6b6f2f61 cat./home/peko/a │ │ 0x00257c30 75746f62 75696c64 2f696e73 74616e63 utobuild/instanc │ │ - 0x00257c40 652d302f 6f757470 75742d31 2f706572 e-0/output-1/per │ │ + 0x00257c40 652d302f 6f757470 75742d32 2f706572 e-0/output-2/per │ │ 0x00257c50 2d706163 6b616765 2f6d6f61 72766d2f -package/moarvm/ │ │ 0x00257c60 686f7374 2f62696e 2f706f77 65727063 host/bin/powerpc │ │ 0x00257c70 2d6c696e 75782d67 63630000 63636465 -linux-gcc..ccde │ │ 0x00257c80 62756766 6c616773 00000000 2d673300 bugflags....-g3. │ │ 0x00257c90 63636465 66000000 2d440000 63636465 ccdef...-D..ccde │ │ 0x00257ca0 66666c61 67730000 2d445f52 45454e54 fflags..-D_REENT │ │ 0x00257cb0 52414e54 202d445f 46494c45 5f4f4646 RANT -D_FILE_OFF │ │ @@ -2850,33 +2850,33 @@ │ │ 0x00257f90 69670000 2d2d6275 696c643d 7838365f ig..--build=x86_ │ │ 0x00257fa0 36342d70 632d6c69 6e75782d 676e7520 64-pc-linux-gnu │ │ 0x00257fb0 2d2d686f 73743d70 6f776572 70632d62 --host=powerpc-b │ │ 0x00257fc0 75696c64 726f6f74 2d6c696e 75782d75 uildroot-linux-u │ │ 0x00257fd0 636c6962 63202d2d 61723d2f 686f6d65 clibc --ar=/home │ │ 0x00257fe0 2f70656b 6f2f6175 746f6275 696c642f /peko/autobuild/ │ │ 0x00257ff0 696e7374 616e6365 2d302f6f 75747075 instance-0/outpu │ │ - 0x00258000 742d312f 7065722d 7061636b 6167652f t-1/per-package/ │ │ + 0x00258000 742d322f 7065722d 7061636b 6167652f t-2/per-package/ │ │ 0x00258010 6d6f6172 766d2f68 6f73742f 62696e2f moarvm/host/bin/ │ │ 0x00258020 706f7765 7270632d 6c696e75 782d6172 powerpc-linux-ar │ │ 0x00258030 202d2d63 633d2f68 6f6d652f 70656b6f --cc=/home/peko │ │ 0x00258040 2f617574 6f627569 6c642f69 6e737461 /autobuild/insta │ │ - 0x00258050 6e63652d 302f6f75 74707574 2d312f70 nce-0/output-1/p │ │ + 0x00258050 6e63652d 302f6f75 74707574 2d322f70 nce-0/output-2/p │ │ 0x00258060 65722d70 61636b61 67652f6d 6f617276 er-package/moarv │ │ 0x00258070 6d2f686f 73742f62 696e2f70 6f776572 m/host/bin/power │ │ 0x00258080 70632d6c 696e7578 2d676363 202d2d6c pc-linux-gcc --l │ │ 0x00258090 643d2f68 6f6d652f 70656b6f 2f617574 d=/home/peko/aut │ │ 0x002580a0 6f627569 6c642f69 6e737461 6e63652d obuild/instance- │ │ - 0x002580b0 302f6f75 74707574 2d312f70 65722d70 0/output-1/per-p │ │ + 0x002580b0 302f6f75 74707574 2d322f70 65722d70 0/output-2/per-p │ │ 0x002580c0 61636b61 67652f6d 6f617276 6d2f686f ackage/moarvm/ho │ │ 0x002580d0 73742f62 696e2f70 6f776572 70632d6c st/bin/powerpc-l │ │ 0x002580e0 696e7578 2d676363 202d2d70 72656669 inux-gcc --prefi │ │ 0x002580f0 783d2f75 7372202d 2d706b67 636f6e66 x=/usr --pkgconf │ │ 0x00258100 69673d2f 686f6d65 2f70656b 6f2f6175 ig=/home/peko/au │ │ 0x00258110 746f6275 696c642f 696e7374 616e6365 tobuild/instance │ │ - 0x00258120 2d302f6f 75747075 742d312f 7065722d -0/output-1/per- │ │ + 0x00258120 2d302f6f 75747075 742d322f 7065722d -0/output-2/per- │ │ 0x00258130 7061636b 6167652f 6d6f6172 766d2f68 package/moarvm/h │ │ 0x00258140 6f73742f 62696e2f 706b672d 636f6e66 ost/bin/pkg-conf │ │ 0x00258150 6967202d 2d686173 2d6c6962 7576202d ig --has-libuv - │ │ 0x00258160 2d686173 2d6c6962 746f6d6d 61746820 -has-libtommath │ │ 0x00258170 2d2d6861 732d6c69 6261746f 6d696320 --has-libatomic │ │ 0x00258180 2d2d6269 672d656e 6469616e 00000000 --big-endian.... │ │ 0x00258190 6370706f 75740000 3e200000 63707073 cppout..> ..cpps │ │ @@ -2981,15 +2981,15 @@ │ │ 0x002587c0 62756766 6c616773 00000000 6c646469 bugflags....lddi │ │ 0x002587d0 72000000 2d4c0000 6c64666c 61677300 r...-L..ldflags. │ │ 0x002587e0 202d4f33 202d444e 44454255 47000000 -O3 -DNDEBUG... │ │ 0x002587f0 6c64696d 70000000 6c64696e 7374666c ldimp...ldinstfl │ │ 0x00258800 61677300 6c646c69 62730000 202d4c2f ags.ldlibs.. -L/ │ │ 0x00258810 686f6d65 2f70656b 6f2f6175 746f6275 home/peko/autobu │ │ 0x00258820 696c642f 696e7374 616e6365 2d302f6f ild/instance-0/o │ │ - 0x00258830 75747075 742d312f 7065722d 7061636b utput-1/per-pack │ │ + 0x00258830 75747075 742d322f 7065722d 7061636b utput-2/per-pack │ │ 0x00258840 6167652f 6d6f6172 766d2f68 6f73742f age/moarvm/host/ │ │ 0x00258850 62696e2f 2e2e2f70 6f776572 70632d62 bin/../powerpc-b │ │ 0x00258860 75696c64 726f6f74 2d6c696e 75782d75 uildroot-linux-u │ │ 0x00258870 636c6962 632f7379 73726f6f 742f7573 clibc/sysroot/us │ │ 0x00258880 722f6c69 6220202d 6c746f6d 6d617468 r/lib -ltommath │ │ 0x00258890 202d6c61 746f6d69 635f6f70 73202d6c -latomic_ops -l │ │ 0x002588a0 7576202d 6c6d202d 6c707468 72656164 uv -lm -lpthread │ │ @@ -3005,15 +3005,15 @@ │ │ 0x00258940 00000000 2d736861 72656420 2d665049 ....-shared -fPI │ │ 0x00258950 43000000 6c647379 73000000 2d6c2573 C...ldsys...-l%s │ │ 0x00258960 00000000 6c647573 72000000 6c696225 ....ldusr...lib% │ │ 0x00258970 732e6100 6c696264 69720000 2f757372 s.a.libdir../usr │ │ 0x00258980 2f6c6962 00000000 6c696e63 6c756465 /lib....linclude │ │ 0x00258990 73000000 202d4c2f 686f6d65 2f70656b s... -L/home/pek │ │ 0x002589a0 6f2f6175 746f6275 696c642f 696e7374 o/autobuild/inst │ │ - 0x002589b0 616e6365 2d302f6f 75747075 742d312f ance-0/output-1/ │ │ + 0x002589b0 616e6365 2d302f6f 75747075 742d322f ance-0/output-2/ │ │ 0x002589c0 7065722d 7061636b 6167652f 6d6f6172 per-package/moar │ │ 0x002589d0 766d2f68 6f73742f 62696e2f 2e2e2f70 vm/host/bin/../p │ │ 0x002589e0 6f776572 70632d62 75696c64 726f6f74 owerpc-buildroot │ │ 0x002589f0 2d6c696e 75782d75 636c6962 632f7379 -linux-uclibc/sy │ │ 0x00258a00 73726f6f 742f7573 722f6c69 62200000 sroot/usr/lib .. │ │ 0x00258a10 6d61696e 666c6167 73000000 2d444d56 mainflags...-DMV │ │ 0x00258a20 4d5f5348 41524544 00000000 6d61696e M_SHARED....main │ │ @@ -3064,15 +3064,15 @@ │ │ 0x00258cf0 4544202d 66504943 00000000 6f626a6f ED -fPIC....objo │ │ 0x00258d00 75740000 6c696e75 78000000 6f736e61 ut..linux...osna │ │ 0x00258d10 6d650000 6f737665 72730000 342e392e me..osvers..4.9. │ │ 0x00258d20 30000000 7065726c 00000000 2f757372 0...perl..../usr │ │ 0x00258d30 2f62696e 2f706572 6c000000 706b6763 /bin/perl...pkgc │ │ 0x00258d40 6f6e6669 67000000 2f686f6d 652f7065 onfig.../home/pe │ │ 0x00258d50 6b6f2f61 75746f62 75696c64 2f696e73 ko/autobuild/ins │ │ - 0x00258d60 74616e63 652d302f 6f757470 75742d31 tance-0/output-1 │ │ + 0x00258d60 74616e63 652d302f 6f757470 75742d32 tance-0/output-2 │ │ 0x00258d70 2f706572 2d706163 6b616765 2f6d6f61 /per-package/moa │ │ 0x00258d80 72766d2f 686f7374 2f62696e 2f706b67 rvm/host/bin/pkg │ │ 0x00258d90 2d636f6e 66696700 706b6763 6f6e6669 -config.pkgconfi │ │ 0x00258da0 675f776f 726b7300 2428504c 4154464f g_works.$(PLATFO │ │ 0x00258db0 524d5f50 4f534958 29000000 70726566 RM_POSIX)...pref │ │ 0x00258dc0 69780000 2f757372 00000000 7074725f ix../usr....ptr_ │ │ 0x00258dd0 73697a65 00000000 726d202d 66000000 size....rm -f... Max output size reached.