From owner-freebsd-toolchain@freebsd.org Thu Feb 25 10:43:27 2016 Return-Path: Delivered-To: freebsd-toolchain@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 17918AB3BB8 for ; Thu, 25 Feb 2016 10:43:27 +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 E05D8AA6 for ; Thu, 25 Feb 2016 10:43:26 +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 u1PAhQnf077645 for ; Thu, 25 Feb 2016 10:43:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-toolchain@FreeBSD.org Subject: [Bug 207253] cad/openvsp: Fix in 11-CURRENT Date: Thu, 25 Feb 2016 10:43:26 +0000 X-Bugzilla-Reason: CC 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: easy, patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rakuco@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: merge-quarterly? X-Bugzilla-Changed-Fields: cc flagtypes.name 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 MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 10:43:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207253 Raphael Kubo da Costa changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fernando.apesteguia@gmail.c | |om Attachment #167391| |maintainer-approval?(fernan Flags| |do.apesteguia@gmail.com) --- Comment #13 from Raphael Kubo da Costa --- Created attachment 167391 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167391&action= =3Dedit Enclose array in a namespace (In reply to Dimitry Andric from comment #11)=20 > Well, try to report this to libc++ upstream, and see what they say. I do= n't > much feel like hacking our local copy with some change that will conflict > with whatever upstream is doing, let alone that we cannot do anything abo= ut > the existing copies of libc++ out there. OK. I was hoping you'd be willing to do that as it happened a few other tim= es in the past. (In reply to fernando.apesteguia from comment #12) > What strikes me is that the very same software works on FreeBSD 9.x and 1= 0.x > without issues > (http://portsmon.freebsd.org/portoverview.py?category=3Dcad&portname=3Dop= envsp). > So something must have changed in libc++. I'm afraid we can break other > software as stupid as they can be using names. I think it's worth having a > look at what it changed around July 2015 that was when the port started > failing. What changed is that libc++ and the rest of clang/LLVM were updated to more recent versions during that period, and these new versions introduced the changes that are breaking OpenVSP. > I'm working on the port of OpenVSP 3.0 but it requires the addition of ot= her > ports first and it will take a while. In the meantime I would rather comp= ile > OpenVSP with gcc as the patch purposes instead of working on a new patch = for > the code. Please take a look at this patch I'm attaching. It builds fine on HEAD for = me, and doesn't force the use of GCC. --=20 You are receiving this mail because: You are on the CC list for the bug.=