From owner-freebsd-questions@freebsd.org Fri Oct 12 10:32:20 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3D9010B6C6A for ; Fri, 12 Oct 2018 10:32:19 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward102o.mail.yandex.net (forward102o.mail.yandex.net [37.140.190.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9567C345 for ; Fri, 12 Oct 2018 10:32:18 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mxback7g.mail.yandex.net (mxback7g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:168]) by forward102o.mail.yandex.net (Yandex) with ESMTP id EF8CB5A01BEE for ; Fri, 12 Oct 2018 13:32:08 +0300 (MSK) Received: from smtp3p.mail.yandex.net (smtp3p.mail.yandex.net [2a02:6b8:0:1472:2741:0:8b6:8]) by mxback7g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id ROEDCwSgTm-W8XeiqIx; Fri, 12 Oct 2018 13:32:08 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1539340328; bh=Js/tFjmRPa504vhg+01035KiGFxLUZ/NVOoD8yU2JFc=; h=Date:From:To:Subject:Message-ID; b=QUCj2IcoCBA91RlpCJBcjhKPY+Cj2IDmCFvDpdjw3cAvBBoqTly54SAxE8NNvkVXo JZxPprL/rsTPZd3fn7GdmcY8nRRHv/03/h4g99c6EWde0VYT+c5HhGsf/dpfntqORC 3HmUB0XgEV1QsPtL0Q4cZ3LVx/OdXIxKUkEFrN48= Received: by smtp3p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 96yuKufeaT-W7YKBYxU; Fri, 12 Oct 2018 13:32:07 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1539340327; bh=Js/tFjmRPa504vhg+01035KiGFxLUZ/NVOoD8yU2JFc=; h=Date:From:To:Subject:Message-ID; b=HPhJo++iO7NDW6/4Cv3i8VdL1UuffSQUSdby61iAQKQBxGsr5RZAjOndydv8P7Pxb ivDw70Z/NnJFEBuxJCWdDlkNULaUCj4jFERgK2eiftpCywcvBzLMXHbviIGExmHgaa L1fykXR9otFyDFYDWTcDUT+F+t+2ODgM22hxFuy8= Authentication-Results: smtp3p.mail.yandex.net; dkim=pass header.i=@yandex.com Date: Fri, 12 Oct 2018 06:32:04 -0400 From: To: FreeBSD Questions Subject: GIMP 2.10.6,1 Message-ID: <20181012063204.2a2fb3f0@yandex.com> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2018 10:32:20 -0000 Hi! First I have a good experience with 2.10 version but I am confuse with installation: If I have enabled HELPBROWSER it doesn't build And there is for pkg-message: "On FreeBSD 10.4 gimp can cause the following error. (script-fu:3985): LibGimp-ERROR **: shmat() failed: Invalid argument Could not attach to gimp shared memory segment This can be fixed by setting kern.ipc.shm_allow_removed=1 in /etc/sysctl.conf. FreeBSD 11.0-R and newer have this set by default." My system is FreeBSD 11.2-RELEASE-p4 (amd64) and I got the LibGimp error anyway. Does anyone has the same experience, please? Thank you.