pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/52284: cwrappers and chekperms don't build with clang



On Thu, Jun 08, 2017 at 02:05:01PM +0000, n54%gmx.com@localhost wrote:
> I've built and installed standalone clang (5.0svn) into /usr/local.
> 
> I added to mk.conf:
> PKGSRC_COMPILER=        clang
> PKG_CC=                 clang
> PKG_CXX=                clang++
> CLANGBASE=              /usr/local
> 
> cwrappers and checkperms are broken, because -Wno-traditional is
> unrecognized option and -Werror makes it fatal.

You are still telling the make rules to use the GCC flags though. As
such, it is a local problem.

Joerg


Home | Main Index | Thread Index | Old Index