Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Oct 2018 05:31:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232109] deskutils/treesheets: Update to 1.0.1
Message-ID:  <bug-232109-7788-AxD1YuKmas@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232109-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232109-7788@https.bugs.freebsd.org/bugzilla/>

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

lightside <lightside@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #197955|0                           |1
        is obsolete|                            |
 Attachment #197956|                            |maintainer-approval+
              Flags|                            |

--- Comment #3 from lightside <lightside@gmx.com> ---
Created attachment 197956
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197956&action=
=3Dedit
Proposed patch (since 475857 revision)

(In reply to Kubilay Kocak from comment #2)
> The following block probably needs a comment with explanation of the need
> for it, <..>
> +.if (${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1100000) || make(makesum)
Ok, I added some comment for related block.

Some examples of related errors, if not using this:
-8<--
% make
<..>
In file included from lobster_impl.cpp:2:
In file included from ../lobster/src/lobster/stdafx.h:42:
In file included from /usr/include/c++/v1/unordered_map:350:
/usr/include/c++/v1/__hash_table:1165:43: error: conflicting types for
'__hash_table<_Tp, _Hash, _Equal, _Alloc>'
__hash_table<_Tp, _Hash, _Equal, _Alloc>::__hash_table()
                                          ^
/usr/include/c++/v1/__hash_table:852:5: note: previous declaration is here
    __hash_table()
    ^
/usr/include/c++/v1/__hash_table:1233:43: error: conflicting types for
'__hash_table<_Tp, _Hash, _Equal, _Alloc>'
__hash_table<_Tp, _Hash, _Equal, _Alloc>::__hash_table(__hash_table&& __u)
                                          ^
/usr/include/c++/v1/__hash_table:866:5: note: previous declaration is here
    __hash_table(__hash_table&& __u)
    ^
<..>
In file included from lobster_impl.cpp:2:
In file included from ../lobster/src/lobster/stdafx.h:84:
../lobster/src/lobster/tools.h:714:25: error: unknown type name 'string_vie=
w';
did you mean 'std::experimental::string_view'?
inline string operator+(string_view a, string_view b) {
                        ^~~~~~~~~~~
                        std::experimental::string_view
/usr/include/c++/v1/experimental/string_view:777:39: note:
'std::experimental::string_view' declared here
  typedef basic_string_view<char>     string_view;
                                      ^
In file included from lobster_impl.cpp:2:
In file included from ../lobster/src/lobster/stdafx.h:84:
../lobster/src/lobster/tools.h:714:40: error: unknown type name 'string_vie=
w';
did you mean 'std::experimental::string_view'?
inline string operator+(string_view a, string_view b) {
                                       ^~~~~~~~~~~
                                       std::experimental::string_view
/usr/include/c++/v1/experimental/string_view:777:39: note:
'std::experimental::string_view' declared here
  typedef basic_string_view<char>     string_view;
                                      ^
<..>
% make MAKE_JOBS_UNSAFE=3Dyes
<..>
In file included from main.cpp:2:
./stdafx.h:73:10: fatal error: 'string_view' file not found
#include <string_view>
         ^~~~~~~~~~~~~
1 error generated.
<..>
-->8-

--=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-232109-7788-AxD1YuKmas>