From bms@spc.org  Sat Oct 23 21:38:19 2004
Return-Path: <bms@spc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9870016A4CE; Sat, 23 Oct 2004 21:38:19 +0000 (GMT)
Received: from arginine.spc.org (arginine.spc.org [195.206.69.236])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D72D743D39; Sat, 23 Oct 2004 21:38:18 +0000 (GMT)
	(envelope-from bms@spc.org)
Received: from localhost (localhost [127.0.0.1])
	by arginine.spc.org (Postfix) with ESMTP
	id 31A79654B7; Sat, 23 Oct 2004 22:38:17 +0100 (BST)
Received: from arginine.spc.org ([127.0.0.1])
 by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 09511-03-4; Sat, 23 Oct 2004 22:38:16 +0100 (BST)
Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by arginine.spc.org (Postfix) with ESMTP
	id 7FF8265464; Sat, 23 Oct 2004 22:38:16 +0100 (BST)
Received: by empiric.dek.spc.org (Postfix, from userid 1001)
	id 4EA8A61CB; Sat, 23 Oct 2004 14:38:07 -0700 (PDT)
Message-Id: <20041023213807.4EA8A61CB@empiric.dek.spc.org>
Date: Sat, 23 Oct 2004 14:38:07 -0700 (PDT)
From: Bruce M Simpson <bms@spc.org>
Reply-To: Bruce M Simpson <bms@spc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gnome@FreeBSD.org
Subject: firefox 1.0PR cannot save preferences or bookmarks, when compiled WITH_OPTIMIZED_CFLAGS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73053
>Category:       ports
>Synopsis:       firefox 1.0PR cannot save preferences or bookmarks, when compiled WITH_OPTIMIZED_CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 23 21:40:18 GMT 2004
>Closed-Date:    Sat Dec 11 21:05:23 GMT 2004
>Last-Modified:  Sat Dec 11 21:05:23 GMT 2004
>Originator:     Bruce M Simpson
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
>Environment:
System: FreeBSD empiric.icir.org 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Fri Oct 22 09:23:52 PDT 2004 bms@empiric.icir.org:/usr/src/sys/i386/compile/EMPIRIC_APIC i386


	
>Description:
	Firefox 1.0PR can't save preferences or bookmarks after portupgrading
	from 0.9.3_1.
>How-To-Repeat:
	pkgtools.conf MAKE_ARGS contains:
	...
        'www/firefox' => [
                'WITH_HEADERS=yes',
                'WITH_LOGGING=yes',
                'WITH_NEW_ICON=yes',
                'WITH_OPTIMIZED_CFLAGS=yes',
                'WITH_XFT=yes',
        ],
	...
>Fix:
	Reinstall previous version.
	Have not yet tried compiling without OPTIMIZED_CFLAGS.
	

>Release-Note:
>Audit-Trail:

From: Michael Johnson <ahze@ahze.net>
To: Bruce M Simpson <bms@spc.org>
Cc: gnome@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/73053: firefox 1.0PR cannot save preferences or bookmarks, when compiled WITH_OPTIMIZED_CFLAGS
Date: Sat, 23 Oct 2004 18:16:40 -0400

 >>
 > 	Firefox 1.0PR can't save preferences or bookmarks after portupgrading
 > 	from 0.9.3_1.
 
 I can confirm this also, but it only happens randomly and when I 
 restart firefox everything
 seems to go fine.
 
 Michael
 
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Oct 23 23:42:14 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73053 
State-Changed-From-To: open->feedback 
State-Changed-By: marcus 
State-Changed-When: Sun Oct 24 17:34:00 GMT 2004 
State-Changed-Why:  
First, have you tried the suggestions in /usr/ports/UPDATING pertaining to 
the Firefox 1.0.p update?  If so, there have been bugs reported to Firefox's 
Bugzilla that indicate this could be a permissions issue.  As root, try 

# chown -R bms ~/.mozilla/firefox 

I'm guessing your user is bms.  If that doesn't work, checkout the list of 
bugs pertaining to saving bookmarks in Firefox's Bugzilla.  I have a feeling 
you're not alone in this, but thus far, I have not been able to reproduce. 

Oh, and of course, make sure you're running Firefox 1.0.1.p_4. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73053 

From: Bruce M Simpson <bms@spc.org>
To: Joe Marcus Clarke <marcus@FreeBSD.org>
Cc: gnome@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/73053: firefox 1.0PR cannot save preferences or bookmarks, when compiled WITH_OPTIMIZED_CFLAGS
Date: Sun, 24 Oct 2004 10:53:33 -0700

 On Sun, Oct 24, 2004 at 05:36:29PM +0000, Joe Marcus Clarke wrote:
 > First, have you tried the suggestions in /usr/ports/UPDATING pertaining to
 > the Firefox 1.0.p update?  If so, there have been bugs reported to Firefox's
 
 I have tried all of these suggestions with firefox 1.0PR, without success.
 
 I have used some of these techniques with previous firefox releases to
 resolve the specific earlier issues described, however.
 
 > Bugzilla that indicate this could be a permissions issue.  As root, try
 > 
 > # chown -R bms ~/.mozilla/firefox
 
 All files and directories in the above were owned by bms when I ran 1.0PR.
 
 > I'm guessing your user is bms.  If that doesn't work, checkout the list of
 > bugs pertaining to saving bookmarks in Firefox's Bugzilla.  I have a feeling
 > you're not alone in this, but thus far, I have not been able to reproduce.
 > 
 > Oh, and of course, make sure you're running Firefox 1.0.1.p_4.
 
 I have reverted to 0.9.3 to avoid the regressions for the time being.
 
 ktrace(8) did not reveal any system call errors (e.g EPERM, ENOSPC)
 during read()/write() around the time of bookmarking or preference
 save operations.
 
 I have observed these problems with www/mozilla releases in the past
 when using WITH_OPTIMIZED_CFLAGS.
 
 BMS

