MantisBT - ParaView |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012849 | ParaView | (No Category) | public | 2012-01-07 17:37 | 2012-02-08 17:21 |
|
| Reporter | td123 | |
| Assigned To | Robert Maynard | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | 3.14 | |
| Project | TBD |
| Topic Name | 12849-VisItBrige-external-tiff-support |
| Type | incorrect functionality |
|
| Summary | 0012849: Paraview 3.12.0 fails to build when configured with PARAVIEW_USE_VISITBRIDGE ON |
| Description | I can successfully build paraview 3.12.0, but once I add -DPARAVIEW_USE_VISITBRIDGE:BOOL=ON to the cmake flags, it fails with the following error:
[ 47%] Building CXX object Utilities/VisItBridge/visit_vtk/full/CMakeFiles/visit_vtk.dir/vtkVolumeFromVolume.C.o
Linking CXX shared library ../../../../bin/libvisit_vtk.so
/usr/bin/ld: cannot find -lvtktiff
collect2: ld returned 1 exit status
make[2]: *** [bin/libvisit_vtk.so] Error 1
make[1]: *** [Utilities/VisItBridge/visit_vtk/full/CMakeFiles/visit_vtk.dir/all] Error 2
make: *** [all] Error 2
I have attached the full output as the attachment "output.paraview.txt" |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | output.paraview.txt (763,572) 2012-01-07 17:37 https://www.vtk.org/Bug/file/9097/output.paraview.txt
PKGBUILD.txt (2,657) 2012-01-07 17:38 https://www.vtk.org/Bug/file/9098/PKGBUILD.txt |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2012-01-07 17:37 | td123 | New Issue | |
| 2012-01-07 17:37 | td123 | File Added: output.paraview.txt | |
| 2012-01-07 17:38 | td123 | File Added: PKGBUILD.txt | |
| 2012-01-07 17:39 | td123 | Note Added: 0027921 | |
| 2012-01-09 09:47 | Robert Maynard | Note Added: 0027922 | |
| 2012-01-09 10:12 | Robert Maynard | Assigned To | => Robert Maynard |
| 2012-01-09 10:12 | Robert Maynard | Status | backlog => tabled |
| 2012-01-09 10:13 | Robert Maynard | Status | tabled => active development |
| 2012-01-09 10:13 | Robert Maynard | Resolution | open => fixed |
| 2012-01-25 12:01 | Robert Maynard | Note Added: 0027979 | |
| 2012-01-25 12:01 | Robert Maynard | Status | active development => gatekeeper review |
| 2012-01-25 13:56 | Utkarsh Ayachit | Project | VTK => ParaView |
| 2012-01-27 14:06 | Utkarsh Ayachit | Topic Name | => 12849-VisItBrige-external-tiff-support |
| 2012-01-27 14:06 | Utkarsh Ayachit | Product Version | 5.8.0 => |
| 2012-01-27 14:25 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2012-01-27 14:25 | Utkarsh Ayachit | Note Added: 0027990 | |
| 2012-01-27 14:26 | Utkarsh Ayachit | Fixed in Version | => git-master |
| 2012-02-07 21:51 | Alan Scott | Note Added: 0028086 | |
| 2012-02-07 21:51 | Alan Scott | Status | customer review => closed |
| 2012-02-08 17:21 | Utkarsh Ayachit | Fixed in Version | git-master => 3.14 |
|
Notes |
|
|
(0027921)
|
|
td123
|
|
2012-01-07 17:39
|
|
I have also attached PKGBUILD.txt which is the script used to build paraview.
Without the -DPARAVIEW_USE_VISITBRIDGE:BOOL=ON flag, everything builds fine.
With the flag, it fails as described above. |
|
|
|
(0027922)
|
|
Robert Maynard
|
|
2012-01-09 09:47
|
|
|
I expect the problem is caused by the fact we didn't handle an external tiff library being used. |
|
|
|
(0027979)
|
|
Robert Maynard
|
|
2012-01-25 12:01
|
|
Really is a ParaView bug.
ParaView branch name is: 12849-VisItBrige-external-tiff-support |
|
|
|
(0027990)
|
|
Utkarsh Ayachit
|
|
2012-01-27 14:25
|
|
|
merged in master (wherever applicable) |
|
|
|
(0028086)
|
|
Alan Scott
|
|
2012-02-07 21:51
|
|
I am not using the superbuild, but I get a good build (client and server side) with PARAVIEW_USE_VISITBRIDGE ON. If you still have an issue with this build, please reopen.
Tested remote server, Linux, master. |
|