Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2018 08:17:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229691] net-p2p/mldonkey-core: does not build with clang on FreeBSD 11.2
Message-ID:  <bug-229691-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: mickey242@gmx.net

Created attachment 195045
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195045&action=
=3Dedit
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

--=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-229691-7788>