From nobody@FreeBSD.org  Wed Oct  5 10:58:50 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6B2D21065675
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  5 Oct 2011 10:58:50 +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 58AF58FC1F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  5 Oct 2011 10:58:50 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p95AwngK012593
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 5 Oct 2011 10:58:49 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p95Awnva012592;
	Wed, 5 Oct 2011 10:58:49 GMT
	(envelope-from nobody)
Message-Id: <201110051058.p95Awnva012592@red.freebsd.org>
Date: Wed, 5 Oct 2011 10:58:49 GMT
From: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: science/paraview: CLANG:  Linking CXX shared library ../../bin/libvtkPVServerManagerPythonD.so [ 91%] Built target vtkPVServerManagerPythonD gmake: *** [all] Error 2 *** Error code 1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: devel@stasyan.com

>Number:         161299
>Category:       ports
>Synopsis:       science/paraview: CLANG:  Linking CXX shared library ../../bin/libvtkPVServerManagerPythonD.so [ 91%] Built target vtkPVServerManagerPythonD gmake: *** [all] Error 2 *** Error code 1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 05 11:00:18 UTC 2011
>Closed-Date:    Sun Dec 25 17:05:47 UTC 2011
>Last-Modified:  Sun Dec 25 17:05:47 UTC 2011
>Originator:     Oliver Hartmann
>Release:        FreeBSD 9.0-BETA3/amd64 CLANG build
>Organization:
FU Berlin
>Environment:
>Description:
Trying to install science/paraview with CLANG results in the following error:

/usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please
      consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the
      <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
      [-W#warnings]
#warning This file includes at least one deprecated or antiquated header. \
 ^
In file included from /usr/ports/science/paraview/work/.build/Servers/ServerManager/vtkSMXMLPVAnimationWriterProxyPython.cxx:13:
In file included from /usr/ports/science/paraview/work/ParaView-3.10.1/Servers/ServerManager/vtkSMXMLPVAnimationWriterProxy.h:23:
In file included from /usr/ports/science/paraview/work/ParaView-3.10.1/Servers/ServerManager/vtkSMSourceProxy.h:33:
In file included from /usr/ports/science/paraview/work/ParaView-3.10.1/Servers/ServerManager/vtkSMProxy.h:124:
In file included from /usr/ports/science/paraview/work/ParaView-3.10.1/Utilities/VTKClientServer/vtkClientServerID.h:27:
In file included from /usr/ports/science/paraview/work/ParaView-3.10.1/VTK/Common/vtkIOStream.h:112:
In file included from /usr/include/c++/4.2/backward/strstream:51:
/usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please
      consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the
      <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
      [-W#warnings]
#warning This file includes at least one deprecated or antiquated header. \
 ^
[ 91%] Building CXX object Servers/ServerManager/CMakeFiles/vtkPVServerManagerPythonD.dir/vtkPVServerManagerPythonInit.cxx.o
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /usr/ports/science/paraview/work/.build/Servers/ServerManager/vtkPVServerManagerPythonInit.cxx:4:
In file included from /usr/ports/science/paraview/work/ParaView-3.10.1/VTK/Common/vtkSystemIncludes.h:40:
In file included from /usr/ports/science/paraview/work/ParaView-3.10.1/VTK/Common/vtkIOStream.h:112:
In file included from /usr/include/c++/4.2/backward/strstream:51:
/usr/include/c++/4.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please
      consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the
      <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
      [-W#warnings]
#warning This file includes at least one deprecated or antiquated header. \
 ^
1 warning generated.
Linking CXX shared library ../../bin/libvtkPVServerManagerPythonD.so
[ 91%] Built target vtkPVServerManagerPythonD
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/science/paraview.
*** Error code 1

Stop in /usr/ports/science/paraview.

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Oct 5 11:00:31 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161299 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: devel@stasyan.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/161299: science/paraview: CLANG:  Linking CXX shared library ../../bin/libvtkPVServerManagerPythonD.so [ 91%] Built target vtkPVServerManagerPythonD gmake: *** [all] Error 2 *** Error code 1
Date: Wed, 5 Oct 2011 11:00:26 UT

 Maintainer of science/paraview,
 
 Please note that PR ports/161299 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/161299
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: eadler 
State-Changed-When: Sun Dec 25 17:05:45 UTC 2011 
State-Changed-Why:  
There is much work to do before we could support building ports with 
clang.     Thanks for working on it. The best thing you could do now is 
submit patches     upstream. We are not yet accepting bug reports about 
ports unbuildable with     clang. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161299 
>Unformatted:
