From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 15 17:54:18 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B3167B2 for ; Wed, 15 Oct 2014 17:54:18 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E169C980 for ; Wed, 15 Oct 2014 17:54:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9FHsH3k061083 for ; Wed, 15 Oct 2014 17:54:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194384] New: print/cups-filters does thorws errror on compile on AMD64 - RELEASE10 Date: Wed, 15 Oct 2014 17:54:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rotkap@gmx.de X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2014 17:54:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194384 Bug ID: 194384 Summary: print/cups-filters does thorws errror on compile on AMD64 - RELEASE10 Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: rotkap@gmx.de CC: cyberbotx@cyberbotx.com CC: cyberbotx@cyberbotx.com Flags: maintainer-feedback?(cyberbotx@cyberbotx.com) With fresh ports: # cd /usr/ports/print/cups-filters # make causes this error file included from filter/pdftoopvp/pdftoopvp.cxx:24: /usr/local/include/poppler/PDFDoc.h:306:3: warning: 'long long' is a C++11 extension [-Wc++11-long-long] long long strToLongLong(char *s); ^ In file included from filter/pdftoopvp/pdftoopvp.cxx:26: In file included from ./filter/pdftoopvp/oprs/OPRS.h:19: ./filter/pdftoopvp/oprs/OPVPSplash.h:37:1: warning: class 'SplashGlyphBitmap' was previously declared as a struct [-Wmismatched-tags] class SplashGlyphBitmap; ^ /usr/local/include/poppler/splash/Splash.h:38:8: note: previous use is here struct SplashGlyphBitmap; ^ In file included from filter/pdftoopvp/pdftoopvp.cxx:27: filter/pdftoopvp/OPVPOutputDev.h:81:16: warning: 'OPVPOutputDev::startPage' hides overloaded virtual function [-Woverloaded-virtual] virtual void startPage(int pageNum, GfxState *state); ^ /usr/local/include/poppler/OutputDev.h:147:16: note: hidden overloaded virtual function 'OutputDev::startPage' declared here: different number of parameters (3 vs 2) virtual void startPage(int pageNum, GfxState *state, XRef *xref) {} ^ In file included from filter/pdftoopvp/pdftoopvp.cxx:31: filter/pdftoopvp/OPVPError.h:39:23: warning: variadic macros are a C99 feature [-Wvariadic-macros] #define opvpError(pos,...) error(errInternal,pos,__VA_ARGS__) ^ filter/pdftoopvp/pdftoopvp.cxx:617:30: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] globalParams->setAntialias("no"); ^ 11 warnings generated. CXXLD pdftoopvp CXX pdftopdf-pdftopdf.o CXX pdftopdf-pdftopdf_jcl.o CXX pdftopdf-pdftopdf_processor.o In file included from filter/pdftopdf/pdftopdf_processor.cc:2: filter/pdftopdf/qpdf_pdftopdf_processor.h:5:10: fatal error: 'qpdf/QPDF.hh' file not found #include ^ 1 error generated. *** Error code 1 Stop. make[3]: stopped in /usr/ports/print/cups-filters/work/cups-filters-1.0.58 *** Error code 1 Stop. make[2]: stopped in /usr/ports/print/cups-filters/work/cups-filters-1.0.58 *** Error code 1 Stop. make[1]: stopped in /usr/ports/print/cups-filters *** Error code 1 Stop. make: stopped in /usr/ports/print/cups-filters [root@moby /usr/ports/print/cups-filters]# --- Comment #1 from Bugzilla Automation --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug.