From owner-freebsd-ports@FreeBSD.ORG Thu Mar 1 09:27:40 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EB7616A402 for ; Thu, 1 Mar 2007 09:27:40 +0000 (UTC) (envelope-from perlcat@alltel.net) Received: from ispmxmta05-srv.windstream.net (ispmxmta05-srv.windstream.net [166.102.165.166]) by mx1.freebsd.org (Postfix) with ESMTP id BF30613C441 for ; Thu, 1 Mar 2007 09:27:39 +0000 (UTC) (envelope-from perlcat@alltel.net) Received: from ispmxaamta05-gx.windstream.net ([139.55.145.77]) by ispmxmta09-srv.windstream.net with ESMTP id <20070301085843.JXNW4530.ispmxmta09-srv.windstream.net@ispmxaamta05-gx.windstream.net> for ; Thu, 1 Mar 2007 02:58:43 -0600 Received: from [192.168.2.111] (really [139.55.145.77]) by ispmxaamta05-gx.windstream.net with ESMTP id <20070301085843.IXG6240.ispmxaamta05-gx.windstream.net@[192.168.2.111]> for ; Thu, 1 Mar 2007 02:58:43 -0600 From: perlcat Organization: dis To: freebsd-ports@freebsd.org Date: Thu, 1 Mar 2007 02:58:36 -0600 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703010258.36996.perlcat@alltel.net> Subject: gnucash on amd64 6.2-stable pkg_add runs, but app fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2007 09:27:40 -0000 Having no end of trouble getting gnucash going. Running pkg_add -r gnucash installs the app with minor dependency issues (fixed the major ones already) ran cvsup yesterday, so sources are pretty current. make buildworld and rebuilt kernel (to add options SMP...) ran without error 4 days ago. Linux compat and all other apps I've installed run great (except acpi -- it freaks when the sleep button is pressed...) When I run gnucash from command line, it waits about 3 minutes before the splash comes up, and eventually fails with this message: Backtrace: In unknown file: ?: 0* [primitive-load-path "hbci/hbci.scm"] : In procedure primitive-load-path in expression (primitive-load-path name): : Unable to find file "hbci/hbci.scm" in load path I'm not in the slightest interested in the home banking client interface. Is there a place to remark that out? If I cd to /usr/ports/finance/gnucash and do a make install clean, that fails with: configure: error: "libffi has not been ported to amd64-portbld-freebsd6.2." configure: error: /bin/sh './configure' failed for libffi libffi isn't ported to amd64, so you can't get there from here. I found a new port of it, but it doesn't seem to be recognized after I'd built and installed it. downloaded source for gnucash 2.0.5 -- it fails on configure with this message: checking for popt.h... yes checking for poptStrippedArgv in -lpopt... no configure: error: popt 1.5 or newer is required to build gnucash. I'm wondering if I need to do something about my libpath for the second two errors -- but it's late, I'm about to give up, and I need to wake up in an hour or so to go to work. Once again, I've "Just one more thing'ed" myself into 3:00 am, right at the point where I am doing more harm than good. Am I on the right track with libpath? Any pointers? Thanks!