From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 4 10:36:07 2014 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03A9798F; Tue, 4 Feb 2014 10:36:07 +0000 (UTC) Received: from mail1.riverwillow.net.au (mail1.riverwillow.net.au [IPv6:2001:8000:1000:1801::36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 541D21BE6; Tue, 4 Feb 2014 10:36:06 +0000 (UTC) Received: from [IPv6:2001:8000:1000:18e1:20c:76ff:fe0a:2117] (rwpc15.gfn.riverwillow.net.au [IPv6:2001:8000:1000:18e1:20c:76ff:fe0a:2117]) (authenticated bits=0) by mail1.riverwillow.net.au (8.14.8/8.14.8) with ESMTP id s14AZmKr098456 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=OK); Tue, 4 Feb 2014 21:36:01 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=riverwillow.com.au; s=m1001; t=1391510161; bh=SUbSk0bTuwiWFpPQvsaI3o7Dloy89rhQS7rQ2+JBNi0=; h=Date:From:To:Subject:References:In-Reply-To; b=HlqR20ZkpYmpI9IH4kBQw+f0oXw3V+ZzZ8FT4IyG344rgDT9n6SOq2vKwEcA8wINx hArjSudYEpXko9fRe2PB1Ur8IthzyEZlGk0Y8NMHv+tKX3EdT+cDBlW9PehSA/mzTr suL7Fv2V4PjUplhEU6asI0nyGoBGehIglsgo7BCk= Message-ID: <52F0C284.4010702@riverwillow.com.au> Date: Tue, 04 Feb 2014 21:35:48 +1100 From: John Marshall Organization: Riverwillow Pty Ltd User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Guido Falsi , freebsd-gnome@freebsd.org, kwm@FreeBSD.org Subject: Re: finance/gnucash Help and Custom Reports broken after upgrade to 2.6.0 References: <52D47BBA.3020906@riverwillow.com.au> <52ECCCE0.80603@FreeBSD.org> In-Reply-To: <52ECCCE0.80603@FreeBSD.org> X-Enigmail-Version: 1.6 OpenPGP: id=A29A84A2; url=http://pki.riverwillow.com.au/pgp/johnmarshall.asc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 10:36:07 -0000 On 01/02/2014 21:30, Guido Falsi wrote: > On 01/14/14 00:50, John Marshall wrote: >> [Please CC me as I am not subscribed to this list] >> After upgrading ports from the r339270 tree I have not been able to >> figure out how to access custom report templates (.scm files), or access >> the product Help. Everything works if I revert to backup packages from >> the previous versions. > I've been unable to reproduce the first problem you report with gnucash > 2.6.1, I was able to create a custom report and load it from config.user > without specifying a path, the scm file being in .gnucash too. Thank you. Knowing that it's still meant to work in ~/.gnucash helps: knowing that, I tried creating a new basic report and it worked fine for me too. After much pain I concluded that our existing custom reports were being silently ignored by GnuCash because they were attempting to load the apparently now obsolete business-utils module which was part of 2.4. Poking around in standard reports from 2.6 it looks like the app-utils module supersedes business-utils. I hadn't noticed anything about that in release notes and a silent failure doesn't give one much of a clue. However, problem solved. > For the second problem I upgraded and patched gnucash-docs too, and it > is now able to find the needed xml files. Thank you again. I applied your patch (the third from the PR) and the documentation is all behaving properly now. Thank you very much for your assistance and for maintaining this port. -- John Marshall