Bug#897597: udev rules installed into wrong path
Michael Biebl
biebl at debian.org
Thu May 3 13:18:28 BST 2018
Package: casync
Version: 2+20180321-1
Severity: serious
It seems we install the udev rules file into the wrong path as
usr/rules.d/75-casync.rules
This happens because meson.build contains
udevdir = dependency('udev', required : false).get_pkgconfig_variable('udevdir')
udevrulesdir = join_paths(udevdir, 'rules.d')
but in the build chroot there is no udev.pc (it's provided by the udev
package).
The simplest fix is to add a Build-Depends on udev.
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.15.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages casync depends on:
ii libacl1 2.2.52-3+b1
ii libc6 2.27-3
ii libcurl3-gnutls 7.58.0-2
ii libfuse2 2.9.7-1
ii liblzma5 5.2.2-1.3
ii libselinux1 2.7-2+b2
ii libssl1.1 1.1.0h-2
ii libudev1 238-4
ii libzstd1 1.3.4+dfsg-2
ii zlib1g 1:1.2.11.dfsg-1
casync recommends no packages.
casync suggests no packages.
-- no debconf information
More information about the Pkg-systemd-maintainers
mailing list