[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Where is libjawt.so located ?



On Wed, Sep 2, 2009 at 1:35 PM, Onkar Shinde<onkarshinde@gmail.com> wrote:
> On Wed, Sep 2, 2009 at 2:45 PM, Mathieu
> Malaterre<mathieu.malaterre@gmail.com> 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'.

Thanks guys !

  I prepared a patch for cmake to handle all cases supported by debian.

Ref:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544674


-- 
Mathieu


Reply to: