The irda-utils package was removed in Debian (https://bugs.debian.org /cgi-bin/bugreport.cgi?bug=907453) mentioning the lack of kernel support. Checking the upstream kernel repo, the following commit was part of v4.17:
commit d64c2a76123f0300b08d0557ad56e9d599872a36 Author: Greg Kroah-Hartman <gre...@linuxfoundation.org> Date: Wed Mar 14 13:12:26 2018 +0100 staging: irda: remove the irda network stack and drivers No one has publicly stepped up to maintain this broken codebase for devices that no one uses anymore, so let's just drop the whole thing. If someone really wants/needs it, we can revert this and they can fix the code up to work properly. Cc: David S. Miller <da...@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> This would mean that no Ubuntu kernel after 18.04/Bionic has kernel support. Proposing to remove this package from Groovy onward. ** Changed in: irda-utils (Ubuntu) Assignee: (unassigned) => Stefan Bader (smb) ** Bug watch added: Debian Bug tracker #907453 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907453 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to irda-utils in Ubuntu. https://bugs.launchpad.net/bugs/1843742 Title: irda-utils ftbfs in eoan Status in irda-utils package in Ubuntu: Confirmed Bug description: https://launchpadlibrarian.net/441262268/buildlog_ubuntu-eoan-amd64 .irda-utils_0.9.18-15ubuntu1_BUILDING.txt.gz gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fgnu89-inline -W -Wall -I. `pkg-config --cflags glib-2.0` -I/usr/include -I../include/ -c irdadump.c irdadump.c: In function ‘print_time’: irdadump.c:82:13: warning: g_string_append_printf 82 | g_string_sprintfa(str, "%02d:%02d:%02d.%06u ", | ^~~~~~~~~~~~~~~~~~~~~~~~ irdadump.c: In function ‘print_diff_time’: irdadump.c:108:13: warning: g_string_append_printf 108 | g_string_sprintfa(str, "(%07.2f ms) ", diff); | ^~~~~~~~~~~~~~~~~~~~~~~~ irdadump.c: In function ‘parse_irda_frame’: irdadump.c:178:13: warning: g_string_append_printf 178 | g_string_sprintfa(str, "(%d) ", len); | ^~~~~~~~~~~~~~~~~~~~~~~~ irdadump.c:189:13: warning: g_string_append_printf 189 | g_string_sprintfa(str, "%02x", frame_buf->head[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~ irdadump.c:196:13: warning: g_string_append_printf 196 | g_string_sprintfa(str, " %c", c); | ^~~~~~~~~~~~~~~~~~~~~~~~ irdadump.c:207:13: warning: g_string_append_printf 207 | g_string_sprintfa(str, "%02x ", frame_buf->head[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~ irdadump.c: In function ‘irdadump_loop’: irdadump.c:286:16: error: ‘SIOCGSTAMP’ undeclared (first use in this function); did you mean ‘SIOCGARP’? 286 | if (ioctl(fd, SIOCGSTAMP, curr_time) < 0) { | ^~~~~~~~~~ | SIOCGARP irdadump.c:286:16: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [Makefile:48: irdadump.o] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>/irdadump' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/irda-utils/+bug/1843742/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp