Re: git: f0f115af84c3 - main - multimedia/aom: update to 3.7.0.r1
- In reply to: Nuno Teixeira : "Re: git: f0f115af84c3 - main - multimedia/aom: update to 3.7.0.r1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 21:22:06 UTC
Nuno Teixeira <eduardo@freebsd.org> writes: > Hello Jan, > > aom is failing on configure, 14-ALPHA1/aarch64: > ####################### > -- The C compiler identification is Clang 16.0.6 > -- The CXX compiler identification is Clang 16.0.6 > <snip> > --- aom_configure: Detected CPU: arm64 > -- The ASM compiler identification is unknown > -- Found assembler: as > CMake Error at build/cmake/aom_configure.cmake:212 (enable_language): > The CMAKE_ASM_COMPILER: > > as > > is not a full path and was not found in the PATH. > > Tell CMake where to find the compiler by setting either the environment > variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full > path > to the compiler, or to the compiler name if it is in the PATH. > Call Stack (most recent call first): > CMakeLists.txt:73 (include) > > > -- Warning: Did not find file Compiler/-ASM > -- Configuring incomplete, errors occurred! > *** Error code 1 > ####################### > > Any clues? Fixed in https://cgit.FreeBSD.org/ports/commit/?id=0361482504ed (lib)aom still lacks *.S or *.s files, so neither Clang's integrated nor GNU as are necessary.