Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 19:47:32 GMT
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177275: print/pdftk does not compile
Message-ID:  <201303221947.r2MJlW4d091729@red.freebsd.org>
Resent-Message-ID: <201303221950.r2MJo2I4035677@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177275
>Category:       ports
>Synopsis:       print/pdftk does not compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 19:50:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Beeblebrox
>Release:        10-Current
>Organization:
>Environment:
FreeBSD 10.0-CURRENT #1 r248618: Fri Mar 22, amd64

>Description:
compile breaks with below message. All options in make.conf were disabled for the debug (no ccache, make_jobs, cflags, etc)

com/lowagie/text/pdf/AcroFields.java: In method 'com.lowagie.text.pdf.AcroFields.renameField(java.lang.String,java.lang.String)':
In file included from com/lowagie/text/pdf/AcroFields.java:1754:0,
                 from com/lowagie/text/pdf/AcroFields.java:1715,
                 from com/lowagie/text/pdf/AcroFields.java:1325,
                 from com/lowagie/text/pdf/AcroFields.java:1361,
                 from com/lowagie/text/markup/MarkupTags.java:63,
                 from com/lowagie/text/markup/MarkupParser.java:746,
                 from com/lowagie/text/xml/xmp/XmpWriter.java:281,
                 from com/lowagie/text/xml/xmp/XmpSchema.java:162,
                 from com/lowagie/text/xml/xmp/XmpMMSchema.java:102,
                 from com/lowagie/text/xml/xmp/XmpBasicSchema.java:146,
                 from com/lowagie/text/xml/xmp/XmpArray.java:103,
                 from com/lowagie/text/xml/xmp/PdfSchema.java:110,
                 from com/lowagie/text/xml/xmp/DublinCoreSchema.java:197,
                 from com/lowagie/text/pdf/fonts/FontsResourceAnchor.java:88,
                 from <built-in>:3:
com/lowagie/text/pdf/AcroFields.java:327:0: error: cannot find file for class com.lowagie.text.pdf.PdfString
com/lowagie/text/pdf/AcroFields.java:327: confused by earlier errors, bailing out
gmake[1]: [java_lib.o] Error 1 (ignored)
gmake[1]: Leaving directory `/usr/obj/asp/ports/print/pdftk/work/pdftk-1.45-dist/java'
/usr/local/bin/g++46 -DPATH_DELIM=0x2f -DASK_ABOUT_WARNINGS=false -DUNBLOCK_SIGNALS -fdollars-in-identifiers -DPDFTK_VER=\"1.45\" -Wall -Wextra -Weffc++ -O2 -I../java pdftk.cc -c
pdftk.cc:64:44: fatal error: com/lowagie/text/pdf/PdfString.h: No such file or directory
compilation terminated.
gmake: *** [pdftk.o] Error 1
*** [do-build] Error code 1

>How-To-Repeat:
make print/pdftk.
>Fix:
NA

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303221947.r2MJlW4d091729>