--- /home/peko/autobuild/instance-1/output-1/images/rootfs.tar +++ /home/peko/autobuild/instance-1/output-2/images/rootfs.tar ├── file list │ @@ -2382,18 +2382,18 @@ │ -rw-r--r-- 0 0 0 42152 2021-11-03 08:31:10.000000 ./usr/lib/libgsm.so.1 │ lrwxrwxrwx 0 0 0 0 2021-11-03 08:31:10.000000 ./usr/lib/libgssdp-1.2.so -> libgssdp-1.2.so.0 │ lrwxrwxrwx 0 0 0 0 2021-11-03 08:31:10.000000 ./usr/lib/libgssdp-1.2.so.0 -> libgssdp-1.2.so.0.103.1 │ -rwxr-xr-x 0 0 0 62536 2021-11-03 08:31:10.000000 ./usr/lib/libgssdp-1.2.so.0.103.1 │ lrwxrwxrwx 0 0 0 0 2021-11-03 08:31:10.000000 ./usr/lib/libgthread-2.0.so -> libgthread-2.0.so.0 │ lrwxrwxrwx 0 0 0 0 2021-11-03 08:31:10.000000 ./usr/lib/libgthread-2.0.so.0 -> libgthread-2.0.so.0.6800.4 │ -rwxr-xr-x 0 0 0 5136 2021-11-03 08:31:10.000000 ./usr/lib/libgthread-2.0.so.0.6800.4 │ --rw-r--r-- 0 0 0 17441 2021-11-03 08:31:10.000000 ./usr/lib/libguile-3.0*-gdb.scm │ lrwxrwxrwx 0 0 0 0 2021-11-03 08:31:10.000000 ./usr/lib/libguile-3.0.so -> libguile-3.0.so.1.4.0 │ lrwxrwxrwx 0 0 0 0 2021-11-03 08:31:10.000000 ./usr/lib/libguile-3.0.so.1 -> libguile-3.0.so.1.4.0 │ -rwxr-xr-x 0 0 0 1052284 2021-11-03 08:31:10.000000 ./usr/lib/libguile-3.0.so.1.4.0 │ +-rw-r--r-- 0 0 0 17441 2021-11-03 08:31:10.000000 ./usr/lib/libguile-3.0.so.1.4.0-gdb.scm │ lrwxrwxrwx 0 0 0 0 2021-11-03 08:31:10.000000 ./usr/lib/libgupnp-1.2.so -> libgupnp-1.2.so.1 │ lrwxrwxrwx 0 0 0 0 2021-11-03 08:31:10.000000 ./usr/lib/libgupnp-1.2.so.1 -> libgupnp-1.2.so.1.103.1 │ -rwxr-xr-x 0 0 0 160948 2021-11-03 08:31:10.000000 ./usr/lib/libgupnp-1.2.so.1.103.1 │ lrwxrwxrwx 0 0 0 0 2021-11-03 08:31:10.000000 ./usr/lib/libgupnp-av-1.0.so -> libgupnp-av-1.0.so.3 │ lrwxrwxrwx 0 0 0 0 2021-11-03 08:31:10.000000 ./usr/lib/libgupnp-av-1.0.so.3 -> libgupnp-av-1.0.so.3.13.0 │ -rwxr-xr-x 0 0 0 136620 2021-11-03 08:31:10.000000 ./usr/lib/libgupnp-av-1.0.so.3.13.0 │ lrwxrwxrwx 0 0 0 0 2021-11-03 08:31:10.000000 ./usr/lib/libgupnp-dlna-2.0.so -> libgupnp-dlna-2.0.so.3.0.0 ├── ./usr/bin/fetchmailconf │ @@ -1,2 +1,2 @@ │ #! /bin/sh │ -exec /home/peko/autobuild/instance-1/output-1/host/bin/python /usr/lib/python3.9/site-packages/fetchmailconf.py "$@" │ +exec /home/peko/autobuild/instance-1/output-2/host/bin/python /usr/lib/python3.9/site-packages/fetchmailconf.py "$@" ├── ./usr/bin/fsxs │ @@ -6,16 +6,16 @@ │ │ use strict; │ │ # │ # @FOO@ will be replaced by the freeswitch build process │ # │ my %vars = ( │ - CC => '/home/peko/autobuild/instance-1/output-1/host/bin/arm-linux-gcc', │ - LD => '/home/peko/autobuild/instance-1/output-1/host/bin/arm-linux-gcc', │ + CC => '/home/peko/autobuild/instance-1/output-2/host/bin/arm-linux-gcc', │ + LD => '/home/peko/autobuild/instance-1/output-2/host/bin/arm-linux-gcc', │ MKDIR => '/bin/mkdir -p', │ INSTALL => '/usr/bin/install -c', │ LIBS => '', │ CFLAGS => '-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_REENTRANT -D_GNU_SOURCE', │ INCLUDES => '-I/usr/include', │ LDFLAGS => '-L/usr/lib', │ SOLINK => '-shared -Xlinker -x', ├── ./usr/bin/guile-config │ @@ -27,15 +27,15 @@ │ │ ;;; This script has been deprecated. Just use pkg-config. │ │ (use-modules (ice-9 popen) │ (ice-9 rdelim)) │ │ │ -(define %pkg-config-program "/home/peko/autobuild/instance-1/output-1/host/bin/pkg-config") │ +(define %pkg-config-program "/home/peko/autobuild/instance-1/output-2/host/bin/pkg-config") │ │ ;;;; main function, command-line processing │ │ ;;; The script's entry point. │ (define (main args) │ (set-program-name! (car args)) │ (let ((args (cdr args))) ├── ./usr/bin/guile-snarf │ @@ -36,15 +36,15 @@ │ # that don't yet exist by writing code like this: │ # │ # #ifndef SCM_MAGIC_SNARFER │ # #include "foo.x" │ # #endif │ # │ # If the environment variable CPP is set, use its value instead of the │ -# C pre-processor determined at Guile configure-time: "/home/peko/autobuild/instance-1/output-1/host/bin/arm-linux-cpp". │ +# C pre-processor determined at Guile configure-time: "/home/peko/autobuild/instance-1/output-2/host/bin/arm-linux-cpp". │ │ # Code: │ │ ## funcs │ │ modern_snarf () # writes stdout │ { │ @@ -87,15 +87,15 @@ │ cpp_ok_p=false │ │ if [ x"$TMPDIR" = x ]; then TMPDIR="/tmp" ; else : ; fi │ tempdir="$TMPDIR/guile-snarf.$$" │ (umask 077 && mkdir $tempdir) || exit 1 │ temp="$tempdir/tmp" │ │ -if [ x"$CPP" = x ] ; then cpp="/home/peko/autobuild/instance-1/output-1/host/bin/arm-linux-cpp" ; else cpp="$CPP" ; fi │ +if [ x"$CPP" = x ] ; then cpp="/home/peko/autobuild/instance-1/output-2/host/bin/arm-linux-cpp" ; else cpp="$CPP" ; fi │ │ trap "rm -rf $tempdir" 0 1 2 15 │ │ # filter out -g* flags from commandline │ # as some flags like -ggdb3 cause CPP │ │ cpp_args="" ├── ./usr/lib/glibmm-2.4/proc/gmmproc │ @@ -42,15 +42,15 @@ │ # get prefix info from configure │ my $prefix = "/usr"; │ my $exec_prefix = "${prefix}"; │ my $libdir = "${exec_prefix}/lib"; │ │ # This line must match the install directory │ $main::procdir = $libdir . '/glibmm-2.4/proc'; │ - $main::m4path = "/home/peko/autobuild/instance-1/output-1/host/bin/m4"; │ + $main::m4path = "/home/peko/autobuild/instance-1/output-2/host/bin/m4"; │ # mm-common/util/build_scripts/check-dllexport-usage.py searches for │ # the next non-comment line, and checks which version of gmmproc this is. │ # Don't modify that line in such a way that the search fails. │ $main::glibmm_version = "2.66.0"; │ │ push(@INC, $main::procdir . '/pm'); │ } ├── ./usr/lib/libcamera.so │ ├── /home/peko/autobuild/instance-1/output-1/host/bin/arm-linux-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -48,31 +48,31 @@ │ │ 0x0009c398 636b5265 6374616e 676c6573 00000000 ckRectangles.... │ │ 0x0009c3a8 50697865 6c417272 61794163 74697665 PixelArrayActive │ │ 0x0009c3b8 41726561 73000000 5363616c 65724372 Areas...ScalerCr │ │ 0x0009c3c8 6f704d61 78696d75 6d000000 436f6c6f opMaximum...Colo │ │ 0x0009c3d8 7246696c 74657241 7272616e 67656d65 rFilterArrangeme │ │ 0x0009c3e8 6e740000 76302e30 2e300000 30820122 nt..v0.0.0..0.." │ │ 0x0009c3f8 300d0609 2a864886 f70d0101 01050003 0...*.H......... │ │ - 0x0009c408 82010f00 3082010a 02820101 00b82d52 ....0.........-R │ │ - 0x0009c418 ff499d45 b3876221 20578efa 419f20f3 .I.E..b! W..A. . │ │ - 0x0009c428 f4dabc0a b68076ac e4118d40 9498e909 ......v....@.... │ │ - 0x0009c438 655083b9 738671e8 62454cbc 4ee36548 eP..s.q.bEL.N.eH │ │ - 0x0009c448 456f4ed5 df7a5b90 003ef22d 0c09447f EoN..z[..>.-..D. │ │ - 0x0009c458 4a359d51 ff068c40 409542d8 7d510789 J5.Q...@@.B.}Q.. │ │ - 0x0009c468 2fffedf0 9da34a75 af0dc2f2 735415de /.....Ju....sT.. │ │ - 0x0009c478 03915b50 faf6579d 75181c03 3c841ae9 ..[P..W.u...<... │ │ - 0x0009c488 be588320 90cade23 d6c69a6a 190cd452 .X. ...#...j...R │ │ - 0x0009c498 c6724e87 d20fe99d 9c4a19ee aa8e4c4f .rN......J....LO │ │ - 0x0009c4a8 4535ebf9 094ab65a b55de55f 72b640b9 E5...J.Z.]._r.@. │ │ - 0x0009c4b8 61632ee7 0501a484 9b313be9 9f1a2899 ac.......1;...(. │ │ - 0x0009c4c8 52a3c725 99268798 689a952b 850c8513 R..%.&..h..+.... │ │ - 0x0009c4d8 9a555284 1c7c2e8e 144d3829 bb38882b .UR..|...M8).8.+ │ │ - 0x0009c4e8 9468685d 50f99209 890382d0 e4da3407 .hh]P.........4. │ │ - 0x0009c4f8 740524a7 250a50d8 0dae935d cf0c0b34 t.$.%.P....]...4 │ │ - 0x0009c508 62d89dcb e3408755 8b02acb8 bd020301 b....@.U........ │ │ + 0x0009c408 82010f00 3082010a 02820101 00c22212 ....0.........". │ │ + 0x0009c418 982f15da c6e8903f 0ce35881 78fbf2b3 ./.....?..X.x... │ │ + 0x0009c428 64b2748f 7c1f8518 f1b5bc41 cc6b51b2 d.t.|......A.kQ. │ │ + 0x0009c438 c88c5cc6 0b4cd322 54080eff fe3c88ae ..\..L."T....<.. │ │ + 0x0009c448 680ac198 1709aab1 5064a308 b8f7e59b h.......Pd...... │ │ + 0x0009c458 53aa7050 ac5f34ab d141f5aa 49cbd6d9 S.pP._4..A..I... │ │ + 0x0009c468 84840b4d 97251b35 0f3154cf 128251f7 ...M.%.5.1T...Q. │ │ + 0x0009c478 c96852c2 fd871c4c c10942d2 6a932152 .hR....L..B.j.!R │ │ + 0x0009c488 9bb7c028 2cb4da68 73f0e8da 05f4c90d ...(,..hs....... │ │ + 0x0009c498 465f8419 293af79c 61cb7e23 3b276b6d F_..):..a.~#;'km │ │ + 0x0009c4a8 80b885b7 b989f31c f4e0a799 4d88bb30 ............M..0 │ │ + 0x0009c4b8 ab61d626 870bec7f 742b86d5 02cefd87 .a.&....t+...... │ │ + 0x0009c4c8 1ff64e30 15887fe5 ca6a5fdc 979aee9b ..N0.....j_..... │ │ + 0x0009c4d8 3b1925af 2a3c77c4 f2e5228f f4a0885a ;.%.*