Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 19:15:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219548] print/cups-filters: Always specify pdftops path
Message-ID:  <bug-219548-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219548

            Bug ID: 219548
           Summary: print/cups-filters: Always specify pdftops path
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: aou@eecs.berkeley.edu
                CC: cyberbotx@cyberbotx.com
             Flags: maintainer-feedback?(cyberbotx@cyberbotx.com)
                CC: cyberbotx@cyberbotx.com

Created attachment 182903
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182903&action=
=3Dedit
Patch to always specify --with-pdftops-path

Building with the MUPDF option fails at the configure phase:

configure:19994: checking for pdftops=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
configure:20024: result: no=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20
configure:20033: error: Required pdftops is missing. Please install the pdf=
tops
utility of Poppler.

The configure script unconditionally checks for pdftops(1) regardless of wh=
ich
PDF-to-PostScript renderer is selected (--with-pdftops).  It is therefore
necessary to always pass --with-pdftops-path; otherwise, the path will defa=
ult
to /usr/bin/pdftops, which is of course non-existent.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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