=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-bulktest/audio/openal-soft", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for openal-soft-1.25.1 [ 1%] Building CXX object fmt-11.2.0/CMakeFiles/alsoft.fmt.dir/src/os.cc.o [ 2%] Building CXX object fmt-11.2.0/CMakeFiles/alsoft.fmt.dir/src/format.cc.o [ 2%] Built target alsoft.fmt [ 3%] Building CXX object CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o [ 4%] Building CXX object CMakeFiles/alsoft.common.dir/common/almalloc.cpp.o [ 5%] Building CXX object CMakeFiles/alsoft.common.dir/common/alstring.cpp.o [ 6%] Building CXX object CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o [ 7%] Building CXX object CMakeFiles/alsoft.common.dir/common/dynload.cpp.o [ 7%] Building CXX object CMakeFiles/alsoft.common.dir/common/pffft.cpp.o [ 8%] Building CXX object CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o [ 9%] Building CXX object CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o [ 10%] Building CXX object CMakeFiles/alsoft.common.dir/common/strutils.cpp.o In file included from /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alcomplex.h:7, from /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alcomplex.cpp:4: /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alnumeric.h: In function 'f32 gain_to_level_mb(f32)': /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alnumeric.h:331:20: error: no matching function for call to 'max(double, float)' 331 | return std::max(std::log10(x) * 2'000.0f, -10'000.0f); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/bits/specfun.h:43, from /opt/tools/gcc14/include/c++/14.3.0/cmath:3906, from /opt/tools/gcc14/include/c++/14.3.0/complex:44, from /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alcomplex.h:4: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algobase.h:257:5: note: candidate: 'template constexpr const _Tp& std::max(const _Tp&, const _Tp&)' 257 | max(const _Tp& __a, const _Tp& __b) | ^~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algobase.h:257:5: note: template argument deduction/substitution failed: /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alnumeric.h:331:20: note: deduced conflicting types for parameter 'const _Tp' ('double' and 'float') 331 | return std::max(std::log10(x) * 2'000.0f, -10'000.0f); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algobase.h:303:5: note: candidate: 'template constexpr const _Tp& std::max(const _Tp&, const _Tp&, _Compare)' 303 | max(const _Tp& __a, const _Tp& __b, _Compare __comp) | ^~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algobase.h:303:5: note: candidate expects 3 arguments, 2 provided In file included from /opt/tools/gcc14/include/c++/14.3.0/algorithm:61, from /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alnumeric.h:6: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:5706:5: note: candidate: 'template constexpr _Tp std::max(initializer_list<_Tp>)' 5706 | max(initializer_list<_Tp> __l) | ^~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:5706:5: note: candidate expects 1 argument, 2 provided /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:5716:5: note: candidate: 'template constexpr _Tp std::max(initializer_list<_Tp>, _Compare)' 5716 | max(initializer_list<_Tp> __l, _Compare __comp) | ^~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:5716:5: note: template argument deduction/substitution failed: /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alnumeric.h:331:20: note: mismatched types 'std::initializer_list<_Tp>' and 'double' 331 | return std::max(std::log10(x) * 2'000.0f, -10'000.0f); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/pffft.cpp:76: /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alnumeric.h: In function 'f32 gain_to_level_mb(f32)': /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alnumeric.h:331:20: error: no matching function for call to 'max(double, float)' 331 | return std::max(std::log10(x) * 2'000.0f, -10'000.0f); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/tools/gcc14/include/c++/14.3.0/string:51, from /opt/tools/gcc14/include/c++/14.3.0/bits/locale_classes.h:40, from /opt/tools/gcc14/include/c++/14.3.0/bits/ios_base.h:41, from /opt/tools/gcc14/include/c++/14.3.0/streambuf:43, from /opt/tools/gcc14/include/c++/14.3.0/bits/streambuf_iterator.h:35, from /opt/tools/gcc14/include/c++/14.3.0/iterator:66, from /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/pffft.h:83, from /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/pffft.cpp:58: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algobase.h:257:5: note: candidate: 'template constexpr const _Tp& std::max(const _Tp&, const _Tp&)' 257 | max(const _Tp& __a, const _Tp& __b) | ^~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algobase.h:257:5: note: template argument deduction/substitution failed: /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alnumeric.h:331:20: note: deduced conflicting types for parameter 'const _Tp' ('double' and 'float') 331 | return std::max(std::log10(x) * 2'000.0f, -10'000.0f); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algobase.h:303:5: note: candidate: 'template constexpr const _Tp& std::max(const _Tp&, const _Tp&, _Compare)' 303 | max(const _Tp& __a, const _Tp& __b, _Compare __comp) | ^~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algobase.h:303:5: note: candidate expects 3 arguments, 2 provided In file included from /opt/tools/gcc14/include/c++/14.3.0/algorithm:61, from /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/almalloc.h:4, from /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/pffft.h:86: /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:5706:5: note: candidate: 'template constexpr _Tp std::max(initializer_list<_Tp>)' 5706 | max(initializer_list<_Tp> __l) | ^~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:5706:5: note: candidate expects 1 argument, 2 provided /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:5716:5: note: candidate: 'template constexpr _Tp std::max(initializer_list<_Tp>, _Compare)' 5716 | max(initializer_list<_Tp> __l, _Compare __comp) | ^~~ /opt/tools/gcc14/include/c++/14.3.0/bits/stl_algo.h:5716:5: note: template argument deduction/substitution failed: /tmp/work/audio/openal-soft/work/openal-soft-1.25.1/common/alnumeric.h:331:20: note: mismatched types 'std::initializer_list<_Tp>' and 'double' 331 | return std::max(std::log10(x) * 2'000.0f, -10'000.0f); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmake[2]: *** [CMakeFiles/alsoft.common.dir/build.make:79: CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: *** [CMakeFiles/alsoft.common.dir/build.make:163: CMakeFiles/alsoft.common.dir/common/pffft.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:120: CMakeFiles/alsoft.common.dir/all] Error 2 gmake: *** [Makefile:146: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-bulktest/audio/openal-soft *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-bulktest/audio/openal-soft