From owner-freebsd-ports@freebsd.org Fri Feb 22 02:38:05 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74BEE14FBCA7 for ; Fri, 22 Feb 2019 02:38:05 +0000 (UTC) (envelope-from db@db.net) Received: from artemis.db.net (artemis.db.net [45.32.229.41]) by mx1.freebsd.org (Postfix) with ESMTP id 27323739E5; Fri, 22 Feb 2019 02:38:03 +0000 (UTC) (envelope-from db@db.net) Received: from night.db.net (artemis.db.net [45.32.229.41]) by artemis.db.net (Postfix) with ESMTP id A5D82101B7; Fri, 22 Feb 2019 02:37:56 +0000 (UTC) Received: by night.db.net (Postfix, from userid 1000) id 0138039874; Thu, 21 Feb 2019 21:37:54 -0500 (EST) Date: Thu, 21 Feb 2019 21:37:54 -0500 From: Diane Bruce To: Steve Kargl Cc: Diane Bruce , =?utf-8?Q?T=C4=B3l?= Coosemans , "Russell L. Carter" , Eugene Grosbein , FreeBSD Ports ML Subject: Re: FreeCAD 0.17 && /lib//libgcc_s.so.1 Message-ID: <20190222023754.GA46222@night.db.net> References: <416689e6-37f9-17ec-54d8-0d224c26f30f@pinyon.org> <20190217151604.GB68620@night.db.net> <20190221180515.39c79ce6@kalimero.tijl.coosemans.org> <20190221183040.GA42303@night.db.net> <20190221214646.GA86448@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190221214646.GA86448@troutmask.apl.washington.edu> User-Agent: Mutt/1.11.1 (2018-12-01) X-Rspamd-Queue-Id: 27323739E5 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.31 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.62)[0.620,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[db.net]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.80)[0.796,0]; RCPT_COUNT_FIVE(0.00)[6]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[mx1-us2.ppe-hosted.com,mx2-us2.ppe-hosted.com,mx1-us2.ppe-hosted.com,mx2-us2.ppe-hosted.com,mx1-us2.ppe-hosted.com,mx2-us2.ppe-hosted.com]; NEURAL_SPAM_LONG(0.77)[0.769,0]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:20473, ipnet:45.32.224.0/21, country:US]; IP_SCORE(0.13)[asn: 20473(0.75), country: US(-0.07)] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2019 02:38:05 -0000 On Thu, Feb 21, 2019 at 01:46:46PM -0800, Steve Kargl wrote: > On Thu, Feb 21, 2019 at 01:30:41PM -0500, Diane Bruce wrote: > > > > Yes yes and yes. It would be a right PITA. Perhaps it could be done > > with some weak symbols but personally I think that's another hack. > > I'll go look for whatever symbols we are missing and see if we > > can fix our libgcc_s > > > > Diane, > > The missing symbols are > > % objdump -x lib/libgfortran.so | grep GCC_4.6.0 | awk '{print $5}' | sort > > __addtf3@@GCC_4.6.0 > __divtf3@@GCC_4.6.0 > __eqtf2@@GCC_4.6.0 > __floatditf@@GCC_4.6.0 > __floatsitf@@GCC_4.6.0 > __floatunditf@@GCC_4.6.0 > __getf2@@GCC_4.6.0 > __gttf2@@GCC_4.6.0 > __letf2@@GCC_4.6.0 > __lttf2@@GCC_4.6.0 > __multf3@@GCC_4.6.0 > __netf2@@GCC_4.6.0 > __subtf3@@GCC_4.6.0 > __unordtf2@@GCC_4.6.0 > > It looks like we may be able to grab some of these from libc/softfloat: > getf2.c, gttf2.c, letf2.c, lttf2.c, netf2.c. > > It looks like we might be able to grab a few more from NetBSD: > eqtf2.c and unordtf2.c > > -- > steve Thank you. Diane -- - db@FreeBSD.org db@db.net http://artemis.db.net/~db