Hi, I also confirm the same problem on a clean install of Ubuntu 10.04 64bit, though 3.6.2 works on the machine. The depending library is libvtkPVPython.so. Since libdc1394_control.so.13 is listed around the video codec libraries if I run objedump over the .so file, I have a vague intuition that the transition from ffmpeg may be causing the problem.
$ objdump -p libvtkPVPython.so libvtkPVPython.so: file format elf64-x86-64 ...(snip)... Dynamic Section: NEEDED libvtkPVServerManagerPythonD.so NEEDED libvtkCommon.so.pv3.8 NEEDED libvtkFiltering.so.pv3.8 NEEDED libvtkIO.so.pv3.8 NEEDED libvtkGraphics.so.pv3.8 NEEDED libvtkImaging.so.pv3.8 NEEDED libvtkPVPythonInterpretor.so NEEDED libpython2.5.so.1.0 NEEDED libutil.so.1 NEEDED libavcodec.so.51 NEEDED libavformat.so.50 NEEDED libavutil.so.49 NEEDED libvorbis.so.0 NEEDED libdc1394_control.so.13 NEEDED libvorbisenc.so.2 NEEDED libtheora.so.0 NEEDED libgsm.so.1 NEEDED libz.so.1 ... Takuya Takuya OSHIMA, Ph.D. Faculty of Engineering, Niigata University 8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN From: Dave Partyka <[email protected]> Subject: Re: [Paraview] ParaView 3.8.0 RC2 Available for download Date: Mon, 3 May 2010 11:00:23 -0400 > * Weird, Does 3.6.2 not work on that machine as well? I did both builds with > the same machine/compilers. > > On Sun, May 2, 2010 at 2:42 PM, pat marion <[email protected]> wrote: > > Hi, > > Testing ParaView-3.8.0-RC2-Linux-x86_64 on a clean install of Ubuntu 10.4, > pvpython and pvbatch have a dependency on libdc1394_control.so.13 which > can't be found. > > Pat > > On Sun, May 2, 2010 at 7:04 AM, Michael Wild <[email protected]> wrote: > > On 1. May, 2010, at 18:00 , Dave Partyka wrote: > > > > Hello All, > > > > I am pleased to announce the availability of ParaView 3.8.0 Release > > Candidate 2 binaries for download on the ParaView download page. > Final > > binaries and/or more release candidates should follow shortly. > > > > http://paraview.org/paraview/resources/software.html > > Seems like http://paraview.org/files/v3.8/ParaView-3.8.0-RC2.tar.gz is > missing... Further, Plugins/VisTrails in the .zip download still > contains the .hg repository and I assume that all the .cvsignore, > .svnref, .gitmodules and .gitignore files are also no longer required > in the source package. > > It would also be great if the Ogg/Theora writer was mentioned in the > release notes (as promised by David DeMarle) ;-) > > Michael > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http:// > paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: http:// > paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
