From owner-freebsd-ppc@freebsd.org Sun Aug 9 23:42:01 2015 Return-Path: Delivered-To: freebsd-ppc@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 D13DC99DDC6 for ; Sun, 9 Aug 2015 23:42:01 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-vk0-x22c.google.com (mail-vk0-x22c.google.com [IPv6:2607:f8b0:400c:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B3FAEEC; Sun, 9 Aug 2015 23:42:01 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by vkci6 with SMTP id i6so53981619vkc.3; Sun, 09 Aug 2015 16:42:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=o5yr07ELw0VGXnNb96OFltFvdpn+DRcSw9iPj+BV0S4=; b=L3QalyN8MBYgA1J6N6ETuUb3RewbtsDdkUVlkvJr4eQESWxaW9qDb1x6iUunL488LN /Ojs36C/9b92Yg7AF9liG8Jmi6WjRRQlBbhxfApZz4viEtkVUEZ3x2P/RK2fNUi0TuEI duPaiJj8vP0SFufajr1/9d4Yj3FwP8c0Sp5En+umyjezdrwFDqivCCg3X4bs9XLRic1f G5JfYK2nhg6+Ku/vHG4uA5MYGEx1IXaVWkpzXkUzYR/hptvITlkMx0X/NIzSdqBGblZu IPd/UcfG9bZustBVkzeiHG89z/7q0e7LDMtA4jZUDT7QEdcBlvNgLdKxuFvdmmA/vepZ 3e5Q== MIME-Version: 1.0 X-Received: by 10.52.52.133 with SMTP id t5mr21204698vdo.56.1439163720589; Sun, 09 Aug 2015 16:42:00 -0700 (PDT) Received: by 10.31.139.200 with HTTP; Sun, 9 Aug 2015 16:42:00 -0700 (PDT) In-Reply-To: References: <20150805185841.GA61013@FreeBSD.org> Date: Sun, 9 Aug 2015 18:42:00 -0500 Message-ID: Subject: Re: From: "Herminio Hernandez, Jr." To: Justin Hibbits Cc: Alexey Dokuchaev , FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2015 23:42:01 -0000 setting "NoAccel" to "Ture" got my DE working. However I have been able to get hardware accelerated graphics to work under Linux. I do see why this cannot happen on FreeBSD. Has anyone been able to KMS and hardware accelerated graphics working on PowerPC? On Wed, Aug 5, 2015 at 5:16 PM, Justin Hibbits wrote: > On Wed, Aug 5, 2015 at 11:58 AM, Alexey Dokuchaev > wrote: > > On Wed, Aug 05, 2015 at 11:26:37AM -0700, Justin Hibbits wrote: > >> Try adding the following line into the card's Section "Device" of > xorg.conf: > >> > >> Option "NoAccel" "true" > >> > >> I needed to add this option on my PowerBooks, with ATI graphics, using > >> the xf86-video-ati-ums driver. > > > > Speaking of Apple iBooks/PowerBooks, and given than ATI (AMD) cards are > > currently one of the best supported in post-KMS world, are there chances > > to get them fully accelerated working in the foreseeable future? > > > > ./danfe > > I *think* all that's needed is atomic64 emulation. I had written a > patch implementing them, but it utterly failed to compile for most > architectures. If I didn't have to worry about userspace or the > opensolaris atomic64 emulation, it wouldn't be too difficult. Anyone > else wants a crack at it, feel free. > > - Justin > From owner-freebsd-ppc@freebsd.org Mon Aug 10 00:19:52 2015 Return-Path: Delivered-To: freebsd-ppc@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 327DB99E66F for ; Mon, 10 Aug 2015 00:19:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 1E396F29 for ; Mon, 10 Aug 2015 00:19:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7A0Jpt4099102 for ; Mon, 10 Aug 2015 00:19:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 201607] www/firefox: Fails to configure on PowerPC Date: Mon, 10 Aug 2015 00:19:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: herminio.hernandezjr@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 00:19:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201607 --- Comment #2 from herminio.hernandezjr@gmail.com --- Created attachment 159715 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159715&action=edit output -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-ppc@freebsd.org Mon Aug 10 00:20:52 2015 Return-Path: Delivered-To: freebsd-ppc@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 0022399E724 for ; Mon, 10 Aug 2015 00:20:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 E06E715F for ; Mon, 10 Aug 2015 00:20:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7A0Kpae002098 for ; Mon, 10 Aug 2015 00:20:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 201607] www/firefox: Fails to configure on PowerPC Date: Mon, 10 Aug 2015 00:20:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: herminio.hernandezjr@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 00:20:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201607 --- Comment #3 from herminio.hernandezjr@gmail.com --- updated python and set SEM and THREADS to on and still failed. see file that I recently added. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-ppc@freebsd.org Mon Aug 10 00:57:59 2015 Return-Path: Delivered-To: freebsd-ppc@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 A4A4B99EE2C for ; Mon, 10 Aug 2015 00:57:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 8FD2C856 for ; Mon, 10 Aug 2015 00:57:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7A0vxGr040875 for ; Mon, 10 Aug 2015 00:57:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 201607] www/firefox: Fails to configure on PowerPC Date: Mon, 10 Aug 2015 00:57:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 00:57:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201607 --- Comment #4 from Jan Beich --- Comment on attachment 159715 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159715 output >dtrace -x nolibs -G -C -s /usr/ports/www/firefox/work/mozilla-release/js/src/devtools/javascript-trace.d -o js-dtrace.o RegExp.o ... >: /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/arena.h:990: Failed assertion: "arena_mapbits_allocated_get(chunk, pageind) != 0" >/usr/ports/www/firefox/work/mozilla-release/config/rules.mk:800: recipe for target 'js-dtrace.o' failed >gmake[7]: *** [js-dtrace.o] Abort trap (core dumped) Try building with DTRACE=off. "Not a Bug" for ports scope. If you want to pursue DTRACE=on try to: - Build dtrace(1) and all libs it depends on with DEBUG_FLAGS=-g - Get a backtrace with gdb/lldb - Change bugzilla Product to Base System + check "Reset Assignee to default" -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-ppc@freebsd.org Mon Aug 10 02:06:03 2015 Return-Path: Delivered-To: freebsd-ppc@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 00B81998C9B for ; Mon, 10 Aug 2015 02:06:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 D9094132 for ; Mon, 10 Aug 2015 02:06:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7A262QC077417 for ; Mon, 10 Aug 2015 02:06:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 201607] www/firefox: Fails to configure on PowerPC Date: Mon, 10 Aug 2015 02:06:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: herminio.hernandezjr@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 02:06:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201607 --- Comment #5 from herminio.hernandezjr@gmail.com --- Added DTRACE=off and still failed. see below gmake[7]: Entering directory '/usr/ports/www/firefox/work/mozilla-release/obj-powerpc-portbld-freebsd11.0/js/src' dtrace -x nolibs -G -C -s /usr/ports/www/firefox/work/mozilla-release/js/src/devtools/javascript-trace.d -o js-dtrace.o RegExp.o CTypes.o Library.o Parser.o ExecutableAllocatorPosix.o jsarray.o jsatom.o jsmath.o jsutil.o pm_stub.o TraceLogging.o TraceLoggingGraph.o TraceLoggingTypes.o Unified_cpp_js_src0.o Unified_cpp_js_src1.o Unified_cpp_js_src10.o Unified_cpp_js_src11.o Unified_cpp_js_src2.o Unified_cpp_js_src3.o Unified_cpp_js_src4.o Unified_cpp_js_src5.o Unified_cpp_js_src6.o Unified_cpp_js_src7.o Unified_cpp_js_src8.o Unified_cpp_js_src9.o : /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/arena.h:990: Failed assertion: "arena_mapbits_allocated_get(chunk, pageind) != 0" /usr/ports/www/firefox/work/mozilla-release/config/rules.mk:800: recipe for target 'js-dtrace.o' failed gmake[7]: *** [js-dtrace.o] Abort trap (core dumped) gmake[7]: Leaving directory '/usr/ports/www/firefox/work/mozilla-release/obj-powerpc-portbld-freebsd11.0/js/src' /usr/ports/www/firefox/work/mozilla-release/config/recurse.mk:74: recipe for target 'js/src/target' failed gmake[6]: *** [js/src/target] Error 2 gmake[6]: Leaving directory '/usr/ports/www/firefox/work/mozilla-release/obj-powerpc-portbld-freebsd11.0' /usr/ports/www/firefox/work/mozilla-release/config/recurse.mk:36: recipe for target 'compile' failed gmake[5]: *** [compile] Error 2 gmake[5]: Leaving directory '/usr/ports/www/firefox/work/mozilla-release/obj-powerpc-portbld-freebsd11.0' /usr/ports/www/firefox/work/mozilla-release/config/rules.mk:541: recipe for target 'default' failed gmake[4]: *** [default] Error 2 gmake[4]: Leaving directory '/usr/ports/www/firefox/work/mozilla-release/obj-powerpc-portbld-freebsd11.0' /usr/ports/www/firefox/work/mozilla-release/client.mk:400: recipe for target 'realbuild' failed gmake[3]: *** [realbuild] Error 2 gmake[3]: Leaving directory '/usr/ports/www/firefox/work/mozilla-release' /usr/ports/www/firefox/work/mozilla-release/client.mk:171: recipe for target 'build' failed gmake[2]: *** [build] Error 2 gmake[2]: Leaving directory '/usr/ports/www/firefox/work/mozilla-release' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/www/firefox *** Error code 1 Stop. make: stopped in /usr/ports/www/firefox -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-ppc@freebsd.org Mon Aug 10 06:28:58 2015 Return-Path: Delivered-To: freebsd-ppc@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 AFE2E99E8D1 for ; Mon, 10 Aug 2015 06:28:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 9CFE5A7C for ; Mon, 10 Aug 2015 06:28:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t7A6SwYp005281 for ; Mon, 10 Aug 2015 06:28:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 201607] www/firefox: Fails to configure on PowerPC Date: Mon, 10 Aug 2015 06:28:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 06:28:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201607 --- Comment #6 from Jan Beich --- (In reply to herminio.hernandezjr from comment #5) > Added DTRACE=off and still failed. Did you turn off DTRACE in |make config| and |make showconfig| now shows DTRACE=off? If so --disable-dtrace should be passed during configure stage. It's hard to tell more without more complete build log and |make showconfig| output. There could be a genuine issue if some of the base tools used by configure script behaves erratically on powerpc. For one, freebsd.org packages don't invoke dtrace(1) during build as you can see in the linked log below. The reason is DTRACE option being disabled by default. http://beefy5.nyi.freebsd.org/data/101i386-default/393044/logs/firefox-39.0,1.log -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-ppc@freebsd.org Tue Aug 11 05:18:20 2015 Return-Path: Delivered-To: freebsd-ppc@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 E79D899E9AB for ; Tue, 11 Aug 2015 05:18:20 +0000 (UTC) (envelope-from knowledgeispower80@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEB22377 for ; Tue, 11 Aug 2015 05:18:20 +0000 (UTC) (envelope-from knowledgeispower80@gmail.com) Received: by iodb91 with SMTP id b91so131657942iod.1 for ; Mon, 10 Aug 2015 22:18:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=fqZfuIVNRy3rDh046vPpCEobPK4stM9yU5Nr+AEx504=; b=OHYRwdqw9GvPrIS2MtBV1qjHOjSVSnvp3raSBMbj0M+6xDw1NPXtU2T/dIKrq6Gr8H WcouBAsCz0UB8GTumUdElLEpGvL1On6XwjlHDMl72VkuX5/5GduqumE9nwTGPSGPS9+5 ydgnvJCGpqHiuB/JphYyd0BmcXhDhembjNYo+/agPAMnZ5u6+MLOv826fMzMyCbv3zOV xsjAncWuJnEZS7h/EjKVKMO3ggJ67oUWn5EOJEdOxZsRGwSw0kVkfD7TW7S203gVEEgX cCstfMUOMdCfKtTX2b4fHETIXIXXg53vtvI0qe12gLJX109dmZwuPg06uKA3PghrF5AY V04g== MIME-Version: 1.0 X-Received: by 10.107.135.79 with SMTP id j76mr16497410iod.29.1439270300011; Mon, 10 Aug 2015 22:18:20 -0700 (PDT) Received: by 10.36.16.212 with HTTP; Mon, 10 Aug 2015 22:18:19 -0700 (PDT) Date: Tue, 11 Aug 2015 01:18:19 -0400 Message-ID: Subject: PowerBoo G4 performance From: Roosevelt Littleton To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 05:18:21 -0000 Hey, I have current(freebsd) running on my powerbook, and I can't be nothing more than suprised at the performance. Before installing I was optimistic of the performance but was suprise it performed just as well as my G5 gentoo workstation. Only thing that I have a problem is not hardware accell. I have a spare G5 around with gentoo inside and a nvidia gpu inside. Which now i will be replacing with a X1900GT PCIe. Thanks, Roosevelt From owner-freebsd-ppc@freebsd.org Tue Aug 11 14:19:10 2015 Return-Path: Delivered-To: freebsd-ppc@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 B8C8E99F349 for ; Tue, 11 Aug 2015 14:19:10 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 846D7C0F; Tue, 11 Aug 2015 14:19:10 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by iodb91 with SMTP id b91so143549528iod.1; Tue, 11 Aug 2015 07:19:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=1PtPVUbCK6pLBL4+6WtZn1thMs/NXjiPWfcLLlgTD1w=; b=mYQsTmQ6xgRNGvmwKV2LlRGeHorgmf4Z857lJFaiAWed9QJKJ9U0PjB1Hukedi5UmZ o95U62G8Mul14/CTmENlGAye6CQzKhvx0GvI3ZKtziRk2e4MW1PO3upyfoTjnik3/LOU tt0QkUIgZAfUudTUZE1AaQOz6mEEFF1zoIAasdlxnt9qpRFde7HLzSZVJEwesMIWsk2e UcVqfraBDuAevOFEFvoxm6StKwF+15DjWCHKb0yKBTiTxF5+nEbeRFSwbQy0NV2Q3iXW QV9VAr2YdiJKL+q218fVM3P4Avz8hzeZuycUfGwEAW35uiIYTdeMiCvZUlxk8r290LPI gR5g== MIME-Version: 1.0 X-Received: by 10.107.137.87 with SMTP id l84mr33080567iod.119.1439302749830; Tue, 11 Aug 2015 07:19:09 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.36.58.149 with HTTP; Tue, 11 Aug 2015 07:19:09 -0700 (PDT) In-Reply-To: References: <20150805185841.GA61013@FreeBSD.org> Date: Tue, 11 Aug 2015 07:19:09 -0700 X-Google-Sender-Auth: TPsq_FG9eyZS9vLucTHg70M1TD4 Message-ID: Subject: Re: From: Justin Hibbits To: "Herminio Hernandez, Jr." Cc: Alexey Dokuchaev , FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 14:19:10 -0000 Not yet on FreeBSD. It's on my TODO list, but other things keep cropping up at higher priority. DRI1 'sort of' worked, on some versions, with specific Mesa and X versions, on some hardware, but mostly failed quite miserably. - Justin On Sun, Aug 9, 2015 at 4:42 PM, Herminio Hernandez, Jr. wrote: > setting "NoAccel" to "Ture" got my DE working. However I have been able to > get hardware accelerated graphics to work under Linux. I do see why this > cannot happen on FreeBSD. Has anyone been able to KMS and hardware > accelerated graphics working on PowerPC? > > On Wed, Aug 5, 2015 at 5:16 PM, Justin Hibbits > wrote: >> >> On Wed, Aug 5, 2015 at 11:58 AM, Alexey Dokuchaev >> wrote: >> > On Wed, Aug 05, 2015 at 11:26:37AM -0700, Justin Hibbits wrote: >> >> Try adding the following line into the card's Section "Device" of >> >> xorg.conf: >> >> >> >> Option "NoAccel" "true" >> >> >> >> I needed to add this option on my PowerBooks, with ATI graphics, using >> >> the xf86-video-ati-ums driver. >> > >> > Speaking of Apple iBooks/PowerBooks, and given than ATI (AMD) cards are >> > currently one of the best supported in post-KMS world, are there chances >> > to get them fully accelerated working in the foreseeable future? >> > >> > ./danfe >> >> I *think* all that's needed is atomic64 emulation. I had written a >> patch implementing them, but it utterly failed to compile for most >> architectures. If I didn't have to worry about userspace or the >> opensolaris atomic64 emulation, it wouldn't be too difficult. Anyone >> else wants a crack at it, feel free. >> >> - Justin > > From owner-freebsd-ppc@freebsd.org Tue Aug 11 22:14:15 2015 Return-Path: Delivered-To: freebsd-ppc@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 452FE99F2F2 for ; Tue, 11 Aug 2015 22:14:15 +0000 (UTC) (envelope-from knowledgeispower80@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14130B35 for ; Tue, 11 Aug 2015 22:14:15 +0000 (UTC) (envelope-from knowledgeispower80@gmail.com) Received: by iodt126 with SMTP id t126so2329511iod.2 for ; Tue, 11 Aug 2015 15:14:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZnRpwOzVsh5+zi82R5KVErT+qz4TZ7JD9owOUvRkEj0=; b=XG11wjdkeABM3A6L04uPGAX/qD9JvdMKqmM7pvBxQOd2POa9VMWICEPOYWaGdOzZJB EuDZWqr3Hc6Rursl2EukFqhxbn9jKoe9FiSxp69vHoyEqFdRzyPzYCfZJgqWONAm3R2l Fdr/K7rIbXNeTuk13pAFA0QqVu2SsMHWMbs2Dj9qoZAPm/zpRp7n1LQn+teF/1+zBCdZ EQEaKryzTHgXcEFaG3lnAxsnYLU3TkN4rG9X3xTB7F+rGWVlEdujvEIbJMyFC2AWc1WN hCDXvmqgceSl7hclRdwNHwNgAc9wp89M3Nqr6LDgwUz+0jpgHlazMUgSISd+Y1Q944aT eYxw== MIME-Version: 1.0 X-Received: by 10.107.11.32 with SMTP id v32mr31073509ioi.95.1439331254424; Tue, 11 Aug 2015 15:14:14 -0700 (PDT) Received: by 10.36.16.212 with HTTP; Tue, 11 Aug 2015 15:14:14 -0700 (PDT) Date: Tue, 11 Aug 2015 18:14:14 -0400 Message-ID: Subject: Re: [Bug 201607] www/firefox: Fails to configure on PowerPC From: Roosevelt Littleton To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 22:14:15 -0000 Why don't you try firefox-esr. I had problems with firefox linking with the internal libxul.so. So, I used firefox-esr which uses a known working run time lib that is ppc supported. See http://svnweb.freebsd.org/ports?view=revision&revision=370932 From owner-freebsd-ppc@freebsd.org Wed Aug 12 00:02:57 2015 Return-Path: Delivered-To: freebsd-ppc@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 3F13599FD57 for ; Wed, 12 Aug 2015 00:02:57 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F27358C8 for ; Wed, 12 Aug 2015 00:02:56 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by obbop1 with SMTP id op1so1057290obb.2 for ; Tue, 11 Aug 2015 17:02:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ZoIgdI432r5XHtTTkn2sR0x/d7IFb5XehhrRCWK6z2o=; b=eny0G9lo6rVB75tg0SOULwPbkcHRzO4Ujf+RnTL0UWDkFFh8R3Oei2lmwb9JI4xpvs 1YltBcb9SylST0EbAl5EBSyvwSbnaAKwAdQk5lH8R8EzSMouTITkfUupo5z3BkWAZuSJ /qbS2Q0UZ+9tfjzOOrwxvEmsxTBTDI3ErCzM0OVQT4DMuY3/Dd775T6HcNDNoQFihFH5 TknQGtwC81zuHu3+Bv9RDoluCx5IUlYon+3nzftPQZIoLP7fkw/5ro+J4i4FffTjdEFA jfkAegYPV+e7YuEvaqMVR3/TUNSoXlpxtzYfO+nvVgqjTFfYuF7zBShJkJfX3qz0Sa5h S2Hw== X-Received: by 10.182.109.230 with SMTP id hv6mr4504035obb.22.1439337776229; Tue, 11 Aug 2015 17:02:56 -0700 (PDT) Received: from [192.168.1.66] (104-179-10-49.lightspeed.rcsntx.sbcglobal.net. [104.179.10.49]) by smtp.gmail.com with ESMTPSA id w135sm3079680oie.25.2015.08.11.17.02.54 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 11 Aug 2015 17:02:55 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: [Bug 201607] www/firefox: Fails to configure on PowerPC From: "Herminio Hernandez Jr. " X-Mailer: iPhone Mail (12H143) In-Reply-To: Date: Tue, 11 Aug 2015 19:02:53 -0500 Cc: "freebsd-ppc@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <2ABA5F69-F076-4379-9C91-3BEB3180BA9F@gmail.com> References: To: Roosevelt Littleton X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2015 00:02:57 -0000 I have not tried that. Thanks! Sent from my iPhone > On Aug 11, 2015, at 5:14 PM, Roosevelt Littleton wrote: >=20 > Why don't you try firefox-esr. I had problems with firefox linking with th= e > internal libxul.so. So, I used firefox-esr which uses a known working run > time lib that is ppc supported. See > http://svnweb.freebsd.org/ports?view=3Drevision&revision=3D370932 > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" From owner-freebsd-ppc@freebsd.org Wed Aug 12 06:23:16 2015 Return-Path: Delivered-To: freebsd-ppc@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 4C05699FDF9 for ; Wed, 12 Aug 2015 06:23:16 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3CBEA2ED; Wed, 12 Aug 2015 06:23:16 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3B5DA19B2; Wed, 12 Aug 2015 06:23:16 +0000 (UTC) Date: Wed, 12 Aug 2015 06:23:16 +0000 From: Alexey Dokuchaev To: Justin Hibbits Cc: "Herminio Hernandez, Jr." , FreeBSD PowerPC ML Subject: Re: Message-ID: <20150812062316.GA11639@FreeBSD.org> References: <20150805185841.GA61013@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2015 06:23:16 -0000 On Tue, Aug 11, 2015 at 07:19:09AM -0700, Justin Hibbits wrote: > Not yet on FreeBSD. It's on my TODO list, but other things keep > cropping up at higher priority. DRI1 'sort of' worked, on some > versions, with specific Mesa and X versions, on some hardware, but > mostly failed quite miserably. > >> [...] > >> I *think* all that's needed is atomic64 emulation. I had written a > >> patch implementing them, but it utterly failed to compile for most > >> architectures. If I didn't have to worry about userspace or the > >> opensolaris atomic64 emulation, it wouldn't be too difficult. Anyone > >> else wants a crack at it, feel free. Perhaps it would help to document current status on the wiki (e.g. https://wiki.freebsd.org/Graphics), including WIP patches and stuff so someone might pick it up or play around with? ./danfe From owner-freebsd-ppc@freebsd.org Wed Aug 12 06:48:15 2015 Return-Path: Delivered-To: freebsd-ppc@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 7BEF799F3A3 for ; Wed, 12 Aug 2015 06:48:15 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 709EACCB; Wed, 12 Aug 2015 06:48:15 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6F61A1C00; Wed, 12 Aug 2015 06:48:15 +0000 (UTC) Date: Wed, 12 Aug 2015 06:48:15 +0000 From: Alexey Dokuchaev To: Roosevelt Littleton Cc: freebsd-ppc@freebsd.org Subject: Re: PowerBoo G4 performance Message-ID: <20150812064815.GB11639@FreeBSD.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2015 06:48:15 -0000 On Tue, Aug 11, 2015 at 01:18:19AM -0400, Roosevelt Littleton wrote: > I have current(freebsd) running on my powerbook, and I can't be nothing > more than suprised at the performance. Before installing I was optimistic > of the performance but was suprise it performed just as well as my G5 > gentoo workstation. PowerPC port had indeed gained a lot recently thanks to efforts of Justin, Nathan, et al. Once it gets full 3D support I'll probably start to replace my x86 hardware, including gaming PC. Rendering/build box has to stay because of performance needs though. :-( ./danfe From owner-freebsd-ppc@freebsd.org Fri Aug 14 04:43:12 2015 Return-Path: Delivered-To: freebsd-ppc@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 B0F9E9A16F9 for ; Fri, 14 Aug 2015 04:43:12 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C3101A38 for ; Fri, 14 Aug 2015 04:43:12 +0000 (UTC) (envelope-from herminio.hernandezjr@gmail.com) Received: by obbfr1 with SMTP id fr1so53343630obb.1 for ; Thu, 13 Aug 2015 21:43:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; bh=JE4TvxJZkosroak0B4FfdV8cna689lTEpjl/jS1JnCc=; b=rHc7ZQP2GBAy3lpr8cgH5n7GKPTDzi6T+GBbhAm+7BiQaWP6deQwDG3bkczndmmVx6 KfuCmMyO25uYa7jVirEucHZ+nOFENCn8Dd2bY2oj0xG1OkQ7m0OC/Y2NdQG6k6I/35+q GyvImdcXLmlZVv75o98B0Vjzkz358K3WK/36Z5fUINjlAhMfc6lUOodsJmNgWTCAzP/2 hfRNJ4dktXodt3mcuD3lSD11+7k1B09cjlhxgdA0wC9YQ+CL64c4GYYtpcQP4D25ZXKf WDAbA92TaAjOL2mD/Bj7BNdsPp4MOMtgc7bcHJqSYh2uuNyfap0uH1HFT8eT7GgvYo/U BdbQ== X-Received: by 10.182.65.164 with SMTP id y4mr37850144obs.65.1439527391731; Thu, 13 Aug 2015 21:43:11 -0700 (PDT) Received: from debian-macbook (104-179-10-49.lightspeed.rcsntx.sbcglobal.net. [104.179.10.49]) by smtp.gmail.com with ESMTPSA id pn16sm2334611oeb.16.2015.08.13.21.43.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Aug 2015 21:43:10 -0700 (PDT) Message-ID: <1439527392.6148.0.camel@gmail.com> Subject: Re: [Bug 201607] www/firefox: Fails to configure on PowerPC From: Herminio Hernandez To: Roosevelt Littleton Cc: freebsd-ppc@freebsd.org Date: Thu, 13 Aug 2015 23:43:12 -0500 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2015 04:43:12 -0000 I tried installing that port but it keep crashing as well saying it cannot find the Jack and Samplerate libraries. On Tue, 2015-08-11 at 18:14 -0400, Roosevelt Littleton wrote: > Why don't you try firefox-esr. I had problems with firefox linking with the > internal libxul.so. So, I used firefox-esr which uses a known working run > time lib that is ppc supported. See > http://svnweb.freebsd.org/ports?view=revision&revision=370932 > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org"