[Bug 248703] graphics/gdal: build fails after update to poppler 20.08

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 17 15:10:43 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248703

            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 at FreeBSD.org
          Reporter: jcfyecrayz at liamekaens.com
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
          Assignee: sunpoet at 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 >= 1 || POPPLER_MINOR_VERSION >= 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 doesn't
like it either.  Nor does g++9.

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


More information about the freebsd-ports-bugs mailing list