From owner-freebsd-arm@freebsd.org Thu Feb 16 21:10:25 2017 Return-Path: Delivered-To: freebsd-arm@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 17C97CE20F2 for ; Thu, 16 Feb 2017 21:10:25 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 D2C2F1B6F for ; Thu, 16 Feb 2017 21:10:24 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 5DBFE1FE025; Thu, 16 Feb 2017 22:10:06 +0100 (CET) Subject: Re: fatal error: 'invtrig.h' file not found on RPI2 To: bob prohaska , freebsd-arm@freebsd.org References: <20170216170110.GA40795@www.zefox.net> From: Hans Petter Selasky Message-ID: <5d95b6b7-8cab-cdb2-76d8-502359f2df91@selasky.org> Date: Thu, 16 Feb 2017 22:09:40 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20170216170110.GA40795@www.zefox.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 21:10:25 -0000 On 02/16/17 18:01, bob prohaska wrote: > For the last day I've been seeing > > --- lib/msun__L --- > /usr/src/lib/msun/src/catrigl.c:48:10: fatal error: 'invtrig.h' file not found > #include "invtrig.h" > Hi, There is a fix in progress for this issue. --HPS