From owner-freebsd-questions@FreeBSD.ORG Thu Mar 9 22:31:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC0D16A422 for ; Thu, 9 Mar 2006 22:31:00 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id A83B243D48 for ; Thu, 9 Mar 2006 22:30:59 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com[208.206.151.59]) by comcast.net (sccrmhc14) with ESMTP id <200603092230530140002s0fe>; Thu, 9 Mar 2006 22:30:53 +0000 Message-ID: <4410AC9D.6080900@computer.org> Date: Thu, 09 Mar 2006 16:30:53 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060228) MIME-Version: 1.0 To: Tom Munro Glass References: <200603091228.14768.gentoo@tmgcon.com> In-Reply-To: <200603091228.14768.gentoo@tmgcon.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to install gnucash? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2006 22:31:00 -0000 Tom Munro Glass wrote: > I'm trying to install gnucash, but this depends on g-wrap which in turn > depends on slib-guile, and "slib-guile-3a1 is marked as broken: Does not > install." > > Is there a solution to this problem? IIRC... Here's what I did (right or wrong, use at own risk.): 1) Use portdowngrade to grab the slib-3a1_2 version, and install it. gnucash/guile does not like 3a3. 2) Use pkgtools.conf to 'hold' slib-*. 3) remove the "BROKEN" status from slib-guile-3a1 Attempt 'make install clean' of gnucash. I think that's all I did. > > Tom > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- Regards, Eric