[systemd-devel] Build failure with sshconfdir=no

daechir daechir at protonmail.com
Mon Jan 22 15:22:51 UTC 2024


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 rpmmacrosdir != 'no'

So perhaps it should be:

sshconfdir = get_option('sshconfdir')
if sshconfdir != 'no'

This issue may not just effect sshconfdir but all below:

pamconfdir
sshconfdir
sshdconfdir
bashcompletiondir
zshcompletiondir

Best,
Daechir

Sent with Proton Mail secure email.

On Monday, January 15th, 2024 at 9:15 AM, daechir <daechir at protonmail.com> wrote:


> 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 to create symbolic link '$/systemd-git/pkg/systemd-gitno/20-systemd-ssh-proxy.conf': No such file or directory
> 

> Best,
> Daechir
> 

> 

> 

> Sent with Proton Mail secure email.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: publickey - daechir at protonmail.com - 0x16D272E3.asc
Type: application/pgp-keys
Size: 661 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/systemd-devel/attachments/20240122/03d8eeb7/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/systemd-devel/attachments/20240122/03d8eeb7/attachment.sig>


More information about the systemd-devel mailing list