On Wed, Sep 2, 2009 at 2:45 PM, Mathieu Malaterre<[email protected]> wrote: > Hi there, > > We are currently working on the VTK package, after a report of FTBS: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541891 > > We changed > > /usr/lib/jvm/default-java/jre/lib/$(ARCH)/libjawt.so > > into > > /usr/lib/jvm/default-java/jre/lib/$(CPU)/libjawt.so > > > But this is not the proper solution as it fails now with: > > https://buildd.debian.org/fetch.cgi?pkg=vtk&arch=powerpc&ver=5.2.1-9&stamp=1251751114&file=log&as=raw > > [ 72%] Building CXX object > Graphics/CMakeFiles/vtkGraphicsTCL.dir/vtkOBBTreeTcl.o > make[3]: *** No rule to make target > `/usr/lib/jvm/default-java/jre/lib/powerpc/libjawt.so', needed by > `bin/libvtkRenderingJava.so.5.2.1'. Stop.
In case of powerpc, the patch is '/usr/lib/jvm/default-java/jre/lib/ppc/libjawt.so'. Note 'ppc' and not 'powerpc'. Onkar -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

