From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 17 00:00:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FBE6D53 for ; Fri, 17 Jan 2014 00:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C1FA1664 for ; Fri, 17 Jan 2014 00:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0H0014n066293 for ; Fri, 17 Jan 2014 00:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0H001Wl066264; Fri, 17 Jan 2014 00:00:01 GMT (envelope-from gnats) Date: Fri, 17 Jan 2014 00:00:01 GMT Message-Id: <201401170000.s0H001Wl066264@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Yuri Subject: RE: ports/185828: devel/google-perftools not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Yuri List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 00:00:01 -0000 The following reply was made to PR ports/185828; it has been noted by GNATS. From: Yuri To: Alexander Panyushkin Cc: bug-followup@FreeBSD.org, vsityz@gmail.com Subject: RE: ports/185828: devel/google-perftools not build Date: Thu, 16 Jan 2014 15:59:46 -0800 Alexander, What is your environment? On 10 the default compiler is clang. How did you turn gcc46 on? I can't reproduce the problem on 10.0-RC5. I added USE_GCC=gcc46 and it builds ok with gcc-4.6 as well. config.log difference begins from this line, here is my version with gcc46: configure:3399: g++46 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc46 -I/usr/local/include -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc46 -L/usr/local/lib/gcc46 conftest.cpp -lexecinfo >&5 configure:3403: $? = 0 The option that breaks compile is this -Qunused-arguments. Do you have custom /etc/make.conf? Can you attach it? -Qunused-arguments isn't in perftools source tree, and not in ports/Mk. So it must be custom. Yuri