asakous / Neo-EmuELEC-H3

Neo-EmuELEC-H3, retro emulation for Allwinner H3 devices. Based on shantigilbert EmuELEC https://github.com/EmuELEC/EmuELEC .
53 stars 16 forks source link

Compilation problems #27

Closed clondy999 closed 3 years ago

clondy999 commented 3 years ago

2021-03-29 23:20:57 (336 KB/s) - '/home/user/Emuelec-H3/sources/RTL8192DU/RTL8192DU-9e7eb15.tar.gz' saved [590186/590186]

WARNING      Incorrect checksum calculated on downloaded file: got ce0d2bc2406c9ea28b27c54b92e9cbdf618b35d117467d7e133c49963457d0cc wanted aa386479291fff3e9fe341d5a682b692a7a098d833be5eaa718e1b6ecfd8e167

Cannot get RTL8192DU sources : https://github.com/lwfinger/rtl8192du/archive/9e7eb15.tar.gz Try later! FAILURE: scripts/install RTL8192DU has failed! 

asakous commented 3 years ago

remove SHA256 from package.mk and try again.

clondy999 commented 3 years ago

OK, I will try again

clondy999 commented 3 years ago

After trying again, a new error occurred:

FAILURE : scripts/install systemd has failed [069/367] [FAIL] install systemd

make[5]: [Makefile:25912: journal-install-hook] Error 127 (ignored) setfacl -nm g:wheel:rx,d:g:wheel:rx /home/ubuntu/Emuelec/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal/ /bin/bash: setfacl: command not found make[5]: [Makefile:25913: journal-install-hook] Error 127 (ignored) Making install in po make[3]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/ubuntu/Emuelec/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi' cp: cannot stat '/home/ubuntu/Emuelec/packages/sysutils/systemd/scripts/kernel-overlays-setup': No such file or directory FAILURE: scripts/install systemd has failed! 

asakous commented 3 years ago

/bin/bash: setfacl: command not found .

make sure setfacl installed on host machine

clondy999 commented 3 years ago

I will try again, thanks

clondy999 commented 3 years ago

After trying again, a new error occurred:

I have installed setfacl

make[5]: [Makefile:25910: journal-install-hook] Error 1 (ignored) chmod 755 /home/ubuntu/Emuelec/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal setfacl -nm g:adm:rx,d:g:adm:rx /home/ubuntu/Emuelec/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal/ setfacl -nm g:wheel:rx,d:g:wheel:rx /home/ubuntu/Emuelec/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal/ setfacl: Option -m: Invalid argument near character 3 make[5]: [Makefile:25913: journal-install-hook] Error 2 (ignored) Making install in po make[3]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/ubuntu/Emuelec/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi' cp: cannot stat '/home/ubuntu/Emuelec/packages/sysutils/systemd/scripts/kernel-overlays-setup': No such file or directory FAILURE: scripts/install systemd has failed! 

asakous commented 3 years ago

your ubuntu version ? my ubuntu is version 16 . newer version of ubuntu may not compatible to this repo. by the way what is your build command ?

clondy999 commented 3 years ago

My ubuntu ver is 18.04 bit64 build command is PROJECT=H3 ARCH=arm DISTRO=EmuELEC make -j4 image

clondy999 commented 3 years ago

I have tried 16.04, 18.04, 20.04 and all have this error

bug-generator libtool: install: /usr/bin/install -c udevadm /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/udevadm libtool: install: /usr/bin/install -c systemd-hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-hwdb libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-gpt-auto-generator /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators/systemd-gpt-auto-generator libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' make --no-print-directory install-exec-hook libtool: install: /usr/bin/install -c .libs/journalctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/journalctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/loginctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/loginctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-inhibit /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-inhibit make --no-print-directory install-data-hook what="" && wants=shutdown.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) test -n "/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg" || /usr/bin/systemd-hwdb update what="systemd-remount-fs.service tmp.mount var-lib-machines.mount" && wants=local-fs.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) test -n "/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg" || /usr/bin/journalctl --update-catalog /usr/bin/mkdir -p /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/tmpfiles.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/tmpfiles.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/udev/rules.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/udev/hwdb.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/lib/systemd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/modules-load.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/modules-load.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/network /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/network /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/sysctl.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/sysctl.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/kernel/install.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/kernel/install.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-shutdown /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-sleep /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user-generators /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/system /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/system/multi-user.target.wants /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/system/getty.target.wants /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/user /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/dbus-1/services /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/xdg/systemd set -- systemd-logind.service dbus-org.freedesktop.login1.service graphical.target default.target reboot.target ctrl-alt-del.target getty@.service autovt@.service && \ dir=/usr/lib/systemd/system && while [ -n "$1" ]; do /usr/bin/mkdir -p dirname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && rm -f /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && ln -s $1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && shift 2 || exit $?; done what="systemd-logind.service getty.target systemd-ask-password-wall.path" && wants=multi-user.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=graphical.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=rescue.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what=" systemd-modules-load.service kmod-static-nodes.service systemd-tmpfiles-setup-dev.service systemd-tmpfiles-setup.service systemd-machine-id-commit.service systemd-udevd.service systemd-udev-trigger.service systemd-hwdb-update.service systemd-journald.service systemd-journal-flush.service systemd-journal-catalog-update.service systemd-update-done.service dev-hugepages.mount dev-mqueue.mount sys-kernel-config.mount sys-kernel-debug.mount sys-fs-fuse-connections.mount systemd-sysctl.service systemd-ask-password-console.path" && wants=sysinit.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) set -- && \ dir=/usr/lib/systemd/user && while [ -n "$1" ]; do /usr/bin/mkdir -p dirname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && rm -f /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && ln -s --relative /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && shift 2 || exit $?; done set -- /usr/lib/systemd/system/reboot.target /etc/systemd/system/ctrl-alt-del.target /usr/lib/systemd/system/machines.target /etc/systemd/system/multi-user.target.wants/machines.target /usr/lib/systemd/system/remote-fs.target /etc/systemd/system/multi-user.target.wants/remote-fs.target /usr/lib/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/getty@tty1.service /etc/systemd/user /etc/xdg/systemd/user /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service /usr/share/dbus-1/services/org.freedesktop.systemd1.service && \ dir= && while [ -n "$1" ]; do /usr/bin/mkdir -p dirname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && rm -f /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && ln -s --relative /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && shift 2 || exit $?; done touch -c /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg//usr what=" org.freedesktop.systemd1.busname org.freedesktop.login1.busname" && wants=busnames.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket systemd-initctl.socket" && wants=sockets.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=busnames.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) /usr/bin/mkdir -p /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal what="systemd-tmpfiles-clean.timer" && wants=timers.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) chown 0:0 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal what="" && wants=slices.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=sockets.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) chown: changing ownership of '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal': Operation not permitted make[5]: [Makefile:25910: journal-install-hook] Error 1 (ignored) chmod 755 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal what="" && wants=default.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) setfacl -nm g:adm:rx,d:g:adm:rx /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal/ setfacl -nm g:wheel:rx,d:g:wheel:rx /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal/ setfacl: Option -m: Invalid argument near character 3 make[5]: [Makefile:25913: journal-install-hook] Error 2 (ignored) Making install in po make[3]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi' cp: cannot stat '/home/EmuELEC/packages/sysutils/systemd/scripts/kernel-overlays-setup': No such file or directory FAILURE: scripts/install systemd has failed! [069/367] [FAIL] install systemd

The following logs for this failure are available: stdout: /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.threads/logs/64/stdout stderr: /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.threads/logs/64/stderr

parallel: This job failed: package_worker 2 64 367 'install systemd' Parallel build failure - see log for details. Time of failure: Wed Mar 31 04:14:18 CST 2021 make: *** [Makefile:12: image] Error 1

asakous commented 3 years ago

I am not sure why it happens on your side . but first thing first. use correct build command PROJECT=H3 ARCH=arm DISTRO=EmuELEC UBOOT_SYSTEM=opipc make image
opipc reference orange pi pc

clondy999 commented 3 years ago

I try again

clondy999 commented 3 years ago

I tried again many times, using the build command you provided, but I still get an error Error log:

—————————————————————— GET systemd (archive) --2021-03-31 17:20:19-- https://github.com/systemd/systemd/archive/v232.tar.gz Resolving github.com (github.com)... 13.250.177.223 Connecting to github.com (github.com)|13.250.177.223|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/systemd/systemd/tar.gz/v232 [following] --2021-03-31 17:20:19-- https://codeload.github.com/systemd/systemd/tar.gz/v232 Resolving codeload.github.com (codeload.github.com)... 54.251.140.56 Connecting to codeload.github.com (codeload.github.com)|54.251.140.56|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/EmuELEC/sources/systemd/systemd-232.tar.gz'

      /home/Emu     [<=>                 ]       0  --.-KB/s               
     /home/EmuE     [ <=>                ] 361.45K  1.70MB/s               
    /home/EmuEL     [  <=>               ]   2.34M  5.69MB/s               
   /home/EmuELE     [   <=>              ]   3.63M  5.85MB/s               

/home/EmuELEC/sourc [ <=> ] 4.32M 6.05MB/s in 0.7s

2021-03-31 17:20:20 (6.05 MB/s) - '/home/EmuELEC/sources/systemd/systemd-232.tar.gz' saved [4529048]

INFO      Calculated checksum: 1172c7c7d5d72fbded53186e7599d5272231f04cc8b72f9a0fb2c5c20dfc4880

UNPACK systemd APPLY PATCH (common) packages/sysutils/systemd/patches/systemd-000-btrfs-remove-quota-support.patch patching file src/basic/btrfs-ctree.h Hunk #1 succeeded at 2 (offset -2 lines). patching file src/basic/btrfs-util.c Hunk #1 succeeded at 555 (offset 12 lines). Hunk #2 succeeded at 772 (offset 12 lines). Hunk #3 succeeded at 801 (offset 12 lines). Hunk #4 succeeded at 906 (offset 12 lines). Hunk #5 succeeded at 999 (offset 16 lines). Hunk #6 succeeded at 1184 (offset 19 lines). Hunk #7 succeeded at 1229 (offset 19 lines). Hunk #8 succeeded at 1315 (offset 19 lines). Hunk #9 succeeded at 1341 (offset 19 lines). Hunk #10 succeeded at 1532 (offset 19 lines). Hunk #11 succeeded at 1566 (offset 19 lines). Hunk #12 succeeded at 1580 (offset 19 lines). Hunk #13 succeeded at 1708 (offset 19 lines). Hunk #14 succeeded at 1735 (offset 19 lines). Hunk #15 succeeded at 1774 (offset 19 lines). Hunk #16 succeeded at 2082 (offset 19 lines). patching file src/shared/import-util.c Hunk #1 succeeded at 158 with fuzz 1 (offset -49 lines). Hunk #2 succeeded at 184 (offset -49 lines). patching file src/shared/machine-image.c Hunk #1 succeeded at 210 (offset 9 lines). Hunk #2 succeeded at 221 (offset 9 lines). Hunk #3 succeeded at 616 (offset -1 lines). Hunk #4 succeeded at 752 (offset 14 lines). Hunk #5 succeeded at 771 (offset 13 lines). patching file src/shared/machine-pool.c Hunk #1 succeeded at 214 (offset 14 lines). Hunk #2 succeeded at 303 (offset 12 lines). Hunk #3 succeeded at 418 (offset 12 lines). patching file src/tmpfiles/tmpfiles.c Hunk #1 succeeded at 1218 (offset -1 lines). Hunk #2 succeeded at 1275 with fuzz 2 (offset -2 lines). Hunk #3 succeeded at 1289 with fuzz 2 (offset -8 lines). APPLY PATCH (common) packages/sysutils/systemd/patches/systemd-0001-move-etc-systemd-system-to-storage-.config-system.d.patch patching file Makefile.am Hunk #1 succeeded at 178 (offset 12 lines). Hunk #2 succeeded at 6059 (offset -151 lines). APPLY PATCH (common) packages/sysutils/systemd/patches/systemd-0002-move-hwdb.bin-to-run.patch patching file src/hwdb/hwdb.c Hunk #1 succeeded at 43 (offset 5 lines). patching file src/libsystemd/sd-hwdb/sd-hwdb.c Hunk #1 succeeded at 289 (offset 20 lines). patching file src/udev/udevadm-hwdb.c Hunk #1 succeeded at 566 (offset 4 lines). APPLY PATCH (common) packages/sysutils/systemd/patches/systemd-0003-remove-nonexistant-dependency.patch patching file units/graphical.target APPLY PATCH (common) packages/sysutils/systemd/patches/systemd-0005-ignore-storage-flash-mount-points.patch patching file src/core/mount-setup.c Hunk #1 succeeded at 122 (offset 1 line). APPLY PATCH (common) packages/sysutils/systemd/patches/systemd-0006-dont-use-the-unified-hierarchy-for-cgroups-yet.patch patching file src/basic/cgroup-util.c APPLY PATCH (common) packages/sysutils/systemd/patches/systemd-001-fix-sctp-define.patch patching file src/core/socket.c Hunk #1 succeeded at 26 with fuzz 2. Hunk #2 succeeded at 65 with fuzz 2 (offset 8 lines). APPLY PATCH (common) packages/sysutils/systemd/patches/systemd-002-fix-missing-magics.patch patching file src/basic/missing.h Hunk #1 succeeded at 469 with fuzz 1 (offset 16 lines). APPLY PATCH (common) packages/sysutils/systemd/patches/systemd-003-fix-glibc.patch patching file src/basic/missing_syscall.h patching file src/basic/parse-util.c APPLY PATCH (common) packages/sysutils/systemd/patches/systemd-004-msfs.patch patching file src/basic/missing.h patching file src/core/load-fragment.c patching file src/shared/bus-unit-util.c BUILD systemd (target) TOOLCHAIN autotools AUTORECONF systemd autoreconf: Entering directory /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232' autoreconf: configure.ac: not using Gettext autoreconf: running: /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/aclocal -I /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal -I /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal --force -I m4 ${ACLOCAL_FLAGS} autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory build-aux autoreconf: running: /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/autoconf --include=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal --force autoreconf: running: /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/autoheader --include=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal --force autoreconf: running: /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/automake --add-missing --copy --force-missing configure.ac:33: installing 'build-aux/compile' configure.ac:39: installing 'build-aux/config.guess' configure.ac:39: installing 'build-aux/config.sub' configure.ac:37: installing 'build-aux/install-sh' configure.ac:37: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' autoreconf: Leaving directory/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232' Executing (target): /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/configure --host=armv7ve-libreelec-linux-gnueabi --build=x86_64-linux-gnu --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var --disable-static --enable-shared ac_cv_func_malloc_0_nonnull=yes ac_cv_have_decl_IFLA_BOND_AD_INFO=no ac_cv_have_decl_IFLA_BRPORT_UNICAST_FLOOD=no ac_cv_path_MOUNT_PATH=/usr/bin/mount ac_cv_path_UMOUNT_PATH=/usr/bin/umount KMOD=/usr/bin/kmod --disable-nls --disable-dbus --disable-utmp --disable-coverage --enable-kmod --disable-xkbcommon --enable-blkid --disable-seccomp --disable-ima --disable-selinux --disable-apparmor --disable-xz --disable-zlib --disable-bzip2 --disable-lz4 --disable-pam --disable-acl --disable-smack --disable-gcrypt --disable-audit --disable-elfutils --disable-libcryptsetup --disable-qrencode --disable-microhttpd --disable-gnutls --disable-libcurl --disable-libidn --disable-libiptc --disable-binfmt --disable-vconsole --disable-quotacheck --enable-tmpfiles --disable-sysusers --disable-firstboot --disable-randomseed --disable-backlight --disable-rfkill --enable-logind --disable-machined --disable-importd --disable-hostnamed --disable-timedated --disable-timesyncd --disable-localed --disable-coredump --disable-polkit --disable-resolved --disable-networkd --disable-efi --disable-gnuefi --disable-kdbus --disable-myhostname --enable-hwdb --disable-manpages --disable-hibernate --disable-ldconfig --disable-split-usr --disable-tests --without-python --with-sysvinit-path= --with-sysvrcnd-path= --with-tty-gid=5 --with-dbuspolicydir=/etc/dbus-1/system.d --with-dbussessionservicedir=/usr/share/dbus-1/services --with-dbussystemservicedir=/usr/share/dbus-1/system-services --with-rootprefix=/usr --with-rootlibdir=/usr/lib configure: WARNING: unrecognized options: --disable-kdbus checking for armv7ve-libreelec-linux-gnueabi-gcc... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc accepts -g... yes checking for /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc option to accept ISO C89... none needed checking whether /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc understands -c and -o together... yes checking how to run the C preprocessor... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking whether to enable maintainer-specific portions of Makefiles... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for armv7ve-libreelec-linux-gnueabi-strip... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking dependency style of /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc... gcc3 checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... armv7ve-libreelec-linux-gnueabi checking for /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc option to accept ISO C99... none needed checking for C compiler vendor... gnu checking for armv7ve-libreelec-linux-gnueabi-gcc-ar... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ar checking for armv7ve-libreelec-linux-gnueabi-gcc-nm... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm checking for armv7ve-libreelec-linux-gnueabi-gcc-ranlib... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ranlib checking how to print strings... printf checking for a sed that does not truncate output... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld checking if the linker (/home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm checking the name lister (/home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to armv7ve-libreelec-linux-gnueabi format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld option to reload object files... -r checking for armv7ve-libreelec-linux-gnueabi-objdump... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-objdump checking how to recognize dependent libraries... pass_all checking for armv7ve-libreelec-linux-gnueabi-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv7ve-libreelec-linux-gnueabi-ar... (cached) /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ar checking for archiver @FILE support... @ checking for armv7ve-libreelec-linux-gnueabi-strip... (cached) /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-strip checking for armv7ve-libreelec-linux-gnueabi-ranlib... (cached) /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ranlib checking command to parse /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm output from /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for armv7ve-libreelec-linux-gnueabi-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no checking for /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc static flag -static works... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -c -o file.o... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -c -o file.o... (cached) yes checking whether the /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc linker (/home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for intltool-merge... yes checking whether NLS is requested... no checking whether ln -s works... yes checking for a sed that does not truncate output... (cached) /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for gawk... (cached) gawk checking for m4... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/m4 checking for quotaon... /usr/sbin/quotaon checking for quotacheck... /usr/sbin/quotacheck checking for setcap... /usr/sbin/setcap checking for kill... /usr/bin/kill checking for kmod... /usr/bin/kmod checking for kexec... /usr/sbin/kexec checking for sulogin... /usr/sbin/sulogin checking for mount... (cached) /usr/bin/mount checking for umount... (cached) /usr/bin/umount checking for armv7ve-libreelec-linux-gnueabi-objcopy... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-objcopy checking for armv7ve-libreelec-linux-gnueabi-strings... armv7ve-libreelec-linux-gnueabi-strings checking for armv7ve-libreelec-linux-gnueabi-gperf... no checking for gperf... gperf checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -pipe in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wall in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wextra in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wundef in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wformat=2 -Wformat-security -Wformat-nonliteral in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wlogical-op in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wmissing-include-dirs in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wold-style-definition in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wpointer-arith in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Winit-self in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wdeclaration-after-statement in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wfloat-equal in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wsuggest-attribute=noreturn in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=missing-prototypes in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=implicit-function-declaration in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=missing-declarations in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=return-type in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wstrict-prototypes in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wredundant-decls in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wmissing-noreturn in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wshadow in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wendif-labels in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wstrict-aliasing=2 in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wwrite-strings in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wno-unused-parameter in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wno-missing-field-initializers in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wno-unused-result in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wno-format-signedness in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=overflow in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wdate-time in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wnested-externs in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -ffast-math in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fno-common in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fdiagnostics-show-option in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fno-strict-aliasing in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fvisibility=hidden in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fstack-protector in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fstack-protector-strong in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fPIE in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag --param=ssp-buffer-size=4 in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=shadow in envvar CFLAGS... no checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -flto in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wp,-D_FORTIFY_SOURCE=2 in envvar CPPFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,--gc-sections in envvar LDFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -ffunction-sections in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fdata-sections in envvar CFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,--as-needed in envvar LDFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,--no-undefined in envvar LDFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,-z,relro in envvar LDFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,-z,now in envvar LDFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -pie in envvar LDFLAGS... yes checking if /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,-fuse-ld=gold in envvar LDFLAGS... yes checking size of pid_t... 4 checking size of uid_t... 4 checking size of gid_t... 4 checking size of time_t... 4 checking size of dev_t... 8 checking size of ino_t... 8 checking size of rlim_t... 8 checking sys/capability.h usability... yes checking sys/capability.h presence... yes checking for sys/capability.h... yes checking linux/btrfs.h usability... no checking linux/btrfs.h presence... no checking for linux/btrfs.h... no checking linux/memfd.h usability... no checking linux/memfd.h presence... no checking for linux/memfd.h... no checking for library containing clock_gettime... none required checking for library containing cap_init... -lcap checking for __secure_getenv... no checking for secure_getenv... yes checking whether memfd_create is declared... no checking whether gettid is declared... no checking whether pivot_root is declared... no checking whether name_to_handle_at is declared... yes checking whether setns is declared... yes checking whether getrandom is declared... no checking whether renameat2 is declared... no checking whether kcmp is declared... no checking whether keyctl is declared... no checking whether LO_FLAGS_PARTSCAN is declared... yes checking whether copy_file_range is declared... yes checking for char16_t... yes checking for char32_t... yes checking for key_serial_t... no checking whether IFLA_INET6_ADDR_GEN_MODE is declared... no checking whether IN6_ADDR_GEN_MODE_STABLE_PRIVACY is declared... no checking whether IFLA_VRF_TABLE is declared... no checking whether IFLA_MACVLAN_FLAGS is declared... no checking whether IFLA_IPVLAN_MODE is declared... no checking whether IFLA_VTI_REMOTE is declared... no checking whether IFLA_PHYS_PORT_ID is declared... no checking whether IFLA_BOND_AD_INFO is declared... (cached) no checking whether IFLA_VLAN_PROTOCOL is declared... no checking whether IFLA_VXLAN_REMCSUM_NOPARTIAL is declared... no checking whether IFLA_IPTUN_ENCAP_DPORT is declared... no checking whether IFLA_GRE_ENCAP_DPORT is declared... no checking whether IFLA_BRIDGE_VLAN_INFO is declared... no checking whether IFLA_BRPORT_PROXYARP is declared... no checking whether IFLA_BRPORT_LEARNING_SYNC is declared... no checking whether IFLA_BR_VLAN_DEFAULT_PVID is declared... no checking whether NDA_IFINDEX is declared... no checking whether IFA_FLAGS is declared... no checking pkg-config is at least version 0.9.0... yes checking for libkmod >= 15 ... yes checking for blkid >= 2.24 ... yes checking for mount >= 2.27 ... yes configure: WARNING: *** Using Google NTP servers. Do not ship OSes or devices with these default settings. See DISTRO_PORTING for details! checking for armv7ve-libreelec-linux-gnueabi-gcc... armv7ve-libreelec-linux-gnueabi-gcc checking for valgrind/memcheck.h... no checking for valgrind/valgrind.h... no checking for xsltproc... /home/EmuELEC/build.EmuELEC-H3.arm-3.9/toolchain/bin/xsltproc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --disable-kdbus

    systemd 232

    libcryptsetup:                     no
    PAM:                               no
    AUDIT:                             no
    IMA:                               no
    AppArmor:                          no
    SELinux:                           no
    SECCOMP:                           no
    SMACK:                             no
    ZLIB:                              no
    XZ:                                no
    LZ4:                               no
    BZIP2:                             no
    ACL:                               no
    GCRYPT:                            no
    QRENCODE:                          no
    MICROHTTPD:                        no
    GNUTLS:                            no
    libcurl:                           no
    libidn:                            no
    libiptc:                           no
    ELFUTILS:                          no
    binfmt:                            no
    vconsole:                          no
    quotacheck:                        no
    tmpfiles:                          yes
    sysusers:                          no
    firstboot:                         no
    randomseed:                        no
    backlight:                         no
    rfkill:                            no
    logind:                            yes
    Default KillUserProcesses setting: yes
    machined:                          no
    importd:                           no
    hostnamed:                         no
    timedated:                         no
    timesyncd:                         no
    Default NTP servers:               time1.google.com time2.google.com time3.google.com time4.google.com
    time epoch:                        1617182440
    localed:                           no
    networkd:                          no
    resolved:                          no
    Default DNS servers:               8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844
    Default DNSSEC mode:               allow-downgrade
    coredump:                          no
    polkit:                            no
    efi:                               no
    gnuefi:                            no
    efi arch:                          armv7ve
    EFI machine type:                  
    EFI CC                             armv7ve-libreelec-linux-gnueabi-gcc
    EFI libdir:                        
    EFI ldsdir:                        
    EFI includedir:                    
    kmod:                              yes
    xkbcommon:                         no
    blkid:                             yes
    libmount:                          yes
    dbus:                              no
    nss-myhostname:                    no
    hwdb:                              yes
    tpm:                               no
    Python:                            no
    man pages:                         no
    test coverage:                     no
    Split /usr:                        no
    SysV compatibility:                no
    utmp/wtmp support:                 no
    ldconfig support:                  no
    hibernate support:                 no
    extra debugging:                   none
    tests:                             no

    prefix:                            /usr
    rootprefix:                        /usr
    sysconf dir:                       /etc
    datarootdir:                       ${prefix}/share
    includedir:                        ${prefix}/include
    lib dir:                           /usr/lib
    rootlib dir:                       /usr/lib
    SysV init scripts:                 
    SysV rc?.d directories:            
    Build Python:                      
    PAM modules dir:                   /usr/lib/security
    PAM configuration dir:             /etc/pam.d
    D-Bus policy dir:                  /etc/dbus-1/system.d
    D-Bus session dir:                 /usr/share/dbus-1/services
    D-Bus system dir:                  /usr/share/dbus-1/system-services
    Bash completions dir:              ${datarootdir}/bash-completion/completions
    Zsh completions dir:               ${datarootdir}/zsh/site-functions
    Extra start script:                /etc/rc.local
    Extra stop script:                 /usr/sbin/halt.local
    Adm group:                         yes
    Wheel group:                       yes
    Debug shell:                       /bin/sh @ /dev/tty9
    TTY GID:                           5
    Maximum System UID:                999
    Maximum System GID:                999
    Certificate root:                  /etc/ssl
    Support URL:                       http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    Nobody User Name:                  nobody
    Nobody Group Name:                 nobody

    CFLAGS:    -pipe -Wall -Wextra -Wundef -Wformat=2 -Wformat-security -Wformat-nonliteral -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=overflow -Wdate-time -Wnested-externs -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong -fPIE --param=ssp-buffer-size=4 -flto -ffunction-sections -fdata-sections   -march=armv7ve -mtune=cortex-a7 -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -O3  -fno-schedule-insns -fno-schedule-insns2
    CPPFLAGS:  -Wp,-D_FORTIFY_SOURCE=2   
    LDFLAGS:   -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -pie -Wl,-fuse-ld=gold   -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold

