[Bug 275806] deskutils/syncthingtray: unbreak build after update to 1.4.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Dec 2023 16:01:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275806 Bug ID: 275806 Summary: deskutils/syncthingtray: unbreak build after update to 1.4.11 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: lwhsu@FreeBSD.org Reporter: dsh@bamus.cz Assignee: lwhsu@FreeBSD.org Flags: maintainer-feedback?(lwhsu@FreeBSD.org) Created attachment 247102 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=247102&action=edit unbreak build Hi, after updating ports deskutils/syncthingtray doesn't build with /wrkdirs/usr/ports/deskutils/syncthingtray/work/c++utilities/chrono/timespan.cpp:74:18: error: implicit instantiation of undefined template 'std::array<double, 4>' auto parts = std::array<double, 4>(); ^ /usr/include/c++/v1/__tuple:219:64: note: template is declared here template <class _Tp, size_t _Size> struct _LIBCPP_TEMPLATE_VIS array; ^ 1 error generated. Upstream fixed it in https://github.com/Martchus/cpp-utilities/commit/b8dff49c017488971bd9668227425ad8a98383ac Attached patch unbreaks build of deskutils/syncthingtray. -- You are receiving this mail because: You are the assignee for the bug.