Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2022 15:54:26 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        "ports@FreeBSD.org" <ports@freebsd.org>
Subject:   security/heimdal: heimdal-7.8.0 configure/build error
Message-ID:  <PSAPR03MB563952DF580D736998ABA2C1FA079@PSAPR03MB5639.apcprd03.prod.outlook.com>

next in thread | raw e-mail | index | archive | help
Hello.
They may have already been found and are beginning to be fixed.
But it may not be yet, so I'm writing about it here just in case.
The environment is 12.4-STABLE amd64.

In a clean environment like poudriere, python is not found and a configure error occurs.

In an environment where various ports have already been installed, the following message will appear.

/bin/sh: no: not found
*** Error code 127

Stop.

This is because CLANG_FORMAT is set to no when clang-format is not found.
But after this, it checks that the length of CLANG_FORMAT is 0, so it tries to do "no".


Regards.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB563952DF580D736998ABA2C1FA079>