From owner-freebsd-ports@freebsd.org Tue Nov 15 00:16:33 2016 Return-Path: Delivered-To: freebsd-ports@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 3C8E7C3004F for ; Tue, 15 Nov 2016 00:16:33 +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 2B57E1048 for ; Tue, 15 Nov 2016 00:16:33 +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 uAF0GX8R024443 for ; Tue, 15 Nov 2016 00:16:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports@FreeBSD.org Subject: [Bug 214456] lang/gcc6: -r424540: FreeBSD's WITH_DEBUG= and full bootstrap are incompatible and the build stops (powerpc 32-bit anyway) Date: Tue, 15 Nov 2016 00:16:33 +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: markmi@dsl-only.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports@FreeBSD.org X-Bugzilla-Flags: 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-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 00:16:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214456 --- Comment #5 from Mark Millard --- (In reply to Mark Millard from comment #4) I normally have WITH_DEBUG "always on" and have not tied omitting it to see= if there still would be a -gtoggle difference for lang/gcc6. So I've not really done enough to blame WITH_DEBUG for sure for lang/gcc6. (Let me know if you need the behavior confirmed for lack of WITH_DEBUG.) (I normally also have WTIH_DEBUG_FILES "always on".) Side note on why I suspect WITH_DEBUG: I've run into multiple ports that independently use WITH_DEBUG for their own purposes (even outside of FreeBSD contexts). One of those requires disabling WITH_DEBUG for it to complete building: (bugzilla 206679) www/webkit-qt5: ar: libWebCore.a: File truncated for debug/libWebCore.a when FreeBSD ports' WITH_DEBUG=3D is used I wish FreeBSD's ports infrastructure had picked a less generic name, say something like WITH_FBSD_DBG , that effectively could be treated as reserved because preexisting matches were rather unlikely compared to WITH_DEBUG . Making a port that uses WITH_DEBUG on its own use something else for its internal purposes and then maintaining that status over time would likely be a major pain. (Luckily: at least for now I do not build anything that indirectly gets to www/webkit-qt5 .) --=20 You are receiving this mail because: You are the assignee for the bug.=