On Thursday, 2 July 2020 14:00:01 CEST freebsd-ports-requ...@freebsd.org wrote: > 1. audoi/openal-soft fails (Andy Farkas) > > > # portmaster audio/openal-soft >
What you're showing here are a couple of *warnings* from CMake (known issues, not harmful: recent CMake is more picky about naming conventions, in an effort to make things more predictable to consumers of find-modules). > ? The package name passed to `find_package_handle_standard_args` (OPENSL) > ? does not match the name of the calling package (OpenSL).? This can > lead to > ? The package name passed to `find_package_handle_standard_args` (MYSOFA) > ? does not match the name of the calling package (MySOFA).? This can > lead to ^^ These are just warnings due to variations in capitalization. They are not the problem. > -- Configuring incomplete, errors occurred! > See also > "/usr/ports/audio/openal-soft/work/.build/CMakeFiles/CMakeOutput.log". > See also > "/usr/ports/audio/openal-soft/work/.build/CMakeFiles/CMakeError.log". > *** Error code 1 The actual error is elsewhere. Remember that CMake, like C or C++ compilers, can carry on and on and on after an actual error, spitting out warnings and stuff-that-sort-of-makes-sense. You'll need to go back in the logs. FWIW, in poudriere and with default options, this builds ok. [ade]
signature.asc
Description: This is a digitally signed message part.