[Bug 229691] net-p2p/mldonkey-core: does not build with clang on FreeBSD 11.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 11 08:17:24 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229691

            Bug ID: 229691
           Summary: net-p2p/mldonkey-core: does not build with clang on
                    FreeBSD 11.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: mickey242 at gmx.net

Created attachment 195045
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195045&action=edit
Fix for compiler errors in CryptoPP.h

Port fails to build with clang on RELENG-11.2 (i386) (patch attached):

In file included from src/utils/lib/CryptoPP.cc:85:
src/utils/lib/CryptoPP.h:3941:26: error: ISO C++11 does not allow access
declarations; use using declarations
      instead
        BufferedTransformation::Get;
                                ^
        using
src/utils/lib/CryptoPP.h:3942:26: error: ISO C++11 does not allow access
declarations; use using declarations
      instead
        BufferedTransformation::Peek;
                                ^
        using
src/utils/lib/CryptoPP.h:3943:26: error: ISO C++11 does not allow access
declarations; use using declarations
      instead
        BufferedTransformation::TransferTo;
                                ^
        using
src/utils/lib/CryptoPP.h:3944:26: error: ISO C++11 does not allow access
declarations; use using declarations
      instead
        BufferedTransformation::CopyTo;
                                ^
        using
src/utils/lib/CryptoPP.h:3945:26: error: ISO C++11 does not allow access
declarations; use using declarations
      instead
        BufferedTransformation::CopyRangeTo;
                                ^
        using
src/utils/lib/CryptoPP.h:3946:26: error: ISO C++11 does not allow access
declarations; use using declarations
      instead
        BufferedTransformation::TransferMessagesTo;
                                ^
        using
src/utils/lib/CryptoPP.h:3947:26: error: ISO C++11 does not allow access
declarations; use using declarations
      instead
        BufferedTransformation::CopyMessagesTo;
                                ^
        using
src/utils/lib/CryptoPP.h:3948:26: error: ISO C++11 does not allow access
declarations; use using declarations
      instead
        BufferedTransformation::TransferAllTo;
                                ^
        using
src/utils/lib/CryptoPP.h:3949:26: error: ISO C++11 does not allow access
declarations; use using declarations
      instead
        BufferedTransformation::CopyAllTo;
                                ^
        using

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


More information about the freebsd-ports-bugs mailing list