Package Details: eventlircd r58.fd511a9-1

Git Clone URL: https://aur.archlinux.org/eventlircd.git (read-only, click to copy)
Package Base: eventlircd
Description: A GNU/Linux daemon for simplifying udev based hotplugging of remote control devices.
Upstream URL: https://github.com/LibreELEC/eventlircd
Licenses: GPL2
Conflicts: eventlircd-svn
Replaces: eventlircd-svn
Submitter: olebowle
Maintainer: olebowle
Last Packager: olebowle
Votes: 1
Popularity: 0.000000
First Submitted: 2015-09-17 14:47 (UTC)
Last Updated: 2023-08-12 03:10 (UTC)

Latest Comments

graysky commented on 2022-02-21 10:50 (UTC)

Unable to build:

...
gcc -DHAVE_CONFIG_H -I.      -DLIRCD_SOCKET=\"/run/lirc/lircd\" -DEVMAP_DIR=\"/etc/eventlircd.d\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -flto -fvisibility=hidden -Werror -Wall -Wextra -Wcast-qual -Wfloat-equal -Wformat=2 -Winit-self -Wmissing-include-dirs  -Wstrict-overflow=5 -Wundef -c -o eventlircd-input.o `test -f 'input.c' || echo './'`input.c
main.c: In function ‘main’:
main.c:100:20: error: this statement may fall through [-Werror=implicit-fallthrough=]
  100 |                 if (verbose < 3)
      |                    ^
main.c:108:13: note: here
  108 |             case 'f':
      |             ^~~~
cc1: all warnings being treated as errors
make[2]: *** [Makefile:427: eventlircd-main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/scratch/eventlircd/src/eventlircd/src'
make[1]: *** [Makefile:290: all] Error 2
make[1]: Leaving directory '/scratch/eventlircd/src/eventlircd/src'
make: *** [Makefile:365: all-recursive] Error 1