Date: Tue, 14 Apr 2026 12:01:58 +0000 From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5ff0a60ac672 - main - net-mgmt/arts++: broken, deprecate Message-ID: <69de2cb6.3a781.147bf119@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ff0a60ac672740595722ae6658b0e5a22faf4fb commit 5ff0a60ac672740595722ae6658b0e5a22faf4fb Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2026-04-10 13:58:32 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2026-04-14 12:01:23 +0000 net-mgmt/arts++: broken, deprecate - unmaintained - deprecated by upstream - broken due to C++ changes: /usr/include/c++/v1/__type_traits/is_trivially_relocatable.h:37:83: error: '__trivially_relocatable' is a private member of 'std::pair<unsigned int, unsigned int>' 37 | __enable_if_t<is_same<_Tp, typename _Tp::__trivially_relocatable>::value> > | ^ /usr/include/c++/v1/__memory/uninitialized_algorithms.h:626:44: note: during template argument deduction for class template partial specialization '__libcpp_is_trivially_relocatable<_Tp, __enable_if_t<is_same<_Tp, typename _Tp::__trivially_relocatable>::value> >' [with _Tp = ArtsSelection<unsigned int>] 626 | if (__libcpp_is_constant_evaluated() || !__libcpp_is_trivially_relocatable<_Tp>::value || | ^ /usr/include/c++/v1/__memory/uninitialized_algorithms.h:626:44: note: in instantiation of template class 'std::__libcpp_is_trivially_relocatable<ArtsSelection<unsigned int> >' requested here /usr/include/c++/v1/vector:1052:8: note: in instantiation of function template specialization 'std::__uninitialized_allocator_relocate<std::allocator<ArtsSelection<unsigned int> >, ArtsSelection<unsigned int> >' requested here 1052 | std::__uninitialized_allocator_relocate( | ^ /usr/include/c++/v1/vector:1502:3: note: in instantiation of member function 'std::vector<ArtsSelection<unsigned int> >::__swap_out_circular_buffer' requested here 1502 | __swap_out_circular_buffer(__v); | ^ /usr/include/c++/v1/vector:1526:13: note: in instantiation of function template specialization 'std::vector<ArtsSelection<unsigned int> >::__push_back_slow_path<ArtsSelection<unsigned int> >' requested here 1526 | __end = __push_back_slow_path(std::move(__x)); | ^ ../include/ArtsSelectionSet.hh:73:11: note: in instantiation of member function 'std::vector<ArtsSelection<unsigned int> >::push_back' requested here 73 | this->push_back(ArtsSelection<Type>(value)); | ^ ArtsObjectTypeSelectionSet.lex:107:15: note: in instantiation of member function 'ArtsSelectionSet<unsigned int>::Add' requested here 107 | this->Add(test); | ^ 1 error generated. MFH: 2026Q2 --- net-mgmt/arts++/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index e0a714dab4a5..daa519d4ac02 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -11,6 +11,10 @@ WWW= https://catalog.caida.org/software/arts LICENSE= LGPL21 +BROKEN= /usr/include/c++/v1/__type_traits/is_trivially_relocatable.h:37:83: error: '__trivially_relocatable' is a private member of 'std::pair<unsigned int, unsigned int>' +DEPRECATED= deprecated by upstream, broken +EXPIRATION_DATE= 2026-06-30 + USES= gmake libtool USE_CXXSTD= c++98 GNU_CONFIGURE= yeshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de2cb6.3a781.147bf119>
