Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2017 11:02:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 222424] devel/liblas12: Fix build error on HEAD
Message-ID:  <bug-222424-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 222424
           Summary: devel/liblas12: Fix build error on HEAD
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: rhurlin@gwdg.de

Created attachment 186507
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D186507&action=
=3Dedit
patch for devel/liblas12 to circumstance guid error

For some weeks now devel/liblas12 does not build on HEAD because of this er=
ror:

las_c_api.cpp:748:28: error: qualified reference to 'guid' is a constructor
name rather than a type in this context
        id =3D liblas::guid::guid(value);
                           ^
las_c_api.cpp:1545:28: error: qualified reference to 'guid' is a constructor
name rather than a type in this context
        id =3D liblas::guid::guid(string);
                           ^

The patch should solve this behavior on HEAD, hopefully without regressions=
 on
10.x and 11.x


Tested with Poudriere (10.3i/a, 11.0i/a  and, HEADi/a, no options available.

portlint -AC seems happy.

--=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-222424-13>