From nobody Mon Nov 22 13:52:40 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8C12618A4FC5 for ; Mon, 22 Nov 2021 13:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HyTHD3Ssdz3q42 for ; Mon, 22 Nov 2021 13:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57B2923D1A for ; Mon, 22 Nov 2021 13:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1AMDqe7s024437 for ; Mon, 22 Nov 2021 13:52:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AMDqeas024436 for ports-bugs@FreeBSD.org; Mon, 22 Nov 2021 13:52:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 259967] graphics/qgis: broken on CURRENT since intro of llvm13 in base Date: Mon, 22 Nov 2021 13:52:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259967 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #229644|0 |1 is obsolete| | --- Comment #5 from Dimitry Andric --- Created attachment 229657 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229657&action= =3Dedit Correct parameter type for QgsOgrDataset deleter (v2) (In reply to Rainer Hurling from comment #4) I ran into another unrelated error with the science/py-scipy port, which is= a runtime dependency of qgis: In file included from scipy/interpolate/_rbfinterp_pythran.cpp:1: In file included from /usr/local/lib/python3.9/site-packages/pythran/pythonic/core.hpp:36: In file included from /usr/local/lib/python3.9/site-packages/pythran/pythonic/types/slice.hpp:5: In file included from /usr/local/lib/python3.9/site-packages/pythran/pythonic/types/NoneType.hpp:= 8: In file included from /usr/local/lib/python3.9/site-packages/pythran/pythonic/builtins/bool_.hpp:= 7: In file included from /usr/local/lib/python3.9/site-packages/pythran/pythonic/types/tuple.hpp:13: In file included from /usr/local/lib/python3.9/site-packages/pythran/pythonic/types/ndarray.hpp:1= 0: In file included from /usr/local/lib/python3.9/site-packages/pythran/pythonic/builtins/ValueError= .hpp:6: In file included from /usr/local/lib/python3.9/site-packages/pythran/pythonic/types/exceptions.hp= p:6: /usr/local/lib/python3.9/site-packages/pythran/pythonic/types/str.hpp:407:1= 2: error: no matching constructor for initialization of 'typename str::reverse_iterator' (aka 'reverse_iterator<(anonymous namespace)::pythonic::types::string_ iterator>') return {data->rbegin()}; ^~~~~~~~~~~~~~~~ However, it did manage to compile the source of qgis itself. One thing that= I had forgotten was that the QgsOgrProviderUtils::releaseDataset() function a= lso has a prototype in src/core/providers/ogr/qgsogrproviderutils.h. E.g. the parameter type also needs to fixed in the header. Here is an updat= ed patch. --=20 You are receiving this mail because: You are the assignee for the bug.=