From owner-freebsd-arm@freebsd.org Thu Feb 16 17:05:20 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 1E8EACE1486 for ; Thu, 16 Feb 2017 17:05:20 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DE80B1E94 for ; Thu, 16 Feb 2017 17:05:19 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v1GH1Bf0040894 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 16 Feb 2017 09:01:12 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v1GH1Af4040893; Thu, 16 Feb 2017 09:01:10 -0800 (PST) (envelope-from fbsd) Date: Thu, 16 Feb 2017 09:01:10 -0800 From: bob prohaska To: freebsd-arm@freebsd.org Subject: fatal error: 'invtrig.h' file not found on RPI2 Message-ID: <20170216170110.GA40795@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) 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 17:05:20 -0000 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. Thanks for reading! bob prohaska