On Tue, 2020-09-15 at 19:14 -0400, Joe Locash via blfs-dev wrote: > Linux-PAM will create /usr/lib/systemd/system/pam_namespace.service > even when building on SystemV. > > This can cause > packages like make-ca (because it checks for the directory) to > install files not needed to be installed also.
Confirmed. There are two solutions: either sed -i /service_DATA/d modules/pam_namespace/Makefile.am autoreconf # before running configure or rm -r /usr/lib/systemd # as root, after make install Thanks for reporting Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