Executing (target): make make[1]: Entering directory '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi' M4 src/core/load-fragment-gperf.gperf GPERF src/nspawn/nspawn-gperf.c GPERF src/udev/net/link-config-gperf.c GPERF src/journal/journald-gperf.c GPERF src/timesync/timesyncd-gperf.c GPERF src/resolve/resolved-gperf.c GPERF src/network/networkd-gperf.c GPERF src/network/networkd-network-gperf.c GPERF src/network/networkd-netdev-gperf.c GPERF src/login/logind-gperf.c GEN src/basic/errno-list.txt GEN src/basic/af-list.txt GEN src/basic/arphrd-list.txt GEN src/basic/cap-list.txt GEN src/udev/keyboard-keys-list.txt GEN src/journal/audit_type-list.txt GEN src/resolve/dns_type-list.txt GEN src/basic/errno-to-name.h GEN src/basic/af-to-name.h GEN src/basic/arphrd-to-name.h GEN src/basic/cap-to-name.h GEN src/journal/audit_type-to-name.h GEN src/resolve/dns_type-to-name.h GEN src/core/triggers.systemd GEN src/test/test-hashmap-ordered.c GEN test-libsystemd-sym.c GEN test-libudev-sym.c GPERF src/core/load-fragment-gperf.c GEN src/core/load-fragment-gperf-nulstr.c GEN src/basic/errno-from-name.gperf GEN src/basic/af-from-name.gperf GEN src/basic/arphrd-from-name.gperf GEN src/basic/cap-from-name.gperf GEN src/udev/keyboard-keys-from-name.gperf GEN src/journal/audit_type-from-name.gperf GEN src/resolve/dns_type-from-name.gperf GPERF src/basic/errno-from-name.h GPERF src/basic/af-from-name.h GPERF src/basic/arphrd-from-name.h GPERF src/basic/cap-from-name.h GPERF src/udev/keyboard-keys-from-name.h GPERF src/journal/audit_type-from-name.h GPERF src/resolve/dns_type-from-name.h make --no-print-directory all-recursive Making all in . CC src/basic/libbasic_la-capability-util.lo CC src/basic/libbasic_la-conf-files.lo CC src/basic/libbasic_la-hostname-util.lo CC src/basic/libbasic_la-unit-name.lo CC src/basic/libbasic_la-util.lo CC src/basic/libbasic_la-io-util.lo CC src/basic/libbasic_la-string-util.lo CC src/basic/libbasic_la-fd-util.lo CC src/basic/libbasic_la-parse-util.lo CC src/basic/libbasic_la-user-util.lo CC src/basic/libbasic_la-rlimit-util.lo CC src/basic/libbasic_la-dirent-util.lo CC src/basic/libbasic_la-xattr-util.lo CC src/basic/libbasic_la-chattr-util.lo CC src/basic/libbasic_la-proc-cmdline.lo CC src/basic/libbasic_la-fs-util.lo CC src/basic/libbasic_la-syslog-util.lo CC src/basic/libbasic_la-stat-util.lo CC src/basic/libbasic_la-mount-util.lo CC src/basic/libbasic_la-hexdecoct.lo CC src/basic/libbasic_la-glob-util.lo CC src/basic/libbasic_la-extract-word.lo CC src/basic/libbasic_la-escape.lo CC src/basic/libbasic_la-cpu-set-util.lo CC src/basic/libbasic_la-lockfile-util.lo CC src/basic/libbasic_la-path-util.lo CC src/basic/libbasic_la-time-util.lo CC src/basic/libbasic_la-locale-util.lo /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/time-util.c: In function 'clock_supported': /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/time-util.c:1269:20: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!clock_boottime_supported()) ^ /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/time-util.c:1274:9: note: here default: ^~~ CC src/basic/libbasic_la-signal-util.lo CC src/basic/libbasic_la-string-table.lo CC src/basic/libbasic_la-mempool.lo CC src/basic/libbasic_la-hashmap.lo CC src/basic/libbasic_la-hash-funcs.lo CC src/basic/libbasic_la-siphash24.lo CC src/basic/libbasic_la-ordered-set.lo /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c: In function 'siphash24_compress': /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:129:40: warning: this statement may fall through [-Wimplicit-fallthrough=] state->padding |= ((uint64_t) in[6]) << 48;


/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:130:17: note: here
                 case 6:
                 ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:131:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state->padding |= ((uint64_t) in[5]) << 40;
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:132:17: note: here
                 case 5:
                 ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:133:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state->padding |= ((uint64_t) in[4]) << 32;
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:134:17: note: here
                 case 4:
                 ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:135:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state->padding |= ((uint64_t) in[3]) << 24;
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:136:17: note: here
                 case 3:
                 ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:137:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state->padding |= ((uint64_t) in[2]) << 16;
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:138:17: note: here
                 case 2:
                 ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:139:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state->padding |= ((uint64_t) in[1]) <<  8;
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:140:17: note: here
                 case 1:
                 ^~~~
  CC       src/basic/libbasic_la-bitmap.lo
  CC       src/basic/libbasic_la-prioq.lo
  CC       src/basic/libbasic_la-web-util.lo
  CC       src/basic/libbasic_la-strv.lo
  CC       src/basic/libbasic_la-env-util.lo
  CC       src/basic/libbasic_la-strbuf.lo
  CC       src/basic/libbasic_la-strxcpyx.lo
  CC       src/basic/libbasic_la-log.lo
  CC       src/basic/libbasic_la-bus-label.lo
  CC       src/basic/libbasic_la-ratelimit.lo
  CC       src/basic/libbasic_la-exit-status.lo
  CC       src/basic/libbasic_la-virt.lo
  CC       src/basic/libbasic_la-architecture.lo
  CC       src/basic/libbasic_la-smack-util.lo
  CC       src/basic/libbasic_la-device-nodes.lo
  CC       src/basic/libbasic_la-utf8.lo
  CC       src/basic/libbasic_la-gunicode.lo
  CC       src/basic/libbasic_la-socket-util.lo
  CC       src/basic/libbasic_la-in-addr-util.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/socket-util.c: In function 'socknameinfo_pretty':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/socket-util.c:661:13: warning: NI_IDN_USE_STD3_ASCII_RULES is deprecated
                         NI_IDN|NI_IDN_USE_STD3_ASCII_RULES);
             ^           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/basic/libbasic_la-ether-addr-util.lo
  CC       src/basic/libbasic_la-replace-var.lo
  CC       src/basic/libbasic_la-clock-util.lo
  CC       src/basic/libbasic_la-calendarspec.lo
  CC       src/basic/libbasic_la-fileio.lo
  CC       src/basic/libbasic_la-MurmurHash2.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/MurmurHash2.c: In function 'MurmurHash2':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/MurmurHash2.c:72:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 3: h ^= data[2] << 16;
           ~~^~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/MurmurHash2.c:73:3: note: here
   case 2: h ^= data[1] << 8;
   ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/MurmurHash2.c:73:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 2: h ^= data[1] << 8;
           ~~^~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/MurmurHash2.c:74:3: note: here
   case 1: h ^= data[0];
   ^~~~
  CC       src/basic/libbasic_la-mkdir.lo
  CC       src/basic/libbasic_la-cgroup-util.lo
  CC       src/basic/libbasic_la-errno-list.lo
  CC       src/basic/libbasic_la-af-list.lo
  CC       src/basic/libbasic_la-arphrd-list.lo
  CC       src/basic/libbasic_la-terminal-util.lo
  CC       src/basic/libbasic_la-login-util.lo
  CC       src/basic/libbasic_la-cap-list.lo
  CC       src/basic/libbasic_la-audit-util.lo
In file included from /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/cap-list.c:32:
./src/basic/cap-to-name.h:21:23: warning: initialized field overwritten [-Woverride-init]
 [CAP_BLOCK_SUSPEND] = "cap_block_suspend",
                       ^~~~~~~~~~~~~~~~~~~
./src/basic/cap-to-name.h:21:23: note: (near initialization for 'capability_names[36]')
  CC       src/basic/libbasic_la-xml.lo
  CC       src/basic/libbasic_la-barrier.lo
  CC       src/basic/libbasic_la-async.lo
  CC       src/basic/libbasic_la-memfd-util.lo
  CC       src/basic/libbasic_la-process-util.lo
  CC       src/basic/libbasic_la-random-util.lo
  CC       src/basic/libbasic_la-verbs.lo
  CC       src/basic/libbasic_la-sigbus.lo
  CC       src/basic/libbasic_la-socket-label.lo
  CC       src/basic/libbasic_la-label.lo
  CC       src/basic/libbasic_la-btrfs-util.lo
  CC       src/basic/libbasic_la-selinux-util.lo
  CC       src/basic/libbasic_la-mkdir-label.lo
  CC       src/basic/libbasic_la-fileio-label.lo
  CC       src/basic/libbasic_la-rm-rf.lo
  CC       src/basic/libbasic_la-copy.lo
  CC       src/basic/libbasic_la-alloc-util.lo
  CC       src/shared/libsystemd_journal_internal_la-gcrypt-util.lo
  CC       src/basic/libsystemd_shared_la-capability-util.lo
  CC       src/basic/libsystemd_shared_la-conf-files.lo
  CC       src/basic/libsystemd_shared_la-hostname-util.lo
  CC       src/basic/libsystemd_shared_la-unit-name.lo
  CC       src/basic/libsystemd_shared_la-util.lo
  CC       src/basic/libsystemd_shared_la-io-util.lo
  CC       src/basic/libsystemd_shared_la-string-util.lo
  CC       src/basic/libsystemd_shared_la-fd-util.lo
  CC       src/basic/libsystemd_shared_la-parse-util.lo
  CC       src/basic/libsystemd_shared_la-user-util.lo
  CC       src/basic/libsystemd_shared_la-rlimit-util.lo
  CC       src/basic/libsystemd_shared_la-dirent-util.lo
  CC       src/basic/libsystemd_shared_la-xattr-util.lo
  CC       src/basic/libsystemd_shared_la-chattr-util.lo
  CC       src/basic/libsystemd_shared_la-proc-cmdline.lo
  CC       src/basic/libsystemd_shared_la-fs-util.lo
  CC       src/basic/libsystemd_shared_la-syslog-util.lo
  CC       src/basic/libsystemd_shared_la-stat-util.lo
  CC       src/basic/libsystemd_shared_la-mount-util.lo
  CC       src/basic/libsystemd_shared_la-hexdecoct.lo
  CC       src/basic/libsystemd_shared_la-glob-util.lo
  CC       src/basic/libsystemd_shared_la-extract-word.lo
  CC       src/basic/libsystemd_shared_la-escape.lo
  CC       src/basic/libsystemd_shared_la-cpu-set-util.lo
  CC       src/basic/libsystemd_shared_la-lockfile-util.lo
  CC       src/basic/libsystemd_shared_la-path-util.lo
  CC       src/basic/libsystemd_shared_la-time-util.lo
  CC       src/basic/libsystemd_shared_la-locale-util.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/time-util.c: In function 'clock_supported':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/time-util.c:1269:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
                 if (!clock_boottime_supported())
                    ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/time-util.c:1274:9: note: here
         default:
         ^~~~~~~
  CC       src/basic/libsystemd_shared_la-signal-util.lo
  CC       src/basic/libsystemd_shared_la-string-table.lo
  CC       src/basic/libsystemd_shared_la-mempool.lo
  CC       src/basic/libsystemd_shared_la-hashmap.lo
  CC       src/basic/libsystemd_shared_la-hash-funcs.lo
  CC       src/basic/libsystemd_shared_la-siphash24.lo
  CC       src/basic/libsystemd_shared_la-ordered-set.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c: In function 'siphash24_compress':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:129:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state->padding |= ((uint64_t) in[6]) << 48;
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:130:17: note: here
                 case 6:
                 ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:131:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state->padding |= ((uint64_t) in[5]) << 40;
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:132:17: note: here
                 case 5:
                 ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:133:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state->padding |= ((uint64_t) in[4]) << 32;
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:134:17: note: here
                 case 4:
                 ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:135:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state->padding |= ((uint64_t) in[3]) << 24;
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:136:17: note: here
                 case 3:
                 ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:137:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state->padding |= ((uint64_t) in[2]) << 16;
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:138:17: note: here
                 case 2:
                 ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:139:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state->padding |= ((uint64_t) in[1]) <<  8;
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/siphash24.c:140:17: note: here
                 case 1:
                 ^~~~
  CC       src/basic/libsystemd_shared_la-bitmap.lo
  CC       src/basic/libsystemd_shared_la-prioq.lo
  CC       src/basic/libsystemd_shared_la-web-util.lo
  CC       src/basic/libsystemd_shared_la-strv.lo
  CC       src/basic/libsystemd_shared_la-env-util.lo
  CC       src/basic/libsystemd_shared_la-strbuf.lo
  CC       src/basic/libsystemd_shared_la-strxcpyx.lo
  CC       src/basic/libsystemd_shared_la-log.lo
  CC       src/basic/libsystemd_shared_la-bus-label.lo
  CC       src/basic/libsystemd_shared_la-ratelimit.lo
  CC       src/basic/libsystemd_shared_la-exit-status.lo
  CC       src/basic/libsystemd_shared_la-virt.lo
  CC       src/basic/libsystemd_shared_la-architecture.lo
  CC       src/basic/libsystemd_shared_la-smack-util.lo
  CC       src/basic/libsystemd_shared_la-device-nodes.lo
  CC       src/basic/libsystemd_shared_la-utf8.lo
  CC       src/basic/libsystemd_shared_la-gunicode.lo
  CC       src/basic/libsystemd_shared_la-socket-util.lo
  CC       src/basic/libsystemd_shared_la-in-addr-util.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/socket-util.c: In function 'socknameinfo_pretty':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/socket-util.c:661:13: warning: NI_IDN_USE_STD3_ASCII_RULES is deprecated
                         NI_IDN|NI_IDN_USE_STD3_ASCII_RULES);
             ^           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC       src/basic/libsystemd_shared_la-ether-addr-util.lo
  CC       src/basic/libsystemd_shared_la-replace-var.lo
  CC       src/basic/libsystemd_shared_la-clock-util.lo
  CC       src/basic/libsystemd_shared_la-calendarspec.lo
  CC       src/basic/libsystemd_shared_la-fileio.lo
  CC       src/basic/libsystemd_shared_la-MurmurHash2.lo
  CC       src/basic/libsystemd_shared_la-mkdir.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/MurmurHash2.c: In function 'MurmurHash2':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/MurmurHash2.c:72:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 3: h ^= data[2] << 16;
           ~~^~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/MurmurHash2.c:73:3: note: here
   case 2: h ^= data[1] << 8;
   ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/MurmurHash2.c:73:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 2: h ^= data[1] << 8;
           ~~^~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/MurmurHash2.c:74:3: note: here
   case 1: h ^= data[0];
   ^~~~
  CC       src/basic/libsystemd_shared_la-cgroup-util.lo
  CC       src/basic/libsystemd_shared_la-errno-list.lo
  CC       src/basic/libsystemd_shared_la-af-list.lo
  CC       src/basic/libsystemd_shared_la-arphrd-list.lo
  CC       src/basic/libsystemd_shared_la-terminal-util.lo
  CC       src/basic/libsystemd_shared_la-login-util.lo
  CC       src/basic/libsystemd_shared_la-cap-list.lo
  CC       src/basic/libsystemd_shared_la-audit-util.lo
In file included from /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/cap-list.c:32:
./src/basic/cap-to-name.h:21:23: warning: initialized field overwritten [-Woverride-init]
 [CAP_BLOCK_SUSPEND] = "cap_block_suspend",
                       ^~~~~~~~~~~~~~~~~~~
