From owner-freebsd-ports@freebsd.org Mon Aug 22 11:07:38 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3BECBC16AE for ; Mon, 22 Aug 2016 11:07:38 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E48D1DB0 for ; Mon, 22 Aug 2016 11:07:38 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id u7MB7PHn082859; Mon, 22 Aug 2016 04:07:29 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201608221107.u7MB7PHn082859@gw.catspoiler.org> Date: Mon, 22 Aug 2016 04:07:25 -0700 (PDT) From: Don Lewis Subject: Re: Gimp 2.8.18,2 plugins not working under 10.3 To: scratch65535@att.net cc: freebsd-ports@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2016 11:07:38 -0000 On 22 Aug, scratch65535@att.net wrote: > I've installed, and then deleted and reinstalled, the package, > and finally built it from ports. Nothing works. Trying to load > some file to work on fails because of plugin error. > > This is true for xpm, jpg, tif, gif, bmp, and png files. Every > plugin fails, the error message being the same, mutatis mutandis, > in each case: "plugin crashed". > > (I'm a little confused on protocol: where are port bugs properly > reported? Here? Bugs.freebsd.org? Both? Somewhere else?) Try setting this sysctl: sysctl kern.ipc.shm_allow_removed=1 It is mentioned in the www/chromium pkg-message, but it fixes gimp as well.