[Python-modules-team] Bug#1066905: FTBFS on 32-bit arches with 64-bit time_t

2024-03-31 Thread Amin Bandali
Source: lirc Version: 0.10.2-0.7 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) In file included from ../lib/lirc_driver.h:18, from devinput.c:42: devinput.c: In function ‘devinput_rec’: devinput.c:461:70: error: ‘struc

[Python-modules-team] Bug#1066824: lirc: socket missing

2024-03-31 Thread Oswald Buddenhagen
Package: lirc Version: 0.10.2-0.7 Severity: important # systemctl status lircd ● lircd.service - Flexible IR remote input/output application support Loaded: loaded (/usr/lib/systemd/system/lircd.service; enabled; preset: enabled) Active: active (running) since Wed 2024-03-13 23:05:48 CE

[Python-modules-team] Bug#1066905: FTBFS on 32-bit arches with 64-bit time_t

2024-03-31 Thread Amin Bandali
Control: tags -1 patch Please find attached the debdiff for the incoming NMU for this. diff -Nru lirc-0.10.2/debian/changelog lirc-0.10.2/debian/changelog --- lirc-0.10.2/debian/changelog2024-02-28 16:15:12.0 -0500 +++ lirc-0.10.2/debian/changelog2024-03-15 06:21:53.000

[Python-modules-team] Bug#1063396: lircd systemd service times out

2024-03-31 Thread Gianfranco Costamagna
control: fixed -1 0.10.2-0.6 control: close -1 so lircd gets terminated despite everything being just fine. that's because the service type is specified as "notify", but clearly the daemon doesn't actually send a readiness notification. that's probably either because lirc was built without system

[Python-modules-team] Bug#1062754: lirc: NMU diff for 64-bit time_t transition

2024-03-31 Thread Steve Langasek
Source: lirc Version: 0.10.2-0.5 Severity: serious Tags: patch pending sid trixie Justification: library ABI skew on upgrade User: debian-...@lists.debian.org Usertags: time-t NOTICE: these changes must not be uploaded to unstable yet! Dear maintainer, As part of the 64-bit time_t transition req

[Python-modules-team] Bug#1062699: lirc: regression due to changed build dependencies in version 0.10.2-0.5

2024-03-31 Thread Gianfranco Costamagna
control: tags -1 patch pending --- lirc-0.10.2/debian/changelog2024-01-17 14:21:20.0 +0100 +++ lirc-0.10.2/debian/changelog2024-02-12 11:47:28.0 +0100 @@ -1,3 +1,9 @@ +lirc (0.10.2-0.6) unstable; urgency=medium + + * Add back libsystemd-dev (Closes: #1062699) + +

[Python-modules-team] Bug#1062699: lirc: regression due to changed build dependencies in version 0.10.2-0.5

2024-03-31 Thread Thomas Uhle
Source: lirc Version: 0.10.2-0.5 Severity: serious X-Debbugs-CC: 1060...@bugs.debian.org Dear maintainers, dear Gianfranco, unfortunately, you have not exchanged systemd by systemd-dev but libsystemd-dev by systemd-dev instead. So libsystemd-dev is no longer a build dependency and so /usr/sbi

[Python-modules-team] Bug#1063396: lircd systemd service times out

2024-03-31 Thread Oswald Buddenhagen
Package: lirc Version: 0.10.2-0.5 Severity: important from the journal: Feb 07 00:04:05 ugly lircd-0.10.2[35370]: Notice: lircd(default) ready, using /var/run/lirc/lircd Feb 07 00:05:35 ugly systemd[1]: lircd.service: start operation timed out. Terminating. so lircd gets terminated despite eve