Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2023 16:42:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271047] [exp-run] Against llvm-16-update branch on GitHub
Message-ID:  <bug-271047-7788-lPJIG64T65@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271047-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271047-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=3D271047

--- Comment #83 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D86aa24afc629aefb9501fc55b6cdf1b=
94ce717e3

commit 86aa24afc629aefb9501fc55b6cdf1b94ce717e3
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-06-25 16:36:53 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-06-25 16:36:53 +0000

    math/eclib: work-around to build with clang 16

    Adding "CXXFLAGS+=3D-std=3Dc++11" to fix the build on 14-CURRENT.

    Without that, it fails with this error:

    In file included from unimod.cc:24:
    In file included from ./eclib/unimod.h:27:
    In file included from ./eclib/interface.h:51:
    ./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace
'std'
    using std::ptr_fun;
          ~~~~~^
    --- interface.lo ---
    In file included from interface.cc:24:
    In file included from ./eclib/interface.h:51:
    ./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace
'std'
    using std::ptr_fun;
          ~~~~~^
    1 error generated.
    *** [interface.lo] Error code 1

    PR:             271047
    Reported by:    pkg-fallout

 math/eclib/Makefile | 1 +
 1 file changed, 1 insertion(+)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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