RPi-Distro / repo

Issue tracking for the archive.raspberrypi.com repo
37 stars 1 forks source link

lirc package is not installable #189

Closed nickrbogdanov closed 2 years ago

nickrbogdanov commented 4 years ago

See https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=235256

During the installation process, dpkg attempts to start the lirc service. The service segfaults, leaving the package in a partially installed state. The workaround from the linked thread is:

sudo cp /etc/lirc/lirc_options.conf.dist /etc/lirc/lirc_options.conf
sudo cp /etc/lirc/lircd.conf.dist /etc/lirc/lircd.conf

but this really ought to be fixed in the package itself.

XECDesign commented 3 years ago

Should be resolved