From owner-freebsd-gnome@freebsd.org Tue Dec 19 15:05:09 2017 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB525E88C3B for ; Tue, 19 Dec 2017 15:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C14D47C5B9 for ; Tue, 19 Dec 2017 15:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BD8E1E88C3A; Tue, 19 Dec 2017 15:05:09 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD356E88C39 for ; Tue, 19 Dec 2017 15:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 AB3177C5B8 for ; Tue, 19 Dec 2017 15:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vBJF59tM021859 for ; Tue, 19 Dec 2017 15:05:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 224447] devel/glibmm ustring.h:256:13: error: expected ';' at end of declaration list Date: Tue, 19 Dec 2017 15:05:09 +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 Many People X-Bugzilla-Who: portmaster@bsdforge.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: 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 MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2017 15:05:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224447 --- Comment #3 from Chris Hutchinson --- Thanks for the quick reply! (In reply to Ting-Wei Lan from comment #2) > (In reply to Chris Hutchinson from comment #0) >=20 > 1. GNOME never uses GitHub as its official repo. GitHub repo is just a > mirror and the official repo is at https://git.gnome.org/browse/glibmm/. Thanks for the correction. >=20 > 2. glibmm 2.6 is a very old version. The latest version which is compatib= le > with glibmm-2.4 ABI is glibmm 2.52. FreeBSD ports include glibmm 2.50.1, = so > I think if the update is really needed, the request should be 'update to > 2.52.1', not 'update to 2.6' which is actually a downgrade to a version > released more than 10 years ago. Well, that sounds about right. But looking at the 2.52.1 source. I see that the same errors will occur. clang expects ~ustring(); but gets ~ustring() noexcept; expects virtual ~Exception(); but gets virtual ~Exception() noexcept =3D 0; ... >=20 > I believe the problem is that you don't enable C++11 support in your port. > glibmm requires C++11 since version 2.46. That's a good point. Maybe I'm just doing it wrong. But throwing USES=3D compiler:c++11-lang and CXXFLAGS+=3D -Wc++11-extensions -Wc++11-long-long didn't get me any closer. Thanks again, for taking the time to respond. --Chris --=20 You are receiving this mail because: You are the assignee for the bug.=