audoi/openal-soft fails (Andy Farkas)

Adriaan de Groot adridg at freebsd.org
Fri Jul 3 08:28:49 UTC 2020


On Thursday, 2 July 2020 14:00:01 CEST freebsd-ports-request at 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]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20200703/5a905570/attachment.sig>


More information about the freebsd-ports mailing list