Date: Sun, 28 May 2017 03:03:19 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: =?ISO-8859-15?Q?Dag-Erling_Sm=F8rgrav?= <des@des.no>, Andreas Tobler <andreast@FreeBSD.org> Cc: Mathieu Arnold <mat@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435576 - head/devel/pkgconf Message-ID: <alpine.LSU.2.21.1705280300090.3529@anthias.pfeifer.com> In-Reply-To: <86efy7q487.fsf@desk.des.no> References: <201703070103.v2713JtB059883@repo.freebsd.org> <e2a17a43-d9f9-dbc7-a73c-5317440b4357@FreeBSD.org> <86varkow3d.fsf@desk.des.no> <18c36943-a57e-b785-674b-f6522b1dce78@FreeBSD.org> <a5789e73-876a-978b-a29c-d1aa17160d0b@FreeBSD.org> <86efy7q487.fsf@desk.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 8 Mar 2017, Dag-Erling Smørgrav wrote: > I'll revert (and bump PORTREVISION again) but please consider the harm > you are doing to FreeBSD as a development platform by rejecting this > change and refusing to fix gcc's hardcoded library path (it's been > broken for years, but I didn't notice until we removed gcc from base, > because the base gcc didn't have that bug). I don't think this is a fair statement. andreast@ indicated he'd be looking into this, it's just not a trival problem (and I don't think most GNU/Linux distributions handle this differently, do they)? If we'd try to change anything here, I bet an -exp run would expose a lot of fun; even a simple update from GCC 5 to 6 already does that. Cf. PR 219275. :-( Gerald From owner-svn-ports-all@freebsd.org Sun May 28 02:39:55 2017 Return-Path: <owner-svn-ports-all@freebsd.org> Delivered-To: svn-ports-all@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 A0434D8552E; Sun, 28 May 2017 02:39:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 62484191A; Sun, 28 May 2017 02:39:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4S2dsGg043752; Sun, 28 May 2017 02:39:54 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S2dspf043751; Sun, 28 May 2017 02:39:54 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705280239.v4S2dspf043751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon <linimon@FreeBSD.org> Date: Sun, 28 May 2017 02:39:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441886 - head/lang/gcc6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/> List-Post: <mailto:svn-ports-all@freebsd.org> List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 28 May 2017 02:39:55 -0000 Author: linimon Date: Sun May 28 02:39:54 2017 New Revision: 441886 URL: https://svnweb.freebsd.org/changeset/ports/441886 Log: I jumped the gun by marking this broken on powerpc64. There is active work ongoing to debug it. Modified: head/lang/gcc6/Makefile Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Sun May 28 00:25:27 2017 (r441885) +++ head/lang/gcc6/Makefile Sun May 28 02:39:54 2017 (r441886) @@ -20,7 +20,6 @@ LIB_DEPENDS= libgmp.so:math/gmp \ BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils -BROKEN_powerpc64= fails to build: close.c: implicit declaration of function 'strdup' BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile .if defined(MAINTAINER_MODE)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.1705280300090.3529>