From owner-freebsd-arm@freebsd.org Tue May 3 12:14:48 2016 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 B55E4B2B894 for ; Tue, 3 May 2016 12:14:48 +0000 (UTC) (envelope-from ulrich-grey@t-online.de) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FEA41EF8 for ; Tue, 3 May 2016 12:14:47 +0000 (UTC) (envelope-from ulrich-grey@t-online.de) Received: from fwd37.aul.t-online.de (fwd37.aul.t-online.de [172.20.27.137]) by mailout01.t-online.de (Postfix) with SMTP id 37DFD5F4E6C; Tue, 3 May 2016 14:14:39 +0200 (CEST) Received: from work (XR3GxYZlghngn8OTUh41WWnWHkVr+IRXXQ3i7rIcka-XEl8LlpwwnQIlf6uZGnVQSM@[84.134.139.244]) by fwd37.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1axZDn-4SyeGW0; Tue, 3 May 2016 14:14:35 +0200 Date: Tue, 3 May 2016 14:14:34 +0200 From: Ulrich Grey To: bob prohaska Cc: freebsd-arm@freebsd.org Subject: Re: Browser for freebsd-arm? www/xombrero Message-Id: <20160503141434.9ef7cc50dfcf00093d46de95@t-online.de> In-Reply-To: <20160403171433.GA71221@www.zefox.net> References: <20160403171433.GA71221@www.zefox.net> Organization: - X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.28; armv6-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ID: XR3GxYZlghngn8OTUh41WWnWHkVr+IRXXQ3i7rIcka-XEl8LlpwwnQIlf6uZGnVQSM X-TOI-MSGID: 1c2421c3-ae0b-4531-97f1-6c7284ea04f4 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 12:14:48 -0000 To compile www/xombrero I had to apply this patch: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203939#c1 Because patching Makefile was rejected, I had to change PORTVERSION and PORTREVISION manually. If I start xombrero, I get a bus error: (xombrero-bin:40222): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (xombrero-bin:40222): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion 'GDK_IS_PIXBUF (pixbuf)' failed [New Thread 26011f00 (LWP 100233/xombrero-bin)] Program received signal SIGBUS, Bus error. [Switching to Thread 26011000 (LWP 100079/xombrero-bin)] 0x238fb438 in ?? () Current language: auto; currently minimal (gdb) It is not possible (for me) to compile www/webkit-gtk2 with debug (using make config). See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208569#c5 ---------------------------------------- On Sun, 3 Apr 2016 10:14:33 -0700 bob prohaska wrote: > Are there any usable GUI browsers that compile and run on > FreeBSD-ARM? The intended host is a raspberry pi 2. > > I've tried building a few from ports, but either they > don't compile or don't run. Lynx works fine, but a text > browser on a graphical page is surprisingly hard to use, > even when the desired content is text. > > Thanks for reading, and any advice! > > bob prohaska > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"