Date: Sun, 28 Nov 2010 14:39:11 GMT From: Fabian Keil <fk@fabiankeil.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/152641: claws-mail 3.7.6 broken by recent GNOME update Message-ID: <201011281439.oASEdBI8028918@red.freebsd.org> Resent-Message-ID: <201011281440.oASEe6ma041136@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 152641 >Category: ports >Synopsis: claws-mail 3.7.6 broken by recent GNOME update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 14:40:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Fabian Keil >Release: HEAD >Organization: >Environment: FreeBSD r500.local 9.0-CURRENT FreeBSD 9.0-CURRENT #225 r+f370e45: Sat Nov 27 23:41:39 CET 2010 fk@r500.local:/usr/obj/usr/src/sys/ZOEY amd64 >Description: claws-mail 3.7.6 stopped working properly after the recent GNOME update. Opening the inbox or downloading new mail causes it to segfault. The problem has already been reported upstream in October and is fixed in 3.7.7: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2277 http://www.claws-mail.org/news.php I can confirm that upgrading to 3.7.7 solves the problem. >How-To-Repeat: Install GTK+ 2.22 and browse the inbox or fetch new mail. >Fix: I used the attached incomplete update to work around the problem. For a proper update the pkg-plist needs an update and the port currently only installs with make -k. Patch attached with submission follows: diff -ru .zfs/snapshot/2010-11-28/mail/claws-mail/Makefile mail/claws-mail/Makefile --- .zfs/snapshot/2010-11-28/mail/claws-mail/Makefile 2010-11-28 14:02:29.874709634 +0100 +++ mail/claws-mail/Makefile 2010-11-28 14:13:11.364630280 +0100 @@ -6,8 +6,7 @@ # PORTNAME= claws-mail -PORTVERSION= 3.7.6 -PORTREVISION= 3 +PORTVERSION= 3.7.7 CATEGORIES= mail news ipv6 MASTER_SITES= SF/sylpheed-claws/Claws%20Mail/${PORTVERSION} diff -ru .zfs/snapshot/2010-11-28/mail/claws-mail/distinfo mail/claws-mail/distinfo --- .zfs/snapshot/2010-11-28/mail/claws-mail/distinfo 2010-05-16 12:08:42.099093599 +0200 +++ mail/claws-mail/distinfo 2010-11-28 14:14:35.864654725 +0100 @@ -1,3 +1,2 @@ -MD5 (claws-mail-3.7.6.tar.bz2) = 09c150cf13c04201c92089fc285cecd9 -SHA256 (claws-mail-3.7.6.tar.bz2) = 24eeb99595b3ce4a0ada3c7d28a645258ea3ece5274886c05de323032a23572a -SIZE (claws-mail-3.7.6.tar.bz2) = 6418141 +SHA256 (claws-mail-3.7.7.tar.bz2) = e1e37ceaf4fab65ab3d23a034aa30e201248b67ef9c2e9edd1a1074ec8b99e8a +SIZE (claws-mail-3.7.7.tar.bz2) = 6452413 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011281439.oASEdBI8028918>