Bug 449426

Summary: FTBFS vtk-5.0.4-21.fc9
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: vtkAssignee: Axel Thimm <axel.thimm>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: orion
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock-results-core/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-03 15:51:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 440169    
Attachments:
Description Flags
root.log.bz2
none
build.log.bz2
none
root.log.bz2
none
build.log.bz2 none

Description FTBFS 2008-06-02 16:46:04 UTC
vtk-5.0.4-21.fc9.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.

Comment 1 FTBFS 2008-06-02 16:46:29 UTC
Created attachment 307455 [details]
root.log.bz2

root.log for i386

Comment 2 FTBFS 2008-06-02 16:46:41 UTC
Created attachment 307456 [details]
build.log.bz2

build.log for i386

Comment 3 FTBFS 2008-06-02 16:46:53 UTC
Created attachment 307457 [details]
root.log.bz2

root.log for x86_64

Comment 4 FTBFS 2008-06-02 16:47:01 UTC
Created attachment 307458 [details]
build.log.bz2

build.log for x86_64

Comment 5 Orion Poplawski 2008-06-02 20:17:02 UTC
Axel -

 How does this look as a fix:

diff -u -r1.10 vtk.spec
--- vtk.spec    21 May 2008 20:20:18 -0000      1.10
+++ vtk.spec    2 Jun 2008 20:11:27 -0000
@@ -1,6 +1,7 @@
 %bcond_without OSMesa
 %bcond_with qt4
 %bcond_with java
+%bcond_with check

 %{!?python_sitearch:%global python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

@@ -288,8 +289,12 @@
 # Add exec bits to shared libs ...
 chmod 0755 %{buildroot}%{_libdir}/vtk-5.0/CMake/*.so

-%check || :
-#LD_LIBARARY_PATH=`pwd`/bin ctest -V
+%if %{with check}
+%check
+#Most of these fail due to no DISPLAY, but someone might want to run them by hand
+export LD_LIBRARY_PATH=`pwd`/bin
+ctest
+%endif

 %clean
 rm -rf %{buildroot}


Comment 6 Matt Domsch 2008-07-03 15:51:03 UTC
patch included in this report

*** This bug has been marked as a duplicate of 434528 ***