Date: Mon, 17 Aug 2020 15:10:41 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248703] graphics/gdal: build fails after update to poppler 20.08 Message-ID: <bug-248703-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248703 Bug ID: 248703 Summary: graphics/gdal: build fails after update to poppler 20.08 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: jcfyecrayz@liamekaens.com Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Assignee: sunpoet@FreeBSD.org In file included from pdfdataset.cpp:36: In file included from ./gdal_pdf.h:53: ./pdfsdk_headers.h:53:37: error: invalid digit '8' in octal constant #if !(POPPLER_MAJOR_VERSION >=3D 1 || POPPLER_MINOR_VERSION >=3D 73) POPPLER_MINOR_VERSION is set by the configure script to '08' (from 'pkgconf --modversion poppler' + sed to extract the 08 part of 20.08.0). This error is generated from clang 8 on 11.4 (base c++). But clang++11 doe= sn't like it either. Nor does g++9. --=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-248703-7788>