From: Joe Marcus Clarke <marcus@FreeBSD.org>
To: Bruce M Simpson <bms@spc.org>
Cc: FreeBSD GNOME Users <gnome@FreeBSD.org>,
	freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/73053: firefox 1.0PR cannot save preferences or
	bookmarks, when compiled WITH_OPTIMIZED_CFLAGS
Date: Sun, 24 Oct 2004 14:28:41 -0400

 --=-to0cVws2lzRzkcc8+zYA
 Content-Type: text/plain
 Content-Transfer-Encoding: quoted-printable
 
 On Sun, 2004-10-24 at 13:53, Bruce M Simpson wrote:
 > On Sun, Oct 24, 2004 at 05:36:29PM +0000, Joe Marcus Clarke wrote:
 > > First, have you tried the suggestions in /usr/ports/UPDATING pertaining=
  to
 > > the Firefox 1.0.p update?  If so, there have been bugs reported to Fire=
 fox's
 >=20
 > I have tried all of these suggestions with firefox 1.0PR, without success=
 .
 >=20
 > I have used some of these techniques with previous firefox releases to
 > resolve the specific earlier issues described, however.
 >=20
 > > Bugzilla that indicate this could be a permissions issue.  As root, try
 > >=20
 > > # chown -R bms ~/.mozilla/firefox
 >=20
 > All files and directories in the above were owned by bms when I ran 1.0PR=
 .
 >=20
 > > I'm guessing your user is bms.  If that doesn't work, checkout the list=
  of
 > > bugs pertaining to saving bookmarks in Firefox's Bugzilla.  I have a fe=
 eling
 > > you're not alone in this, but thus far, I have not been able to reprodu=
 ce.
 > >=20
 > > Oh, and of course, make sure you're running Firefox 1.0.1.p_4.
 >=20
 > I have reverted to 0.9.3 to avoid the regressions for the time being.
 >=20
 > ktrace(8) did not reveal any system call errors (e.g EPERM, ENOSPC)
 > during read()/write() around the time of bookmarking or preference
 > save operations.
 >=20
 > I have observed these problems with www/mozilla releases in the past
 > when using WITH_OPTIMIZED_CFLAGS.
 
 It's strange that you can reliably reproduce this, and I have not been
 able to reproduce this once.  And, yes, I use OPTIMIZED_CFLAGS as well.=20
 There are some bugs filed against this, so hopefully this will be fixed
 in the future.
 
 Joe
 
 >=20
 > BMS
 --=20
 Joe Marcus Clarke
 FreeBSD GNOME Team	::	gnome@FreeBSD.org
 FreeNode / #freebsd-gnome
 http://www.FreeBSD.org/gnome
 
 --=-to0cVws2lzRzkcc8+zYA
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.6 (FreeBSD)
 
 iD8DBQBBe/RZb2iPiv4Uz4cRAv1oAJ9UwApcjSLGTQ0FMaaPvhnmgQToewCgo08n
 SGe1SRI2ypR4J2g3uPJYUfI=
 =hwE7
 -----END PGP SIGNATURE-----
 
 --=-to0cVws2lzRzkcc8+zYA--
 

From: Michael Johnson <ahze@ahze.net>
To: Bruce M Simpson <bms@spc.org>, freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/73053: firefox 1.0PR cannot save preferences or bookmarks, when compiled WITH_OPTIMIZED_CFLAGS
Date: Wed, 10 Nov 2004 23:30:35 -0500

 --Apple-Mail-23--566332526
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain; charset=US-ASCII; format=flowed
 
 I don't see this problem anymore with firefox 1.0.
 Is this still a problem for you with firefox 1.0 ?
 
 Michael
 
 --Apple-Mail-23--566332526
 content-type: application/pgp-signature; x-mac-type=70674453;
 	name=PGP.sig
 content-description: This is a digitally signed message part
 content-disposition: inline; filename=PGP.sig
 content-transfer-encoding: 7bit
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (Darwin)
 
 iD8DBQFBkurrn4uqfTwEb9YRAu5tAKCDk3IPFckcBlJJQ9U0Vr3tIgj5EACgteHI
 T0tS6/7oPU4mOnbE2whQxUI=
 =lV3P
 -----END PGP SIGNATURE-----
 
 --Apple-Mail-23--566332526--
 
State-Changed-From-To: feedback->closed  
State-Changed-By: ahze 
State-Changed-When: Sat Dec 11 21:05:07 GMT 2004 
State-Changed-Why:  
Should be fixed in 1.0 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73053 
>Unformatted:
