Date: Mon, 21 Nov 2022 17:15:03 -0800 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Tatsuki Makino <tatsuki_makino@hotmail.com> Cc: "ports@FreeBSD.org" <ports@freebsd.org> Subject: Re: security/heimdal: heimdal-7.8.0 configure/build error Message-ID: <20221122011503.D170F1AE@slippy.cwsent.com> In-Reply-To: <PSAPR03MB563952DF580D736998ABA2C1FA079@PSAPR03MB5639.apcprd03.prod.outlook.com> References: <PSAPR03MB563952DF580D736998ABA2C1FA079@PSAPR03MB5639.apcprd03.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <PSAPR03MB563952DF580D736998ABA2C1FA079@PSAPR03MB5639.apcprd03.pr od. outlook.com>, Tatsuki Makino writes: > 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 er > ror occurs. > > In an environment where various ports have already been installed, the follow > ing 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 t > o do "no". Sorry for the late reply. This has been fixed by requiring LLVM_DEFAULT, which installs CLANG_FORMAT. CLANG_FORMAT=none and CLANG_FORMAT=/bin/true result in an asn1_compiler that doesn't work. -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: https://FreeBSD.org NTP: <cy@nwtime.org> Web: https://nwtime.org e^(i*pi)+1=0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20221122011503.D170F1AE>