From owner-freebsd-ports@FreeBSD.ORG Mon Sep 1 20:02:57 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C79BCA37 for ; Mon, 1 Sep 2014 20:02:57 +0000 (UTC) Received: from avasout08.plus.net (avasout08.plus.net [212.159.14.20]) by mx1.freebsd.org (Postfix) with ESMTP id 5B76F1B7D for ; Mon, 1 Sep 2014 20:02:56 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout08 with smtp id lw2n1o008516WCc01w2oYg; Mon, 01 Sep 2014 21:02:48 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=fsVSZTIf c=1 sm=1 tr=0 a=lfSX4pPLp9EkufIcToJk/A==:117 a=lfSX4pPLp9EkufIcToJk/A==:17 a=D7rCoLxHAAAA:8 a=0Bzu9jTXAAAA:8 a=OOzCJWdBeL0A:10 a=fHqs3S773SkA:10 a=6OaeqebLtf8A:10 a=ZTb9aqGL9YkA:10 a=8nJEP1OIZ-IA:10 a=6I5d2MoRAAAA:8 a=IApu_r9x6Wna8137I1IA:9 a=wPNLvfGTeEIA:10 a=gWmOFBW1Y4AA:10 Received: from curlew.lan ([192.168.1.13]) by curlew.milibyte.co.uk with esmtp (Exim 4.83) (envelope-from ) id 1XOXoN-0000l8-ES for freebsd-ports@freebsd.org; Mon, 01 Sep 2014 21:02:47 +0100 From: Mike Clarke To: freebsd-ports@freebsd.org Date: Mon, 01 Sep 2014 21:02:46 +0100 Message-ID: <5851050.ulRMFdZdjx@curlew.lan> User-Agent: KMail/4.12.5 (FreeBSD/9.3-RELEASE; KDE/4.12.5; amd64; ; ) In-Reply-To: <88123569.qqSdcqMhXO@curlew.lan> References: <88123569.qqSdcqMhXO@curlew.lan> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Subject: Re: Cant get gimp to use xsane with FreeBSD 10.-RELRASE Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="iso-8859-1" X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 20:02:57 -0000 On Monday 18 August 2014 21:10:46 I wrote: > The output from gimp --verbose shows the following problem: > > Parsing '/home/mike/.gimp-2.8/pluginrc' > Querying plug-in: '/home/mike/.gimp-2.8/plug-ins/xsane' > /home/mike/.gimp-2.8/plug-ins/xsane: GIMP support missing > Terminating plug-in: '/home/mike/.gimp-2.8/plug-ins/xsane' > Writing '/home/mike/.gimp-2.8/pluginrc' After doing a bit more digging around I've tracked it down to a problem with xsane-0.999_2 when installed with "pkg install" Running gimp-app-2.8.10_5,1 and xsane-0.999_2 installed from packages on 9,3-RELEASE I get the error message Parsing '/home/mike/.gimp-2.8/pluginrc' Querying plug-in: '/home/mike/.gimp-2.8/plug-ins/xsane' /home/mike/.gimp-2.8/plug-ins/xsane: GIMP support missing Terminating plug-in: '/home/mike/.gimp-2.8/plug-ins/xsane' But after deleting xsane and building the same version (0.999_2) from ports with exactly the same options (+DOCS +GIMP +NLS) gimp runs just fine and shows the xsane line in the File - Create menu. Could it be that the copy of xsane-0.999_2 at pkg.FreeBSD.org/freebsd:9:x86:64/latest has been corrupted? -- Mike Clarke