On Mon, 2008-05-26 at 11:02 +0100, Paul Smith wrote:
> Dear All,
>
> I am trying to build pdktk for F9 from the source, but getting the
> following errors:
>
> $ make -f Makefile.RedHat
> make -C ../java_libs
> make[1]: Entering directory `/home/psmith/Desktop/pdftk-1.41/java_libs'
> make -C "/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security";
> make[2]: Entering directory
> `/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security'
> gcjh --classpath="." Engine;
> rm Engine.class
> make[2]: Leaving directory
> `/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security'
> make -C "/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security/provider";
> make[2]: Entering directory
> `/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security/provider'
> gcjh --classpath="." MD5;
> Exception in thread "main" java.io.IOException: can't find class file
> java_local/security/MessageDigest.class in
> java.net.URLClassLoader{urls=[file:/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security/provider/./,file:/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre/lib/rt.jar],
> parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:./],
> parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}}
> at gnu.classpath.tools.javah.Main.getClass(libgcj-tools.so.9)
> at gnu.classpath.tools.javah.ClassWrapper.linkSupers( libgcj-tools.so.9)
> at gnu.classpath.tools.javah.ClassWrapper.printFully( libgcj-tools.so.9)
> at gnu.classpath.tools.javah.CniIncludePrinter.printC lass(libgcj-tools.so.9)
> at gnu.classpath.tools.javah.Main.writeHeaders(libgcj-tools.so.9)
> at gnu.classpath.tools.javah.Main.run(libgcj-tools.so.9)
> at gnu.classpath.tools.javah.GcjhMain.main(libgcj-tools.so.9)
> make[2]: *** [MD5.h] Error 1
> make[2]: Leaving directory
> `/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security/provider'
> make[1]: *** [libgcj_local] Error 2
> make[1]: Leaving directory `/home/psmith/Desktop/pdftk-1.41/java_libs'
> make: *** [java_libs] Error 2
> $
>
> Any ideas?
----
same issue here...get the SRPM from Fedora-7 and rebuild that...that's
how I solved the problem.
Craig
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
05-26-2008, 03:24 PM
"Paul Smith"
Cannot build pdftk for F9
On Mon, May 26, 2008 at 2:39 PM, Craig White <craigwhite@azapple.com> wrote:
>> I am trying to build pdktk for F9 from the source, but getting the
>> following errors:
>>
>> $ make -f Makefile.RedHat
>> make -C ../java_libs
>> make[1]: Entering directory `/home/psmith/Desktop/pdftk-1.41/java_libs'
>> make -C "/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security";
>> make[2]: Entering directory
>> `/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security'
>> gcjh --classpath="." Engine;
>> rm Engine.class
>> make[2]: Leaving directory
>> `/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security'
>> make -C "/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security/provider";
>> make[2]: Entering directory
>> `/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security/provider'
>> gcjh --classpath="." MD5;
>> Exception in thread "main" java.io.IOException: can't find class file
>> java_local/security/MessageDigest.class in
>> java.net.URLClassLoader{urls=[file:/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security/provider/./,file:/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre/lib/rt.jar],
>> parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:./],
>> parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}}
>> at gnu.classpath.tools.javah.Main.getClass(libgcj-tools.so.9)
>> at gnu.classpath.tools.javah.ClassWrapper.linkSupers( libgcj-tools.so.9)
>> at gnu.classpath.tools.javah.ClassWrapper.printFully( libgcj-tools.so.9)
>> at gnu.classpath.tools.javah.CniIncludePrinter.printC lass(libgcj-tools.so.9)
>> at gnu.classpath.tools.javah.Main.writeHeaders(libgcj-tools.so.9)
>> at gnu.classpath.tools.javah.Main.run(libgcj-tools.so.9)
>> at gnu.classpath.tools.javah.GcjhMain.main(libgcj-tools.so.9)
>> make[2]: *** [MD5.h] Error 1
>> make[2]: Leaving directory
>> `/home/psmith/Desktop/pdftk-1.41/java_libs/gnu_local/java/security/provider'
>> make[1]: *** [libgcj_local] Error 2
>> make[1]: Leaving directory `/home/psmith/Desktop/pdftk-1.41/java_libs'
>> make: *** [java_libs] Error 2
>> $
>>
>> Any ideas?
> ----
> same issue here...get the SRPM from Fedora-7 and rebuild that...that's
> how I solved the problem.
Thanks, Craig. It works!
Paul
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
05-26-2008, 05:48 PM
Frank Cox
Cannot build pdftk for F9
On Mon, 26 May 2008 11:02:36 +0100
Paul Smith <phhs80@gmail.com> wrote:
> I am trying to build pdktk for F9 from the source, but getting the
> following errors:
Has any consideration been given to adding pdftk to Livna or something
similar? It's a fairly widely-used program and not having it available in a
current repository is, frankly, a bit of a scary outlook for the future.
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
05-26-2008, 05:59 PM
"Paul Smith"
Cannot build pdftk for F9
On Mon, May 26, 2008 at 6:48 PM, Frank Cox <theatre@sasktel.net> wrote:
>> I am trying to build pdktk for F9 from the source, but getting the
>> following errors:
>
> Has any consideration been given to adding pdftk to Livna or something
> similar? It's a fairly widely-used program and not having it available in a
> current repository is, frankly, a bit of a scary outlook for the future.
I agree with you, Frank, but no Livna rpm for pdftk.
Paul
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
05-26-2008, 06:05 PM
"Jonathan Underwood"
Cannot build pdftk for F9
2008/5/26 Frank Cox <theatre@sasktel.net>:
> On Mon, 26 May 2008 11:02:36 +0100
> Paul Smith <phhs80@gmail.com> wrote:
>
>> I am trying to build pdktk for F9 from the source, but getting the
>> following errors:
>
> Has any consideration been given to adding pdftk to Livna or something
> similar? It's a fairly widely-used program and not having it available in a
> current repository is, frankly, a bit of a scary outlook for the future.
There's actually now no reason it can't be added back into Fedora. The
issue was the licensing of iText, on which pdftk depends. iText was
pulled from the fedora repos after F-7, but could now be re-added, as
long as an up to date version was packaged, and then pdftk could be
added back to the Fedora repo. It just needs someone to do the work.
Jonathan
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
05-26-2008, 06:12 PM
Frank Cox
Cannot build pdftk for F9
On Mon, 26 May 2008 19:05:12 +0100
Jonathan Underwood <jonathan.underwood@gmail.com> wrote:
> There's actually now no reason it can't be added back into Fedora. The
> issue was the licensing of iText, on which pdftk depends. iText was
> pulled from the fedora repos after F-7, but could now be re-added, as
> long as an up to date version was packaged, and then pdftk could be
> added back to the Fedora repo.
Now there's a bit of good news.
> It just needs someone to do the work.
The most logical person to handle this would be whoever did it up until it was
removed before as he/she obviously has both the experience and knowledge
necessary to do the job, and had sufficient interest in it as well.
Who would that be, and has that person been approached?
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
05-26-2008, 06:48 PM
"Paul Smith"
Cannot build pdftk for F9
On Mon, May 26, 2008 at 7:12 PM, Frank Cox <theatre@sasktel.net> wrote:
>> There's actually now no reason it can't be added back into Fedora. The
>> issue was the licensing of iText, on which pdftk depends. iText was
>> pulled from the fedora repos after F-7, but could now be re-added, as
>> long as an up to date version was packaged, and then pdftk could be
>> added back to the Fedora repo.
>
> Now there's a bit of good news.
>
>> It just needs someone to do the work.
>
> The most logical person to handle this would be whoever did it up until it was
> removed before as he/she obviously has both the experience and knowledge
> necessary to do the job, and had sufficient interest in it as well.
>
> Who would that be, and has that person been approached?
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
05-26-2008, 06:58 PM
"Paul Smith"
Cannot build pdftk for F9
On Mon, May 26, 2008 at 7:57 PM, Frank Cox <theatre@sasktel.net> wrote:
>> Seems to be Jochen Schmitt:
>
> I've just now sent him an email to draw his attention to this thread.
Thanks, Frank.
Paul
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
05-27-2008, 01:55 AM
Jack Howarth
Cannot build pdftk for F9
I believe that pdftk 1.41 will be unbuildable under
gcc 4.3.x in fedora as it was on Darwin fink. This issue
is...
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35689
and the final analysis was that pdftk needed to be
changed to no longer use c++ i/o with java execeptions
being enabled.
Jack
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list