From owner-freebsd-ports@freebsd.org Fri Dec 25 07:57:02 2015 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 9421FA5150A for ; Fri, 25 Dec 2015 07:57:02 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 823121F05 for ; Fri, 25 Dec 2015 07:57:02 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id 80BE7A51509; Fri, 25 Dec 2015 07:57:02 +0000 (UTC) Delivered-To: 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 7F5FAA51508 for ; Fri, 25 Dec 2015 07:57:02 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 677B71F04 for ; Fri, 25 Dec 2015 07:57:01 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yuri.doctorlan.com (c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id tBP7uvBb080994 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 24 Dec 2015 23:56:58 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128] claimed to be yuri.doctorlan.com Subject: Re: USES=fortran can't mix with the libraries requiring /lib/libgcc_s.so.1 from the base To: Diane Bruce References: <567A9511.30705@rawbw.com> <20151223143401.GA10518@night.db.net> <567AC007.9080408@rawbw.com> <20151223172309.GA11725@night.db.net> Cc: "ports@freebsd.org" From: Yuri Message-ID: <567CF6C8.4000400@rawbw.com> Date: Thu, 24 Dec 2015 23:56:56 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20151223172309.GA11725@night.db.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 07:57:02 -0000 On 12/23/2015 09:23, Diane Bruce wrote: >>> > >No. The core problem is due to our version of libgcc not having quadmath >>> > >support. >>> > > >> is not that simple. Please read the various threads to understand why. What does it take to update the base libgcc to the version with quadmath support? This is a very bad problem, because it prevents most science and math software from running on FreeBSD. Yuri