From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 12 23:20:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 68C35FD9 for ; Tue, 12 Mar 2013 23:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4FDA8FF7 for ; Tue, 12 Mar 2013 23:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2CNK1kh021162 for ; Tue, 12 Mar 2013 23:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2CNK19c021161; Tue, 12 Mar 2013 23:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 12 Mar 2013 23:20:01 GMT Resent-Message-Id: <201303122320.r2CNK19c021161@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christopher Dukes Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 55D07D8C for ; Tue, 12 Mar 2013 23:13:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 24205F98 for ; Tue, 12 Mar 2013 23:13:25 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2CNDO5p047569 for ; Tue, 12 Mar 2013 23:13:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r2CNDOx5047568; Tue, 12 Mar 2013 23:13:24 GMT (envelope-from nobody) Message-Id: <201303122313.r2CNDOx5047568@red.freebsd.org> Date: Tue, 12 Mar 2013 23:13:24 GMT From: Christopher Dukes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/176899: graphics/nvidia-texture-tools fails to build with clang X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 23:20:01 -0000 >Number: 176899 >Category: misc >Synopsis: graphics/nvidia-texture-tools fails to build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 12 23:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christopher Dukes >Release: 9.1 >Organization: Squirrely Girl Produce >Environment: >Description: Build of nvidia-texture-tools under poudriere with clang enabled fails as follows. [ 1%] Building CXX object src/nvcore/CMakeFiles/nvcore.dir/Memory.cpp.o cd /wrkdirs/usr/ports/graphics/nvidia-texture-tools/work/nvidia-texture-tools/sr c/nvcore && /usr/bin/clang++ -Dnvcore_EXPORTS -DNVCORE_EXPORTS -DNVCORE_SHARED =1 -O2 -pipe -fPIC -I/usr/local/include/libpng15 -fno-strict-aliasing -fPIC -I/u sr/local/include/libpng15 -O2 -pipe -fPIC -I/usr/local/include/libpng15 -fno-str ict-aliasing -fPIC -I/usr/local/include/libpng15 -fPIC -I/wrkdirs/usr/ports/grap hics/nvidia-texture-tools/work/nvidia-texture-tools/src -I/wrkdirs/usr/ports/gra phics/nvidia-texture-tools/work/nvidia-texture-tools/src/nvcore -o CMakeFiles/nv core.dir/Memory.cpp.o -c /wrkdirs/usr/ports/graphics/nvidia-texture-tools/work/n vidia-texture-tools/src/nvcore/Memory.cpp In file included from /wrkdirs/usr/ports/graphics/nvidia-texture-tools/work/nvidia-texture-tools/src/nvcore/Memory.cpp:2: /wrkdirs/usr/ports/graphics/nvidia-texture-tools/work/nvidia-texture-tools/src/nvcore/Memory.h:31:15: error: exception specification in declaration does not match previous declaration inline void * operator new (size_t size) throw() ^ /usr/include/c++/4.2/new:95:7: note: previous declaration is here void* operator new(std::size_t) throw (std::bad_alloc); ^ In file included from /wrkdirs/usr/ports/graphics/nvidia-texture-tools/work/nvidia-texture-tools/src/nvcore/Memory.cpp:2: /wrkdirs/usr/ports/graphics/nvidia-texture-tools/work/nvidia-texture-tools/src/nvcore/Memory.h:41:15: error: exception specification in declaration does not match previous declaration inline void * operator new [] (size_t size) throw() ^ /usr/include/c++/4.2/new:96:7: note: previous declaration is here void* operator new[](std::size_t) throw (std::bad_alloc); ^ 2 errors generated. *** [src/nvcore/CMakeFiles/nvcore.dir/Memory.cpp.o] Error code 1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: