Activity log for bug #173208

Date Who What changed Old value New value Message
2007-12-01 10:15:23 Simone F. bug added bug
2007-12-01 10:17:59 Simone F. description It actually happens in gutsy with pdftk latest deb build, 1.40-2ubuntu3 (depending on latest gcj1-8 libraries) If you install it and run it with something on the command line eg 'pdftk file1.pdf file2.pdf output file1-2.pdf' it will output a list of Java Exceptions originating from a MD5 function not found. I could post it eventually, but you can try and see it for yourself. This happens as I found out, since the version shipped with Gutsy. Instead the build 1.40-2 from Feisty ( libc6 (>= 2.5-0ubuntu1), libgcc1 (>= 1:4.1.1-17ubuntu1), libgcj7-0 (>= 4.1.1-12), libstdc++6 (>= 4.1.1-17ubuntu1) ) wich depends on ligcj7-0 works flawlessly. It actually happens in Gutsy with pdftk's latest deb build, 1.40-2ubuntu3 (depending on newest gcj1-8 libraries). If you install it and run it with something on the command line, e.g. 'pdftk file1.pdf file2.pdf output file1-2.pdf' it will output a list of Java Exceptions originating from a MD5 function not found. I could post it eventually, but you can try and see it for yourself. This happens as I found out, only since the version shipped with Gutsy. Instead the build 1.40-2 from Feisty which depends on ligcj7-0 ( libc6 (>= 2.5-0ubuntu1), libgcc1 (>= 1:4.1.1-17ubuntu1), libgcj7-0 (>= 4.1.1-12), libstdc++6 (>= 4.1.1-17ubuntu1) ), works flawlessly.
2007-12-01 10:17:59 Simone F. name md5ex
2007-12-01 10:20:58 Simone F. description It actually happens in Gutsy with pdftk's latest deb build, 1.40-2ubuntu3 (depending on newest gcj1-8 libraries). If you install it and run it with something on the command line, e.g. 'pdftk file1.pdf file2.pdf output file1-2.pdf' it will output a list of Java Exceptions originating from a MD5 function not found. I could post it eventually, but you can try and see it for yourself. This happens as I found out, only since the version shipped with Gutsy. Instead the build 1.40-2 from Feisty which depends on ligcj7-0 ( libc6 (>= 2.5-0ubuntu1), libgcc1 (>= 1:4.1.1-17ubuntu1), libgcj7-0 (>= 4.1.1-12), libstdc++6 (>= 4.1.1-17ubuntu1) ), works flawlessly. It actually happens in Gutsy with pdftk's latest deb build, 1.40-2ubuntu3 (depending on newest gcj1-8 libraries). If you install it then run it with something on the command line, e.g. 'pdftk file1.pdf file2.pdf output file1-2.pdf' it will output a list of Java Exceptions originating from a MD5 function not found. I could post it eventually, but you can try and see it for yourself. This happens, as I found out, only since the version shipped with Gutsy. Instead the build 1.40-2 from Feisty which depends on ligcj7-0 ( all dep: libc6 (>= 2.5-0ubuntu1), libgcc1 (>= 1:4.1.1-17ubuntu1), libgcj7-0 (>= 4.1.1-12), libstdc++6 (>= 4.1.1-17ubuntu1) ), works flawlessly.
2008-09-08 00:05:04 Adam Buchbinder description It actually happens in Gutsy with pdftk's latest deb build, 1.40-2ubuntu3 (depending on newest gcj1-8 libraries). If you install it then run it with something on the command line, e.g. 'pdftk file1.pdf file2.pdf output file1-2.pdf' it will output a list of Java Exceptions originating from a MD5 function not found. I could post it eventually, but you can try and see it for yourself. This happens, as I found out, only since the version shipped with Gutsy. Instead the build 1.40-2 from Feisty which depends on ligcj7-0 ( all dep: libc6 (>= 2.5-0ubuntu1), libgcc1 (>= 1:4.1.1-17ubuntu1), libgcj7-0 (>= 4.1.1-12), libstdc++6 (>= 4.1.1-17ubuntu1) ), works flawlessly. pdftk in Gutsy has missing dependencies; invoking it without installing them prints errors like: WARNING: Error loading security provider org.bouncycastle.jce.provider.BouncyCastleProvider: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} WARNING: Error loading security provider gnu.crypto.jce.GnuCrypto: java.lang.ClassNotFoundException: gnu.crypto.jce.GnuCrypto not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} After installing these two packages it stopped complaining: sudo apt-get install libgnucrypto-java libbcprov-java
2008-09-08 00:05:04 Adam Buchbinder title program exits following Java Exception java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider (missing dependency)
2008-09-27 16:53:51 Dennis Dirdjaja pdftk: status New Confirmed
2008-09-27 16:53:51 Dennis Dirdjaja pdftk: statusexplanation I can confirm this, too.