From owner-freebsd-gecko@FreeBSD.ORG Mon Nov 25 05:28:27 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6148DFF9 for ; Mon, 25 Nov 2013 05:28:27 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBDBD2B4D for ; Mon, 25 Nov 2013 05:28:26 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rAP5SH11075761 for ; Mon, 25 Nov 2013 05:28:17 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rAP5SCGZ075274 for freebsd-gecko@freebsd.org; Mon, 25 Nov 2013 05:28:12 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 25 Nov 2013 05:28:12 GMT Message-Id: <201311250528.rAP5SCGZ075274@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1406 - in trunk: . www/linux-seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 05:28:27 -0000 Author: jbeich Date: Mon Nov 25 05:28:12 2013 New Revision: 1406 Log: avoid about:memory depending on non-implemented smaps in linprocfs Modified: trunk/Gecko_ChangeLog trunk/www/linux-seamonkey/Makefile.common Modified: trunk/Gecko_ChangeLog ============================================================================== --- trunk/Gecko_ChangeLog Sat Nov 23 01:42:51 2013 (r1405) +++ trunk/Gecko_ChangeLog Mon Nov 25 05:28:12 2013 (r1406) @@ -2,7 +2,8 @@ fixes plugins not being automatically enabled after install - ALSA now supports playing HTML5 audio with 32-bit sample format after being converted from float as passed by firefox/libcubeb [1] -- linux-firefox and linux-seamonkey can play HTML5 audio, again +- linux-firefox and linux-seamonkey can play HTML5 audio and measure + about:memory usage, again - dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes some flash sites work again; as there's no nspluginwrapper in-between the infamous "youtube issue" never occurs Modified: trunk/www/linux-seamonkey/Makefile.common ============================================================================== --- trunk/www/linux-seamonkey/Makefile.common Sat Nov 23 01:42:51 2013 (r1405) +++ trunk/www/linux-seamonkey/Makefile.common Mon Nov 25 05:28:12 2013 (r1406) @@ -74,6 +74,11 @@ # empty port preferences @${DO_NADA} >>${PREFS_FILE} + + # dummy resident-unique for make about:memory's "measure" + @${REINPLACE_CMD} -i '' \ + 's,/proc/self/smaps\(.Private\),////////dev/null\1,' \ + ${WRKSRC}/libxul.so .endif .if !target(do-install) From owner-freebsd-gecko@FreeBSD.ORG Mon Nov 25 10:31:26 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EA3C9B8 for ; Mon, 25 Nov 2013 10:31:26 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8D6982CF4 for ; Mon, 25 Nov 2013 10:31:25 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA18193 for ; Mon, 25 Nov 2013 12:31:23 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1VktRr-000M5z-GW for gecko@FreeBSD.org; Mon, 25 Nov 2013 12:31:23 +0200 Message-ID: <529326C3.5000200@FreeBSD.org> Date: Mon, 25 Nov 2013 12:30:27 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: gecko@FreeBSD.org Subject: firefox (gecko) and DEBUG option X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=x-viet-vps Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 10:31:26 -0000 In www/firefox port DEBUG option has the following description: DEBUG Install debug symbols This seems to be factually incorrect. I see in bsd.gecko.mk that the option affects the following things: .if ${PORT_OPTIONS:MDEBUG} MOZ_OPTIONS+= --enable-debug --disable-release .else ... .if ${PORT_OPTIONS:MLOGGING} || ${PORT_OPTIONS:MDEBUG} MOZ_OPTIONS+= --enable-logging .else ... Despite that I see that the installed binaries are actually stripped. Not sure what causes this but: $ make -V MOZ_OPTIONS ... *--enable-debug* --disable-release --enable-logging --disable-profiling --disable-tests *--enable-strip* *--enable-install-strip* This is somewhat weird because: $ echo "<$(make -V STRIP)>" <> -- Andriy Gapon From owner-freebsd-gecko@FreeBSD.ORG Mon Nov 25 11:07:05 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1DFC694 for ; Mon, 25 Nov 2013 11:07:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 878632F7D for ; Mon, 25 Nov 2013 11:07:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPB75ow090170 for ; Mon, 25 Nov 2013 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPB75KR090168 for gecko@FreeBSD.org; Mon, 25 Nov 2013 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 25 Nov 2013 11:07:05 GMT Message-Id: <201311251107.rAPB75KR090168@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gecko@FreeBSD.org Subject: Current problem reports assigned to gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 11:07:05 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/183630 gecko www/firefox: Firefox 25.0_1,1 cannot built on amd64 o ports/182499 gecko www/firefox crash when i try use textproc/ibus/ o ports/182411 gecko mail/thunderbird: Does not build with poudriere on 9.1 o ports/182386 gecko mail/thunderbird-i18n: fail to build at install stage o ports/182351 gecko mail/thunderbird - doesn't build with qt3 o ports/182346 gecko mail/thunderbird - fails to build with gtk3 o ports/181393 gecko www/xpi-quick-locale-switcher 1.7.8.5 does not works w o ports/181005 gecko mail/thunderbird - Enigmail failes to start pinentry o ports/180938 gecko www/firefox: ia64: ../../../js/src/gc/Heap.h:827:1: er o ports/180855 gecko www/firefox: Firefox 22 crashes on HTML 5 videos o ports/180766 gecko Flash not work in www/firefox o ports/180563 gecko www/seamonkey compilation error with Clang (*pp = '\0' o ports/180380 gecko www/firefox: Firefox 22.0 dies instantly when I try to o ports/179420 gecko www/seamonkey freezes completely by accessing citrix x o ports/178524 gecko BATCH=yes not work for www/firefox-i18n o ports/177404 gecko www/firefox: youtube videos in firefox not working o ports/170310 gecko mail/thunderbird: coredump/crash when used with OpenLD o ports/169366 gecko www/xpi-* ports need re-install after each Firefox upd o ports/168091 gecko Mk/bsd.gecko.mk error: USE_FIREFOX doesn't work correc f ports/165263 gecko mail/thunderbird: core dumping most time when users ar o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap o ports/160387 gecko security/ca_root_nss: Allow user to trust extra local f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order 24 problems total. From owner-freebsd-gecko@FreeBSD.ORG Mon Nov 25 12:20:22 2013 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE234EAF for ; Mon, 25 Nov 2013 12:20:22 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 295792588 for ; Mon, 25 Nov 2013 12:20:21 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id OAA20013 for ; Mon, 25 Nov 2013 14:20:20 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Vkv9I-000MFu-2f for gecko@FreeBSD.org; Mon, 25 Nov 2013 14:20:20 +0200 Message-ID: <5293404C.7080102@FreeBSD.org> Date: Mon, 25 Nov 2013 14:19:24 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: gecko@FreeBSD.org Subject: Re: firefox (gecko) and DEBUG option References: <529326C3.5000200@FreeBSD.org> In-Reply-To: <529326C3.5000200@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=x-viet-vps Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 12:20:22 -0000 on 25/11/2013 12:30 Andriy Gapon said the following: > In www/firefox port DEBUG option has the following description: > DEBUG Install debug symbols > This seems to be factually incorrect. I see in bsd.gecko.mk that the option > affects the following things: > > .if ${PORT_OPTIONS:MDEBUG} > MOZ_OPTIONS+= --enable-debug --disable-release > .else > ... > > .if ${PORT_OPTIONS:MLOGGING} || ${PORT_OPTIONS:MDEBUG} > MOZ_OPTIONS+= --enable-logging > .else > ... > > Despite that I see that the installed binaries are actually stripped. > > Not sure what causes this but: > > $ make -V MOZ_OPTIONS > ... *--enable-debug* --disable-release --enable-logging --disable-profiling > --disable-tests *--enable-strip* *--enable-install-strip* > > This is somewhat weird because: > $ echo "<$(make -V STRIP)>" > <> It seems that at the time when bsd.gecko.mk is included (from bsd.port.mk via bsd.port.pre.mk), WITH_DEBUG is not set yet. So, STRIP is at its default value and thus the stripping options are not set correctly. Later, when bsd.port.mk is included via bsd.port.post.mk STRIP gets reset. Perhaps the easiest solution would be to explicitly reset STRIP in bsd.gecko.mk when DEBUG option is set. Similarly to how it is done for the profiling option. -- Andriy Gapon From owner-freebsd-gecko@FreeBSD.ORG Mon Nov 25 16:20:33 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABFD6C65 for ; Mon, 25 Nov 2013 16:20:33 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4005F2566 for ; Mon, 25 Nov 2013 16:20:32 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rAPGKTvu016261 for ; Mon, 25 Nov 2013 16:20:29 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rAPGKOk9015919 for freebsd-gecko@freebsd.org; Mon, 25 Nov 2013 16:20:24 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 25 Nov 2013 16:20:24 GMT Message-Id: <201311251620.rAPGKOk9015919@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1407 - trunk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 16:20:33 -0000 Author: jbeich Date: Mon Nov 25 16:20:24 2013 New Revision: 1407 Log: - make DEBUG build unstripped, again [1]; actually, just reference mainline repo bugs - sort ALSA bug references Reported by: avg [1] Modified: trunk/Gecko_ChangeLog Modified: trunk/Gecko_ChangeLog ============================================================================== --- trunk/Gecko_ChangeLog Mon Nov 25 05:28:12 2013 (r1406) +++ trunk/Gecko_ChangeLog Mon Nov 25 16:20:24 2013 (r1407) @@ -1,11 +1,13 @@ - catch up with directory renames since USES=webplugins was introduced; fixes plugins not being automatically enabled after install -- ALSA now supports playing HTML5 audio with 32-bit sample format - after being converted from float as passed by firefox/libcubeb [1] -- linux-firefox and linux-seamonkey can play HTML5 audio and measure - about:memory usage, again +- ALSA now supports playing HTML5 audio with 32-bit sample format [1] + after being converted from float as passed by firefox/libcubeb [2] +- linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and + measure about:memory usage, again - dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes some flash sites work again; as there's no nspluginwrapper in-between the infamous "youtube issue" never occurs +- install DEBUG with symbols [3] and describe the option better [4] -PR: ports/183861 [1], ports/184006 [1] +PR: ports/183861 [1], ports/184006 [2], ports/169896 [3] + ports/184285 [3], ports/184286 [4] From owner-freebsd-gecko@FreeBSD.ORG Mon Nov 25 20:25:00 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B36F42ED for ; Mon, 25 Nov 2013 20:25:00 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B26E2705 for ; Mon, 25 Nov 2013 20:24:59 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rAPKOw3P069741 for ; Mon, 25 Nov 2013 20:24:58 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rAPKOrTR068350 for freebsd-gecko@freebsd.org; Mon, 25 Nov 2013 20:24:53 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 25 Nov 2013 20:24:53 GMT Message-Id: <201311252024.rAPKOrTR068350@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1408 - in trunk/www: firefox firefox-nightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 20:25:00 -0000 Author: jbeich Date: Mon Nov 25 20:24:53 2013 New Revision: 1408 Log: update Modified: trunk/www/firefox-nightly/Makefile trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Mon Nov 25 16:20:24 2013 (r1407) +++ trunk/www/firefox-nightly/Makefile Mon Nov 25 20:24:53 2013 (r1408) @@ -32,8 +32,8 @@ USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty USE_MOZILLA= -nss -sqlite # bug713933 -CPPFLAGS+= -I${LOCALBASE}/include/pixman-1 # bug940373 -MOZILLA_NAME= Nightly +CPPFLAGS+= -I${LOCALBASE}/include/pixman-1 # bug941595 +MOZILLA_NAME= Firefox Nightly MOZILLA_SUFX= -nightly MOZILLA= ${PORTNAME}${MOZILLA_SUFX} UNIQUENAME= ${MOZILLA} Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Mon Nov 25 16:20:24 2013 (r1407) +++ trunk/www/firefox-nightly/Makefile.hgrev Mon Nov 25 20:24:53 2013 (r1408) @@ -1 +1 @@ -HGREV= 156305:5b797c0177d3 +HGREV= 157371:964f8357390b Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Mon Nov 25 16:20:24 2013 (r1407) +++ trunk/www/firefox-nightly/distinfo Mon Nov 25 20:24:53 2013 (r1408) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/5b797c0177d3.tar.bz2) = b9a0608456920df1cc45a5bce63ffe48926612d118406dc81ad231d904b53923 -SIZE (firefox-nightly/5b797c0177d3.tar.bz2) = 130762638 +SHA256 (firefox-nightly/964f8357390b.tar.bz2) = 229f04708e926726f1c278be626245f7d0646ceb5098250898abcd8610c87c7a +SIZE (firefox-nightly/964f8357390b.tar.bz2) = 130600537 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Mon Nov 25 16:20:24 2013 (r1407) +++ trunk/www/firefox/Makefile Mon Nov 25 20:24:53 2013 (r1408) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $ PORTNAME= firefox -DISTVERSION= 26.0b6 +DISTVERSION= 26.0b7 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Mon Nov 25 16:20:24 2013 (r1407) +++ trunk/www/firefox/distinfo Mon Nov 25 20:24:53 2013 (r1408) @@ -1,2 +1,2 @@ -SHA256 (firefox-26.0b6.source.tar.bz2) = 2b493877326fd4aac53c049d055166654827190e71d906ac0581dc6b228cf238 -SIZE (firefox-26.0b6.source.tar.bz2) = 127871049 +SHA256 (firefox-26.0b7.source.tar.bz2) = fcf6f5155fc77933f4156d370f26e36182e9a519b477a0411b50be8514d1161c +SIZE (firefox-26.0b7.source.tar.bz2) = 127338011 From owner-freebsd-gecko@FreeBSD.ORG Mon Nov 25 21:22:55 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1DC4750 for ; Mon, 25 Nov 2013 21:22:55 +0000 (UTC) Received: from mail.neu.net (neu.net [199.48.129.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1C832A6F for ; Mon, 25 Nov 2013 21:22:55 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id rAPLMlk0081914 for ; Mon, 25 Nov 2013 16:22:47 -0500 (EST) (envelope-from andy@neu.net) Date: Mon, 25 Nov 2013 16:22:47 -0500 (EST) From: AN To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1408 - in trunk/www: firefox firefox-nightly In-Reply-To: <201311252024.rAPKOrTR068350@trillian.chruetertee.ch> Message-ID: References: <201311252024.rAPKOrTR068350@trillian.chruetertee.ch> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.98 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=-0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 21:22:56 -0000 FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #12 r258023: Mon Nov 11 17:29:03 CST 2013 root@FBSD11:/usr/obj/usr/src/sys/MYKERNEL amd64 ===> Staging for nspr-4.10.1 ===> Generating temporary packing list /bin/mkdir -p /usr/ports/devel/nspr/work/stage/usr/local/include/nspr /usr/bin/tar -C /usr/ports/devel/nspr/work/nspr-4.10.1/nspr/build/dist/include --dereference -cf - . | /usr/bin/tar -C /usr/ports/devel/nspr/work/stage/usr/local/include -xof - /usr/bin/find /usr/ports/devel/nspr/work/stage/usr/local/include/nspr -type d | /usr/bin/xargs /bin/chmod 0755 /usr/bin/find /usr/ports/devel/nspr/work/stage/usr/local/include/nspr -type f | /usr/bin/xargs /bin/chmod 444 /usr/bin/tar -C /usr/ports/devel/nspr/work/nspr-4.10.1/nspr/build/dist/lib --dereference -cf - . | /usr/bin/tar -C /usr/ports/devel/nspr/work/stage/usr/local/lib -xof - install -o root -g wheel -m 555 /usr/ports/devel/nspr/work/nspr-4.10.1/nspr/build/config/nspr-config /usr/ports/devel/nspr/work/stage/usr/local/bin /bin/mkdir -p /usr/ports/devel/nspr/work/stage/usr/local/libdata/pkgconfig install -o root -g wheel -m 444 /usr/ports/devel/nspr/work/nspr-4.10.1/nspr/build/config/nspr.pc /usr/ports/devel/nspr/work/stage/usr/local/libdata/pkgconfig /usr/bin/strip /usr/ports/devel/nspr/work/stage/usr/local/lib/libnspr4.so.1 /bin/chmod 555 /usr/ports/devel/nspr/work/stage/usr/local/lib/libnspr4.so.1 /bin/ln -sf libnspr4.so.1 /usr/ports/devel/nspr/work/stage/usr/local/lib/libnspr4.so /usr/bin/strip /usr/ports/devel/nspr/work/stage/usr/local/lib/libplc4.so.1 /bin/chmod 555 /usr/ports/devel/nspr/work/stage/usr/local/lib/libplc4.so.1 /bin/ln -sf libplc4.so.1 /usr/ports/devel/nspr/work/stage/usr/local/lib/libplc4.so /usr/bin/strip /usr/ports/devel/nspr/work/stage/usr/local/lib/libplds4.so.1 /bin/chmod 555 /usr/ports/devel/nspr/work/stage/usr/local/lib/libplds4.so.1 /bin/ln -sf libplds4.so.1 /usr/ports/devel/nspr/work/stage/usr/local/lib/libplds4.so ====> Compressing man pages (compress-man) ===> Installing for nspr-4.10.1 ===> Checking if devel/nspr already installed ===> nspr-4.10.1 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/nspr without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop. make[3]: stopped in /usr/ports/devel/nspr *** Error code 1 Stop. make[2]: stopped in /usr/ports/www/FF_nightly *** Error code 1 From owner-freebsd-gecko@FreeBSD.ORG Wed Nov 27 08:51:08 2013 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6B83200 for ; Wed, 27 Nov 2013 08:51:08 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 15AF9213A for ; Wed, 27 Nov 2013 08:51:04 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA29861; Wed, 27 Nov 2013 10:51:02 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Vlapq-0005Fc-KW; Wed, 27 Nov 2013 10:51:02 +0200 Message-ID: <5295B23E.5050901@FreeBSD.org> Date: Wed, 27 Nov 2013 10:50:06 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-gecko@FreeBSD.org Subject: Re: Firefox 25 crashing on HTML5 video References: <5275CD06.5000309@tasteapiana.com> <527611AE.8080102@smeets.im> In-Reply-To: <527611AE.8080102@smeets.im> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 08:51:08 -0000 on 03/11/2013 11:04 Florian Smeets said the following: > On 03/11/13 05:11, Bryon wrote: >> >> Problem: >> When I visit vimeo.com, attempt to play any video, firefox crashes and I >> get: >> >> Assertion failed: (wrote >= 0 && wrote == got), function >> alsa_refill_stream, file >> /usr/ports/www/firefox/work/mozilla-release/media/libcubeb/src/cubeb_alsa.c, >> line 319. >> Abort >> >> > > I'm copying the UPDATING entry that describes how to fix the issue. This > should fix your problem. > > 20121010: > AFFECTS: users of www/firefox and www/seamonkey > AUTHOR: gecko@FreeBSD.org > > When using Firefox or SeaMonkey compiled with ALSA option ON it may > crash on assert in alsa_refill_stream as described in ports/170473. > To workaround disable ARIFF_OSS in audio/alsa-plugins or use PULSEAUDIO. > >From time to time I have this assertion triggered as well as another one in alsa_stream_get_position(). I do use alsa instead of pulseaudio and do I have ARIFF_OSS disabled. My impression is that those assertions are simply bogus and the checked conditions should really be handled. The following patch seems to help me: --- media/libcubeb/src/cubeb_alsa.c.orig 2013-11-25 12:26:52.535841261 +0200 +++ media/libcubeb/src/cubeb_alsa.c 2013-11-25 21:37:26.341186969 +0200 @@ -252,7 +252,9 @@ alsa_refill_stream(cubeb_stream * stm) unsigned short revents; snd_pcm_sframes_t avail; long got; + long towrite; void * p; + void * write_p; int draining; draining = 0; @@ -310,14 +312,20 @@ alsa_refill_stream(cubeb_stream * stm) stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); return ERROR; } - if (got > 0) { - snd_pcm_sframes_t wrote = snd_pcm_writei(stm->pcm, p, got); - if (wrote == -EPIPE) { + towrite = got; + write_p = p; + while (towrite > 0) { + snd_pcm_sframes_t wrote = snd_pcm_writei(stm->pcm, p, towrite); + if (wrote < 0) { snd_pcm_recover(stm->pcm, wrote, 1); - wrote = snd_pcm_writei(stm->pcm, p, got); + continue; } - assert(wrote >= 0 && wrote == got); + if (towrite != wrote) + printf("writing %d wrote %d\n", towrite, wrote); + assert(wrote >= 0); stm->write_position += wrote; + write_p = (char*)write_p + wrote; + towrite -= wrote; gettimeofday(&stm->last_activity, NULL); } if (got != avail) { @@ -996,7 +1004,10 @@ alsa_stream_get_position(cubeb_stream * return CUBEB_OK; } - assert(delay >= 0); + if (delay < 0) { + snd_pcm_forward(stm->pcm, -delay); + delay = 0; + } *position = 0; if (stm->write_position >= (snd_pcm_uframes_t) delay) { -- Andriy Gapon From owner-freebsd-gecko@FreeBSD.ORG Wed Nov 27 11:35:07 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00664D84 for ; Wed, 27 Nov 2013 11:35:06 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 975B92A10 for ; Wed, 27 Nov 2013 11:35:06 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id rARBZ3Ag016539 for ; Wed, 27 Nov 2013 11:35:03 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id rARBYwve015784 for freebsd-gecko@freebsd.org; Wed, 27 Nov 2013 11:34:58 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 27 Nov 2013 11:34:58 GMT Message-Id: <201311271134.rARBYwve015784@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1409 - in trunk/www: firefox firefox-nightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 11:35:07 -0000 Author: jbeich Date: Wed Nov 27 11:34:58 2013 New Revision: 1409 Log: update Modified: trunk/www/firefox-nightly/Makefile trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo trunk/www/firefox/Makefile trunk/www/firefox/distinfo Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Mon Nov 25 20:24:53 2013 (r1408) +++ trunk/www/firefox-nightly/Makefile Wed Nov 27 11:34:58 2013 (r1409) @@ -15,11 +15,11 @@ FETCH_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -BUILD_DEPENDS= nspr>=4.10.2:${PORTSDIR}/devel/nspr \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ unzip:${PORTSDIR}/archivers/unzip +# nspr>=4.10.3:${PORTSDIR}/devel/nspr \ # nss>=3.15.4:${PORTSDIR}/security/nss \ # sqlite3>=3.8.1:${PORTSDIR}/databases/sqlite3 \ @@ -31,7 +31,7 @@ OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -nss -sqlite # bug713933 +USE_MOZILLA= -nspr -nss -sqlite # nspr:bug932398 nss:bug713933 CPPFLAGS+= -I${LOCALBASE}/include/pixman-1 # bug941595 MOZILLA_NAME= Firefox Nightly MOZILLA_SUFX= -nightly Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Mon Nov 25 20:24:53 2013 (r1408) +++ trunk/www/firefox-nightly/Makefile.hgrev Wed Nov 27 11:34:58 2013 (r1409) @@ -1 +1 @@ -HGREV= 157371:964f8357390b +HGREV= 157727:8e1efc26dd88 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Mon Nov 25 20:24:53 2013 (r1408) +++ trunk/www/firefox-nightly/distinfo Wed Nov 27 11:34:58 2013 (r1409) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/964f8357390b.tar.bz2) = 229f04708e926726f1c278be626245f7d0646ceb5098250898abcd8610c87c7a -SIZE (firefox-nightly/964f8357390b.tar.bz2) = 130600537 +SHA256 (firefox-nightly/8e1efc26dd88.tar.bz2) = 122f60f30ccb95763e8058a97d57ded73d19018ab0d36037ea66134f16e89bb0 +SIZE (firefox-nightly/8e1efc26dd88.tar.bz2) = 130748164 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Mon Nov 25 20:24:53 2013 (r1408) +++ trunk/www/firefox/Makefile Wed Nov 27 11:34:58 2013 (r1409) @@ -2,7 +2,7 @@ # $FreeBSD: head/www/firefox/Makefile 310227 2013-01-11 10:22:40Z ehaupt $ PORTNAME= firefox -DISTVERSION= 26.0b7 +DISTVERSION= 26.0b8 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: trunk/www/firefox/distinfo ============================================================================== --- trunk/www/firefox/distinfo Mon Nov 25 20:24:53 2013 (r1408) +++ trunk/www/firefox/distinfo Wed Nov 27 11:34:58 2013 (r1409) @@ -1,2 +1,2 @@ -SHA256 (firefox-26.0b7.source.tar.bz2) = fcf6f5155fc77933f4156d370f26e36182e9a519b477a0411b50be8514d1161c -SIZE (firefox-26.0b7.source.tar.bz2) = 127338011 +SHA256 (firefox-26.0b8.source.tar.bz2) = a5a08683f5928e85dff45256abb4a849adc2bf2fdcd59f5856ab3cfa29a76047 +SIZE (firefox-26.0b8.source.tar.bz2) = 127366844 From owner-freebsd-gecko@FreeBSD.ORG Thu Nov 28 07:10:22 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A04751D for ; Thu, 28 Nov 2013 07:10:22 +0000 (UTC) Received: from mail.neu.net (neu.net [199.48.129.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC334198F for ; Thu, 28 Nov 2013 07:10:21 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id rAS7ABn5094978 for ; Thu, 28 Nov 2013 02:10:12 -0500 (EST) (envelope-from andy@neu.net) Date: Thu, 28 Nov 2013 02:10:11 -0500 (EST) From: AN To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1409 - in trunk/www: firefox firefox-nightly In-Reply-To: <201311271134.rARBYwve015784@trillian.chruetertee.ch> Message-ID: References: <201311271134.rARBYwve015784@trillian.chruetertee.ch> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: clamav-milter 0.98 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=-0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 07:10:22 -0000 On Wed, 27 Nov 2013, svn-freebsd-gecko@chruetertee.ch wrote: > Author: jbeich > Date: Wed Nov 27 11:34:58 2013 > New Revision: 1409 > > Log: > update > > Modified: > trunk/www/firefox-nightly/Makefile > trunk/www/firefox-nightly/Makefile.hgrev > trunk/www/firefox-nightly/distinfo > trunk/www/firefox/Makefile > trunk/www/firefox/distinfo > > Modified: trunk/www/firefox-nightly/Makefile > ============================================================================== > --- trunk/www/firefox-nightly/Makefile Mon Nov 25 20:24:53 2013 (r1408) > +++ trunk/www/firefox-nightly/Makefile Wed Nov 27 11:34:58 2013 (r1409) > @@ -15,11 +15,11 @@ > > FETCH_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss > > -BUILD_DEPENDS= nspr>=4.10.2:${PORTSDIR}/devel/nspr \ > - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ > +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ > cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ > v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ > unzip:${PORTSDIR}/archivers/unzip > +# nspr>=4.10.3:${PORTSDIR}/devel/nspr \ > # nss>=3.15.4:${PORTSDIR}/security/nss \ > # sqlite3>=3.8.1:${PORTSDIR}/databases/sqlite3 \ > > @@ -31,7 +31,7 @@ > OBJDIR_BUILD= # in-tree build broken after bug 789837 > USE_GECKO= gecko > MOZ_PKGCONFIG_FILES= # empty > -USE_MOZILLA= -nss -sqlite # bug713933 > +USE_MOZILLA= -nspr -nss -sqlite # nspr:bug932398 nss:bug713933 > CPPFLAGS+= -I${LOCALBASE}/include/pixman-1 # bug941595 > MOZILLA_NAME= Firefox Nightly > MOZILLA_SUFX= -nightly > > Modified: trunk/www/firefox-nightly/Makefile.hgrev > ============================================================================== > --- trunk/www/firefox-nightly/Makefile.hgrev Mon Nov 25 20:24:53 2013 (r1408) > +++ trunk/www/firefox-nightly/Makefile.hgrev Wed Nov 27 11:34:58 2013 (r1409) > @@ -1 +1 @@ > -HGREV= 157371:964f8357390b > +HGREV= 157727:8e1efc26dd88 > > Modified: trunk/www/firefox-nightly/distinfo > ============================================================================== > --- trunk/www/firefox-nightly/distinfo Mon Nov 25 20:24:53 2013 (r1408) > +++ trunk/www/firefox-nightly/distinfo Wed Nov 27 11:34:58 2013 (r1409) > @@ -1,2 +1,2 @@ > -SHA256 (firefox-nightly/964f8357390b.tar.bz2) = 229f04708e926726f1c278be626245f7d0646ceb5098250898abcd8610c87c7a > -SIZE (firefox-nightly/964f8357390b.tar.bz2) = 130600537 > +SHA256 (firefox-nightly/8e1efc26dd88.tar.bz2) = 122f60f30ccb95763e8058a97d57ded73d19018ab0d36037ea66134f16e89bb0 > +SIZE (firefox-nightly/8e1efc26dd88.tar.bz2) = 130748164 ===> Registering installation for firefox-nightly-28.0.157865,1 Installing firefox-nightly-28.0.157865,1... done Works, but no sound. From owner-freebsd-gecko@FreeBSD.ORG Sat Nov 30 23:20:09 2013 Return-Path: Delivered-To: gecko@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB0404D2; Sat, 30 Nov 2013 23:20:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1278107D; Sat, 30 Nov 2013 23:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUNK9Dh018816; Sat, 30 Nov 2013 23:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUNK9CZ018815; Sat, 30 Nov 2013 23:20:09 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 23:20:09 GMT Message-Id: <201311302320.rAUNK9CZ018815@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184399: www/seamonkey build error on i386 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 23:20:09 -0000 Synopsis: www/seamonkey build error on i386 Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 23:20:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184399