Hmm, I had now tested the 7.95.2 image from website and this image is working...
A clean build of the tag 7.95.2 does not work...
Posts by inusasha
-
-
Topic: no starting lircd@first boot
Code
Display MoreLibreELEC:~ # systemctl status lircd@lirc0 --no-pager ● [email protected] - Lirc with lirc0 Loaded: loaded (/usr/lib/systemd/system/[email protected]; disabled; vendor preset: disabled) Active: inactive (dead) LibreELEC:~ # systemctl status lircd-uinput@lirc0 --no-pager ● [email protected] - lircd-uinput with lirc0 Loaded: loaded (/usr/lib/systemd/system/[email protected]; disabled; vendor preset: disabled) Active: inactive (dead) Condition: start condition failed at Fri 2017-02-03 22:22:46 UTC; 12h ago └─ ConditionPathExists=/storage/.cache/services/lircd.conf was not met LibreELEC:~ # systemctl status eventlircd --no-pager ● eventlircd.service - Eventlirc server daemon Loaded: loaded (/usr/lib/systemd/system/eventlircd.service; disabled; vendor preset: disabled) Active: active (running) since Fri 2017-02-03 22:22:45 UTC; 12h ago Main PID: 260 (eventlircd) CGroup: /system.slice/eventlircd.service └─260 /usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd --release=_UP Feb 03 22:22:45 LibreELEC systemd[1]: Started Eventlirc server daemon.
journalctl: gCYh
-
HiassofT: i will test tomorrow
I found another problem, which breaks some tests. When start with a new image (over img.gz), the complete remote is not working in first boot. (lircd-uinput is not running, condition file does not exist). after the second boot, all services are up and remote is working.
This is independent from the LEFT/RIGHT-key problem, but some test, i had to repeat.Sascha
-
Code
LibreELEC:~ # systemctl restart lircd-uinput@lirc0 LibreELEC:~ # irw 67 0 KEY_UP devinput 67 0 KEY_UP_UP devinput 69 0 KEY_LEFT devinput 268 0 KEY_LEFT_UP devinput 6a 0 KEY_RIGHT devinput 266 0 KEY_RIGHT_UP devinput 6c 0 KEY_DOWN devinput 6c 0 KEY_DOWN_UP devinput
The KEY_LEFT and KEY_LEFT_UP the key id is different.
But KEY_DOWN and KEY_DOWN_UP has the same key id...
Can this confuse lirc ore lirc-uinput?PS: after restart of lircd-uinput@lirc0, i can press RIGHT and LEFT one time again...
Tested with 7.95.2
EDIT: in /usr/include/linux/input-event-codes.h is KEY_RIGHT_UP and KEY_LEFT_UP defined... may we need an other SUFFIX, then _UP?
(edit1.b: was introduced with v4.7-rc6)Code/* Diagonal movement keys */ #define KEY_RIGHT_UP 0x266 #define KEY_RIGHT_DOWN 0x267 #define KEY_LEFT_UP 0x268 #define KEY_LEFT_DOWN 0x269
EDIT2: quick tested with these changes
Diff
Display Morediff --git a/packages/sysutils/eventlircd/system.d/eventlircd.service b/packages/sysutils/eventlircd/system.d/eventlircd.service index 7859753..7b920c4 100644 --- a/packages/sysutils/eventlircd/system.d/eventlircd.service +++ b/packages/sysutils/eventlircd/system.d/eventlircd.service @@ -2,7 +2,7 @@ Description=Eventlirc server daemon [Service] -ExecStart=/usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd --release=_UP +ExecStart=/usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd --release=_UPS KillMode=process TimeoutStopSec=1s diff --git a/packages/sysutils/lirc/scripts/lircd_helper b/packages/sysutils/lirc/scripts/lircd_helper index 6895403..a6f1dc4 100755 --- a/packages/sysutils/lirc/scripts/lircd_helper +++ b/packages/sysutils/lirc/scripts/lircd_helper @@ -36,7 +36,7 @@ case "$ACTION" in LIRCD_CONFIG="--driver=$DRIVER --device=/dev/$DEVICE" LIRCD_CONFIG="$LIRCD_CONFIG --output=/run/lirc/lircd-$DEVICE" LIRCD_CONFIG="$LIRCD_CONFIG --pidfile=/run/lirc/lircd-$DEVICE.pid" - LIRCD_CONFIG="$LIRCD_CONFIG --release=_UP" + LIRCD_CONFIG="$LIRCD_CONFIG --release=_UPS" if [ -e "/storage/.config/lircd.conf" ]; then LIRCD_CONFIG="$LIRCD_CONFIG /storage/.config/lircd.conf"
and it seems to work. But i am not sure about side-effects -
Yeah... this is faster then build it my own
Thanks for helping,
SaschaEdit:
MvH build #110 is working -
7.0.3 is working
Tests of Milhouse builds
1. #1228: http://forum.kodi.tv/showthread.php?tid=...pid2487956 (bump to 0.9.4c)
working with dtoverlay=lirc-rpi2. #0111: http://forum.kodi.tv/showthread.php?tid=...pid2498752 (lirc: check for socket in lircd-uinput.service)
not working with dtoverlay=lirc-rpi -
I test always a clean environment, before i post bugs
here the output of the ps, and additional "systemctl status"
Code[code] LibreELEC:~ # ps | grep lirc 250 root 0:00 /usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd --release=_UP 423 root 0:00 /usr/sbin/lircd --driver=default --device=/dev/lirc0 --output=/run/lirc/lircd-lirc0 --pidfile=/run/lirc/lircd-lirc0.pid --release=_UP /etc/lirc/lircd.conf.rpi 439 root 0:00 {kodi.sh} /bin/sh /usr/lib/kodi/kodi.sh --standalone -fs --lircdev /run/lirc/lircd 443 root 0:28 /usr/lib/kodi/kodi.bin --standalone -fs --lircdev /run/lirc/lircd 447 root 0:00 /usr/sbin/lircd-uinput /run/lirc/lircd-lirc0 560 root 0:00 grep lirc
[/code]Code
Display More● LibreELEC State: running Jobs: 0 queued Failed: 0 units Since: Thu 1970-01-01 00:00:04 UTC; 47 years 1 months ago CGroup: / ├─init.scope │ └─1 /usr/lib/systemd/systemd └─system.slice ├─nmbd.service │ └─433 /usr/bin/nmbd --configfile=/run/samba/smb.conf ├─pulseaudio.service │ └─278 /usr/bin/pulseaudio --system ├─dbus.service │ └─266 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation ├─sshd.service │ ├─285 /usr/sbin/sshd -D │ ├─538 sshd: root@pts/0 │ ├─539 -sh │ ├─557 systemctl status │ └─558 less ├─smbd.service │ └─424 /usr/bin/smbd --configfile=/run/samba/smb.conf ├─avahi-daemon.service │ └─349 avahi-daemon: running [LibreELEC.local] ├─kodi.service │ ├─439 /bin/sh /usr/lib/kodi/kodi.sh --standalone -fs --lircdev /run/lirc/lircd │ └─443 /usr/lib/kodi/kodi.bin --standalone -fs --lircdev /run/lirc/lircd ├─eventlircd.service │ └─250 /usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd --release=_UP ├─wpa_supplicant.service │ └─420 /usr/bin/wpa_supplicant -u ├─connman.service │ └─310 /usr/sbin/connmand -nr --config=/etc/connman/main.conf ├─rpcbind.service │ └─239 /usr/bin/rpcbind -f ├─systemd-logind.service │ └─277 /usr/lib/systemd/systemd-logind ├─cron.service │ └─283 /sbin/crond -f -S ├─systemd-udevd.service │ └─249 /usr/lib/systemd/systemd-udevd ├─system-lircd.slice │ ├─[email protected] │ │ └─447 /usr/sbin/lircd-uinput /run/lirc/lircd-lirc0 │ └─lircd@lirc0:default:lircd.conf.rpi.service │ └─423 /usr/sbin/lircd --driver=default --device=/dev/lirc0 --output=/run/lirc/lircd-lirc0 --pidfile=/run/lirc/lircd-lirc0.pid --release=_UP /etc/lirc/lircd.conf.rpi └─systemd-journald.service └─213 /usr/lib/systemd/systemd-journald
Tests of Milhouse builds
1. #1228: http://forum.kodi.tv/showthread.php?tid=...pid2487956 (bump to 0.9.4c)
working with dtoverlay=lirc-rpi2. #0111: http://forum.kodi.tv/showthread.php?tid=...pid2498752 (lirc: check for socket in lircd-uinput.service)
not working with dtoverlay=lirc-rpi -
-
Hello,
on the RPi2, the ir-reciever is not working correct.
The Key KEY_RIGHT and KEY_LEFT is not working after first try.
Under "irw /run/lirc/lircd-lirc0" all key strokes seen, but "irw /run/lirc/lircd" only the first one.
Seems a problem with eventlircd.After revert of "lirc: add lircd-uinput service" (lirc: add lircd-uinput service · LibreELEC/LibreELEC.tv@2ce4f68 · GitHub) all keys are working, again
Edit: the working/not working keys was changed, onlyBranch: libreelec-8.0 (SHA: 83ef1f2ea906ed3820edc7f366e110658c64a82f)
Hardware: RPi2 with TSOP38238 over lirc_rpi.dts
Remote: MCE compatible remote (rc6 standard)Sascha
-
normally, i would create a PR.
But today and tomorrow, i have no time to fix and build test a PR.
So it is better, you can do it.Sascha
-
Hello,
Branch: master
a new zlib version was release (1.2.11), and the old archives was moved, so there can not downloaded from zlib.net anymore.
The build process aborts at this point.and zlib has bugs (see quote from zlib.net)
Quote
Version 1.2.11 has these key improvements over 1.2.10:
- Fix deflate stored bug when pulling last block from window
- Permit immediate deflateParams changes before any deflate input
Due to the bug fixes, any installations of 1.2.9 or 1.2.10 should be immediately replaced with 1.2.11.Version 1.2.10 has these key improvements over 1.2.9:
- Fix bug in deflate_stored() for zero-length input
- Fix bug in gzwrite.c that produced corrupt gzip filesSascha
-
build is running on PR838
i will post result thereThanks,
Sascha -
you're glibc on your system is too old.May yes, it is debian
but i think the main problem is, that the build uses the toolchain libs for the internal tools, but at runtime of the tools the host libs are used.
i know it is complicated (and my english is bad, too)but in detail:
in the llvm:target build is the llvm-tblgen build against the toolchain lib (incl. libstdc++).
But the rpath of this binary is only "$ORIGIN/../lib", so it uses the host libs. I think, that the build is workink, is only luck n most system.
With LD_LIBRARY_PATH set to toolchain/x86_64-libreleec-linux/lib the "./script/build llvm" is working.actual i make same clean builds on older commits, to find the causing one
Sascha
-
Build System: Debian stable x86_64
LE Version: Master Branch Commit 2193bd8a0390167064b226894f65e0889a036865
Target: Generic, ARCH: x86_64What happen:
The LLVM:target build step fails.
After short look on it, i see the llvm-3.9.0/.x86_64-libreelec-linux-gnu/NATIVE/bin/llvm-tblgen tool was build/linked against the libstdc++ from the LE-Toolchain.
But when it is executed in a later part of the LLVM build, the try to libstdc from the host-system. This on is on debian stable is bit old...Log: build_llvm_2016.10.13.log
Sascha
-
With python3.4 installed and a non-parallel build, it is working.
I opened PR474 to disable the parallel build. -
after install of paython3.4 "configure" runs without any problem.
But the build failed with "missing library -llirc"Code
Display Morelirc autoreconf: Entering directory `build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4' autoreconf: configure.ac: not using Gettext autoreconf: running: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/aclocal -I /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal -I /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './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: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/autoconf --include=/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal --force autoreconf: running: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/autoheader --include=/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal --force autoreconf: running: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/automake --add-missing --copy --force-missing configure.ac:13: installing './compile' configure.ac:9: installing './missing' daemons/Makefile.am: installing './depcomp' autoreconf: Leaving directory `build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4' configure: WARNING: you should use --build, --host, --target configure: WARNING: invalid host type: / checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for armv7ve-libreelec-linux-gnueabi-strip... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for armv7ve-libreelec-linux-gnueabi-gcc... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/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 /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc accepts -g... yes checking for /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc option to accept ISO C89... none needed checking whether /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ accepts -g... yes checking dependency style of /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++... gcc3 checking whether make sets $(MAKE)... (cached) yes checking for sh... /bin/sh checking for modinfo... modinfo checking for pkg-config... yes checking for xsltproc... yes checking for man2html... no checking for doxygen... no checking whether ln -s works... yes checking build system type... x86_64-pc-linux-gnu checking host system type... armv7ve-libreelec-linux-gnueabi checking how to print strings... printf checking for a sed that does not truncate output... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld checking if the linker (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm checking the name lister (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm) interface... BSD nm 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 /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld option to reload object files... -r checking for armv7ve-libreelec-linux-gnueabi-objdump... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/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... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ar checking for archiver @FILE support... @ checking for armv7ve-libreelec-linux-gnueabi-strip... (cached) /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-strip checking for armv7ve-libreelec-linux-gnueabi-ranlib... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ranlib checking command to parse /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm output from /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 how to run the C preprocessor... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no checking for /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc static flag -static works... yes checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -c -o file.o... yes checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -c -o file.o... (cached) yes checking whether the /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc linker (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/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 how to run the C++ preprocessor... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ -E checking for ld used by /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld checking if the linker (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) is GNU ld... yes checking whether the /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ linker (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) supports shared libraries... yes checking for /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ option to produce PIC... -fPIC -DPIC checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ PIC flag -fPIC -DPIC works... yes checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ static flag -static works... no checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ supports -c -o file.o... yes checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ supports -c -o file.o... (cached) yes checking whether the /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ linker (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for a Python interpreter with version >= 3.1... python3 checking for python3... /usr/bin/python3 checking for python3 version... 3.4 checking for python3 platform... linux checking for python3 script directory... ${prefix}/lib/python3.4/site-packages checking for python3 extension module directory... ${exec_prefix}/lib/python3.4/site-packages checking for python3... (cached) no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for gethostname... yes checking for gettimeofday... yes checking for mkfifo... yes checking for select... yes checking for socket... yes checking for strdup... yes checking for strerror... yes checking for strtoul... yes checking for snprintf... yes checking for strsep... yes checking for vsyslog... yes checking for library containing dlopen... -ldl checking for daemon... yes checking python3 module: yaml... no checking for forkpty... (cached) no checking for forkpty in -lutil... (cached) no checking for X... disabled checking for getopt_long... yes checking for which drivers can be installed on this system... checking usb.h usability... yes checking usb.h presence... yes checking for usb.h... yes checking pkg-config is at least version 0.9.0... yes checking for FTDI... no checking for FTDI... yes checking portaudio.h usability... no checking portaudio.h presence... no checking for portaudio.h... no checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking for snd_pcm_open in -lasound... yes checking for ALSA SB RC hwdep support... yes checking linux/input.h usability... yes checking linux/input.h presence... yes checking for linux/input.h... yes checking linux/lirc.h usability... no checking linux/lirc.h presence... no checking for linux/lirc.h... no checking scsi/sg.h usability... yes checking scsi/sg.h presence... yes checking for scsi/sg.h... yes checking for linux/input.h... (cached) yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking for linux/hiddev.h... yes checking for HIDDEV_FLAG_UREF support... yes checking libudev.h usability... yes checking libudev.h presence... yes checking for libudev.h... yes checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking linux/i2c-dev.h usability... yes checking linux/i2c-dev.h presence... yes checking for linux/i2c-dev.h... yes checking for SYSTEMD... no checking systemd system unit directory... /usr/lib/systemd/system configure: Building all userspace drivers. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating VERSION config.status: creating Makefile config.status: creating lirc.pc config.status: creating lirc-driver.pc config.status: WARNING: '/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lirc-driver.pc.in' seems to ignore the --datarootdir setting config.status: creating daemons/Makefile config.status: creating plugins/Makefile config.status: creating tools/Makefile config.status: creating lib/Makefile config.status: creating doc/Makefile config.status: creating configs/Makefile config.status: creating doc/docpage.xsl config.status: creating systemd/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Summary of selected options: ---------------------------------------- prefix: /usr sysconfdir: /etc x_progs: host: armv7ve-libreelec-linux-gnueabi host_os: linux-gnueabi forkpty: usb_libs -lusb lockdir: /var/lock/lockdev Conditionals: BUILD_ALSA_SB_RC:yes BUILD_DSP:yes BUILD_FTDI:yes BUILD_HIDDEV:yes BUILD_I2CUSER:yes BUILD_LIBALSA:yes BUILD_LIBPORTAUDIO:no BUILD_USB:yes BUILD_XTOOLS:no HAVE_DOXYGEN:no HAVE_LIBUDEV:yes HAVE_MAN2HTML:no HAVE_PYMOD_YAML:no INSTALL_ETC:yes NEED_PYTHON3:no SYSTEMD_INSTALL:yes DEVEL:no HAVE_UINPUT:yes DARWIN:no FREEBSD:yes configure: WARNING: python3-yaml is missing. lirc-setup will not work, table.html and lirc.hwdb will not be created. configure: WARNING: python3 link is missing, re-configure using --enable-python3-fix or just make a symlink Now enter 'make' and 'make install' to compile and install the package. make[1]: Entering directory '/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/.armv7ve-libreelec-linux-gnueabi' make all-recursive make[2]: Entering directory '/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/.armv7ve-libreelec-linux-gnueabi' Making all in lib make[3]: Entering directory '/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/.armv7ve-libreelec-linux-gnueabi/lib' ln -s . lirc || : /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/tools/lirc-make-devinput -i > input_map.inc /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/tools/lirc-make-devinput -i > lirc/input_map.inc make all-am make[4]: Entering directory '/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/.armv7ve-libreelec-linux-gnueabi/lib' /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT config_file.lo -MD -MP -MF .deps/config_file.Tpo -c -o config_file.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/config_file.c /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT ciniparser.lo -MD -MP -MF .deps/ciniparser.Tpo -c -o ciniparser.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/ciniparser.c /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT dictionary.lo -MD -MP -MF .deps/dictionary.Tpo -c -o dictionary.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/dictionary.c /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT driver.lo -MD -MP -MF .deps/driver.Tpo -c -o driver.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/driver.c libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT driver.lo -MD -MP -MF .deps/driver.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/driver.c -fPIC -DPIC -o .libs/driver.o libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT dictionary.lo -MD -MP -MF .deps/dictionary.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/dictionary.c -fPIC -DPIC -o .libs/dictionary.o libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT config_file.lo -MD -MP -MF .deps/config_file.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/config_file.c -fPIC -DPIC -o .libs/config_file.o libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT ciniparser.lo -MD -MP -MF .deps/ciniparser.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/ciniparser.c -fPIC -DPIC -o .libs/ciniparser.o mv -f .deps/driver.Tpo .deps/driver.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT drv_admin.lo -MD -MP -MF .deps/drv_admin.Tpo -c -o drv_admin.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/drv_admin.c mv -f .deps/dictionary.Tpo .deps/dictionary.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT dump_config.lo -MD -MP -MF .deps/dump_config.Tpo -c -o dump_config.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/dump_config.c mv -f .deps/ciniparser.Tpo .deps/ciniparser.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT input_map.lo -MD -MP -MF .deps/input_map.Tpo -c -o input_map.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/input_map.c libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT drv_admin.lo -MD -MP -MF .deps/drv_admin.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/drv_admin.c -fPIC -DPIC -o .libs/drv_admin.o libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT dump_config.lo -MD -MP -MF .deps/dump_config.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/dump_config.c -fPIC -DPIC -o .libs/dump_config.o libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT input_map.lo -MD -MP -MF .deps/input_map.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/input_map.c -fPIC -DPIC -o .libs/input_map.o mv -f .deps/drv_admin.Tpo .deps/drv_admin.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT ir_remote.lo -MD -MP -MF .deps/ir_remote.Tpo -c -o ir_remote.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/ir_remote.c mv -f .deps/input_map.Tpo .deps/input_map.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT lirc_log.lo -MD -MP -MF .deps/lirc_log.Tpo -c -o lirc_log.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/lirc_log.c mv -f .deps/dump_config.Tpo .deps/dump_config.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT lirc_options.lo -MD -MP -MF .deps/lirc_options.Tpo -c -o lirc_options.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/lirc_options.c libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT ir_remote.lo -MD -MP -MF .deps/ir_remote.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/ir_remote.c -fPIC -DPIC -o .libs/ir_remote.o libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT lirc_log.lo -MD -MP -MF .deps/lirc_log.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/lirc_log.c -fPIC -DPIC -o .libs/lirc_log.o libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT lirc_options.lo -MD -MP -MF .deps/lirc_options.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/lirc_options.c -fPIC -DPIC -o .libs/lirc_options.o mv -f .deps/lirc_options.Tpo .deps/lirc_options.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT receive.lo -MD -MP -MF .deps/receive.Tpo -c -o receive.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/receive.c mv -f .deps/lirc_log.Tpo .deps/lirc_log.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT release.lo -MD -MP -MF .deps/release.Tpo -c -o release.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/release.c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/ir_remote.c: In function 'decode_all': /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/ir_remote.c:651:3: warning: 'toggle_bit_mask_state' may be used uninitialized in this function [-Wmaybe-uninitialized] || toggle_bit_mask_state == remote->toggle_bit_mask_state)) { ^ /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/ir_remote.c:736:10: note: 'toggle_bit_mask_state' was declared here ir_code toggle_bit_mask_state; ^ libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT receive.lo -MD -MP -MF .deps/receive.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/receive.c -fPIC -DPIC -o .libs/receive.o libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT release.lo -MD -MP -MF .deps/release.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/release.c -fPIC -DPIC -o .libs/release.o mv -f .deps/config_file.Tpo .deps/config_file.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c -o serial.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/serial.c mv -f .deps/ir_remote.Tpo .deps/ir_remote.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT transmit.lo -MD -MP -MF .deps/transmit.Tpo -c -o transmit.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/transmit.c libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT serial.lo -MD -MP -MF .deps/serial.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/serial.c -fPIC -DPIC -o .libs/serial.o mv -f .deps/release.Tpo .deps/release.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/util.c libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT transmit.lo -MD -MP -MF .deps/transmit.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/transmit.c -fPIC -DPIC -o .libs/transmit.o libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT util.lo -MD -MP -MF .deps/util.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/util.c -fPIC -DPIC -o .libs/util.o mv -f .deps/util.Tpo .deps/util.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT lirc_client.lo -MD -MP -MF .deps/lirc_client.Tpo -c -o lirc_client.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/lirc_client.c mv -f .deps/serial.Tpo .deps/serial.Plo /bin/bash ../libtool --tag=CC --mode=compile /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT irrecord.lo -MD -MP -MF .deps/irrecord.Tpo -c -o irrecord.lo /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/irrecord.c libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT lirc_client.lo -MD -MP -MF .deps/lirc_client.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/lirc_client.c -fPIC -DPIC -o .libs/lirc_client.o mv -f .deps/transmit.Tpo .deps/transmit.Plo libtool: compile: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib -I.. -I/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4 -Wall -Wp,-D_FORTIFY_SOURCE=2 -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -MT irrecord.lo -MD -MP -MF .deps/irrecord.Tpo -c /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/irrecord.c -fPIC -DPIC -o .libs/irrecord.o mv -f .deps/receive.Tpo .deps/receive.Plo /bin/bash ../libtool --tag=CC --mode=link /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold -fuse-linker-plugin -flto -o liblirc.la -rpath /usr/lib config_file.lo ciniparser.lo dictionary.lo driver.lo drv_admin.lo dump_config.lo input_map.lo ir_remote.lo lirc_log.lo lirc_options.lo receive.lo release.lo serial.lo transmit.lo util.lo -ldl /bin/bash ../libtool --tag=CC --mode=link /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -version-info 0:0:0 -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold -fuse-linker-plugin -flto -o liblirc_driver.la -rpath /usr/lib ir_remote.lo lirc_log.lo receive.lo release.lo serial.lo transmit.lo -ldl libtool: link: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -shared -fPIC -DPIC .libs/ir_remote.o .libs/lirc_log.o .libs/receive.o .libs/release.o .libs/serial.o .libs/transmit.o -ldl -march=armv7ve -mabi=aapcs-linux -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -Os -flto -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold -fuse-linker-plugin -flto -Wl,-soname -Wl,liblirc_driver.so.0 -o .libs/liblirc_driver.so.0.0.0 libtool: link: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -shared -fPIC -DPIC .libs/config_file.o .libs/ciniparser.o .libs/dictionary.o .libs/driver.o .libs/drv_admin.o .libs/dump_config.o .libs/input_map.o .libs/ir_remote.o .libs/lirc_log.o .libs/lirc_options.o .libs/receive.o .libs/release.o .libs/serial.o .libs/transmit.o .libs/util.o -ldl -march=armv7ve -mabi=aapcs-linux -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -Os -flto -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold -fuse-linker-plugin -flto -Wl,-soname -Wl,liblirc.so.0 -o .libs/liblirc.so.0.0.0 /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/lirc_client.c: In function 'lirc_readconfig_only_internal': /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/lirc_client.c:1171:34: warning: 'token3' may be used uninitialized in this function [-Wmaybe-uninitialized] if (token2 != NULL && token3 != NULL) { ^ mv -f .deps/lirc_client.Tpo .deps/lirc_client.Plo /bin/bash ../libtool --tag=CC --mode=link /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -version-info 4:0:4 -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold -fuse-linker-plugin -flto -o liblirc_client.la -rpath /usr/lib lirc_client.lo lirc_log.lo -ldl libtool: link: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -shared -fPIC -DPIC .libs/lirc_client.o .libs/lirc_log.o -ldl -march=armv7ve -mabi=aapcs-linux -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -Os -flto -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold -fuse-linker-plugin -flto -Wl,-soname -Wl,liblirc_client.so.0 -o .libs/liblirc_client.so.0.4.0 mv -f .deps/irrecord.Tpo .deps/irrecord.Plo /bin/bash ../libtool --tag=CC --mode=link /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -march=armv7ve -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold -fuse-linker-plugin -flto -o libirrecord.la -rpath /usr/lib irrecord.lo -llirc -ldl libtool: link: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -shared -fPIC -DPIC .libs/irrecord.o -llirc -ldl -march=armv7ve -mabi=aapcs-linux -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -Os -flto -march=armv7ve -mtune=cortex-a7 -Wl,--as-needed -fuse-ld=gold -fuse-linker-plugin -flto -Wl,-soname -Wl,libirrecord.so.0 -o .libs/libirrecord.so.0.0.0 libtool: link: (cd ".libs" && rm -f "liblirc_client.so.0" && ln -s "liblirc_client.so.0.4.0" "liblirc_client.so.0") libtool: link: (cd ".libs" && rm -f "liblirc_client.so" && ln -s "liblirc_client.so.0.4.0" "liblirc_client.so") libtool: link: ( cd ".libs" && rm -f "liblirc_client.la" && ln -s "../liblirc_client.la" "liblirc_client.la" ) /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/lib/gcc/armv7ve-libreelec-linux-gnueabi/5.3.0/../../../../armv7ve-libreelec-linux-gnueabi/bin/ld.gold: error: cannot find -llirc collect2: error: ld returned 1 exit status Makefile:527: recipe for target 'libirrecord.la' failed make[4]: *** [libirrecord.la] Error 1 make[4]: *** Waiting for unfinished jobs.... In function '__read_alias', inlined from 'rec_buffer_clear' at /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/receive.c:237:7: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/include/bits/unistd.h:39:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer return __read_chk (__fd, __buf, __nbytes, __bos0 (__buf)); ^ libtool: link: (cd ".libs" && rm -f "liblirc_driver.so.0" && ln -s "liblirc_driver.so.0.0.0" "liblirc_driver.so.0") libtool: link: (cd ".libs" && rm -f "liblirc_driver.so" && ln -s "liblirc_driver.so.0.0.0" "liblirc_driver.so") libtool: link: ( cd ".libs" && rm -f "liblirc_driver.la" && ln -s "../liblirc_driver.la" "liblirc_driver.la" ) In function '__read_alias', inlined from 'rec_buffer_clear' at /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/lib/receive.c:237:7: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/include/bits/unistd.h:39:9: warning: call to '__read_chk_warn' declared with attribute warning: read called with bigger length than size of the destination buffer return __read_chk (__fd, __buf, __nbytes, __bos0 (__buf)); ^ libtool: link: (cd ".libs" && rm -f "liblirc.so.0" && ln -s "liblirc.so.0.0.0" "liblirc.so.0") libtool: link: (cd ".libs" && rm -f "liblirc.so" && ln -s "liblirc.so.0.0.0" "liblirc.so") libtool: link: ( cd ".libs" && rm -f "liblirc.la" && ln -s "../liblirc.la" "liblirc.la" ) make[4]: Leaving directory '/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/.armv7ve-libreelec-linux-gnueabi/lib' Makefile:457: recipe for target 'all' failed make[3]: *** [all] Error 2 make[3]: Leaving directory '/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/.armv7ve-libreelec-linux-gnueabi/lib' Makefile:641: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/.armv7ve-libreelec-linux-gnueabi' Makefile:438: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_312/lirc-0.9.4/.armv7ve-libreelec-linux-gnueabi' Makefile:9: recipe for target 'release' failed make: *** [release] Error 2
-
version: git - master ( c6c222d )
build system: debian stableThe build of the package lirc is broken, because after the version bump python >= 3.1 is needed.
But this python version is not of the build dependency list / check in the pre build script, but it should added.
Now, i start a new build with python 3.4 package installed.Sascha
Code
Display More[b][color=#CDCD00]BUILD[/color][/b] lirc [b][color=#4C4C4C](target)[/color][/b] [b][color=#CD00CD]AUTORECONF[/color][/b] lirc autoreconf: Entering directory `build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/lirc-0.9.4' autoreconf: configure.ac: not using Gettext autoreconf: running: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/aclocal -I /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal -I /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './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: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/autoconf --include=/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal --force autoreconf: running: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/autoheader --include=/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/share/aclocal --force autoreconf: running: /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/automake --add-missing --copy --force-missing configure.ac:13: installing './compile' configure.ac:9: installing './missing' daemons/Makefile.am: installing './depcomp' autoreconf: Leaving directory `build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/lirc-0.9.4' configure: WARNING: you should use --build, --host, --target configure: WARNING: invalid host type: / checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for armv7ve-libreelec-linux-gnueabi-strip... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for armv7ve-libreelec-linux-gnueabi-gcc... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/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 /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc accepts -g... yes checking for /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc option to accept ISO C89... none needed checking whether /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ accepts -g... yes checking dependency style of /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++... gcc3 checking whether make sets $(MAKE)... (cached) yes checking for sh... /bin/sh checking for modinfo... modinfo checking for pkg-config... yes checking for xsltproc... yes checking for man2html... no checking for doxygen... no checking whether ln -s works... yes checking build system type... x86_64-pc-linux-gnu checking host system type... armv7ve-libreelec-linux-gnueabi checking how to print strings... printf checking for a sed that does not truncate output... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld checking if the linker (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm checking the name lister (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm) interface... BSD nm 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 /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld option to reload object files... -r checking for armv7ve-libreelec-linux-gnueabi-objdump... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/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... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ar checking for archiver @FILE support... @ checking for armv7ve-libreelec-linux-gnueabi-strip... (cached) /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-strip checking for armv7ve-libreelec-linux-gnueabi-ranlib... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ranlib checking command to parse /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-nm output from /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /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 how to run the C preprocessor... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions... no checking for /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc option to produce PIC... -fPIC -DPIC checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc PIC flag -fPIC -DPIC works... yes checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc static flag -static works... yes checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -c -o file.o... yes checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc supports -c -o file.o... (cached) yes checking whether the /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-gcc linker (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/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 how to run the C++ preprocessor... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ -E checking for ld used by /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++... /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld checking if the linker (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) is GNU ld... yes checking whether the /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ linker (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) supports shared libraries... yes checking for /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ option to produce PIC... -fPIC -DPIC checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ PIC flag -fPIC -DPIC works... yes checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ static flag -static works... no checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ supports -c -o file.o... yes checking if /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ supports -c -o file.o... (cached) yes checking whether the /mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-g++ linker (/mnt/sda2/jenkins.work/workspace/LibreELEC_Github/build.LibreELEC-RPi2.arm-8.0-devel-LibreELEC_Github_311/toolchain/bin/armv7ve-libreelec-linux-gnueabi-ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for a Python interpreter with version >= 3.1... none configure: error: no suitable Python interpreter found Makefile:9: recipe for target 'release' failed make: *** [release] Error 1