From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 28 21:00:22 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9366D106564A for ; Sun, 28 Nov 2010 21:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5166A8FC16 for ; Sun, 28 Nov 2010 21:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oASL0Mxa034587 for ; Sun, 28 Nov 2010 21:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oASL0LYT034558; Sun, 28 Nov 2010 21:00:21 GMT (envelope-from gnats) Date: Sun, 28 Nov 2010 21:00:21 GMT Message-Id: <201011282100.oASL0LYT034558@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Fabian Keil Cc: Subject: Re: ports/150705: audio/grip seg faults on AMD64 8.1-STABLE (but not i386) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fabian Keil List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2010 21:00:22 -0000 The following reply was made to PR ports/150705; it has been noted by GNATS. From: Fabian Keil To: bug-followup@FreeBSD.org, Richard.Frewin@astro.cf.ac.uk Cc: Subject: Re: ports/150705: audio/grip seg faults on AMD64 8.1-STABLE (but not i386) Date: Sun, 28 Nov 2010 21:46:53 +0100 --Sig_/xNMbVvO25W16M3jzgVWi38i Content-Type: multipart/mixed; boundary="MP_/Cv/riufX78lc1l8KQ/pZJnp" --MP_/Cv/riufX78lc1l8KQ/pZJnp Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello Richard, I run into the same problem a while ago, worked around it somehow and forgot about it until I stumbled across your problem report while investigating a similar problem: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D152641 Anyway, can you try the attached fix? Works for me on FreeBSD 9.0-CURRENT. Fabian --MP_/Cv/riufX78lc1l8KQ/pZJnp Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=grip-3.3.1-amd64-fix.diff diff -Nru .zfs/snapshot/2010-11-28/audio/grip/Makefile audio/grip/Makefile --- .zfs/snapshot/2010-11-28/audio/grip/Makefile 2010-06-03 12:14:11.731800= 829 +0200 +++ audio/grip/Makefile 2010-11-28 21:36:20.124729119 +0100 @@ -7,7 +7,7 @@ =20 PORTNAME=3D grip PORTVERSION=3D 3.3.1 -PORTREVISION=3D 2 +PORTREVISION=3D 3 CATEGORIES=3D audio MASTER_SITES=3D SF =20 diff -Nru .zfs/snapshot/2010-11-28/audio/grip/files/patch-src-tray.c audio/= grip/files/patch-src-tray.c --- .zfs/snapshot/2010-11-28/audio/grip/files/patch-src-tray.c 1970-01-01 0= 1:00:00.000000000 +0100 +++ audio/grip/files/patch-src-tray.c 2010-11-28 21:35:51.514663314 +0100 @@ -0,0 +1,10 @@ +--- src/tray.c ++++ src/tray.c +@@ -20,6 +20,7 @@ + * USA + */ +=20 ++#include "common.h" + #include "tray.h" + #include "../pixmaps/rip1.xpm" + #include "../pixmaps/menuplay.xpm" --MP_/Cv/riufX78lc1l8KQ/pZJnp-- --Sig_/xNMbVvO25W16M3jzgVWi38i Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAkzyv8EACgkQSMVSH78upWPuAwCfZAoEAShR+fskgREeEVBYQVUV LzkAoI9c/mQPRDW2gpMwuDngFbCrSZOC =vyFz -----END PGP SIGNATURE----- --Sig_/xNMbVvO25W16M3jzgVWi38i--