From owner-svn-ports-all@freebsd.org Sun Nov 5 20:11:47 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 CFEF4E5024E; Sun, 5 Nov 2017 20:11:47 +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 AB1F969253; Sun, 5 Nov 2017 20:11:46 +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 AD56E3F446; Sun, 5 Nov 2017 15:11:44 -0500 (EST) Received: from anthias (vie-188-118-245-227.dsl.sil.at [188.118.245.227]) (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 31E343F444; Sun, 5 Nov 2017 15:11:43 -0500 (EST) Date: Sun, 5 Nov 2017 21:11:34 +0100 (CET) From: Gerald Pfeifer To: Joseph Mingrone cc: Tijl Coosemans , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, portmgr@FreeBSD.org, Andreas Tobler Subject: Re: svn commit: r452962 - head/math/libRmath In-Reply-To: <86y3nvtjlt.fsf@phe.ftfl.ca> Message-ID: References: <201710270052.v9R0qf7A058644@repo.freebsd.org> <20171027125130.39e98c9c@kalimero.tijl.coosemans.org> <86d158vcve.fsf@phe.ftfl.ca> <20171028124843.56f8e8d3@kalimero.tijl.coosemans.org> <86y3nvtjlt.fsf@phe.ftfl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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, 05 Nov 2017 20:11:47 -0000 On Sat, 28 Oct 2017, Joseph Mingrone wrote: >> The download problem you have in math/R looks like the problem reported at >> https://lists.freebsd.org/pipermail/freebsd-current/2017-August/066855.html >> https://lists.freebsd.org/pipermail/freebsd-current/2017-October/067254.html >> and is unrelated to Fortran. > Thanks for this. The problem is with gfortran (gcc). It is good to > know it is simply with gcc/gfortran and not a result of mixing libgcc > libraries. I believe that in between Tijl and Andreas this has been addressed now. (Some changes are in upstream GCC which lang/gcc*-devel is going to pick up in the next days and similar lang/gcc6 and later.) Gerald