Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2004 12:35:31 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Adam McLaurin <adam.mclaurin@gmx.net>
Cc:        ports@FreeBSD.org
Subject:   Re: sylpheed-gtk2 updated to 0.9.11 today (PROBLEM!)
Message-ID:  <20040615123531.734b70f6.nork@FreeBSD.org>
In-Reply-To: <20040614193248.177d73cf.adam.mclaurin@gmx.net>
References:  <20040613183233.7641f818.adam.mclaurin@gmx.net> <20040614163108.32bbbebe.jylefort@brutele.be> <20040614180010.1ee7a79b.adam.mclaurin@gmx.net> <20040614193248.177d73cf.adam.mclaurin@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 14 Jun 2004 19:32:48 -0400
Adam McLaurin <adam.mclaurin@gmx.net> wrote:
> (sylpheed:36105): Sylpheed-WARNING **: Cache data is corrupted
> (sylpheed:36105): Sylpheed-WARNING **: Cache data is corrupted

	I heard that this problem to sylpheed(original, too)'s author.
	He said that there may be a implicity cache file format change
	on FreeBSD by `The cache handling has been fixed for AMD64 and
	other 64-bit platforms.' in ChangeLog.

	So please try to apply following patch:
	But this fix is ad-hoc.  Please don't think that this fix is
	parmanentry.

for sylpheed-gtk2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--- src/defs.h.orig	Sun Jun 13 23:42:41 2004
+++ src/defs.h	Tue Jun 15 12:30:59 2004
@@ -60,7 +60,7 @@
 #define CACHE_FILE		".sylpheed_cache"
 #define MARK_FILE		".sylpheed_mark"
 /*#warning FIXME_GTK2 */
-#define CACHE_VERSION		2018
+#define CACHE_VERSION		2019
 #define MARK_VERSION		2
 
 #define DEFAULT_SIGNATURE	".signature"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	This problem is in sylpheed.  This will fix same method.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040615123531.734b70f6.nork>