Changes between Initial Version and Version 2 of Ticket #32382


Ignore:
Timestamp:
Dec 3, 2011, 4:26:52 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting, to fill in the Port field, and to Cc the maintainer of that port.

And please search for duplicates before filing a new ticket. This is a duplicate of #30299.

why can't we just install as a standard Java app? gcc-java is a big load of epic failure.

I agree that gcc java has been problematic for pdftk (or perhaps pdftk is problematic for gcc java) but I was not aware of an alternative. What alternative are you suggesting? What does it mean to you to "install as a standard Java app"?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32382

    • Property Status changed from new to closed
    • Property Cc ryandesign@… added
    • Property Keywords lion added
    • Property Resolution changed from to duplicate
    • Property Port pdftk added
  • Ticket #32382 – Description

    initial v2  
    11pdftk currently fails to build, full log file attached but the nub of it seems to be this error
    22
    3 
     3{{{
    44:info:build /opt/local/bin/gcj-mp-4.5 -Wall -fsource=1.3 -O2 --encoding=UTF-8 --classpath="/opt/local/share/java/libgcj-4.5.3.jar:/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_pdftk/pdftk/work/pdftk-1.44-dist/java:." -C com/lowagie/text/Anchor.java
    55:info:build Exception in thread "main" java.lang.ClassFormatError: org.eclipse.jdt.internal.compiler.Compiler (erroneous constant pool tag)
     
    1919:info:build    at org.eclipse.jdt.internal.compiler.batch.GCCMain.main(GCCMain.java:498)
    2020:info:build make[1]: [com/lowagie/text/Anchor.class] Error 1 (ignored)
    21 
     21}}}
    2222
    2323As an aside - why can't we just install as a standard Java app? gcc-java is a big load of epic failure.