Re: [systemd-devel] Build failure with sshconfdir=no

2024-02-15 Thread daechir
Hello, I am just confirming that both sshconfdir=no and sshdconfdir=no options are working as intended now. Thank you for fixing this issue. Best, Daechir Sent with Proton Mail secure email. On Tuesday, January 30th, 2024 at 5:32 AM, František Šumšal wrote: > On 1/30/24 05:03, daechir

Re: [systemd-devel] Build failure with sshconfdir=no

2024-01-30 Thread František Šumšal
On 1/30/24 05:03, daechir wrote: Hello, Thank you for the quick fix. I am confirming a successful build now with sshconfdir=no. However, I noticed this in the logs: systemd-tmpfiles[1078]: /usr/lib/tmpfiles.d/20-systemd-ssh-generator.conf:10: Path 'no/20-systemd-ssh-proxy.conf' not absolute.

Re: [systemd-devel] Build failure with sshconfdir=no

2024-01-29 Thread daechir
Hello, Thank you for the quick fix. I am confirming a successful build now with sshconfdir=no. However, I noticed this in the logs: systemd-tmpfiles[1078]: /usr/lib/tmpfiles.d/20-systemd-ssh-generator.conf:10: Path 'no/20-systemd-ssh-proxy.conf' not absolute. And here is a list of files that

Re: [systemd-devel] Build failure with sshconfdir=no

2024-01-23 Thread emanuele
Ok Il 22/01/24 17:56, František Šumšal ha scritto: On 1/22/24 16:22, daechir wrote: Hello, I wanted to do a quick followup on this. I think I may have found where the issue lies. In https://github.com/systemd/systemd/blob/main/meson.build there's: sshconfdir = get_option('sshconfdir') if

Re: [systemd-devel] Build failure with sshconfdir=no

2024-01-22 Thread František Šumšal
On 1/22/24 16:22, daechir wrote: Hello, I wanted to do a quick followup on this. I think I may have found where the issue lies. In https://github.com/systemd/systemd/blob/main/meson.build there's: sshconfdir = get_option('sshconfdir') if sshconfdir == '' But above you shall find:

Re: [systemd-devel] Build failure with sshconfdir=no

2024-01-22 Thread daechir
Hello, I wanted to do a quick followup on this. I think I may have found where the issue lies. In https://github.com/systemd/systemd/blob/main/meson.build there's: sshconfdir = get_option('sshconfdir') if sshconfdir == '' But above you shall find: rpmmacrosdir = get_option('rpmmacrosdir') if

[systemd-devel] Build failure with sshconfdir=no

2024-01-15 Thread daechir
Hello, There's a build failure with the meson option sshconfdir=no. The error is as follows: Running custom install script '/usr/bin/sh -c /usr/bin/ln -frsT -- "${DESTDIR:-}/usr/lib/systemd/ssh_config.d/20-systemd-ssh-proxy.conf" "${DESTDIR:-}no/20-systemd-ssh-proxy.conf"' /usr/bin/ln: failed