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

Re: Re: Problem with jarwrapper: "Error! CRCs do not match!"



Hi All,

> Now when I try to run the application (either throuh "umlet" or
> "/usr/share/java/umlet.jar" I get an CRC error: 
>         Error! CRCs do not match! Got 1a6cd7b3, expected 0
> When I run the application using 
>         "java -jar /usr/share/java/umlet.jar"
> everything works just fine.

I have the same problem here:
% ./javatut.jar
Error! CRCs do not match! Got 1a6cd7b3, expected 0
% java -jar javatut.jar
Hello world

> Which version of libc6 do you have?
libc6                    2.13-16
libc6-i686               2.13-16

> Do you have any of these files?
> 
>     /usr/lib/libc/memcpy-preload.so
>     /usr/lib/libc/memcpy-syslog-preload.so
>     /usr/lib/x86_64-linux-gnu/libc/memcpy-preload.so
>     /usr/lib/x86_64-linux-gnu/libc/memcpy-syslog-preload.so
No, I don't.

Now, I can reproduce the error when doing the following:
* using debian/javabuild with:
javatut.jar src
* using debian/manifest with:
usr/share/javatut/javatut.jar:
 Main-Class: net.zabuchy.Main

But as soon as I remove debian/javabuild and debian/manifest and build
with debian/rules:
%:
  dh $@ --with javahelper

override_dh_auto_build:
  jh_build -mnet.zabuchy.Main javatut.jar src

everything works just fine. Any thoughts?

Tomek


Reply to: