On 9/16/20 8:40 AM, Pierre Labastie via blfs-dev wrote:
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

I do think that the first approach (sed) is probably the best option in this case. Removing the directory itself just seems unclean.

- Doug

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to