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
The following reply was made to PR pkg/52284; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/52284: cwrappers and chekperms don't build with clang
Date: Thu, 8 Jun 2017 16:38:16 +0200
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