From owner-freebsd-arm@freebsd.org Fri Feb 17 08:24:39 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 E39C8CE0316 for ; Fri, 17 Feb 2017 08:24:39 +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 AAE441DB4 for ; Fri, 17 Feb 2017 08:24:39 +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 B2D4B1FE025; Fri, 17 Feb 2017 09:24:19 +0100 (CET) Subject: Re: fatal error: 'invtrig.h' file not found on RPI2 To: bob prohaska , Andreas Tobler References: <20170216170110.GA40795@www.zefox.net> <418eca38-683c-4c13-f24b-f05aa49196d7@fgznet.ch> <20170217015515.GA42188@www.zefox.net> Cc: freebsd-arm@freebsd.org From: Hans Petter Selasky Message-ID: <31cfa5ab-7bfc-1309-20bf-76279560dd95@selasky.org> Date: Fri, 17 Feb 2017 09:23:54 +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: <20170217015515.GA42188@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: Fri, 17 Feb 2017 08:24:40 -0000 On 02/17/17 02:55, bob prohaska wrote: > On Thu, Feb 16, 2017 at 10:34:27PM +0100, Andreas Tobler wrote: >> On 16.02.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" >>> >>> This is on >>> >>> FreeBSD www.zefox.com 12.0-CURRENT FreeBSD 12.0-CURRENT #5 r313709: Mon Feb 13 15:11:04 PST 2017 bob@www.zefox.com:/usr/obj/usr/src/sys/RPI2 arm >>> >>> Am I doing something wrong? Attempts to update simply report >>> root@www:/usr/src # svnlite up . >>> Updating '.': >>> At revision 313810. >> >> Just revert r313761 in head/lib/msun, it affects also mips and powerpc. >> > > Hmm, didn't seem to help, same error. Actually, it doesn't matter, this is > just a test machine. > > How can I tell when it's useful to try again? > After this patch: https://svnweb.freebsd.org/changeset/base/313863 --HPS