tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Some build breakage to investigate



Hi!

Here is some build breakage that someone(TM) should look into:

devel/abseil on NetBSD 9: https://releng.netbsd.org/bulktracker/pkg/62454127

[ 89%] Building CXX object absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o
In file included from /usr/include/g++/bits/move.h:54:0,
from /usr/include/g++/bits/nested_exception.h:40,
from /usr/include/g++/exception:143,
from /usr/include/g++/ios:39,
from /usr/include/g++/ostream:38,
from /pbulk/work/devel/abseil/work/abseil-cpp-20250814.0/absl/log/internal/check_op.h:28,
from /pbulk/work/devel/abseil/work/abseil-cpp-20250814.0/absl/log/internal/check_op.cc:15:
/usr/include/g++/type_traits: In instantiation of 'struct std::underlying_type<int>':
/pbulk/work/devel/abseil/work/abseil-cpp-20250814.0/absl/log/internal/check_op.h:389:9: required by substitution of 'template<class T> std::enable_if_t<conjunction_v<std::is_enum<_Tp>, std::negation<std::is_convertible<T, int> >, std::negation<absl::lts_20250814::log_internal::detect_specialization::is_streamable<T, void> >, std::negation<absl::lts_20250814::HasAbslStringify<T, void> > >, typename std::conditional<(((is_same_v<typename std::underlying_type<_Tp>::type, bool> || is_same_v<typename std::underlying_type<_Tp>::type, char>) || is_same_v<typename std::underlying_type<_Tp>::type, signed char>) || is_same_v<typename std::underlying_type<_Tp>::type, unsigned char>), typename std::underlying_type<_Tp>::type, typename std::conditional<is_signed_v<typename std::underlying_type<_Tp>::type>, long int, long unsigned int>::type>::type> absl::lts_20250814::log_internal::detect_specialization::Detect(...) [with T = int]'
/pbulk/work/devel/abseil/work/abseil-cpp-20250814.0/absl/log/internal/check_op.h:400:68: required by substitution of 'template<class T> using CheckOpStreamType = decltype (Detect<T>(0)) [with T = int]'
/pbulk/work/devel/abseil/work/abseil-cpp-20250814.0/absl/log/internal/check_op.h:472:1: required from 'constexpr const char* absl::lts_20250814::log_internal::Check_EQImpl(const T1&, const T2&, const char*) [with T1 = int; T2 = int]'
/pbulk/work/devel/abseil/work/abseil-cpp-20250814.0/absl/log/internal/check_op.h:472:1: required from here
/usr/include/g++/type_traits:2242:38: error: 'int' is not an enumeration type
typedef __underlying_type(_Tp) type;
^~~~

multimedia/phonon-qt5: https://releng.netbsd.org/bulktracker/pkg/62440251 (I don’t even see what the error is here)

devel/bazel seems broken on all NetBSD: https://releng.netbsd.org/bulktracker/pkg/62439118
/usr/include/g++/cwchar:164:11: error: no member named 'vfwscanf' in the global namespace; did you mean 'fwscanf‘?

print/mupdf on -9: https://releng.netbsd.org/bulktracker/pkg/62435780
g++: error: unrecognized command line option '-std=c++20'; did you mean '-std=c++03‘?

devel/ada-langkit-support-25: https://releng.netbsd.org/bulktracker/pkg/62301165
ModuleNotFoundError: No module named ‚packaging'

math/py-numexpr: https://releng.netbsd.org/bulktracker/pkg/62305270
numexpr/numexpr_config.hpp:54:46: error: expected id-expression before '(' token
54 | inline bool isfinitef_(float x) { return !!::isfinite(x); }

Any fixes would be much appreciated :) Overall though, things are looking pretty OK at the moment.

— 
Benny


Home | Main Index | Thread Index | Old Index