Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 19:54:09 GMT
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177277: editors/pdfedit does not compile
Message-ID:  <201303221954.r2MJs9KI009057@red.freebsd.org>
Resent-Message-ID: <201303222000.r2MK00MM037401@freefall.freebsd.org>

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

>Number:         177277
>Category:       ports
>Synopsis:       editors/pdfedit 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 20:00:00 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)

BuiltinFontTables.cc:4242:5: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  { "Times-Roman",           standardEncoding,            683, -217, {-168, -218, 1000,  898}, NULL },
    ^
BuiltinFontTables.cc:4243:5: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  { "ZapfDingbats",          zapfDingbatsEncoding,        820, -143, {  -1, -143,  981,  820}, NULL }
    ^
4187 warnings generated.
gmake[3]: Leaving directory `/usr/obj/asp/ports/editors/pdfedit/work/pdfedit-0.4.5/src/xpdf/xpdf'
gmake[2]: *** [libxpdf] Error 2
gmake[2]: Leaving directory `/usr/obj/asp/ports/editors/pdfedit/work/pdfedit-0.4.5/src/xpdf'
gmake[1]: *** [xpdf] Error 2
gmake[1]: Leaving directory `/usr/obj/asp/ports/editors/pdfedit/work/pdfedit-0.4.5/src'
gmake: *** [source] Error 2
*** [do-build] Error code 1


>How-To-Repeat:
make editors/pdfedit
>Fix:
NA

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



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