Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2010 21:00:21 GMT
From:      Fabian Keil <fk@fabiankeil.de>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/150705: audio/grip seg faults on AMD64 8.1-STABLE (but not i386)
Message-ID:  <201011282100.oASL0LYT034558@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/150705; it has been noted by GNATS.

From: Fabian Keil <fk@fabiankeil.de>
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--



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