From owner-freebsd-arm@freebsd.org Sun May 28 19:09:59 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 5FFE0D851C3; Sun, 28 May 2017 19:09:59 +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 3CE57190C; Sun, 28 May 2017 19:09:59 +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 v4SJ9s0B051542 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 28 May 2017 12:09:55 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v4SJ9rGe051541; Sun, 28 May 2017 12:09:53 -0700 (PDT) (envelope-from fbsd) Date: Sun, 28 May 2017 12:09:53 -0700 From: bob prohaska To: Ronald Klop Cc: ports@freebsd.org, freebsd-arm@freebsd.org Subject: Re: libGL error: unable to load driver: swrast_dri.so Message-ID: <20170528190953.GA51493@www.zefox.net> References: <20170527164437.GA47374@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Sun, 28 May 2017 19:09:59 -0000 On Sun, May 28, 2017 at 07:51:31PM +0200, Ronald Klop wrote: > On Sat, 27 May 2017 18:44:37 +0200, bob prohaska > wrote: > > > On an RPI2 www/epiphany finally compiled using portmaster. When started > > it runs (somewhat) but reports > > > > libGL error: unable to load driver: swrast_dri.so > > > > AFAIK swrast is the Software Raster driver. So I don't think the link is > with NVidia in your case. > I had the same error on my laptop with a Radeon driver (r600_dri.so) a > while back, but don't see it anymore when I start a GL program. What I > remember in my case the error was harmless. The driver was already loaded > or something like that. > Do you experience actual errors or only the message, i.e. does the program > run as expected? The error message isn't repeating in my case either. The machine is now heavily loaded with makeworld and epiphany segfaults within a couple of minutes. The page loads I tried seemed to stall before the segfault. Looks like the problems run deeper than a missing library. Thanks for reading! bob prohaska