Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2023 16:01:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275806] deskutils/syncthingtray: unbreak build after update to 1.4.11
Message-ID:  <bug-275806-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275806

            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=3D247102&action=
=3Dedit
unbreak build

Hi,

after updating ports deskutils/syncthingtray doesn't build with

=20=20=20
/wrkdirs/usr/ports/deskutils/syncthingtray/work/c++utilities/chrono/timespa=
n.cpp:74:18:
error: implicit instantiation of undefined template 'std::array<double, 4>'
        auto parts =3D 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/b8dff49c017488971bd9668227=
425ad8a98383ac

Attached patch unbreaks build of deskutils/syncthingtray.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275806-7788>