From owner-svn-ports-all@freebsd.org Sun May 28 01:03:23 2017 Return-Path: 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 80CC3D85442; Sun, 28 May 2017 01:03:23 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 EA2811AE8; Sun, 28 May 2017 01:03:22 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id E253F3F5EC; Sat, 27 May 2017 21:03:21 -0400 (EDT) Received: from anthias.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id C4D403F5EB; Sat, 27 May 2017 21:03:20 -0400 (EDT) Date: Sun, 28 May 2017 03:03:19 +0200 (CEST) From: Gerald Pfeifer To: =?ISO-8859-15?Q?Dag-Erling_Sm=F8rgrav?= , Andreas Tobler cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435576 - head/devel/pkgconf In-Reply-To: <86efy7q487.fsf@desk.des.no> Message-ID: References: <201703070103.v2713JtB059883@repo.freebsd.org> <86varkow3d.fsf@desk.des.no> <18c36943-a57e-b785-674b-f6522b1dce78@FreeBSD.org> <86efy7q487.fsf@desk.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 01:03:23 -0000 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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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)