./src/basic/cap-to-name.h:21:23: note: (near initialization for 'capability_names[36]')
  CC       src/basic/libsystemd_shared_la-xml.lo
  CC       src/basic/libsystemd_shared_la-barrier.lo
  CC       src/basic/libsystemd_shared_la-async.lo
  CC       src/basic/libsystemd_shared_la-memfd-util.lo
  CC       src/basic/libsystemd_shared_la-process-util.lo
  CC       src/basic/libsystemd_shared_la-random-util.lo
  CC       src/basic/libsystemd_shared_la-verbs.lo
  CC       src/basic/libsystemd_shared_la-sigbus.lo
  CC       src/basic/libsystemd_shared_la-socket-label.lo
  CC       src/basic/libsystemd_shared_la-label.lo
  CC       src/basic/libsystemd_shared_la-btrfs-util.lo
  CC       src/basic/libsystemd_shared_la-selinux-util.lo
  CC       src/basic/libsystemd_shared_la-mkdir-label.lo
  CC       src/basic/libsystemd_shared_la-fileio-label.lo
  CC       src/basic/libsystemd_shared_la-rm-rf.lo
  CC       src/basic/libsystemd_shared_la-copy.lo
  CC       src/basic/libsystemd_shared_la-alloc-util.lo
  CC       src/shared/libsystemd_shared_la-output-mode.lo
  CC       src/shared/libsystemd_shared_la-dns-domain.lo
  CC       src/shared/libsystemd_shared_la-efivars.lo
  CC       src/shared/libsystemd_shared_la-fstab-util.lo
  CC       src/shared/libsystemd_shared_la-sleep-config.lo
  CC       src/shared/libsystemd_shared_la-conf-parser.lo
  CC       src/shared/libsystemd_shared_la-pager.lo
  CC       src/shared/libsystemd_shared_la-spawn-polkit-agent.lo
  CC       src/shared/libsystemd_shared_la-apparmor-util.lo
  CC       src/shared/libsystemd_shared_la-ima-util.lo
  CC       src/shared/libsystemd_shared_la-ptyfwd.lo
  CC       src/shared/libsystemd_shared_la-base-filesystem.lo
  CC       src/shared/libsystemd_shared_la-uid-range.lo
  CC       src/shared/libsystemd_shared_la-install.lo
  CC       src/shared/libsystemd_shared_la-install-printf.lo
  CC       src/shared/libsystemd_shared_la-path-lookup.lo
  CC       src/shared/libsystemd_shared_la-specifier.lo
  CC       src/shared/libsystemd_shared_la-dev-setup.lo
  CC       src/shared/libsystemd_shared_la-dropin.lo
  CC       src/shared/libsystemd_shared_la-condition.lo
  CC       src/shared/libsystemd_shared_la-clean-ipc.lo
  CC       src/shared/libsystemd_shared_la-generator.lo
  CC       src/shared/libsystemd_shared_la-acpi-fpdt.lo
  CC       src/shared/libsystemd_shared_la-boot-timestamps.lo
  CC       src/shared/libsystemd_shared_la-cgroup-show.lo
  CC       src/shared/libsystemd_shared_la-watchdog.lo
  CC       src/shared/libsystemd_shared_la-spawn-ask-password-agent.lo
  CC       src/shared/libsystemd_shared_la-ask-password-api.lo
  CC       src/shared/libsystemd_shared_la-switch-root.lo
  CC       src/shared/libsystemd_shared_la-import-util.lo
  CC       src/shared/libsystemd_shared_la-sysctl-util.lo
  CC       src/shared/libsystemd_shared_la-bus-util.lo
  CC       src/shared/libsystemd_shared_la-logs-show.lo
  CC       src/shared/libsystemd_shared_la-machine-image.lo
  CC       src/shared/libsystemd_shared_la-machine-pool.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/shared/machine-image.c: In function 'image_clone':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/shared/machine-image.c:611:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
                 if (r == -EOPNOTSUPP) {
                    ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/shared/machine-image.c:623:9: note: here
         case IMAGE_RAW:
         ^~~~
  CC       src/shared/libsystemd_shared_la-resolve-util.lo
  CC       src/shared/libsystemd_shared_la-bus-unit-util.lo
  CC       src/shared/libsystemd_shared_la-vlan-util.lo
  CC       src/shared/libsystemd_shared_la-tests.lo
  CC       src/shared/libsystemd_shared_la-fdset.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-sd-bus.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-control.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-error.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-common-errors.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-internal.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-socket.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-kernel.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-container.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-message.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-creds.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-signature.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-type.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-match.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-bloom.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-introspect.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-objects.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-gvariant.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-convenience.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-track.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-slot.lo
  CC       src/libsystemd/sd-bus/libsystemd_shared_la-bus-dump.lo
  CC       src/libsystemd/sd-utf8/libsystemd_shared_la-sd-utf8.lo
  CC       src/libsystemd/sd-event/libsystemd_shared_la-sd-event.lo
  CC       src/libsystemd/sd-netlink/libsystemd_shared_la-sd-netlink.lo
  CC       src/libsystemd/sd-netlink/libsystemd_shared_la-netlink-message.lo
  CC       src/libsystemd/sd-netlink/libsystemd_shared_la-netlink-socket.lo
  CC       src/libsystemd/sd-netlink/libsystemd_shared_la-rtnl-message.lo
  CC       src/libsystemd/sd-netlink/libsystemd_shared_la-netlink-types.lo
  CC       src/libsystemd/sd-netlink/libsystemd_shared_la-netlink-util.lo
  CC       src/libsystemd/sd-netlink/libsystemd_shared_la-local-addresses.lo
  CC       src/libsystemd/sd-id128/libsystemd_shared_la-sd-id128.lo
  CC       src/libsystemd/sd-id128/libsystemd_shared_la-id128-util.lo
  CC       src/libsystemd/sd-daemon/libsystemd_shared_la-sd-daemon.lo
  CC       src/libsystemd/sd-login/libsystemd_shared_la-sd-login.lo
  CC       src/libsystemd/sd-path/libsystemd_shared_la-sd-path.lo
  CC       src/libsystemd/sd-network/libsystemd_shared_la-sd-network.lo
  CC       src/libsystemd/sd-network/libsystemd_shared_la-network-util.lo
  CC       src/libsystemd/sd-hwdb/libsystemd_shared_la-sd-hwdb.lo
  CC       src/libsystemd/sd-device/libsystemd_shared_la-device-enumerator.lo
  CC       src/libsystemd/sd-device/libsystemd_shared_la-sd-device.lo
  CC       src/libsystemd/sd-device/libsystemd_shared_la-device-private.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-device/sd-device.c: In function 'device_read_uevent_file':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-device/sd-device.c:560:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state = VALUE;
                         ~~~~~~^~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-device/sd-device.c:563:17: note: here
                 case VALUE:
                 ^~~~
  CC       src/libsystemd/sd-resolve/libsystemd_shared_la-sd-resolve.lo
  CC       src/journal/libsystemd_shared_la-sd-journal.lo
  CC       src/journal/libsystemd_shared_la-journal-file.lo
  CC       src/journal/libsystemd_shared_la-journal-vacuum.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journal-file.c: In function 'journal_file_set_online':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journal-file.c:284:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         if (!__sync_bool_compare_and_swap(&f->offline_state, OFFLINE_AGAIN_FROM_OFFLINING, OFFLINE_CANCEL))
                            ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journal-file.c:289:17: note: here
                 default: {
                 ^~~~~~~
  CC       src/journal/libsystemd_shared_la-journal-verify.lo
  CC       src/journal/libsystemd_shared_la-lookup3.lo
  CC       src/journal/libsystemd_shared_la-journal-send.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c: In function 'jenkins_hashword':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:202:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 3 : c+=k[2];
            ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:203:3: note: here
   case 2 : b+=k[1];
   ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:203:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 2 : b+=k[1];
            ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:204:3: note: here
   case 1 : a+=k[0];
   ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c: In function 'jenkins_hashword2':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:248:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 3 : c+=k[2];
            ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:249:3: note: here
   case 2 : b+=k[1];
   ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:249:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 2 : b+=k[1];
            ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:250:3: note: here
   case 1 : a+=k[0];
   ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c: In function 'jenkins_hashlittle':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:436:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 12: c+=((uint32_t)k[11])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:437:5: note: here
     case 11: c+=((uint32_t)k[10])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:437:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 11: c+=((uint32_t)k[10])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:438:5: note: here
     case 10: c+=((uint32_t)k[9])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:438:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 10: c+=((uint32_t)k[9])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:439:5: note: here
     case 9 : c+=k[8];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:439:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 9 : c+=k[8];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:440:5: note: here
     case 8 : b+=((uint32_t)k[7])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:440:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 8 : b+=((uint32_t)k[7])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:441:5: note: here
     case 7 : b+=((uint32_t)k[6])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:441:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 7 : b+=((uint32_t)k[6])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:442:5: note: here
     case 6 : b+=((uint32_t)k[5])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:442:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 6 : b+=((uint32_t)k[5])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:443:5: note: here
     case 5 : b+=k[4];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:443:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 5 : b+=k[4];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:444:5: note: here
     case 4 : a+=((uint32_t)k[3])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:444:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 4 : a+=((uint32_t)k[3])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:445:5: note: here
     case 3 : a+=((uint32_t)k[2])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:445:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 3 : a+=((uint32_t)k[2])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:446:5: note: here
     case 2 : a+=((uint32_t)k[1])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:446:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 2 : a+=((uint32_t)k[1])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:447:5: note: here
     case 1 : a+=k[0];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c: In function 'jenkins_hashlittle2':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:622:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 12: c+=((uint32_t)k[11])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:623:5: note: here
     case 11: c+=((uint32_t)k[10])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:623:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 11: c+=((uint32_t)k[10])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:624:5: note: here
     case 10: c+=((uint32_t)k[9])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:624:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 10: c+=((uint32_t)k[9])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:625:5: note: here
     case 9 : c+=k[8];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:625:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 9 : c+=k[8];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:626:5: note: here
     case 8 : b+=((uint32_t)k[7])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:626:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 8 : b+=((uint32_t)k[7])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:627:5: note: here
     case 7 : b+=((uint32_t)k[6])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:627:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 7 : b+=((uint32_t)k[6])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:628:5: note: here
     case 6 : b+=((uint32_t)k[5])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:628:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 6 : b+=((uint32_t)k[5])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:629:5: note: here
     case 5 : b+=k[4];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:629:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 5 : b+=k[4];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:630:5: note: here
     case 4 : a+=((uint32_t)k[3])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:630:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 4 : a+=((uint32_t)k[3])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:631:5: note: here
     case 3 : a+=((uint32_t)k[2])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:631:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 3 : a+=((uint32_t)k[2])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:632:5: note: here
     case 2 : a+=((uint32_t)k[1])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:632:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 2 : a+=((uint32_t)k[1])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:633:5: note: here
     case 1 : a+=k[0];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c: In function 'jenkins_hashbig':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:753:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 12: c+=k[11];
              ~^~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:754:5: note: here
     case 11: c+=((uint32_t)k[10])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:754:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 11: c+=((uint32_t)k[10])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:755:5: note: here
     case 10: c+=((uint32_t)k[9])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:755:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 10: c+=((uint32_t)k[9])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:756:5: note: here
     case 9 : c+=((uint32_t)k[8])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:756:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 9 : c+=((uint32_t)k[8])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:757:5: note: here
     case 8 : b+=k[7];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:757:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 8 : b+=k[7];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:758:5: note: here
     case 7 : b+=((uint32_t)k[6])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:758:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 7 : b+=((uint32_t)k[6])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:759:5: note: here
     case 6 : b+=((uint32_t)k[5])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:759:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 6 : b+=((uint32_t)k[5])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:760:5: note: here
     case 5 : b+=((uint32_t)k[4])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:760:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 5 : b+=((uint32_t)k[4])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:761:5: note: here
     case 4 : a+=k[3];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:761:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 4 : a+=k[3];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:762:5: note: here
     case 3 : a+=((uint32_t)k[2])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:762:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 3 : a+=((uint32_t)k[2])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:763:5: note: here
     case 2 : a+=((uint32_t)k[1])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:763:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 2 : a+=((uint32_t)k[1])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:764:5: note: here
     case 1 : a+=((uint32_t)k[0])<<24;
     ^~~~
  CC       src/journal/libsystemd_shared_la-catalog.lo
  CC       src/journal/libsystemd_shared_la-mmap-cache.lo
  CC       src/journal/libsystemd_shared_la-compress.lo
  CC       src/journal/libsystemd_shared_la-audit-type.lo
  CC       src/shared/libsystemd_shared_la-gcrypt-util.lo
  CC       src/libudev/libsystemd_shared_la-libudev.lo
  CC       src/libudev/libsystemd_shared_la-libudev-list.lo
  CC       src/libudev/libsystemd_shared_la-libudev-util.lo
  CC       src/libudev/libsystemd_shared_la-libudev-device.lo
  CC       src/libudev/libsystemd_shared_la-libudev-device-private.lo
  CC       src/libudev/libsystemd_shared_la-libudev-enumerate.lo
  CC       src/libudev/libsystemd_shared_la-libudev-monitor.lo
  CC       src/libudev/libsystemd_shared_la-libudev-queue.lo
  CC       src/libudev/libsystemd_shared_la-libudev-hwdb.lo
  CC       src/libsystemd/sd-bus/sd-bus.lo
  CC       src/libsystemd/sd-bus/bus-control.lo
  CC       src/libsystemd/sd-bus/bus-error.lo
  CC       src/libsystemd/sd-bus/bus-common-errors.lo
  CC       src/libsystemd/sd-bus/bus-internal.lo
  CC       src/libsystemd/sd-bus/bus-socket.lo
  CC       src/libsystemd/sd-bus/bus-kernel.lo
  CC       src/libsystemd/sd-bus/bus-container.lo
  CC       src/libsystemd/sd-bus/bus-message.lo
  CC       src/libsystemd/sd-bus/bus-creds.lo
  CC       src/libsystemd/sd-bus/bus-signature.lo
  CC       src/libsystemd/sd-bus/bus-type.lo
  CC       src/libsystemd/sd-bus/bus-match.lo
  CC       src/libsystemd/sd-bus/bus-bloom.lo
  CC       src/libsystemd/sd-bus/bus-introspect.lo
  CC       src/libsystemd/sd-bus/bus-objects.lo
  CC       src/libsystemd/sd-bus/bus-gvariant.lo
  CC       src/libsystemd/sd-bus/bus-convenience.lo
  CC       src/libsystemd/sd-bus/bus-track.lo
  CC       src/libsystemd/sd-bus/bus-slot.lo
  CC       src/libsystemd/sd-bus/bus-dump.lo
  CC       src/libsystemd/sd-utf8/sd-utf8.lo
  CC       src/libsystemd/sd-event/sd-event.lo
  CC       src/libsystemd/sd-netlink/sd-netlink.lo
  CC       src/libsystemd/sd-netlink/netlink-message.lo
  CC       src/libsystemd/sd-netlink/netlink-socket.lo
  CC       src/libsystemd/sd-netlink/rtnl-message.lo
  CC       src/libsystemd/sd-netlink/netlink-types.lo
  CC       src/libsystemd/sd-netlink/netlink-util.lo
  CC       src/libsystemd/sd-netlink/local-addresses.lo
  CC       src/libsystemd/sd-id128/sd-id128.lo
  CC       src/libsystemd/sd-id128/id128-util.lo
  CC       src/libsystemd/sd-daemon/sd-daemon.lo
  CC       src/libsystemd/sd-login/sd-login.lo
  CC       src/libsystemd/sd-path/sd-path.lo
  CC       src/libsystemd/sd-network/sd-network.lo
  CC       src/libsystemd/sd-network/network-util.lo
  CC       src/libsystemd/sd-hwdb/sd-hwdb.lo
  CC       src/libsystemd/sd-device/device-enumerator.lo
  CC       src/libsystemd/sd-device/sd-device.lo
  CC       src/libsystemd/sd-device/device-private.lo
  CC       src/libsystemd/sd-resolve/sd-resolve.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-device/sd-device.c: In function 'device_read_uevent_file':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-device/sd-device.c:560:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         state = VALUE;
                         ~~~~~~^~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-device/sd-device.c:563:17: note: here
                 case VALUE:
                 ^~~~
  CC       src/libudev/libudev.lo
  CC       src/libudev/libudev-list.lo
  CC       src/libudev/libudev-util.lo
  CC       src/libudev/libudev-device.lo
  CC       src/libudev/libudev-device-private.lo
  CC       src/libudev/libudev-enumerate.lo
  CC       src/libudev/libudev-monitor.lo
  CC       src/libudev/libudev-queue.lo
  CC       src/libudev/libudev-hwdb.lo
  CC       src/udev/libudev_core_la-udev-builtin-kmod.lo
  CC       src/udev/libudev_core_la-udev-builtin-blkid.lo
  CC       src/udev/net/libudev_core_la-link-config-gperf.lo
  CC       src/libsystemd-network/libsystemd_network_la-sd-dhcp-client.lo
  CC       src/libsystemd-network/libsystemd_network_la-sd-dhcp-server.lo
  CC       src/libsystemd-network/libsystemd_network_la-dhcp-network.lo
  CC       src/libsystemd-network/libsystemd_network_la-dhcp-option.lo
  CC       src/libsystemd-network/libsystemd_network_la-dhcp-packet.lo
  CC       src/libsystemd-network/libsystemd_network_la-sd-dhcp-lease.lo
  CC       src/libsystemd-network/libsystemd_network_la-sd-ipv4ll.lo
  CC       src/libsystemd-network/libsystemd_network_la-sd-ipv4acd.lo
  CC       src/libsystemd-network/libsystemd_network_la-arp-util.lo
  CC       src/libsystemd-network/libsystemd_network_la-network-internal.lo
  CC       src/libsystemd-network/libsystemd_network_la-sd-ndisc.lo
  CC       src/libsystemd-network/libsystemd_network_la-ndisc-router.lo
  CC       src/libsystemd-network/libsystemd_network_la-icmp6-util.lo
  CC       src/libsystemd-network/libsystemd_network_la-sd-dhcp6-client.lo
  CC       src/libsystemd-network/libsystemd_network_la-dhcp6-network.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd-network/sd-dhcp6-client.c: In function 'client_receive_message':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd-network/sd-dhcp6-client.c:996:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
                 if (r == DHCP6_STATE_REQUEST) {
                    ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd-network/sd-dhcp6-client.c:1003:9: note: here
         case DHCP6_STATE_REQUEST:
         ^~~~
  CC       src/libsystemd-network/libsystemd_network_la-dhcp6-option.lo
  CC       src/libsystemd-network/libsystemd_network_la-sd-dhcp6-lease.lo
  CC       src/libsystemd-network/libsystemd_network_la-dhcp-identifier.lo
  CC       src/libsystemd-network/libsystemd_network_la-lldp-network.lo
  CC       src/libsystemd-network/libsystemd_network_la-lldp-neighbor.lo
  CC       src/libsystemd-network/libsystemd_network_la-sd-lldp.lo
  CC       src/shared/libshared_la-output-mode.lo
  CC       src/shared/libshared_la-dns-domain.lo
  CC       src/shared/libshared_la-efivars.lo
  CC       src/shared/libshared_la-fstab-util.lo
  CC       src/shared/libshared_la-sleep-config.lo
  CC       src/shared/libshared_la-conf-parser.lo
  CC       src/shared/libshared_la-pager.lo
  CC       src/shared/libshared_la-spawn-polkit-agent.lo
  CC       src/shared/libshared_la-apparmor-util.lo
  CC       src/shared/libshared_la-ima-util.lo
  CC       src/shared/libshared_la-ptyfwd.lo
  CC       src/shared/libshared_la-base-filesystem.lo
  CC       src/shared/libshared_la-uid-range.lo
  CC       src/shared/libshared_la-install.lo
  CC       src/shared/libshared_la-install-printf.lo
  CC       src/shared/libshared_la-path-lookup.lo
  CC       src/shared/libshared_la-specifier.lo
  CC       src/shared/libshared_la-dev-setup.lo
  CC       src/shared/libshared_la-dropin.lo
  CC       src/shared/libshared_la-condition.lo
  CC       src/shared/libshared_la-clean-ipc.lo
  CC       src/shared/libshared_la-generator.lo
  CC       src/shared/libshared_la-acpi-fpdt.lo
  CC       src/shared/libshared_la-boot-timestamps.lo
  CC       src/shared/libshared_la-cgroup-show.lo
  CC       src/shared/libshared_la-watchdog.lo
  CC       src/shared/libshared_la-spawn-ask-password-agent.lo
  CC       src/shared/libshared_la-ask-password-api.lo
  CC       src/shared/libshared_la-switch-root.lo
  CC       src/shared/libshared_la-import-util.lo
  CC       src/shared/libshared_la-sysctl-util.lo
  CC       src/shared/libshared_la-bus-util.lo
  CC       src/shared/libshared_la-logs-show.lo
  CC       src/shared/libshared_la-machine-image.lo
  CC       src/shared/libshared_la-machine-pool.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/shared/machine-image.c: In function 'image_clone':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/shared/machine-image.c:611:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
                 if (r == -EOPNOTSUPP) {
                    ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/shared/machine-image.c:623:9: note: here
         case IMAGE_RAW:
         ^~~~
  CC       src/shared/libshared_la-resolve-util.lo
  CC       src/shared/libshared_la-bus-unit-util.lo
  CC       src/shared/libshared_la-vlan-util.lo
  CC       src/shared/libshared_la-tests.lo
  CC       src/shared/libshared_la-fdset.lo
  CCLD     libsystemd-internal.la
  CCLD     libbasic.la
  CC       src/journal/libsystemd_journal_internal_la-sd-journal.lo
  CC       src/journal/libsystemd_journal_internal_la-journal-file.lo
  CC       src/journal/libsystemd_journal_internal_la-journal-vacuum.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journal-file.c: In function 'journal_file_set_online':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journal-file.c:284:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         if (!__sync_bool_compare_and_swap(&f->offline_state, OFFLINE_AGAIN_FROM_OFFLINING, OFFLINE_CANCEL))
                            ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journal-file.c:289:17: note: here
                 default: {
                 ^~~~~~~
  CC       src/journal/libsystemd_journal_internal_la-journal-verify.lo
  CC       src/journal/libsystemd_journal_internal_la-lookup3.lo
  CC       src/journal/libsystemd_journal_internal_la-journal-send.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c: In function 'jenkins_hashword':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:202:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 3 : c+=k[2];
            ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:203:3: note: here
   case 2 : b+=k[1];
   ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:203:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 2 : b+=k[1];
            ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:204:3: note: here
   case 1 : a+=k[0];
   ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c: In function 'jenkins_hashword2':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:248:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 3 : c+=k[2];
            ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:249:3: note: here
   case 2 : b+=k[1];
   ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:249:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 2 : b+=k[1];
            ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:250:3: note: here
   case 1 : a+=k[0];
   ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c: In function 'jenkins_hashlittle':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:436:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 12: c+=((uint32_t)k[11])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:437:5: note: here
     case 11: c+=((uint32_t)k[10])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:437:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 11: c+=((uint32_t)k[10])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:438:5: note: here
     case 10: c+=((uint32_t)k[9])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:438:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 10: c+=((uint32_t)k[9])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:439:5: note: here
     case 9 : c+=k[8];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:439:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 9 : c+=k[8];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:440:5: note: here
     case 8 : b+=((uint32_t)k[7])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:440:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 8 : b+=((uint32_t)k[7])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:441:5: note: here
     case 7 : b+=((uint32_t)k[6])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:441:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 7 : b+=((uint32_t)k[6])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:442:5: note: here
     case 6 : b+=((uint32_t)k[5])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:442:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 6 : b+=((uint32_t)k[5])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:443:5: note: here
     case 5 : b+=k[4];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:443:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 5 : b+=k[4];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:444:5: note: here
     case 4 : a+=((uint32_t)k[3])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:444:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 4 : a+=((uint32_t)k[3])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:445:5: note: here
     case 3 : a+=((uint32_t)k[2])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:445:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 3 : a+=((uint32_t)k[2])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:446:5: note: here
     case 2 : a+=((uint32_t)k[1])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:446:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 2 : a+=((uint32_t)k[1])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:447:5: note: here
     case 1 : a+=k[0];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c: In function 'jenkins_hashlittle2':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:622:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 12: c+=((uint32_t)k[11])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:623:5: note: here
     case 11: c+=((uint32_t)k[10])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:623:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 11: c+=((uint32_t)k[10])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:624:5: note: here
     case 10: c+=((uint32_t)k[9])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:624:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 10: c+=((uint32_t)k[9])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:625:5: note: here
     case 9 : c+=k[8];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:625:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 9 : c+=k[8];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:626:5: note: here
     case 8 : b+=((uint32_t)k[7])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:626:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 8 : b+=((uint32_t)k[7])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:627:5: note: here
     case 7 : b+=((uint32_t)k[6])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:627:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 7 : b+=((uint32_t)k[6])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:628:5: note: here
     case 6 : b+=((uint32_t)k[5])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:628:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 6 : b+=((uint32_t)k[5])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:629:5: note: here
     case 5 : b+=k[4];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:629:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 5 : b+=k[4];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:630:5: note: here
     case 4 : a+=((uint32_t)k[3])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:630:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 4 : a+=((uint32_t)k[3])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:631:5: note: here
     case 3 : a+=((uint32_t)k[2])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:631:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 3 : a+=((uint32_t)k[2])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:632:5: note: here
     case 2 : a+=((uint32_t)k[1])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:632:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 2 : a+=((uint32_t)k[1])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:633:5: note: here
     case 1 : a+=k[0];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c: In function 'jenkins_hashbig':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:753:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 12: c+=k[11];
              ~^~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:754:5: note: here
     case 11: c+=((uint32_t)k[10])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:754:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 11: c+=((uint32_t)k[10])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:755:5: note: here
     case 10: c+=((uint32_t)k[9])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:755:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 10: c+=((uint32_t)k[9])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:756:5: note: here
     case 9 : c+=((uint32_t)k[8])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:756:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 9 : c+=((uint32_t)k[8])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:757:5: note: here
     case 8 : b+=k[7];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:757:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 8 : b+=k[7];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:758:5: note: here
     case 7 : b+=((uint32_t)k[6])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:758:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 7 : b+=((uint32_t)k[6])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:759:5: note: here
     case 6 : b+=((uint32_t)k[5])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:759:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 6 : b+=((uint32_t)k[5])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:760:5: note: here
     case 5 : b+=((uint32_t)k[4])<<24;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:760:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 5 : b+=((uint32_t)k[4])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:761:5: note: here
     case 4 : a+=k[3];
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:761:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 4 : a+=k[3];
              ~^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:762:5: note: here
     case 3 : a+=((uint32_t)k[2])<<8;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:762:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 3 : a+=((uint32_t)k[2])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:763:5: note: here
     case 2 : a+=((uint32_t)k[1])<<16;
     ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:763:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 2 : a+=((uint32_t)k[1])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/lookup3.c:764:5: note: here
     case 1 : a+=((uint32_t)k[0])<<24;
     ^~~~
  CC       src/journal/libsystemd_journal_internal_la-catalog.lo
  CC       src/journal/libsystemd_journal_internal_la-mmap-cache.lo
  CC       src/journal/libsystemd_journal_internal_la-compress.lo
  CC       src/journal/libsystemd_journal_internal_la-audit-type.lo
  CCLD     libudev-internal.la
  CC       src/journal/journald-kmsg.lo
  CC       src/journal/journald-syslog.lo
  CC       src/journal/journald-stream.lo
  CC       src/journal/journald-server.lo
  CC       src/journal/journald-console.lo
  CC       src/journal/journald-wall.lo
  CC       src/journal/journald-native.lo
  CC       src/journal/journald-audit.lo
  CC       src/journal/journald-rate-limit.lo
  CC       src/journal/journald-gperf.lo
  CCLD     libsystemd-shared.la
  CCLD     libsystemd-journal-internal.la
  CCLD     libsystemd.la
  CCLD     libudev.la
  CC       src/core/systemd_nspawn-mount-setup.o
  CC       src/core/systemd_nspawn-loopback-setup.o
  CC       src/nspawn/systemd_nspawn-nspawn-gperf.o
  CC       src/core/libcore_la-unit.lo
  CC       src/core/libcore_la-unit-printf.lo
  CC       src/core/libcore_la-job.lo
  CC       src/core/libcore_la-manager.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/job.c: In function 'job_print_status_message':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/job.c:695:11: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
         } const statuses[_JOB_RESULT_MAX] = {
           ^~~~~
  CC       src/core/libcore_la-transaction.lo
  CC       src/core/libcore_la-load-fragment.lo
  CC       src/core/libcore_la-service.lo
  CC       src/core/libcore_la-socket.lo
  CC       src/core/libcore_la-busname.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/socket.c: In function 'socket_port_type_to_string':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/socket.c:2655:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         if (socket_address_family(&p->address) == AF_NETLINK)
                            ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/socket.c:2658:17: note: here
                 default:
                 ^~~~~~~
  CC       src/core/libcore_la-bus-policy.lo
  CC       src/core/libcore_la-target.lo
  CC       src/core/libcore_la-device.lo
  CC       src/core/libcore_la-mount.lo
  CC       src/core/libcore_la-automount.lo
  CC       src/core/libcore_la-swap.lo
  CC       src/core/libcore_la-timer.lo
  CC       src/core/libcore_la-path.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/timer.c: In function 'timer_enter_waiting':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/timer.c:418:36: warning: this statement may fall through [-Wimplicit-fallthrough=]
                                 if (detect_container() <= 0) {
                                    ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/timer.c:426:25: note: here
                         case TIMER_STARTUP:
                         ^~~~
  CC       src/core/libcore_la-slice.lo
  CC       src/core/libcore_la-scope.lo
  CC       src/core/libcore_la-load-dropin.lo
  CC       src/core/libcore_la-execute.lo
  CC       src/core/libcore_la-dynamic-user.lo
  CC       src/core/libcore_la-kill.lo
  CC       src/core/libcore_la-dbus.lo
  CC       src/core/libcore_la-dbus-manager.lo
  CC       src/core/libcore_la-dbus-unit.lo
  CC       src/core/libcore_la-dbus-job.lo
  CC       src/core/libcore_la-dbus-service.lo
  CC       src/core/libcore_la-dbus-socket.lo
  CC       src/core/libcore_la-dbus-busname.lo
  CC       src/core/libcore_la-dbus-target.lo
  CC       src/core/libcore_la-dbus-device.lo
  CC       src/core/libcore_la-dbus-mount.lo
  CC       src/core/libcore_la-dbus-automount.lo
  CC       src/core/libcore_la-dbus-swap.lo
  CC       src/core/libcore_la-dbus-timer.lo
  CC       src/core/libcore_la-dbus-path.lo
  CC       src/core/libcore_la-dbus-slice.lo
  CC       src/core/libcore_la-dbus-scope.lo
  CC       src/core/libcore_la-dbus-execute.lo
  CC       src/core/libcore_la-dbus-kill.lo
  CC       src/core/libcore_la-dbus-cgroup.lo
  CC       src/core/libcore_la-cgroup.lo
  CC       src/core/libcore_la-selinux-access.lo
  CC       src/core/libcore_la-selinux-setup.lo
  CC       src/core/libcore_la-smack-setup.lo
  CC       src/core/libcore_la-ima-setup.lo
  CC       src/core/libcore_la-locale-setup.lo
  CC       src/core/libcore_la-hostname-setup.lo
  CC       src/core/libcore_la-machine-id-setup.lo
  CC       src/core/libcore_la-mount-setup.lo
  CC       src/core/libcore_la-kmod-setup.lo
  CC       src/core/libcore_la-loopback-setup.lo
  CC       src/core/libcore_la-namespace.lo
  CC       src/core/libcore_la-killall.lo
  CC       src/core/libcore_la-audit-fd.lo
  CC       src/core/libcore_la-show-status.lo
  CC       src/core/libcore_la-emergency-action.lo
  CC       src/core/libcore_la-load-fragment-gperf.lo
  CC       src/core/libcore_la-load-fragment-gperf-nulstr.lo
  CC       src/libsystemd/sd-bus/busctl.o
  CC       src/libsystemd/sd-bus/busctl-introspect.o
  CC       src/journal/cat.o
  CCLD     libjournal-core.la
  CC       src/core/machine-id-setup.o
  CC       src/udev/udevadm.o
  CC       src/udev/udevadm-info.o
  CC       src/udev/udevadm-control.o
  CC       src/udev/udevadm-monitor.o
  CC       src/udev/udevadm-hwdb.o
  CC       src/udev/udevadm-settle.o
  CC       src/udev/udevadm-trigger.o
  CC       src/udev/udevadm-test.o
  CC       src/udev/udevadm-test-builtin.o
  CC       src/udev/udevadm-util.o
  CC       src/udev/libudev_core_la-udev-event.lo
  CC       src/udev/libudev_core_la-udev-watch.lo
  CC       src/udev/libudev_core_la-udev-node.lo
  CC       src/udev/libudev_core_la-udev-rules.lo
  CC       src/udev/libudev_core_la-udev-ctrl.lo
  CC       src/udev/libudev_core_la-udev-builtin.lo
  CC       src/udev/libudev_core_la-udev-builtin-btrfs.lo
  CC       src/udev/libudev_core_la-udev-builtin-hwdb.lo
  CC       src/udev/libudev_core_la-udev-builtin-input_id.lo
  CC       src/udev/libudev_core_la-udev-builtin-keyboard.lo
  CC       src/udev/libudev_core_la-udev-builtin-net_id.lo
  CC       src/udev/libudev_core_la-udev-builtin-net_setup_link.lo
  CC       src/udev/libudev_core_la-udev-builtin-path_id.lo
  CC       src/udev/libudev_core_la-udev-builtin-usb_id.lo
  CC       src/udev/net/libudev_core_la-link-config.lo
  CC       src/udev/net/libudev_core_la-ethtool-util.lo
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/udev/net/link-config.c: In function 'load_link':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/udev/net/link-config.c:171:9: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
         memset(&link->features, -1, _NET_DEV_FEAT_MAX);
         ^~~~~~
  CCLD     libsystemd-network.la
  CCLD     libshared.la
  CC       src/journal/journalctl-journalctl.o
  CC       src/login/loginctl.o
  CC       src/login/sysfs-show.o
  CC       src/login/inhibit.o
  CC       src/core/systemd-main.o
  CCLD     libcore.la
  CC       src/core/umount.o
  CC       src/core/shutdown.o
  CC       src/core/mount-setup.o
  CC       src/core/killall.o
  CC       src/udev/udevd.o
  CCLD     libudev-core.la
  CC       src/journal/journald.o
  CC       src/login/logind.o
  CC       src/login/logind-gperf.o
  CC       src/login/logind-core.lo
  CC       src/login/logind-device.lo
  CC       src/login/logind-button.lo
  CC       src/login/logind-action.lo
  CC       src/login/logind-seat.lo
  CC       src/login/logind-session.lo
  CC       src/login/logind-session-device.lo
  CC       src/login/logind-user.lo
  CC       src/login/logind-inhibit.lo
  CC       src/login/logind-dbus.lo
  CC       src/login/logind-session-dbus.lo
  CC       src/login/logind-seat-dbus.lo
  CC       src/login/logind-user-dbus.lo
  CC       src/login/logind-utmp.lo
  GEN      shell-completion/bash/systemctl
  M4       units/tmp.mount
  GEN      catalog/systemd.bg.catalog
  GEN      catalog/systemd.be.catalog
  GEN      catalog/systemd.be@latin.catalog
  GEN      catalog/systemd.fr.catalog
  GEN      catalog/systemd.it.catalog
  GEN      catalog/systemd.pl.catalog
  GEN      catalog/systemd.pt_BR.catalog
  GEN      catalog/systemd.ru.catalog
  GEN      catalog/systemd.zh_CN.catalog
  GEN      catalog/systemd.zh_TW.catalog
  GEN      catalog/systemd.catalog
  GEN      src/login/logind.conf
  GEN      src/core/macros.systemd
  M4       units/getty@.service
  M4       units/serial-getty@.service
  GEN      units/console-getty.service.m4
  GEN      units/container-getty@.service.m4
  GEN      units/systemd-initctl.service
  GEN      units/systemd-remount-fs.service
  GEN      units/systemd-ask-password-wall.service
  GEN      units/systemd-ask-password-console.service
  GEN      units/systemd-sysctl.service
  GEN      units/emergency.service
  GEN      units/rescue.service
  GEN      units/user@.service.m4
  GEN      units/systemd-suspend.service
  GEN      units/systemd-halt.service
  GEN      units/systemd-poweroff.service
  GEN      units/systemd-reboot.service
  GEN      units/systemd-kexec.service
  GEN      units/systemd-exit.service
  GEN      units/systemd-fsck@.service
  GEN      units/systemd-fsck-root.service
  GEN      units/systemd-machine-id-commit.service
  GEN      units/systemd-udevd.service
  GEN      units/systemd-udev-trigger.service
  GEN      units/systemd-udev-settle.service
  GEN      units/systemd-hwdb-update.service
  GEN      units/debug-shell.service
  GEN      units/initrd-parse-etc.service
  GEN      units/initrd-cleanup.service
  GEN      units/initrd-udevadm-cleanup-db.service
  GEN      units/initrd-switch-root.service
  GEN      units/systemd-nspawn@.service
  GEN      units/systemd-update-done.service
  GEN      units/systemd-modules-load.service
  GEN      units/kmod-static-nodes.service
  GEN      units/systemd-tmpfiles-setup-dev.service
  GEN      units/systemd-tmpfiles-setup.service
  GEN      units/systemd-tmpfiles-clean.service
  GEN      units/systemd-journald.service
  GEN      units/systemd-journal-flush.service
  GEN      units/systemd-journal-catalog-update.service
  GEN      units/quotaon.service
  GEN      units/systemd-logind.service
  M4       tmpfiles.d/systemd.conf
  GEN      rules/99-systemd.rules
  M4       tmpfiles.d/etc.conf
  GEN      src/login/71-seat.rules
  GEN      src/login/73-seat-late.rules
  GEN      units/user/systemd-exit.service
  GEN      shell-completion/zsh/_systemctl
  GEN      src/core/systemd.pc
  GEN      src/udev/udev.pc
  GEN      src/libsystemd/libsystemd.pc
  GEN      src/libudev/libudev.pc
  CCLD     liblogind-core.la
  CC       src/nss-systemd/nss-systemd.lo
  CC       src/cgls/cgls.o
  CC       src/cgtop/cgtop.o
  CC       src/nspawn/systemd_nspawn-nspawn.o
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/nspawn/nspawn.c: In function 'parse_argv':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/nspawn/nspawn.c:649:28: warning: this statement may fall through [-Wimplicit-fallthrough=]
                         if (isempty(optarg))
                            ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/nspawn/nspawn.c:664:17: note: here
                 case 'Z':
                 ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/nspawn/nspawn.c: In function 'wait_for_container':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/nspawn/nspawn.c:2507:27: warning: this statement may fall through [-Wimplicit-fallthrough=]
                 } else if (status.si_status == SIGHUP) {
                           ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/nspawn/nspawn.c:2515:9: note: here
         case CLD_DUMPED:
         ^~~~
  CC       src/nspawn/systemd_nspawn-nspawn-settings.o
  CC       src/nspawn/systemd_nspawn-nspawn-mount.o
  CC       src/nspawn/systemd_nspawn-nspawn-network.o
  CC       src/nspawn/systemd_nspawn-nspawn-expose-ports.o
  CC       src/nspawn/systemd_nspawn-nspawn-cgroup.o
  CC       src/nspawn/systemd_nspawn-nspawn-seccomp.o
  CC       src/nspawn/systemd_nspawn-nspawn-register.o
  CC       src/nspawn/systemd_nspawn-nspawn-setuid.o
  CC       src/nspawn/systemd_nspawn-nspawn-stub-pid1.o
  CC       src/nspawn/systemd_nspawn-nspawn-patch-uid.o
  CC       src/detect-virt/detect-virt.o
  CC       src/delta/delta.o
  CC       src/analyze/systemd_analyze-analyze.o
  CC       src/analyze/systemd_analyze-analyze-verify.o
In file included from /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/nss-systemd/nss-systemd.c:34:
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/nss-systemd/nss-systemd.c: In function '_nss_systemd_getgrnam_r':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/nss-systemd/nss-systemd.c:405:32: warning: argument to 'sizeof' in 'memset' call is the same pointer type 'char *' as the destination; expected 'char' or an explicit length [-Wsizeof-pointer-memaccess]
         memzero(buffer, sizeof(char*));
                                ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/util.h:123:39: note: in definition of macro 'memzero'
 #define memzero(x,l) (memset((x), 0, (l)))
                                       ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/nss-systemd/nss-systemd.c: In function '_nss_systemd_getgrgid_r':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/nss-systemd/nss-systemd.c:505:32: warning: argument to 'sizeof' in 'memset' call is the same pointer type 'char *' as the destination; expected 'char' or an explicit length [-Wsizeof-pointer-memaccess]
         memzero(buffer, sizeof(char*));
                                ^~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/basic/util.h:123:39: note: in definition of macro 'memzero'
 #define memzero(x,l) (memset((x), 0, (l)))
                                       ^
  CC       src/run/run.o
  CC       src/mount/mount-tool.o
  CC       src/stdio-bridge/stdio-bridge.o
  CC       src/path/path.o
  CCLD     busctl
  CC       src/activate/activate.o
  CCLD     systemd-cat
  CC       src/systemctl/systemctl.o
  CC       src/notify/notify.o
  CC       src/ask-password/ask-password.o
  CC       src/tty-ask-password-agent/tty-ask-password-agent.o
  CC       src/machine-id-setup/machine-id-setup-main.o
  CC       src/escape/escape.o
  CC       src/tmpfiles/systemd_tmpfiles-tmpfiles.o
  CCLD     udevadm
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/tmpfiles/tmpfiles.c: In function 'glob_item':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/tmpfiles/tmpfiles.c:1105:32: warning: cast between incompatible function types from 'int (*)(DIR *)' {aka 'int (*)(struct __dirstream *)'} to 'void (*)(void *)' [-Wcast-function-type]
                 .gl_closedir = (void (*)(void *)) closedir,
                                ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/tmpfiles/tmpfiles.c: In function 'create_item':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/tmpfiles/tmpfiles.c:1161:9: warning: enumeration value 'CREATE_SUBVOLUME_INHERIT_QUOTA' not handled in switch [-Wswitch]
         switch (i->type) {
         ^~~~~~
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/tmpfiles/tmpfiles.c:1161:9: warning: enumeration value 'CREATE_SUBVOLUME_NEW_QUOTA' not handled in switch [-Wswitch]
  CC       src/hwdb/hwdb.o
  CCLD     journalctl
  CCLD     loginctl
  CCLD     systemd-inhibit
  CCLD     systemd
  CC       src/cgroups-agent/cgroups-agent.o
  CC       src/initctl/initctl.o
  CCLD     systemd-shutdown
  CC       src/remount-fs/remount-fs.o
  CC       src/reply-password/reply-password.o
  CC       src/fsck/fsck.o
  CC       src/ac-power/ac-power.o
  CC       src/sysctl/sysctl.o
  CC       src/sleep/sleep.o
  CC       src/socket-proxy/socket-proxyd.o
  CC       src/update-done/update-done.o
  CC       src/modules-load/systemd_modules_load-modules-load.o
  CCLD     systemd-udevd
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_or_try_restart_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_or_restart_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_try_restart_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_restart_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_stop_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_start_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c: In function 'find_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c:332:12: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
         if (!u)
            ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c:301:15: note: 'u' was declared here
         Unit *u;
               ^
  CCLD     systemd-journald
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journald-server.c: In function 'cache_space_refresh':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journald-server.c:160:28: warning: 'vfs_used' may be used uninitialized in this function [-Wmaybe-uninitialized]
         space->available = LESS_BY(space->limit, vfs_used);
                            ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journald-server.c:136:18: note: 'vfs_used' was declared here
         uint64_t vfs_used, vfs_avail, avail;
                  ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journald-server.c:136:28: warning: 'vfs_avail' may be used uninitialized in this function [-Wmaybe-uninitialized]
         uint64_t vfs_used, vfs_avail, avail;
                            ^
  CCLD     systemd-logind
  CC       src/getty-generator/getty-generator.o
  CC       src/fstab-generator/fstab-generator.o
  CC       src/system-update-generator/system-update-generator.o
  CC       src/debug-generator/debug-generator.o
  CC       src/gpt-auto-generator/systemd_gpt_auto_generator-gpt-auto-generator.o
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c: In function 'method_kill_user':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:1053:16: warning: 'user' may be used uninitialized in this function [-Wmaybe-uninitialized]
         return bus_user_method_kill(message, user, error);
                ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:1039:15: note: 'user' was declared here
         User *user;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c: In function 'method_terminate_user':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:1093:16: warning: 'user' may be used uninitialized in this function [-Wmaybe-uninitialized]
         return bus_user_method_terminate(message, user, error);
                ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:1079:15: note: 'user' was declared here
         User *user;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c: In function 'method_terminate_seat':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:1113:16: warning: 'seat' may be used uninitialized in this function [-Wmaybe-uninitialized]
         return bus_seat_method_terminate(message, seat, error);
                ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:1099:15: note: 'seat' was declared here
         Seat *seat;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c: In function 'method_terminate_session':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:1073:16: warning: 'session' may be used uninitialized in this function [-Wmaybe-uninitialized]
         return bus_session_method_terminate(message, session, error);
                ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:1059:18: note: 'session' was declared here
         Session *session;
                  ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c: In function 'method_kill_session':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:1033:16: warning: 'session' may be used uninitialized in this function [-Wmaybe-uninitialized]
         return bus_session_method_kill(message, session, error);
                ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:1019:18: note: 'session' was declared here
         Session *session;
                  ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c: In function 'method_lock_session':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:985:16: warning: 'session' may be used uninitialized in this function [-Wmaybe-uninitialized]
         return bus_session_method_lock(message, session, error);
                ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:970:18: note: 'session' was declared here
         Session *session;
                  ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-user.c: In function 'user_start_slice':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-user.c:405:30: warning: 'job' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 u->slice_job = job;
                              ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-user.c:387:15: note: 'job' was declared here
         char *job;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c: In function 'method_activate_session':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-session-dbus.c:236:13: warning: 'session' may be used uninitialized in this function [-Wmaybe-uninitialized]
         r = session_activate(s);
             ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/logind-dbus.c:915:18: note: 'session' was declared here
         Session *session;
                  ^
  CC       src/udev/ata_id/ata_id.o
  CC       src/udev/cdrom_id/cdrom_id.o
  CC       src/udev/collect/collect.o
  CC       src/udev/scsi_id/scsi_id.o
  CC       src/udev/scsi_id/scsi_serial.o
  CC       src/udev/v4l_id/v4l_id.o
  CC       src/udev/mtd_probe/mtd_probe.o
  CC       src/udev/mtd_probe/probe_smartmedia.o
  M4       units/console-getty.service
  M4       units/container-getty@.service
  M4       units/user@.service
  CCLD     libnss_systemd.la
  CCLD     systemd-cgls
  CCLD     systemd-cgtop
  CCLD     systemd-nspawn
  CCLD     systemd-detect-virt
  CCLD     systemd-delta
  CCLD     systemd-analyze
  CCLD     systemd-run
  CCLD     systemd-mount
  CCLD     systemd-stdio-bridge
  CCLD     systemd-path
  CCLD     systemd-socket-activate
  CCLD     systemctl
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemctl/systemctl.c: In function 'logind_set_wall_message':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemctl/systemctl.c:3137:13: warning: 'bus' may be used uninitialized in this function [-Wmaybe-uninitialized]
         r = sd_bus_call_method(
             ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemctl/systemctl.c:3125:17: note: 'bus' was declared here
         sd_bus *bus;
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemctl/systemctl.c: In function 'logind_reboot':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemctl/systemctl.c:3203:13: warning: 'bus' may be used uninitialized in this function [-Wmaybe-uninitialized]
         r = sd_bus_call_method(
             ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemctl/systemctl.c:3162:17: note: 'bus' was declared here
         sd_bus *bus;
                 ^
  CCLD     systemd-notify
  CCLD     systemd-ask-password
  CCLD     systemd-tty-ask-password-agent
  CCLD     systemd-machine-id-setup
  CCLD     systemd-escape
  CCLD     systemd-tmpfiles
  CCLD     systemd-hwdb
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_or_try_restart_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_or_restart_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_try_restart_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_restart_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_stop_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_start_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 assert_se(u = u->merged_into);
                 ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here
         Unit *u;
               ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c: In function 'find_unit':
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c:332:12: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized]
         if (!u)
            ^
/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c:301:15: note: 'u' was declared here
         Unit *u;
               ^
  CCLD     systemd-cgroups-agent
  CCLD     systemd-initctl
  CCLD     systemd-remount-fs
  CCLD     systemd-reply-password
  CCLD     systemd-fsck
  CCLD     systemd-ac-power
  CCLD     systemd-sysctl
  CCLD     systemd-sleep
  CCLD     systemd-socket-proxyd
  CCLD     systemd-update-done
  CCLD     systemd-modules-load
  CCLD     systemd-getty-generator
  CCLD     systemd-fstab-generator
  CCLD     systemd-system-update-generator
  CCLD     systemd-debug-generator
  CCLD     systemd-gpt-auto-generator
  CCLD     ata_id
  CCLD     cdrom_id
  CCLD     collect
  CCLD     scsi_id
  CCLD     v4l_id
  CCLD     mtd_probe
Making all in po
make[3]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi'
make[1]: Entering directory '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi'
make --no-print-directory install-recursive
Making install in .
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c systemd-cgls systemd-cgtop systemd-nspawn systemd-detect-virt systemd-delta systemd-analyze systemd-run systemd-mount systemd-stdio-bridge systemd-path busctl systemd-socket-activate systemd-cat '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-cgls /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-cgls
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-cgtop /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-cgtop
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-nspawn /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-nspawn
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-detect-virt /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-detect-virt
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-delta /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-delta
libtool: warning: '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-analyze /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-analyze
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-run /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-run
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-mount
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-stdio-bridge /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-stdio-bridge
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-path /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-path
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/busctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/busctl
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-socket-activate /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-socket-activate
libtool: warning: '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-cat /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-cat
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin'
 /usr/bin/install -c /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/kernel-install '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/resolve/resolv.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libsystemd-shared.la '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/libsystemd-shared-232.so /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/libsystemd-shared-232.so
libtool: install: (cd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd && { ln -s -f libsystemd-shared-232.so libsystemd-shared.so || { rm -f libsystemd-shared.so && ln -s libsystemd-shared-232.so libsystemd-shared.so; }; })
libtool: install: /usr/bin/install -c .libs/libsystemd-shared.lai /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/libsystemd-shared.la
libtool: warning: remember to run 'libtool --finish /usr/lib/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c systemd systemd-cgroups-agent systemd-initctl systemd-shutdown systemd-remount-fs systemd-reply-password systemd-fsck systemd-ac-power systemd-sysctl systemd-sleep systemd-socket-proxyd systemd-update-done systemd-modules-load systemd-udevd systemd-journald systemd-logind '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd'
libtool: warning: '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-cgroups-agent /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-cgroups-agent
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-initctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-initctl
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-shutdown /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-shutdown
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-remount-fs /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-remount-fs
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-reply-password /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-reply-password
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-fsck /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-fsck
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-ac-power /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-ac-power
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-sysctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-sysctl
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-sleep /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-sleep
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-socket-proxyd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-socket-proxyd
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-update-done /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-update-done
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-modules-load /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-modules-load
libtool: install: /usr/bin/install -c systemd-udevd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-udevd
libtool: warning: '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-journald /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-journald
libtool: warning: '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-logind /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-logind
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c ata_id cdrom_id collect scsi_id v4l_id mtd_probe '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev'
libtool: install: /usr/bin/install -c ata_id /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/ata_id
libtool: install: /usr/bin/install -c cdrom_id /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/cdrom_id
libtool: install: /usr/bin/install -c collect /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/collect
libtool: install: /usr/bin/install -c scsi_id /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/scsi_id
libtool: install: /usr/bin/install -c v4l_id /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/v4l_id
libtool: install: /usr/bin/install -c mtd_probe /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/mtd_probe
make --no-print-directory install-exec-hook
what="" && wants=shutdown.target && dir=/usr/lib/systemd/system &&  [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="systemd-remount-fs.service tmp.mount var-lib-machines.mount" && wants=local-fs.target && dir=/usr/lib/systemd/system &&   [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="systemd-logind.service   getty.target systemd-ask-password-wall.path" && wants=multi-user.target && dir=/usr/lib/systemd/system &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=graphical.target && dir=/usr/lib/systemd/system &&     [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=rescue.target && dir=/usr/lib/systemd/system &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what=" systemd-modules-load.service kmod-static-nodes.service systemd-tmpfiles-setup-dev.service systemd-tmpfiles-setup.service   systemd-machine-id-commit.service systemd-udevd.service systemd-udev-trigger.service systemd-hwdb-update.service systemd-journald.service systemd-journal-flush.service systemd-journal-catalog-update.service     systemd-update-done.service dev-hugepages.mount dev-mqueue.mount sys-kernel-config.mount sys-kernel-debug.mount sys-fs-fuse-connections.mount systemd-sysctl.service systemd-ask-password-console.path" && wants=sysinit.target && dir=/usr/lib/systemd/system &&  [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket  systemd-initctl.socket" && wants=sockets.target && dir=/usr/lib/systemd/system &&     [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="systemd-tmpfiles-clean.timer" && wants=timers.target && dir=/usr/lib/systemd/system &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=slices.target && dir=/usr/lib/systemd/system &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=sockets.target && dir=/usr/lib/systemd/user &&     [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=default.target && dir=/usr/lib/systemd/user &&     [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
/usr/bin/mkdir -p /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/tmpfiles.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/tmpfiles.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/udev/rules.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/udev/hwdb.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/lib/systemd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/modules-load.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/modules-load.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/network /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd/network /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/sysctl.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/sysctl.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/kernel/install.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/kernel/install.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-shutdown /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-sleep /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user-generators /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd/system /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd/system/multi-user.target.wants /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd/system/getty.target.wants /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd/user /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/dbus-1/services /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/xdg/systemd
set --        systemd-logind.service dbus-org.freedesktop.login1.service  graphical.target default.target reboot.target ctrl-alt-del.target getty@.service autovt@.service && \
    dir=/usr/lib/systemd/system &&  while [ -n "$1" ]; do /usr/bin/mkdir -p `dirname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2` && rm -f /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && ln -s $1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && shift 2 || exit $?; done
set --  && \
    dir=/usr/lib/systemd/user &&    while [ -n "$1" ]; do /usr/bin/mkdir -p `dirname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2` && rm -f /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && ln -s --relative /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && shift 2 || exit $?; done
set -- /usr/lib/systemd/system/reboot.target /etc/systemd/system/ctrl-alt-del.target /usr/lib/systemd/system/machines.target /etc/systemd/system/multi-user.target.wants/machines.target    /usr/lib/systemd/system/remote-fs.target /etc/systemd/system/multi-user.target.wants/remote-fs.target /usr/lib/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/getty@tty1.service /etc/systemd/user /etc/xdg/systemd/user /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service /usr/share/dbus-1/services/org.freedesktop.systemd1.service && \
    dir= &&     while [ -n "$1" ]; do /usr/bin/mkdir -p `dirname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2` && rm -f /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && ln -s --relative /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && shift 2 || exit $?; done
touch -c /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target//usr
what=" org.freedesktop.systemd1.busname       org.freedesktop.login1.busname" && wants=busnames.target && dir=/usr/lib/systemd/system &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=busnames.target && dir=/usr/lib/systemd/user &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
/usr/bin/mkdir -p /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal
chown 0:0 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal
chown: changing ownership of '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal': Operation not permitted
make[5]: [Makefile:25910: journal-install-hook] Error 1 (ignored)
chmod 755 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal
setfacl -nm g:adm:rx,d:g:adm:rx /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal/
setfacl -nm g:wheel:rx,d:g:wheel:rx /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal/
setfacl: Option -m: Invalid argument near character 3
make[5]: [Makefile:25913: journal-install-hook] Error 2 (ignored)
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/bash-completion/completions'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/busctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/journalctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-analyze /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cat /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cgls /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cgtop /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-delta /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-detect-virt /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-nspawn /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-path /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-run /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/udevadm /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/kernel-install /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/loginctl '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/bash-completion/completions'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/dbus-1/system.d'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/org.freedesktop.systemd1.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/org.freedesktop.login1.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/dbus-1/system.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/dbus-1/system-services'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/org.freedesktop.systemd1.service /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/org.freedesktop.login1.service '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/dbus-1/system-services'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/doc/systemd'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/README /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/NEWS /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/CODING_STYLE /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/LICENSE.LGPL2.1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/LICENSE.GPL2 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/DISTRO_PORTING /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/PORTING-DBUS1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/DIFFERENCES /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/GVARIANT-SERIALIZATION '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/doc/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/factory/etc'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/factory/etc/nsswitch.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/factory/etc'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/kernel/install.d'
 /usr/bin/install -c /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/50-depmod.install /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/90-loaderentry.install '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/kernel/install.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/network'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/network/99-default.link /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-host0.network /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-ve.network /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-vz.network '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/network'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/system.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/user.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journald.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/sysctl.d'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/sysctl.d/50-default.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/sysctl.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-preset'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/system-preset/90-systemd.preset '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-preset'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/graphical.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/multi-user.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/emergency.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sysinit.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/basic.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/getty.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/halt.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/kexec.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/exit.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/local-fs.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/local-fs-pre.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-fs.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-root-device.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-root-fs.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/remote-fs.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/remote-fs-pre.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/network.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/network-pre.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/network-online.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/nss-lookup.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/nss-user-lookup.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/poweroff.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/reboot.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/rescue.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/rpcbind.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/time-sync.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/shutdown.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/final.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/umount.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sigpwr.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sleep.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sockets.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/timers.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/paths.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/suspend.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/swap.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/slices.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/system.slice /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-initctl.socket '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/syslog.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/dev-hugepages.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/dev-mqueue.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-kernel-config.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-kernel-debug.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-fs-fuse-connections.mount units/tmp.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/var-lib-machines.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/printer.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sound.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/bluetooth.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/smartcard.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-ask-password-wall.path /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-ask-password-console.path /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-udevd-control.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-udevd-kernel.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/system-update.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-switch-root.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/machines.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/busnames.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/org.freedesktop.systemd1.busname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/org.freedesktop.login1.busname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-tmpfiles-clean.timer /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald-dev-log.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald-audit.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user.slice '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/tmpfiles.d'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/systemd-nologin.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/tmp.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/x11.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/var.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/home.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/systemd-nspawn.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/journal-nocow.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/tmpfiles.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/udev'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/udev/udev.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/udev'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/hwdb.d'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-pci-vendor-model.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-pci-classes.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-usb-vendor-model.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-usb-classes.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-sdio-vendor-model.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-sdio-classes.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-bluetooth-vendor-product.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-acpi-vendor.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-OUI.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-net-ifname.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/60-evdev.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/60-keyboard.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-mouse.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-pointingstick.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-touchpad.hwdb '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/hwdb.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/rules.d'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/50-udev-default.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-block.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-drm.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-evdev.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-storage-tape.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-input.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-alsa.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-storage.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-serial.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/64-btrfs.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/70-mouse.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/70-touchpad.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/75-net-description.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/78-sound-card.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/80-net-setup-link.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/80-drivers.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-cdrom_id.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-v4l.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/75-probe_mtd.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/70-uaccess.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/70-power-switch.rules '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/rules.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/basic.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/default.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/exit.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/graphical-session.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/graphical-session-pre.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/bluetooth.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/busnames.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/paths.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/printer.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/shutdown.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/smartcard.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/sockets.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/sound.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/timers.target '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/X11/xinit/xinitrc.d'
 /usr/bin/install -c /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/xorg/50-systemd-user.sh '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/X11/xinit/xinitrc.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/zsh/site-functions'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_busctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_journalctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_udevadm /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_kernel-install /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-nspawn /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-analyze /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-run /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_hosts_or_user_at_host /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_outputmodes /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_unit_files /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-delta /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-tmpfiles /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_loginctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-inhibit '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/zsh/site-functions'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/include'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libudev/libudev.h '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/include'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/bash-completion/completions'
 /usr/bin/install -c -m 644 shell-completion/bash/systemctl '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/bash-completion/completions'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/catalog'
 /usr/bin/install -c -m 644 catalog/systemd.bg.catalog catalog/systemd.be.catalog catalog/systemd.be@latin.catalog catalog/systemd.fr.catalog catalog/systemd.it.catalog catalog/systemd.pl.catalog catalog/systemd.pt_BR.catalog catalog/systemd.ru.catalog catalog/systemd.zh_CN.catalog catalog/systemd.zh_TW.catalog catalog/systemd.catalog '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/catalog'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd'
 /usr/bin/install -c -m 644 src/login/logind.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/rpm/macros.d'
 /usr/bin/install -c -m 644 src/core/macros.systemd '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/rpm/macros.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system'
 /usr/bin/install -c -m 644 units/getty@.service units/serial-getty@.service units/console-getty.service units/container-getty@.service units/systemd-initctl.service units/systemd-remount-fs.service units/systemd-ask-password-wall.service units/systemd-ask-password-console.service units/systemd-sysctl.service units/emergency.service units/rescue.service units/user@.service units/systemd-suspend.service units/systemd-halt.service units/systemd-poweroff.service units/systemd-reboot.service units/systemd-kexec.service units/systemd-exit.service units/systemd-fsck@.service units/systemd-fsck-root.service units/systemd-machine-id-commit.service units/systemd-udevd.service units/systemd-udev-trigger.service units/systemd-udev-settle.service units/systemd-hwdb-update.service units/debug-shell.service units/initrd-parse-etc.service units/initrd-cleanup.service units/initrd-udevadm-cleanup-db.service units/initrd-switch-root.service units/systemd-nspawn@.service units/systemd-update-done.service units/systemd-modules-load.service units/kmod-static-nodes.service units/systemd-tmpfiles-setup-dev.service units/systemd-tmpfiles-setup.service units/systemd-tmpfiles-clean.service units/systemd-journald.service units/systemd-journal-flush.service units/systemd-journal-catalog-update.service '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system'
 /usr/bin/install -c -m 644 units/quotaon.service units/systemd-logind.service '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/tmpfiles.d'
 /usr/bin/install -c -m 644 tmpfiles.d/systemd.conf tmpfiles.d/etc.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/tmpfiles.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/rules.d'
 /usr/bin/install -c -m 644 rules/99-systemd.rules src/login/71-seat.rules src/login/73-seat-late.rules '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/rules.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user'
 /usr/bin/install -c -m 644 units/user/systemd-exit.service '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/zsh/site-functions'
 /usr/bin/install -c -m 644 shell-completion/zsh/_systemctl '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/zsh/site-functions'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/pkgconfig'
 /usr/bin/install -c -m 644 src/core/systemd.pc src/udev/udev.pc '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/pkgconfig'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 src/libsystemd/libsystemd.pc src/libudev/libudev.pc '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/pkgconfig'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/include/systemd'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus-protocol.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus-vtable.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-event.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-login.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-id128.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-daemon.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-journal.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-messages.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/_sd-common.h '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/include/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c systemctl systemd-notify systemd-ask-password systemd-tty-ask-password-agent systemd-machine-id-setup systemd-escape systemd-tmpfiles udevadm systemd-hwdb journalctl loginctl systemd-inhibit '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemctl
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-notify /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-notify
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-ask-password /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-ask-password
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-tty-ask-password-agent /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-tty-ask-password-agent
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-machine-id-setup /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-machine-id-setup
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-escape /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-escape
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-tmpfiles /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-tmpfiles
libtool: install: /usr/bin/install -c udevadm /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/udevadm
libtool: install: /usr/bin/install -c systemd-hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-hwdb
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/journalctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/journalctl
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/loginctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/loginctl
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-inhibit /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-inhibit
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libsystemd.la libudev.la libnss_systemd.la '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib'
libtool: install: /usr/bin/install -c .libs/libsystemd.so.0.17.0 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libsystemd.so.0.17.0
libtool: install: (cd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib && { ln -s -f libsystemd.so.0.17.0 libsystemd.so.0 || { rm -f libsystemd.so.0 && ln -s libsystemd.so.0.17.0 libsystemd.so.0; }; })
libtool: install: (cd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib && { ln -s -f libsystemd.so.0.17.0 libsystemd.so || { rm -f libsystemd.so && ln -s libsystemd.so.0.17.0 libsystemd.so; }; })
libtool: install: /usr/bin/install -c .libs/libsystemd.lai /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libsystemd.la
libtool: install: /usr/bin/install -c .libs/libudev.so.1.6.5 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libudev.so.1.6.5
libtool: install: (cd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib && { ln -s -f libudev.so.1.6.5 libudev.so.1 || { rm -f libudev.so.1 && ln -s libudev.so.1.6.5 libudev.so.1; }; })
libtool: install: (cd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib && { ln -s -f libudev.so.1.6.5 libudev.so || { rm -f libudev.so && ln -s libudev.so.1.6.5 libudev.so; }; })
libtool: install: /usr/bin/install -c .libs/libudev.lai /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libudev.la
libtool: install: /usr/bin/install -c .libs/libnss_systemd.so.2 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libnss_systemd.so.2
libtool: install: /usr/bin/install -c .libs/libnss_systemd.lai /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libnss_systemd.la
libtool: warning: remember to run 'libtool --finish /usr/lib'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c systemd-getty-generator systemd-fstab-generator systemd-system-update-generator systemd-debug-generator systemd-gpt-auto-generator '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-getty-generator /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators/systemd-getty-generator
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-fstab-generator /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators/systemd-fstab-generator
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-system-update-generator /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators/systemd-system-update-generator
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-debug-generator /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators/systemd-debug-generator
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-gpt-auto-generator /home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators/systemd-gpt-auto-generator
make --no-print-directory install-data-hook
test -n "/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target" || /usr/bin/systemd-hwdb update
test -n "/home/EmuELEC/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target" || /usr/bin/journalctl --update-catalog
Making install in po
make[3]: Nothing to be done for 'install'.
make[1]: Leaving directory '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi'
make[1]: Entering directory '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi'
make --no-print-directory install-recursive
Making install in .
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd'
 /usr/bin/install -c /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/kernel-install '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/resolve/resolv.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c ata_id cdrom_id collect scsi_id v4l_id mtd_probe '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/bash-completion/completions'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/busctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/journalctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-analyze /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cat /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cgls /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cgtop /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-delta /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-detect-virt /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-nspawn /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-path /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-run /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/udevadm /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/kernel-install /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/loginctl '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/bash-completion/completions'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/dbus-1/system.d'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/org.freedesktop.systemd1.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/org.freedesktop.login1.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/dbus-1/system.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/dbus-1/system-services'
libtool: install: /usr/bin/install -c ata_id /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/ata_id
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/org.freedesktop.systemd1.service /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/org.freedesktop.login1.service '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/dbus-1/system-services'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/doc/systemd'
libtool: install: /usr/bin/install -c cdrom_id /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/cdrom_id
libtool: install: /usr/bin/install -c collect /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/collect
libtool: install: /usr/bin/install -c scsi_id /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/scsi_id
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/README /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/NEWS /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/CODING_STYLE /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/LICENSE.LGPL2.1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/LICENSE.GPL2 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/DISTRO_PORTING /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/PORTING-DBUS1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/DIFFERENCES /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/GVARIANT-SERIALIZATION '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/doc/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/factory/etc'
libtool: install: /usr/bin/install -c v4l_id /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/v4l_id
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/factory/etc/nsswitch.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/factory/etc'
libtool: install: /usr/bin/install -c mtd_probe /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/mtd_probe
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/kernel/install.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/network'
 /usr/bin/install -c /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/50-depmod.install /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/90-loaderentry.install '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/kernel/install.d'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/network/99-default.link /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-host0.network /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-ve.network /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-vz.network '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/network'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/sysctl.d'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/system.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/user.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journald.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/sysctl.d/50-default.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/sysctl.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-preset'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/system-preset/90-systemd.preset '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-preset'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/graphical.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/multi-user.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/emergency.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sysinit.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/basic.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/getty.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/halt.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/kexec.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/exit.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/local-fs.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/local-fs-pre.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-fs.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-root-device.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-root-fs.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/remote-fs.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/remote-fs-pre.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/network.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/network-pre.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/network-online.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/nss-lookup.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/nss-user-lookup.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/poweroff.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/reboot.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/rescue.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/rpcbind.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/time-sync.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/shutdown.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/final.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/umount.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sigpwr.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sleep.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sockets.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/timers.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/paths.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/suspend.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/swap.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/slices.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/system.slice /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-initctl.socket '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/syslog.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/dev-hugepages.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/dev-mqueue.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-kernel-config.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-kernel-debug.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-fs-fuse-connections.mount units/tmp.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/var-lib-machines.mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/printer.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/sound.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/bluetooth.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/smartcard.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-ask-password-wall.path /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-ask-password-console.path /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-udevd-control.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-udevd-kernel.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/system-update.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-switch-root.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/machines.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/busnames.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/org.freedesktop.systemd1.busname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/org.freedesktop.login1.busname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-tmpfiles-clean.timer /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald-dev-log.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald-audit.socket /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user.slice '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/tmpfiles.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/udev'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/udev/udev.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/udev'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/systemd-nologin.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/tmp.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/x11.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/var.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/home.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/systemd-nspawn.conf /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/journal-nocow.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/tmpfiles.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/hwdb.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/rules.d'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-pci-vendor-model.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-pci-classes.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-usb-vendor-model.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-usb-classes.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-sdio-vendor-model.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-sdio-classes.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-bluetooth-vendor-product.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-acpi-vendor.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-OUI.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-net-ifname.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/60-evdev.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/60-keyboard.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-mouse.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-pointingstick.hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-touchpad.hwdb '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/hwdb.d'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/50-udev-default.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-block.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-drm.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-evdev.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-storage-tape.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-input.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-alsa.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-storage.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-serial.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/64-btrfs.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/70-mouse.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/70-touchpad.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/75-net-description.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/78-sound-card.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/80-net-setup-link.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/80-drivers.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-cdrom_id.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-v4l.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/rules/75-probe_mtd.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/70-uaccess.rules /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/70-power-switch.rules '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/rules.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/X11/xinit/xinitrc.d'
 /usr/bin/install -c /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/xorg/50-systemd-user.sh '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/X11/xinit/xinitrc.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/zsh/site-functions'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/basic.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/default.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/exit.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/graphical-session.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/graphical-session-pre.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/bluetooth.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/busnames.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/paths.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/printer.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/shutdown.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/smartcard.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/sockets.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/sound.target /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/timers.target '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/include'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_busctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_journalctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_udevadm /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_kernel-install /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-nspawn /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-analyze /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-run /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_hosts_or_user_at_host /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_outputmodes /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_unit_files /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-delta /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-tmpfiles /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_loginctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-inhibit '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/zsh/site-functions'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/libudev/libudev.h '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/include'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/bash-completion/completions'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/catalog'
 /usr/bin/install -c -m 644 shell-completion/bash/systemctl '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/bash-completion/completions'
 /usr/bin/install -c -m 644 catalog/systemd.bg.catalog catalog/systemd.be.catalog catalog/systemd.be@latin.catalog catalog/systemd.fr.catalog catalog/systemd.it.catalog catalog/systemd.pl.catalog catalog/systemd.pt_BR.catalog catalog/systemd.ru.catalog catalog/systemd.zh_CN.catalog catalog/systemd.zh_TW.catalog catalog/systemd.catalog '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/catalog'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd'
 /usr/bin/install -c -m 644 src/login/logind.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/rpm/macros.d'
 /usr/bin/install -c -m 644 src/core/macros.systemd '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/rpm/macros.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system'
 /usr/bin/install -c -m 644 units/getty@.service units/serial-getty@.service units/console-getty.service units/container-getty@.service units/systemd-initctl.service units/systemd-remount-fs.service units/systemd-ask-password-wall.service units/systemd-ask-password-console.service units/systemd-sysctl.service units/emergency.service units/rescue.service units/user@.service units/systemd-suspend.service units/systemd-halt.service units/systemd-poweroff.service units/systemd-reboot.service units/systemd-kexec.service units/systemd-exit.service units/systemd-fsck@.service units/systemd-fsck-root.service units/systemd-machine-id-commit.service units/systemd-udevd.service units/systemd-udev-trigger.service units/systemd-udev-settle.service units/systemd-hwdb-update.service units/debug-shell.service units/initrd-parse-etc.service units/initrd-cleanup.service units/initrd-udevadm-cleanup-db.service units/initrd-switch-root.service units/systemd-nspawn@.service units/systemd-update-done.service units/systemd-modules-load.service units/kmod-static-nodes.service units/systemd-tmpfiles-setup-dev.service units/systemd-tmpfiles-setup.service units/systemd-tmpfiles-clean.service units/systemd-journald.service units/systemd-journal-flush.service units/systemd-journal-catalog-update.service '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system'
 /usr/bin/install -c -m 644 units/quotaon.service units/systemd-logind.service '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/tmpfiles.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/rules.d'
 /usr/bin/install -c -m 644 tmpfiles.d/systemd.conf tmpfiles.d/etc.conf '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/tmpfiles.d'
 /usr/bin/install -c -m 644 rules/99-systemd.rules src/login/71-seat.rules src/login/73-seat-late.rules '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/rules.d'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user'
 /usr/bin/install -c -m 644 units/user/systemd-exit.service '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/zsh/site-functions'
 /usr/bin/install -c -m 644 shell-completion/zsh/_systemctl '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/zsh/site-functions'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/pkgconfig'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 src/core/systemd.pc src/udev/udev.pc '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/pkgconfig'
 /usr/bin/install -c -m 644 src/libsystemd/libsystemd.pc src/libudev/libudev.pc '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/pkgconfig'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/include/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libsystemd.la libudev.la libnss_systemd.la '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib'
 /usr/bin/install -c -m 644 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus-protocol.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus-vtable.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-event.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-login.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-id128.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-daemon.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-journal.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-messages.h /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/_sd-common.h '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/include/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c systemd-cgls systemd-cgtop systemd-nspawn systemd-detect-virt systemd-delta systemd-analyze systemd-run systemd-mount systemd-stdio-bridge systemd-path busctl systemd-socket-activate systemd-cat '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin'
libtool: install: /usr/bin/install -c .libs/libsystemd.so.0.17.0 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libsystemd.so.0.17.0
libtool: install: (cd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib && { ln -s -f libsystemd.so.0.17.0 libsystemd.so.0 || { rm -f libsystemd.so.0 && ln -s libsystemd.so.0.17.0 libsystemd.so.0; }; })
libtool: install: (cd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib && { ln -s -f libsystemd.so.0.17.0 libsystemd.so || { rm -f libsystemd.so && ln -s libsystemd.so.0.17.0 libsystemd.so; }; })
libtool: install: /usr/bin/install -c .libs/libsystemd.lai /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libsystemd.la
libtool: install: /usr/bin/install -c .libs/libudev.so.1.6.5 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libudev.so.1.6.5
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: (cd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib && { ln -s -f libudev.so.1.6.5 libudev.so.1 || { rm -f libudev.so.1 && ln -s libudev.so.1.6.5 libudev.so.1; }; })
libtool: install: /usr/bin/install -c .libs/systemd-cgls /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-cgls
libtool: install: (cd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib && { ln -s -f libudev.so.1.6.5 libudev.so || { rm -f libudev.so && ln -s libudev.so.1.6.5 libudev.so; }; })
libtool: install: /usr/bin/install -c .libs/libudev.lai /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libudev.la
libtool: install: /usr/bin/install -c .libs/libnss_systemd.so.2 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libnss_systemd.so.2
libtool: install: /usr/bin/install -c .libs/libnss_systemd.lai /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libnss_systemd.la
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: remember to run 'libtool --finish /usr/lib'
libtool: install: /usr/bin/install -c .libs/systemd-cgtop /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-cgtop
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libsystemd-shared.la '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/libsystemd-shared-232.so /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/libsystemd-shared-232.so
libtool: install: /usr/bin/install -c .libs/systemd-nspawn /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-nspawn
libtool: install: (cd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd && { ln -s -f libsystemd-shared-232.so libsystemd-shared.so || { rm -f libsystemd-shared.so && ln -s libsystemd-shared-232.so libsystemd-shared.so; }; })
libtool: install: /usr/bin/install -c .libs/libsystemd-shared.lai /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/libsystemd-shared.la
libtool: warning: remember to run 'libtool --finish /usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-detect-virt /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-detect-virt
  /bin/bash ./libtool   --mode=install /usr/bin/install -c systemd systemd-cgroups-agent systemd-initctl systemd-shutdown systemd-remount-fs systemd-reply-password systemd-fsck systemd-ac-power systemd-sysctl systemd-sleep systemd-socket-proxyd systemd-update-done systemd-modules-load systemd-udevd systemd-journald systemd-logind '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-delta /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-delta
libtool: warning: '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-analyze /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-analyze
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-run /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-run
libtool: install: /usr/bin/install -c .libs/systemd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-mount /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-mount
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-cgroups-agent /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-cgroups-agent
libtool: install: /usr/bin/install -c .libs/systemd-stdio-bridge /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-stdio-bridge
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-initctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-initctl
libtool: install: /usr/bin/install -c .libs/systemd-path /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-path
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-shutdown /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-shutdown
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-remount-fs /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-remount-fs
libtool: install: /usr/bin/install -c .libs/busctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/busctl
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-reply-password /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-reply-password
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-fsck /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-fsck
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-socket-activate /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-socket-activate
libtool: install: /usr/bin/install -c .libs/systemd-ac-power /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-ac-power
libtool: warning: '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-sysctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-sysctl
libtool: install: /usr/bin/install -c .libs/systemd-cat /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-cat
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin'
  /bin/bash ./libtool   --mode=install /usr/bin/install -c systemctl systemd-notify systemd-ask-password systemd-tty-ask-password-agent systemd-machine-id-setup systemd-escape systemd-tmpfiles udevadm systemd-hwdb journalctl loginctl systemd-inhibit '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-sleep /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-sleep
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemctl
libtool: install: /usr/bin/install -c .libs/systemd-socket-proxyd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-socket-proxyd
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-notify /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-notify
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-update-done /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-update-done
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-ask-password /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-ask-password
libtool: install: /usr/bin/install -c .libs/systemd-modules-load /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-modules-load
libtool: install: /usr/bin/install -c systemd-udevd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-udevd
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-tty-ask-password-agent /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-tty-ask-password-agent
libtool: warning: '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-journald /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-journald
libtool: install: /usr/bin/install -c .libs/systemd-machine-id-setup /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-machine-id-setup
libtool: warning: '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-logind /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-logind
 /usr/bin/mkdir -p '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators'
libtool: install: /usr/bin/install -c .libs/systemd-escape /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-escape
  /bin/bash ./libtool   --mode=install /usr/bin/install -c systemd-getty-generator systemd-fstab-generator systemd-system-update-generator systemd-debug-generator systemd-gpt-auto-generator '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-tmpfiles /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-tmpfiles
libtool: install: /usr/bin/install -c udevadm /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/udevadm
libtool: install: /usr/bin/install -c systemd-hwdb /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-hwdb
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-getty-generator /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators/systemd-getty-generator
libtool: install: /usr/bin/install -c .libs/journalctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/journalctl
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-fstab-generator /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators/systemd-fstab-generator
libtool: install: /usr/bin/install -c .libs/loginctl /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/loginctl
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-system-update-generator /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators/systemd-system-update-generator
libtool: install: /usr/bin/install -c .libs/systemd-inhibit /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-inhibit
make --no-print-directory install-exec-hook
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-debug-generator /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators/systemd-debug-generator
libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd'
libtool: install: /usr/bin/install -c .libs/systemd-gpt-auto-generator /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators/systemd-gpt-auto-generator
make --no-print-directory install-data-hook
what="" && wants=shutdown.target && dir=/usr/lib/systemd/system &&  [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="systemd-remount-fs.service tmp.mount var-lib-machines.mount" && wants=local-fs.target && dir=/usr/lib/systemd/system &&   [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="systemd-logind.service   getty.target systemd-ask-password-wall.path" && wants=multi-user.target && dir=/usr/lib/systemd/system &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=graphical.target && dir=/usr/lib/systemd/system &&     [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=rescue.target && dir=/usr/lib/systemd/system &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what=" systemd-modules-load.service kmod-static-nodes.service systemd-tmpfiles-setup-dev.service systemd-tmpfiles-setup.service   systemd-machine-id-commit.service systemd-udevd.service systemd-udev-trigger.service systemd-hwdb-update.service systemd-journald.service systemd-journal-flush.service systemd-journal-catalog-update.service     systemd-update-done.service dev-hugepages.mount dev-mqueue.mount sys-kernel-config.mount sys-kernel-debug.mount sys-fs-fuse-connections.mount systemd-sysctl.service systemd-ask-password-console.path" && wants=sysinit.target && dir=/usr/lib/systemd/system &&  [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket  systemd-initctl.socket" && wants=sockets.target && dir=/usr/lib/systemd/system &&     [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="systemd-tmpfiles-clean.timer" && wants=timers.target && dir=/usr/lib/systemd/system &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=slices.target && dir=/usr/lib/systemd/system &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=sockets.target && dir=/usr/lib/systemd/user &&     [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=default.target && dir=/usr/lib/systemd/user &&     [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
/usr/bin/mkdir -p /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/tmpfiles.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/tmpfiles.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/udev/rules.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/udev/hwdb.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/lib/systemd /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/modules-load.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/modules-load.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/network /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/network /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/sysctl.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/sysctl.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/kernel/install.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/kernel/install.d /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-shutdown /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-sleep /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user-generators /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/system /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/system/multi-user.target.wants /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/system/getty.target.wants /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/user /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/dbus-1/services /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/xdg/systemd
set --        systemd-logind.service dbus-org.freedesktop.login1.service  graphical.target default.target reboot.target ctrl-alt-del.target getty@.service autovt@.service && \
    dir=/usr/lib/systemd/system &&  while [ -n "$1" ]; do /usr/bin/mkdir -p `dirname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2` && rm -f /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && ln -s $1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && shift 2 || exit $?; done
set --  && \
    dir=/usr/lib/systemd/user &&    while [ -n "$1" ]; do /usr/bin/mkdir -p `dirname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2` && rm -f /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && ln -s --relative /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && shift 2 || exit $?; done
set -- /usr/lib/systemd/system/reboot.target /etc/systemd/system/ctrl-alt-del.target /usr/lib/systemd/system/machines.target /etc/systemd/system/multi-user.target.wants/machines.target    /usr/lib/systemd/system/remote-fs.target /etc/systemd/system/multi-user.target.wants/remote-fs.target /usr/lib/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/getty@tty1.service /etc/systemd/user /etc/xdg/systemd/user /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service /usr/share/dbus-1/services/org.freedesktop.systemd1.service && \
    dir= &&     while [ -n "$1" ]; do /usr/bin/mkdir -p `dirname /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2` && rm -f /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && ln -s --relative /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$1 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && shift 2 || exit $?; done
touch -c /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg//usr
what=" org.freedesktop.systemd1.busname       org.freedesktop.login1.busname" && wants=busnames.target && dir=/usr/lib/systemd/system &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
what="" && wants=busnames.target && dir=/usr/lib/systemd/user &&    [ -z "$what" ] || ( dir=/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done )
/usr/bin/mkdir -p /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal
chown 0:0 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal
chown: changing ownership of '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal': Operation not permitted
make[5]: [Makefile:25910: journal-install-hook] Error 1 (ignored)
chmod 755 /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal
setfacl -nm g:adm:rx,d:g:adm:rx /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal/
setfacl -nm g:wheel:rx,d:g:wheel:rx /home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal/
setfacl: Option -m: Invalid argument near character 3
make[5]: [Makefile:25913: journal-install-hook] Error 2 (ignored)
test -n "/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg" || /usr/bin/systemd-hwdb update
test -n "/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg" || /usr/bin/journalctl --update-catalog
Making install in po
make[3]: Nothing to be done for 'install'.
make[1]: Leaving directory '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi'
cp: cannot stat '/home/EmuELEC/packages/sysutils/systemd/scripts/kernel-overlays-setup': No such file or directory
FAILURE: scripts/install systemd has failed!

asakous commented 3 years ago

chown: changing ownership of '/home/EmuELEC/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal': Operation not permitted try use root account

clondy999 commented 3 years ago

I try again

clondy999 commented 3 years ago

I tried to use root to execute chown 0:0 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal The command was executed successfully. Then switch user to compile, still the same error occurs


Error log BUILD systemd (target) TOOLCHAIN autotools Executing (target): /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/configure --host=armv7ve-libreelec-linux-gnueabi --build=x86_64-linux-gnu --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var --disable-static --enable-shared ac_cv_func_malloc_0_nonnull=yes ac_cv_have_decl_IFLA_BOND_AD_INFO=no ac_cv_have_decl_IFLA_BRPORT_UNICAST_FLOOD=no ac_cv_path_MOUNT_PATH=/usr/bin/mount ac_cv_path_UMOUNT_PATH=/usr/bin/umount KMOD=/usr/bin/kmod --disable-nls --disable-dbus --disable-utmp --disable-coverage --enable-kmod --disable-xkbcommon --enable-blkid --disable-seccomp --disable-ima --disable-selinux --disable-apparmor --disable-xz --disable-zlib --disable-bzip2 --disable-lz4 --disable-pam --disable-acl --disable-smack --disable-gcrypt --disable-audit --disable-elfutils --disable-libcryptsetup --disable-qrencode --disable-microhttpd --disable-gnutls --disable-libcurl --disable-libidn --disable-libiptc --disable-binfmt --disable-vconsole --disable-quotacheck --enable-tmpfiles --disable-sysusers --disable-firstboot --disable-randomseed --disable-backlight --disable-rfkill --enable-logind --disable-machined --disable-importd --disable-hostnamed --disable-timedated --disable-timesyncd --disable-localed --disable-coredump --disable-polkit --disable-resolved --disable-networkd --disable-efi --disable-gnuefi --disable-kdbus --disable-myhostname --enable-hwdb --disable-manpages --disable-hibernate --disable-ldconfig --disable-split-usr --disable-tests --without-python --with-sysvinit-path= --with-sysvrcnd-path= --with-tty-gid=5 --with-dbuspolicydir=/etc/dbus-1/system.d --with-dbussessionservicedir=/usr/share/dbus-1/services --with-dbussystemservicedir=/usr/share/dbus-1/system-services --with-rootprefix=/usr --with-rootlibdir=/usr/lib configure: WARNING: unrecognized options: --disable-kdbus checking for armv7ve-libreelec-linux-gnueabi-gcc... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc accepts -g... yes checking for /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc option to accept ISO C89... none needed checking whether /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc understands -c and -o together... yes checking how to run the C preprocessor... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking whether to enable maintainer-specific portions of Makefiles... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for armv7ve-libreelec-linux-gnueabi-strip... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking dependency style of /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc... gcc3 checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... armv7ve-libreelec-linux-gnueabi checking for /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc option to accept ISO C99... none needed checking for C compiler vendor... gnu checking for armv7ve-libreelec-linux-gnueabi-gcc-ar... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ar checking for armv7ve-libreelec-linux-gnueabi-gcc-nm... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm checking for armv7ve-libreelec-linux-gnueabi-gcc-ranlib... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ranlib checking how to print strings... printf checking for a sed that does not truncate output... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld checking if the linker (/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm checking the name lister (/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to armv7ve-libreelec-linux-gnueabi format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld option to reload object files... -r checking for armv7ve-libreelec-linux-gnueabi-objdump... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-objdump checking how to recognize dependent libraries... pass_all checking for armv7ve-libreelec-linux-gnueabi-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv7ve-libreelec-linux-gnueabi-ar... (cached) /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ar checking for archiver @FILE support... @ checking for armv7ve-libreelec-linux-gnueabi-strip... (cached) /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-strip checking for armv7ve-libreelec-linux-gnueabi-ranlib... (cached) /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ranlib checking command to parse /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm output from /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for armv7ve-libreelec-linux-gnueabi-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no checking for /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc static flag -static works... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -c -o file.o... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -c -o file.o... (cached) yes checking whether the /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc linker (/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for intltool-merge... yes checking whether NLS is requested... no checking whether ln -s works... yes checking for a sed that does not truncate output... (cached) /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for gawk... (cached) gawk checking for m4... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/m4 checking for quotaon... /usr/sbin/quotaon checking for quotacheck... /usr/sbin/quotacheck checking for setcap... /usr/sbin/setcap checking for kill... /usr/bin/kill checking for kmod... /usr/bin/kmod checking for kexec... /usr/sbin/kexec checking for sulogin... /usr/sbin/sulogin checking for mount... (cached) /usr/bin/mount checking for umount... (cached) /usr/bin/umount checking for armv7ve-libreelec-linux-gnueabi-objcopy... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-objcopy checking for armv7ve-libreelec-linux-gnueabi-strings... armv7ve-libreelec-linux-gnueabi-strings checking for armv7ve-libreelec-linux-gnueabi-gperf... no checking for gperf... gperf checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -pipe in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wall in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wextra in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wundef in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wformat=2 -Wformat-security -Wformat-nonliteral in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wlogical-op in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wmissing-include-dirs in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wold-style-definition in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wpointer-arith in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Winit-self in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wdeclaration-after-statement in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wfloat-equal in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wsuggest-attribute=noreturn in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=missing-prototypes in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=implicit-function-declaration in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=missing-declarations in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=return-type in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wstrict-prototypes in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wredundant-decls in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wmissing-noreturn in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wshadow in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wendif-labels in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wstrict-aliasing=2 in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wwrite-strings in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wno-unused-parameter in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wno-missing-field-initializers in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wno-unused-result in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wno-format-signedness in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=overflow in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wdate-time in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wnested-externs in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -ffast-math in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fno-common in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fdiagnostics-show-option in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fno-strict-aliasing in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fvisibility=hidden in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fstack-protector in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fstack-protector-strong in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fPIE in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag --param=ssp-buffer-size=4 in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Werror=shadow in envvar CFLAGS... no checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -flto in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wp,-D_FORTIFY_SOURCE=2 in envvar CPPFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,--gc-sections in envvar LDFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -ffunction-sections in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -fdata-sections in envvar CFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,--as-needed in envvar LDFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,--no-undefined in envvar LDFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,-z,relro in envvar LDFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,-z,now in envvar LDFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -pie in envvar LDFLAGS... yes checking if /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports flag -Wl,-fuse-ld=gold in envvar LDFLAGS... yes checking size of pid_t... 4 checking size of uid_t... 4 checking size of gid_t... 4 checking size of time_t... 4 checking size of dev_t... 8 checking size of ino_t... 8 checking size of rlim_t... 8 checking sys/capability.h usability... yes checking sys/capability.h presence... yes checking for sys/capability.h... yes checking linux/btrfs.h usability... no checking linux/btrfs.h presence... no checking for linux/btrfs.h... no checking linux/memfd.h usability... no checking linux/memfd.h presence... no checking for linux/memfd.h... no checking for library containing clock_gettime... none required checking for library containing cap_init... -lcap checking for __secure_getenv... no checking for secure_getenv... yes checking whether memfd_create is declared... no checking whether gettid is declared... no checking whether pivot_root is declared... no checking whether name_to_handle_at is declared... yes checking whether setns is declared... yes checking whether getrandom is declared... no checking whether renameat2 is declared... no checking whether kcmp is declared... no checking whether keyctl is declared... no checking whether LO_FLAGS_PARTSCAN is declared... yes checking whether copy_file_range is declared... yes checking for char16_t... yes checking for char32_t... yes checking for key_serial_t... no checking whether IFLA_INET6_ADDR_GEN_MODE is declared... no checking whether IN6_ADDR_GEN_MODE_STABLE_PRIVACY is declared... no checking whether IFLA_VRF_TABLE is declared... no checking whether IFLA_MACVLAN_FLAGS is declared... no checking whether IFLA_IPVLAN_MODE is declared... no checking whether IFLA_VTI_REMOTE is declared... no checking whether IFLA_PHYS_PORT_ID is declared... no checking whether IFLA_BOND_AD_INFO is declared... (cached) no checking whether IFLA_VLAN_PROTOCOL is declared... no checking whether IFLA_VXLAN_REMCSUM_NOPARTIAL is declared... no checking whether IFLA_IPTUN_ENCAP_DPORT is declared... no checking whether IFLA_GRE_ENCAP_DPORT is declared... no checking whether IFLA_BRIDGE_VLAN_INFO is declared... no checking whether IFLA_BRPORT_PROXYARP is declared... no checking whether IFLA_BRPORT_LEARNING_SYNC is declared... no checking whether IFLA_BR_VLAN_DEFAULT_PVID is declared... no checking whether NDA_IFINDEX is declared... no checking whether IFA_FLAGS is declared... no checking pkg-config is at least version 0.9.0... yes checking for libkmod >= 15 ... yes checking for blkid >= 2.24 ... yes checking for mount >= 2.27 ... yes configure: WARNING: *** Using Google NTP servers. Do not ship OSes or devices with these default settings. See DISTRO_PORTING for details! checking for armv7ve-libreelec-linux-gnueabi-gcc... armv7ve-libreelec-linux-gnueabi-gcc checking for valgrind/memcheck.h... no checking for valgrind/valgrind.h... no checking for xsltproc... /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/xsltproc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands configure: WARNING: unrecognized options: --disable-kdbus

    systemd 232

    libcryptsetup:                     no
    PAM:                               no
    AUDIT:                             no
    IMA:                               no
    AppArmor:                          no
    SELinux:                           no
    SECCOMP:                           no
    SMACK:                             no
    ZLIB:                              no
    XZ:                                no
    LZ4:                               no
    BZIP2:                             no
    ACL:                               no
    GCRYPT:                            no
    QRENCODE:                          no
    MICROHTTPD:                        no
    GNUTLS:                            no
    libcurl:                           no
    libidn:                            no
    libiptc:                           no
    ELFUTILS:                          no
    binfmt:                            no
    vconsole:                          no
    quotacheck:                        no
    tmpfiles:                          yes
    sysusers:                          no
    firstboot:                         no
    randomseed:                        no
    backlight:                         no
    rfkill:                            no
    logind:                            yes
    Default KillUserProcesses setting: yes
    machined:                          no
    importd:                           no
    hostnamed:                         no
    timedated:                         no
    timesyncd:                         no
    Default NTP servers:               time1.google.com time2.google.com time3.google.com time4.google.com
    time epoch:                        1617190624
    localed:                           no
    networkd:                          no
    resolved:                          no
    Default DNS servers:               8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844
    Default DNSSEC mode:               allow-downgrade
    coredump:                          no
    polkit:                            no
    efi:                               no
    gnuefi:                            no
    efi arch:                          armv7ve
    EFI machine type:                  
    EFI CC                             armv7ve-libreelec-linux-gnueabi-gcc
    EFI libdir:                        
    EFI ldsdir:                        
    EFI includedir:                    
    kmod:                              yes
    xkbcommon:                         no
    blkid:                             yes
    libmount:                          yes
    dbus:                              no
    nss-myhostname:                    no
    hwdb:                              yes
    tpm:                               no
    Python:                            no
    man pages:                         no
    test coverage:                     no
    Split /usr:                        no
    SysV compatibility:                no
    utmp/wtmp support:                 no
    ldconfig support:                  no
    hibernate support:                 no
    extra debugging:                   none
    tests:                             no

    prefix:                            /usr
    rootprefix:                        /usr
    sysconf dir:                       /etc
    datarootdir:                       ${prefix}/share
    includedir:                        ${prefix}/include
    lib dir:                           /usr/lib
    rootlib dir:                       /usr/lib
    SysV init scripts:                 
    SysV rc?.d directories:            
    Build Python:                      
    PAM modules dir:                   /usr/lib/security
    PAM configuration dir:             /etc/pam.d
    D-Bus policy dir:                  /etc/dbus-1/system.d
    D-Bus session dir:                 /usr/share/dbus-1/services
    D-Bus system dir:                  /usr/share/dbus-1/system-services
    Bash completions dir:              ${datarootdir}/bash-completion/completions
    Zsh completions dir:               ${datarootdir}/zsh/site-functions
    Extra start script:                /etc/rc.local
    Extra stop script:                 /usr/sbin/halt.local
    Adm group:                         yes
    Wheel group:                       yes
    Debug shell:                       /bin/sh @ /dev/tty9
    TTY GID:                           5
    Maximum System UID:                999
    Maximum System GID:                999
    Certificate root:                  /etc/ssl
    Support URL:                       http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    Nobody User Name:                  nobody
    Nobody Group Name:                 nobody

    CFLAGS:    -pipe -Wall -Wextra -Wundef -Wformat=2 -Wformat-security -Wformat-nonliteral -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wsuggest-attribute=noreturn -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=missing-declarations -Werror=return-type -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-format-signedness -Werror=overflow -Wdate-time -Wnested-externs -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -fstack-protector -fstack-protector-strong -fPIE --param=ssp-buffer-size=4 -flto -ffunction-sections -fdata-sections   -march=armv7ve -mtune=cortex-a7 -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -O3  -fno-schedule-insns -fno-schedule-insns2
    CPPFLAGS:  -Wp,-D_FORTIFY_SOURCE=2   
    LDFLAGS:   -Wl,--gc-sections -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -pie -Wl,-fuse-ld=gold   -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold

Executing (target): make make[1]: Entering directory '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi' M4 src/core/load-fragment-gperf.gperf GPERF src/core/load-fragment-gperf.c GEN src/core/load-fragment-gperf-nulstr.c make --no-print-directory all-recursive Making all in . M4 units/tmp.mount M4 units/getty@.service M4 units/serial-getty@.service M4 units/console-getty.service M4 units/container-getty@.service M4 units/user@.service M4 tmpfiles.d/etc.conf M4 tmpfiles.d/systemd.conf CC src/core/libcore_la-load-fragment-gperf.lo CC src/core/libcore_la-load-fragment-gperf-nulstr.lo CCLD libcore.la CCLD systemd-analyze CCLD systemd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_or_try_restart_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_or_restart_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_try_restart_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_restart_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_stop_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_start_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c: In function 'find_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c:332:12: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!u) ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c:301:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_or_try_restart_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_or_restart_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_try_restart_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_restart_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_reload_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_stop_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c: In function 'method_start_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/unit.c:845:17: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] assert_se(u = u->merged_into); ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus-manager.c:580:15: note: 'u' was declared here Unit u; ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c: In function 'find_unit': /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c:332:12: warning: 'u' may be used uninitialized in this function [-Wmaybe-uninitialized] if (!u) ^ /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/dbus.c:301:15: note: 'u' was declared here Unit u; ^ Making all in po make[3]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi' make[1]: Entering directory '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi' make --no-print-directory install-recursive Making install in . /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c systemd-cgls systemd-cgtop systemd-nspawn systemd-detect-virt systemd-delta systemd-analyze systemd-run systemd-mount systemd-stdio-bridge systemd-path busctl systemd-socket-activate systemd-cat '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-cgls /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-cgls libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-cgtop /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-cgtop libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-nspawn /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-nspawn libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-detect-virt /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-detect-virt libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-delta /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-delta libtool: warning: '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-analyze /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-analyze libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-run /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-run libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-mount libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-stdio-bridge /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-stdio-bridge libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-path /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-path libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/busctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/busctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-socket-activate /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-socket-activate libtool: warning: '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-cat /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-cat /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin' /usr/bin/install -c /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/kernel-install '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/resolve/resolv.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd' /bin/bash ./libtool --mode=install /usr/bin/install -c libsystemd-shared.la '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/libsystemd-shared-232.so /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/libsystemd-shared-232.so libtool: install: (cd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd && { ln -s -f libsystemd-shared-232.so libsystemd-shared.so || { rm -f libsystemd-shared.so && ln -s libsystemd-shared-232.so libsystemd-shared.so; }; }) libtool: install: /usr/bin/install -c .libs/libsystemd-shared.lai /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/libsystemd-shared.la libtool: warning: remember to run 'libtool --finish /usr/lib/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd' /bin/bash ./libtool --mode=install /usr/bin/install -c systemd systemd-cgroups-agent systemd-initctl systemd-shutdown systemd-remount-fs systemd-reply-password systemd-fsck systemd-ac-power systemd-sysctl systemd-sleep systemd-socket-proxyd systemd-update-done systemd-modules-load systemd-udevd systemd-journald systemd-logind '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd' libtool: warning: '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-cgroups-agent /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-cgroups-agent libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-initctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-initctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-shutdown /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-shutdown libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-remount-fs /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-remount-fs libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-reply-password /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-reply-password libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-fsck /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-fsck libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-ac-power /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-ac-power libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-sysctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-sysctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-sleep /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-sleep libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-socket-proxyd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-socket-proxyd libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-update-done /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-update-done libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-modules-load /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-modules-load libtool: install: /usr/bin/install -c systemd-udevd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-udevd libtool: warning: '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-journald /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-journald libtool: warning: '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-logind /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/systemd-logind /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev' /bin/bash ./libtool --mode=install /usr/bin/install -c ata_id cdrom_id collect scsi_id v4l_id mtd_probe '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev' libtool: install: /usr/bin/install -c ata_id /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/ata_id libtool: install: /usr/bin/install -c cdrom_id /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/cdrom_id libtool: install: /usr/bin/install -c collect /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/collect libtool: install: /usr/bin/install -c scsi_id /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/scsi_id libtool: install: /usr/bin/install -c v4l_id /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/v4l_id libtool: install: /usr/bin/install -c mtd_probe /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/mtd_probe make --no-print-directory install-exec-hook what="" && wants=shutdown.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="systemd-remount-fs.service tmp.mount var-lib-machines.mount" && wants=local-fs.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="systemd-logind.service getty.target systemd-ask-password-wall.path" && wants=multi-user.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=graphical.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=rescue.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what=" systemd-modules-load.service kmod-static-nodes.service systemd-tmpfiles-setup-dev.service systemd-tmpfiles-setup.service systemd-machine-id-commit.service systemd-udevd.service systemd-udev-trigger.service systemd-hwdb-update.service systemd-journald.service systemd-journal-flush.service systemd-journal-catalog-update.service systemd-update-done.service dev-hugepages.mount dev-mqueue.mount sys-kernel-config.mount sys-kernel-debug.mount sys-fs-fuse-connections.mount systemd-sysctl.service systemd-ask-password-console.path" && wants=sysinit.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket systemd-initctl.socket" && wants=sockets.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="systemd-tmpfiles-clean.timer" && wants=timers.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=slices.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=sockets.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=default.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) /usr/bin/mkdir -p /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/tmpfiles.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/tmpfiles.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/udev/rules.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/udev/hwdb.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/lib/systemd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/modules-load.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/modules-load.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/network /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd/network /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/sysctl.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/sysctl.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/kernel/install.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/kernel/install.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-shutdown /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-sleep /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user-generators /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd/system /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd/system/multi-user.target.wants /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd/system/getty.target.wants /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd/user /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/dbus-1/services /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/xdg/systemd set -- systemd-logind.service dbus-org.freedesktop.login1.service graphical.target default.target reboot.target ctrl-alt-del.target getty@.service autovt@.service && \ dir=/usr/lib/systemd/system && while [ -n "$1" ]; do /usr/bin/mkdir -p dirname /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && rm -f /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && ln -s $1 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && shift 2 || exit $?; done set -- && \ dir=/usr/lib/systemd/user && while [ -n "$1" ]; do /usr/bin/mkdir -p dirname /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && rm -f /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && ln -s --relative /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$1 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && shift 2 || exit $?; done set -- /usr/lib/systemd/system/reboot.target /etc/systemd/system/ctrl-alt-del.target /usr/lib/systemd/system/machines.target /etc/systemd/system/multi-user.target.wants/machines.target /usr/lib/systemd/system/remote-fs.target /etc/systemd/system/multi-user.target.wants/remote-fs.target /usr/lib/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/getty@tty1.service /etc/systemd/user /etc/xdg/systemd/user /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service /usr/share/dbus-1/services/org.freedesktop.systemd1.service && \ dir= && while [ -n "$1" ]; do /usr/bin/mkdir -p dirname /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && rm -f /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && ln -s --relative /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$1 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$2 && shift 2 || exit $?; done touch -c /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target//usr what=" org.freedesktop.systemd1.busname org.freedesktop.login1.busname" && wants=busnames.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=busnames.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) /usr/bin/mkdir -p /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal chown 0:0 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal chown: changing ownership of '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal': Operation not permitted make[5]: [Makefile:25910: journal-install-hook] Error 1 (ignored) chmod 755 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal setfacl -nm g:adm:rx,d:g:adm:rx /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal/ setfacl -nm g:wheel:rx,d:g:wheel:rx /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/var/log/journal/ setfacl: Option -m: Invalid argument near character 3 make[5]: [Makefile:25913: journal-install-hook] Error 2 (ignored) /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/busctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/journalctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-analyze /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cat /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cgls /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cgtop /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-delta /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-detect-virt /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-nspawn /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-path /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-run /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/udevadm /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/kernel-install /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/loginctl '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/bash-completion/completions' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/dbus-1/system.d' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/org.freedesktop.systemd1.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/org.freedesktop.login1.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/dbus-1/system.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/dbus-1/system-services' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/org.freedesktop.systemd1.service /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/org.freedesktop.login1.service '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/dbus-1/system-services' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/doc/systemd' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/README /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/NEWS /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/CODING_STYLE /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/LICENSE.LGPL2.1 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/LICENSE.GPL2 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/DISTRO_PORTING /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/PORTING-DBUS1 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/DIFFERENCES /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/GVARIANT-SERIALIZATION '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/doc/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/factory/etc' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/factory/etc/nsswitch.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/factory/etc' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/kernel/install.d' /usr/bin/install -c /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/50-depmod.install /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/90-loaderentry.install '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/kernel/install.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/network' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/network/99-default.link /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-host0.network /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-ve.network /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-vz.network '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/network' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/system.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/user.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journald.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/sysctl.d' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/sysctl.d/50-default.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/sysctl.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-preset' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/system-preset/90-systemd.preset '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-preset' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/graphical.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/multi-user.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/emergency.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sysinit.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/basic.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/getty.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/halt.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/kexec.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/exit.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/local-fs.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/local-fs-pre.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-fs.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-root-device.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-root-fs.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/remote-fs.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/remote-fs-pre.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/network.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/network-pre.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/network-online.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/nss-lookup.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/nss-user-lookup.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/poweroff.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/reboot.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/rescue.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/rpcbind.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/time-sync.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/shutdown.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/final.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/umount.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sigpwr.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sleep.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sockets.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/timers.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/paths.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/suspend.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/swap.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/slices.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/system.slice /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-initctl.socket '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/syslog.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/dev-hugepages.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/dev-mqueue.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-kernel-config.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-kernel-debug.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-fs-fuse-connections.mount units/tmp.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/var-lib-machines.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/printer.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sound.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/bluetooth.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/smartcard.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-ask-password-wall.path /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-ask-password-console.path /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-udevd-control.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-udevd-kernel.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/system-update.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-switch-root.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/machines.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/busnames.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/org.freedesktop.systemd1.busname /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/org.freedesktop.login1.busname /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-tmpfiles-clean.timer /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald-dev-log.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald-audit.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user.slice '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/tmpfiles.d' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/systemd-nologin.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/tmp.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/x11.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/var.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/home.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/systemd-nspawn.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/journal-nocow.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/tmpfiles.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/udev' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/udev/udev.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/udev' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/hwdb.d' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-pci-vendor-model.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-pci-classes.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-usb-vendor-model.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-usb-classes.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-sdio-vendor-model.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-sdio-classes.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-bluetooth-vendor-product.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-acpi-vendor.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-OUI.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-net-ifname.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/60-evdev.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/60-keyboard.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-mouse.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-pointingstick.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-touchpad.hwdb '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/hwdb.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/rules.d' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/50-udev-default.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-block.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-drm.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-evdev.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-storage-tape.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-input.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-alsa.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-storage.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-serial.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/64-btrfs.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/70-mouse.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/70-touchpad.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/75-net-description.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/78-sound-card.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/80-net-setup-link.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/80-drivers.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-cdrom_id.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-v4l.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/75-probe_mtd.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/70-uaccess.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/70-power-switch.rules '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/rules.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/basic.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/default.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/exit.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/graphical-session.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/graphical-session-pre.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/bluetooth.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/busnames.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/paths.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/printer.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/shutdown.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/smartcard.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/sockets.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/sound.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/timers.target '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/X11/xinit/xinitrc.d' /usr/bin/install -c /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/xorg/50-systemd-user.sh '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/X11/xinit/xinitrc.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/zsh/site-functions' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_busctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_journalctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_udevadm /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_kernel-install /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-nspawn /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-analyze /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-run /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_hosts_or_user_at_host /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_outputmodes /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_unit_files /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-delta /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-tmpfiles /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_loginctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-inhibit '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/zsh/site-functions' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/include' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/libudev/libudev.h '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/include' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 shell-completion/bash/systemctl '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/bash-completion/completions' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/catalog' /usr/bin/install -c -m 644 catalog/systemd.bg.catalog catalog/systemd.be.catalog catalog/systemd.be@latin.catalog catalog/systemd.fr.catalog catalog/systemd.it.catalog catalog/systemd.pl.catalog catalog/systemd.pt_BR.catalog catalog/systemd.ru.catalog catalog/systemd.zh_CN.catalog catalog/systemd.zh_TW.catalog catalog/systemd.catalog '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/catalog' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd' /usr/bin/install -c -m 644 src/login/logind.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/etc/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/rpm/macros.d' /usr/bin/install -c -m 644 src/core/macros.systemd '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/rpm/macros.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system' /usr/bin/install -c -m 644 units/getty@.service units/serial-getty@.service units/console-getty.service units/container-getty@.service units/systemd-initctl.service units/systemd-remount-fs.service units/systemd-ask-password-wall.service units/systemd-ask-password-console.service units/systemd-sysctl.service units/emergency.service units/rescue.service units/user@.service units/systemd-suspend.service units/systemd-halt.service units/systemd-poweroff.service units/systemd-reboot.service units/systemd-kexec.service units/systemd-exit.service units/systemd-fsck@.service units/systemd-fsck-root.service units/systemd-machine-id-commit.service units/systemd-udevd.service units/systemd-udev-trigger.service units/systemd-udev-settle.service units/systemd-hwdb-update.service units/debug-shell.service units/initrd-parse-etc.service units/initrd-cleanup.service units/initrd-udevadm-cleanup-db.service units/initrd-switch-root.service units/systemd-nspawn@.service units/systemd-update-done.service units/systemd-modules-load.service units/kmod-static-nodes.service units/systemd-tmpfiles-setup-dev.service units/systemd-tmpfiles-setup.service units/systemd-tmpfiles-clean.service units/systemd-journald.service units/systemd-journal-flush.service units/systemd-journal-catalog-update.service '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system' /usr/bin/install -c -m 644 units/quotaon.service units/systemd-logind.service '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/tmpfiles.d' /usr/bin/install -c -m 644 tmpfiles.d/systemd.conf tmpfiles.d/etc.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/tmpfiles.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/rules.d' /usr/bin/install -c -m 644 rules/99-systemd.rules src/login/71-seat.rules src/login/73-seat-late.rules '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/udev/rules.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user' /usr/bin/install -c -m 644 units/user/systemd-exit.service '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/user' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/zsh/site-functions' /usr/bin/install -c -m 644 shell-completion/zsh/_systemctl '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/zsh/site-functions' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/pkgconfig' /usr/bin/install -c -m 644 src/core/systemd.pc src/udev/udev.pc '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/share/pkgconfig' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 src/libsystemd/libsystemd.pc src/libudev/libudev.pc '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/include/systemd' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus-protocol.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus-vtable.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-event.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-login.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-id128.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-daemon.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-journal.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-messages.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/_sd-common.h '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/include/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c systemctl systemd-notify systemd-ask-password systemd-tty-ask-password-agent systemd-machine-id-setup systemd-escape systemd-tmpfiles udevadm systemd-hwdb journalctl loginctl systemd-inhibit '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-notify /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-notify libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-ask-password /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-ask-password libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-tty-ask-password-agent /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-tty-ask-password-agent libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-machine-id-setup /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-machine-id-setup libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-escape /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-escape libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-tmpfiles /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-tmpfiles libtool: install: /usr/bin/install -c udevadm /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/udevadm libtool: install: /usr/bin/install -c systemd-hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-hwdb libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/journalctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/journalctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/loginctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/loginctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-inhibit /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/bin/systemd-inhibit /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libsystemd.la libudev.la libnss_systemd.la '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib' libtool: install: /usr/bin/install -c .libs/libsystemd.so.0.17.0 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libsystemd.so.0.17.0 libtool: install: (cd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib && { ln -s -f libsystemd.so.0.17.0 libsystemd.so.0 || { rm -f libsystemd.so.0 && ln -s libsystemd.so.0.17.0 libsystemd.so.0; }; }) libtool: install: (cd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib && { ln -s -f libsystemd.so.0.17.0 libsystemd.so || { rm -f libsystemd.so && ln -s libsystemd.so.0.17.0 libsystemd.so; }; }) libtool: install: /usr/bin/install -c .libs/libsystemd.lai /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libsystemd.la libtool: install: /usr/bin/install -c .libs/libudev.so.1.6.5 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libudev.so.1.6.5 libtool: install: (cd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib && { ln -s -f libudev.so.1.6.5 libudev.so.1 || { rm -f libudev.so.1 && ln -s libudev.so.1.6.5 libudev.so.1; }; }) libtool: install: (cd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib && { ln -s -f libudev.so.1.6.5 libudev.so || { rm -f libudev.so && ln -s libudev.so.1.6.5 libudev.so; }; }) libtool: install: /usr/bin/install -c .libs/libudev.lai /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libudev.la libtool: install: /usr/bin/install -c .libs/libnss_systemd.so.2 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libnss_systemd.so.2 libtool: install: /usr/bin/install -c .libs/libnss_systemd.lai /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/libnss_systemd.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators' /bin/bash ./libtool --mode=install /usr/bin/install -c systemd-getty-generator systemd-fstab-generator systemd-system-update-generator systemd-debug-generator systemd-gpt-auto-generator '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-getty-generator /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators/systemd-getty-generator libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-fstab-generator /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators/systemd-fstab-generator libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-system-update-generator /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators/systemd-system-update-generator libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-debug-generator /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators/systemd-debug-generator libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-gpt-auto-generator /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target/usr/lib/systemd/system-generators/systemd-gpt-auto-generator make --no-print-directory install-data-hook test -n "/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target" || /usr/bin/systemd-hwdb update test -n "/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/.sysroot/systemd.target" || /usr/bin/journalctl --update-catalog Making install in po make[3]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi' make[1]: Entering directory '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi' make --no-print-directory install-recursive Making install in . /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd' /usr/bin/install -c /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/kernel-install '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/resolve/resolv.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev' /bin/bash ./libtool --mode=install /usr/bin/install -c ata_id cdrom_id collect scsi_id v4l_id mtd_probe '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/busctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/journalctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-analyze /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cat /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cgls /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-cgtop /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-delta /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-detect-virt /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-nspawn /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-path /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/systemd-run /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/udevadm /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/kernel-install /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/bash/loginctl '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/bash-completion/completions' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/dbus-1/system.d' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/org.freedesktop.systemd1.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/org.freedesktop.login1.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/dbus-1/system.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/dbus-1/system-services' libtool: install: /usr/bin/install -c ata_id /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/ata_id /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/org.freedesktop.systemd1.service /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/org.freedesktop.login1.service '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/dbus-1/system-services' libtool: install: /usr/bin/install -c cdrom_id /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/cdrom_id /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/doc/systemd' libtool: install: /usr/bin/install -c collect /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/collect libtool: install: /usr/bin/install -c scsi_id /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/scsi_id /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/README /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/NEWS /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/CODING_STYLE /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/LICENSE.LGPL2.1 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/LICENSE.GPL2 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/DISTRO_PORTING /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/PORTING-DBUS1 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/DIFFERENCES /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/libsystemd/sd-bus/GVARIANT-SERIALIZATION '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/doc/systemd' libtool: install: /usr/bin/install -c v4l_id /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/v4l_id libtool: install: /usr/bin/install -c mtd_probe /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/mtd_probe /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/factory/etc' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/factory/etc/nsswitch.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/factory/etc' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/kernel/install.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/network' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/network/99-default.link /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-host0.network /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-ve.network /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/network/80-container-vz.network '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/network' /usr/bin/install -c /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/50-depmod.install /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/kernel-install/90-loaderentry.install '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/kernel/install.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/sysctl.d' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/system.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/core/user.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/journal/journald.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-preset' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/sysctl.d/50-default.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/sysctl.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/graphical.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/multi-user.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/emergency.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sysinit.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/basic.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/getty.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/halt.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/kexec.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/exit.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/local-fs.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/local-fs-pre.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-fs.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-root-device.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-root-fs.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/remote-fs.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/remote-fs-pre.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/network.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/network-pre.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/network-online.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/nss-lookup.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/nss-user-lookup.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/poweroff.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/reboot.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/rescue.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/rpcbind.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/time-sync.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/shutdown.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/final.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/umount.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sigpwr.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sleep.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sockets.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/timers.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/paths.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/suspend.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/swap.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/slices.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/system.slice /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-initctl.socket '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/system-preset/90-systemd.preset '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-preset' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/syslog.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/dev-hugepages.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/dev-mqueue.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-kernel-config.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-kernel-debug.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sys-fs-fuse-connections.mount units/tmp.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/var-lib-machines.mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/printer.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/sound.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/bluetooth.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/smartcard.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-ask-password-wall.path /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-ask-password-console.path /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-udevd-control.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-udevd-kernel.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/system-update.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/initrd-switch-root.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/machines.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/busnames.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/org.freedesktop.systemd1.busname /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/org.freedesktop.login1.busname /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-tmpfiles-clean.timer /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald-dev-log.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/systemd-journald-audit.socket /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user.slice '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/tmpfiles.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/udev' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/systemd-nologin.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/tmp.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/x11.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/var.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/home.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/systemd-nspawn.conf /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/tmpfiles.d/journal-nocow.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/tmpfiles.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/hwdb.d' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-pci-vendor-model.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-pci-classes.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-usb-vendor-model.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-usb-classes.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-sdio-vendor-model.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-sdio-classes.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-bluetooth-vendor-product.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-acpi-vendor.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-OUI.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/20-net-ifname.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/60-evdev.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/60-keyboard.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-mouse.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-pointingstick.hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/hwdb/70-touchpad.hwdb '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/hwdb.d' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/udev/udev.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/udev' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/rules.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/50-udev-default.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-block.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-drm.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-evdev.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-storage-tape.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-input.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-alsa.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-storage.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-serial.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/64-btrfs.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/70-mouse.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/70-touchpad.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/75-net-description.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/78-sound-card.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/80-net-setup-link.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/80-drivers.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-cdrom_id.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/60-persistent-v4l.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/rules/75-probe_mtd.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/70-uaccess.rules /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/login/70-power-switch.rules '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/rules.d' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/basic.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/default.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/exit.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/graphical-session.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/graphical-session-pre.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/bluetooth.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/busnames.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/paths.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/printer.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/shutdown.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/smartcard.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/sockets.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/sound.target /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/units/user/timers.target '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/X11/xinit/xinitrc.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/zsh/site-functions' /usr/bin/install -c /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/xorg/50-systemd-user.sh '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/X11/xinit/xinitrc.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/include' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_busctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_journalctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_udevadm /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_kernel-install /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-nspawn /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-analyze /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-run /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_hosts_or_user_at_host /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_outputmodes /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_sd_unit_files /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-delta /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-tmpfiles /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_loginctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/shell-completion/zsh/_systemd-inhibit '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/zsh/site-functions' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/libudev/libudev.h '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/include' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 shell-completion/bash/systemctl '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/bash-completion/completions' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/catalog' /usr/bin/install -c -m 644 catalog/systemd.bg.catalog catalog/systemd.be.catalog catalog/systemd.be@latin.catalog catalog/systemd.fr.catalog catalog/systemd.it.catalog catalog/systemd.pl.catalog catalog/systemd.pt_BR.catalog catalog/systemd.ru.catalog catalog/systemd.zh_CN.catalog catalog/systemd.zh_TW.catalog catalog/systemd.catalog '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/catalog' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd' /usr/bin/install -c -m 644 src/login/logind.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/rpm/macros.d' /usr/bin/install -c -m 644 src/core/macros.systemd '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/rpm/macros.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system' /usr/bin/install -c -m 644 units/getty@.service units/serial-getty@.service units/console-getty.service units/container-getty@.service units/systemd-initctl.service units/systemd-remount-fs.service units/systemd-ask-password-wall.service units/systemd-ask-password-console.service units/systemd-sysctl.service units/emergency.service units/rescue.service units/user@.service units/systemd-suspend.service units/systemd-halt.service units/systemd-poweroff.service units/systemd-reboot.service units/systemd-kexec.service units/systemd-exit.service units/systemd-fsck@.service units/systemd-fsck-root.service units/systemd-machine-id-commit.service units/systemd-udevd.service units/systemd-udev-trigger.service units/systemd-udev-settle.service units/systemd-hwdb-update.service units/debug-shell.service units/initrd-parse-etc.service units/initrd-cleanup.service units/initrd-udevadm-cleanup-db.service units/initrd-switch-root.service units/systemd-nspawn@.service units/systemd-update-done.service units/systemd-modules-load.service units/kmod-static-nodes.service units/systemd-tmpfiles-setup-dev.service units/systemd-tmpfiles-setup.service units/systemd-tmpfiles-clean.service units/systemd-journald.service units/systemd-journal-flush.service units/systemd-journal-catalog-update.service '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/tmpfiles.d' /usr/bin/install -c -m 644 units/quotaon.service units/systemd-logind.service '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system' /usr/bin/install -c -m 644 tmpfiles.d/systemd.conf tmpfiles.d/etc.conf '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/tmpfiles.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/rules.d' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user' /usr/bin/install -c -m 644 rules/99-systemd.rules src/login/71-seat.rules src/login/73-seat-late.rules '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/udev/rules.d' /usr/bin/install -c -m 644 units/user/systemd-exit.service '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/zsh/site-functions' /usr/bin/install -c -m 644 shell-completion/zsh/_systemctl '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/zsh/site-functions' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/pkgconfig' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/pkgconfig' /usr/bin/install -c -m 644 src/core/systemd.pc src/udev/udev.pc '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/pkgconfig' /usr/bin/install -c -m 644 src/libsystemd/libsystemd.pc src/libudev/libudev.pc '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/include/systemd' /usr/bin/install -c -m 644 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus-protocol.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-bus-vtable.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-event.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-login.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-id128.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-daemon.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-journal.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/sd-messages.h /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/src/systemd/_sd-common.h '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/include/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libsystemd.la libudev.la libnss_systemd.la '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c systemd-cgls systemd-cgtop systemd-nspawn systemd-detect-virt systemd-delta systemd-analyze systemd-run systemd-mount systemd-stdio-bridge systemd-path busctl systemd-socket-activate systemd-cat '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin' libtool: install: /usr/bin/install -c .libs/libsystemd.so.0.17.0 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libsystemd.so.0.17.0 libtool: install: (cd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib && { ln -s -f libsystemd.so.0.17.0 libsystemd.so.0 || { rm -f libsystemd.so.0 && ln -s libsystemd.so.0.17.0 libsystemd.so.0; }; }) libtool: install: (cd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib && { ln -s -f libsystemd.so.0.17.0 libsystemd.so || { rm -f libsystemd.so && ln -s libsystemd.so.0.17.0 libsystemd.so; }; }) libtool: install: /usr/bin/install -c .libs/libsystemd.lai /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libsystemd.la libtool: install: /usr/bin/install -c .libs/libudev.so.1.6.5 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libudev.so.1.6.5 libtool: install: (cd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib && { ln -s -f libudev.so.1.6.5 libudev.so.1 || { rm -f libudev.so.1 && ln -s libudev.so.1.6.5 libudev.so.1; }; }) libtool: install: (cd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib && { ln -s -f libudev.so.1.6.5 libudev.so || { rm -f libudev.so && ln -s libudev.so.1.6.5 libudev.so; }; }) libtool: install: /usr/bin/install -c .libs/libudev.lai /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libudev.la libtool: install: /usr/bin/install -c .libs/libnss_systemd.so.2 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libnss_systemd.so.2 libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/libnss_systemd.lai /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/libnss_systemd.la libtool: install: /usr/bin/install -c .libs/systemd-cgls /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-cgls libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd' /bin/bash ./libtool --mode=install /usr/bin/install -c libsystemd-shared.la '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-cgtop /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-cgtop libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-nspawn /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-nspawn libtool: install: /usr/bin/install -c .libs/libsystemd-shared-232.so /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/libsystemd-shared-232.so libtool: install: (cd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd && { ln -s -f libsystemd-shared-232.so libsystemd-shared.so || { rm -f libsystemd-shared.so && ln -s libsystemd-shared-232.so libsystemd-shared.so; }; }) libtool: install: /usr/bin/install -c .libs/libsystemd-shared.lai /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/libsystemd-shared.la libtool: warning: remember to run 'libtool --finish /usr/lib/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' /bin/bash ./libtool --mode=install /usr/bin/install -c systemd systemd-cgroups-agent systemd-initctl systemd-shutdown systemd-remount-fs systemd-reply-password systemd-fsck systemd-ac-power systemd-sysctl systemd-sleep systemd-socket-proxyd systemd-update-done systemd-modules-load systemd-udevd systemd-journald systemd-logind '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-detect-virt /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-detect-virt libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-delta /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-delta libtool: warning: '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-analyze /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-analyze libtool: warning: '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-run /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-run libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-cgroups-agent /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-cgroups-agent libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-mount /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-mount libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-initctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-initctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-stdio-bridge /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-stdio-bridge libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-shutdown /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-shutdown libtool: install: /usr/bin/install -c .libs/systemd-path /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-path libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-remount-fs /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-remount-fs libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/busctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/busctl libtool: install: /usr/bin/install -c .libs/systemd-reply-password /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-reply-password libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-socket-activate /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-socket-activate libtool: install: /usr/bin/install -c .libs/systemd-fsck /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-fsck libtool: warning: '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-cat /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-cat libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin' libtool: install: /usr/bin/install -c .libs/systemd-ac-power /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-ac-power /bin/bash ./libtool --mode=install /usr/bin/install -c systemctl systemd-notify systemd-ask-password systemd-tty-ask-password-agent systemd-machine-id-setup systemd-escape systemd-tmpfiles udevadm systemd-hwdb journalctl loginctl systemd-inhibit '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-sysctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-sysctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemctl libtool: install: /usr/bin/install -c .libs/systemd-sleep /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-sleep libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-notify /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-notify libtool: install: /usr/bin/install -c .libs/systemd-socket-proxyd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-socket-proxyd libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-update-done /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-update-done libtool: install: /usr/bin/install -c .libs/systemd-ask-password /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-ask-password libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-tty-ask-password-agent /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-tty-ask-password-agent libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-machine-id-setup /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-machine-id-setup libtool: install: /usr/bin/install -c .libs/systemd-modules-load /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-modules-load libtool: install: /usr/bin/install -c systemd-udevd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-udevd libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-escape /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-escape libtool: warning: '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-journald /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-journald libtool: warning: '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi/libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-tmpfiles /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-tmpfiles libtool: install: /usr/bin/install -c udevadm /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/udevadm libtool: install: /usr/bin/install -c systemd-hwdb /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-hwdb libtool: install: /usr/bin/install -c .libs/systemd-logind /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/systemd-logind /usr/bin/mkdir -p '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' /bin/bash ./libtool --mode=install /usr/bin/install -c systemd-getty-generator systemd-fstab-generator systemd-system-update-generator systemd-debug-generator systemd-gpt-auto-generator '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators' libtool: install: /usr/bin/install -c .libs/journalctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/journalctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/loginctl /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/loginctl libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-inhibit /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/bin/systemd-inhibit make --no-print-directory install-exec-hook libtool: install: /usr/bin/install -c .libs/systemd-getty-generator /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators/systemd-getty-generator libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-fstab-generator /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators/systemd-fstab-generator libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-system-update-generator /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators/systemd-system-update-generator libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-debug-generator /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators/systemd-debug-generator libtool: warning: 'libsystemd-shared.la' has not been installed in '/usr/lib/systemd' libtool: install: /usr/bin/install -c .libs/systemd-gpt-auto-generator /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators/systemd-gpt-auto-generator make --no-print-directory install-data-hook what="" && wants=shutdown.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="systemd-remount-fs.service tmp.mount var-lib-machines.mount" && wants=local-fs.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="systemd-logind.service getty.target systemd-ask-password-wall.path" && wants=multi-user.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=graphical.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=rescue.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what=" systemd-modules-load.service kmod-static-nodes.service systemd-tmpfiles-setup-dev.service systemd-tmpfiles-setup.service systemd-machine-id-commit.service systemd-udevd.service systemd-udev-trigger.service systemd-hwdb-update.service systemd-journald.service systemd-journal-flush.service systemd-journal-catalog-update.service systemd-update-done.service dev-hugepages.mount dev-mqueue.mount sys-kernel-config.mount sys-kernel-debug.mount sys-fs-fuse-connections.mount systemd-sysctl.service systemd-ask-password-console.path" && wants=sysinit.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket systemd-initctl.socket" && wants=sockets.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="systemd-tmpfiles-clean.timer" && wants=timers.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=slices.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=sockets.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=default.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) /usr/bin/mkdir -p /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/tmpfiles.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/tmpfiles.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/udev/rules.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/udev/hwdb.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/lib/systemd /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/modules-load.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/modules-load.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/network /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/network /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/sysctl.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/sysctl.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/kernel/install.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/kernel/install.d /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-shutdown /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-sleep /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/system-generators /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user-generators /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/lib/systemd/user /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/system /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/system/multi-user.target.wants /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/system/getty.target.wants /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/systemd/user /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/usr/share/dbus-1/services /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/etc/xdg/systemd set -- systemd-logind.service dbus-org.freedesktop.login1.service graphical.target default.target reboot.target ctrl-alt-del.target getty@.service autovt@.service && \ dir=/usr/lib/systemd/system && while [ -n "$1" ]; do /usr/bin/mkdir -p dirname /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && rm -f /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && ln -s $1 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && shift 2 || exit $?; done set -- && \ dir=/usr/lib/systemd/user && while [ -n "$1" ]; do /usr/bin/mkdir -p dirname /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && rm -f /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && ln -s --relative /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$1 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && shift 2 || exit $?; done set -- /usr/lib/systemd/system/reboot.target /etc/systemd/system/ctrl-alt-del.target /usr/lib/systemd/system/machines.target /etc/systemd/system/multi-user.target.wants/machines.target /usr/lib/systemd/system/remote-fs.target /etc/systemd/system/multi-user.target.wants/remote-fs.target /usr/lib/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/getty@tty1.service /etc/systemd/user /etc/xdg/systemd/user /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service /usr/share/dbus-1/services/org.freedesktop.systemd1.service && \ dir= && while [ -n "$1" ]; do /usr/bin/mkdir -p dirname /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && rm -f /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && ln -s --relative /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$1 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && shift 2 || exit $?; done touch -c /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg//usr what=" org.freedesktop.systemd1.busname org.freedesktop.login1.busname" && wants=busnames.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=busnames.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /usr/bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) /usr/bin/mkdir -p /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal chown 0:0 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal chown: changing ownership of '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal': Operation not permitted make[5]: [Makefile:25910: journal-install-hook] Error 1 (ignored) chmod 755 /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal setfacl -nm g:adm:rx,d:g:adm:rx /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal/ setfacl -nm g:wheel:rx,d:g:wheel:rx /home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal/ setfacl: Option -m: Invalid argument near character 3 make[5]: [Makefile:25913: journal-install-hook] Error 2 (ignored) test -n "/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg" || /usr/bin/systemd-hwdb update test -n "/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg" || /usr/bin/journalctl --update-catalog Making install in po make[3]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/EmuELEC-H3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi' cp: cannot stat '/home/EmuELEC-H3/packages/sysutils/systemd/scripts/kernel-overlays-setup': No such file or directory FAILURE: scripts/install systemd has failed! 

asakous commented 3 years ago

are you use root account to make image ?

clondy999 commented 3 years ago

No, use ordinary users to make images

asakous commented 3 years ago

try use root .

clondy999 commented 3 years ago

Using root to execute the compilation command will report an error and prompt that you need to use general users to make images

asakous commented 3 years ago

cd ~ <-- make sure home directory exists git clone https://github.com/asakous/Neo-EmuELEC-H3 PROJECT=H3 ARCH=arm DISTRO=EmuELEC UBOOT_SYSTEM=opipc make image

normally these steps should work. if doesn't. I'm out of idea.

clondy999 commented 3 years ago

ok,I try. Thanks

clondy999 commented 3 years ago

I tried to build with root, but I still get an error. Error log:


touch -c /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg//usr what="systemd-remount-fs.service tmp.mount var-lib-machines.mount" && wants=local-fs.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what=" org.freedesktop.systemd1.busname org.freedesktop.login1.busname" && wants=busnames.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) /bin/mkdir -p /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal chown 0:0 /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal chmod 755 /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal what="systemd-logind.service getty.target systemd-ask-password-wall.path" && wants=multi-user.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=busnames.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) setfacl -nm g:adm:rx,d:g:adm:rx /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal/ setfacl -nm g:wheel:rx,d:g:wheel:rx /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg/var/log/journal/ setfacl: Option -m: Invalid argument near character 3 what="" && wants=graphical.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) make[5]: [Makefile:25913: journal-install-hook] Error 2 (ignored) what="" && wants=rescue.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what=" systemd-modules-load.service kmod-static-nodes.service systemd-tmpfiles-setup-dev.service systemd-tmpfiles-setup.service systemd-machine-id-commit.service systemd-udevd.service systemd-udev-trigger.service systemd-hwdb-update.service systemd-journald.service systemd-journal-flush.service systemd-journal-catalog-update.service systemd-update-done.service dev-hugepages.mount dev-mqueue.mount sys-kernel-config.mount sys-kernel-debug.mount sys-fs-fuse-connections.mount systemd-sysctl.service systemd-ask-password-console.path" && wants=sysinit.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) set -- && \ dir=/usr/lib/systemd/user && while [ -n "$1" ]; do /bin/mkdir -p dirname /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && rm -f /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && ln -s --relative /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$1 /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && shift 2 || exit $?; done set -- /usr/lib/systemd/system/reboot.target /etc/systemd/system/ctrl-alt-del.target /usr/lib/systemd/system/machines.target /etc/systemd/system/multi-user.target.wants/machines.target /usr/lib/systemd/system/remote-fs.target /etc/systemd/system/multi-user.target.wants/remote-fs.target /usr/lib/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/getty@tty1.service /etc/systemd/user /etc/xdg/systemd/user /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service /usr/share/dbus-1/services/org.freedesktop.systemd1.service && \ dir= && while [ -n "$1" ]; do /bin/mkdir -p dirname /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && rm -f /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && ln -s --relative /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$1 /home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$2 && shift 2 || exit $?; done what="systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket systemd-initctl.socket" && wants=sockets.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="systemd-tmpfiles-clean.timer" && wants=timers.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=slices.target && dir=/usr/lib/systemd/system && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=sockets.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) what="" && wants=default.target && dir=/usr/lib/systemd/user && [ -z "$what" ] || ( dir=/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.install_pkg$dir/$wants.wants && /bin/mkdir -p -m 0755 $dir && cd $dir && rm -f $what && for i in $what; do ln -s ../$i . || exit $? ; done ) Making install in po make[3]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/tt/H3-Build/Emuelec-h3/build.EmuELEC-H3.arm-3.9/systemd-232/.armv7ve-libreelec-linux-gnueabi' cp: cannot stat '/home/tt/H3-Build/Emuelec-h3/packages/sysutils/systemd/scripts/kernel-overlays-setup': No such file or directory

asakous commented 3 years ago

sorry . I can't help you. I have no idea that how and why it happens.

clondy999 commented 3 years ago

What is the release version of ubuntu you are using?

clondy999 commented 3 years ago

Is the project missing? /root/Neo-EmuELEC-H3/packages/sysutils/systemd/scripts/kernel-overlays-setup What about this file

asakous commented 3 years ago

16

clondy999 commented 3 years ago

I used the Ubuntu16.04 version to compile, but a new error occurred, the error log:


Determining if the pthread_create exist failed with the following output: Change Dir: /root/Neo-EmuELEC-H3/build.EmuELEC-H3.arm-3.9/ppsspp-6ca01d5882a1517b941d7d6ff80a37b64c372e92/.armv7ve-libreelec-linux-gnueabi/CMakeFiles/CMakeTmp

Run Build Command(s):/root/Neo-EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/ninja cmTC_917b5 [1/2] Building C object CMakeFiles/cmTC_917b5.dir/CheckSymbolExists.c.o [2/2] Linking C executable cmTC_917b5 FAILED: cmTC_917b5 : && /root/Neo-EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -march=armv7ve -mtune=cortex-a7 -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -O3 -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold CMakeFiles/cmTC_917b5.dir/CheckSymbolExists.c.o -o cmTC_917b5 && : CMakeFiles/cmTC_917b5.dir/CheckSymbolExists.c.o:CheckSymbolExists.c:function main: error: undefined reference to 'pthread_create' CMakeFiles/cmTC_917b5.dir/CheckSymbolExists.c.o:CheckSymbolExists.c:function main: error: undefined reference to 'pthread_create' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed.

File /root/Neo-EmuELEC-H3/build.EmuELEC-H3.arm-3.9/ppsspp-6ca01d5882a1517b941d7d6ff80a37b64c372e92/.armv7ve-libreelec-linux-gnueabi/CMakeFiles/CMakeTmp/CheckSymbolExists.c: / /

include

int main(int argc, char** argv) { (void)argv;

ifndef pthread_create

return ((int*)(&pthread_create))[argc];

else

(void)argc; return 0;

endif

}

Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /root/Neo-EmuELEC-H3/build.EmuELEC-H3.arm-3.9/ppsspp-6ca01d5882a1517b941d7d6ff80a37b64c372e92/.armv7ve-libreelec-linux-gnueabi/CMakeFiles/CMakeTmp

Run Build Command(s):/root/Neo-EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/ninja cmTC_98823 [1/2] Building C object CMakeFiles/cmTC_98823.dir/CheckFunctionExists.c.o [2/2] Linking C executable cmTC_98823 FAILED: cmTC_98823 : && /root/Neo-EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -march=armv7ve -mtune=cortex-a7 -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -O3 -DCHECK_FUNCTION_EXISTS=pthread_create -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold CMakeFiles/cmTC_98823.dir/CheckFunctionExists.c.o -o cmTC_98823 -lpthreads && : /root/Neo-EmuELEC-H3/build.EmuELEC-H3.arm-3.9/toolchain/lib/gcc/armv7ve-libreelec-linux-gnueabi/8.3.0/../../../../armv7ve-libreelec-linux-gnueabi/bin/ld.gold: error: cannot find -lpthreads CMakeFiles/cmTC_98823.dir/CheckFunctionExists.c.o:CheckFunctionExists.c:function main: error: undefined reference to 'pthread_create' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed.

asakous commented 3 years ago

try use current version .

asakous commented 3 years ago

no response for 14 days.