From owner-freebsd-gnome@FreeBSD.ORG Sun Oct 5 15:38:45 2014 Return-Path: Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F7F4F24; Sun, 5 Oct 2014 15:38:45 +0000 (UTC) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2795640; Sun, 5 Oct 2014 15:38:44 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id s95FcY38051391; Sun, 5 Oct 2014 08:38:38 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201410051538.s95FcY38051391@gw.catspoiler.org> Date: Sun, 5 Oct 2014 08:38:34 -0700 (PDT) From: Don Lewis Subject: Re: lang/guile* dependency conflict causing gnome port conflicts To: madpilot@FreeBSD.org In-Reply-To: <54314AB3.10803@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: freebsd-gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 15:38:45 -0000 On 5 Oct, Guido Falsi wrote: > On 10/03/14 03:23, Don Lewis wrote: >> I ran into a problem when I upgraded my ports earlier today using pkg >> and my local repository. >> >> The problem is that the latest version of finance/gnucash depends on >> lang/guile2, while games/gnome-games and deskutils/gnotime depend on >> lang/guile, and the two guile ports conflict. When I did the upgrade, >> pkg detected the conflict and asked if it was ok to skip some of the >> upgrades. When I manually upgraded gnucash, pkg deleted gnome-games an >> gnome2 and a few other ports. When I reinstalled gnome2, which pulled >> in gnome-games, pkg deleted gnucash. >> >> I can probably live without gnome-games, but that means that I can't >> have gnome2 installed either, which makes "pkg autoremove" less >> convenient. Unfortunately I can't live without gnotime and gnucash. >> >> For now, I've reverted back to the previous version of gnucash, which >> depends on lang/guile and avoids the conflict. >> >> Thoughts? > > Hi again, > > I just committed a fix to gnucash which allows it to compile with both > guile and guile2, which can be chosen using an option. > > Took a while since I also had to fix the slib ports on my way. > > Sorry if my previous update to gnucash caused you problems. Unluckily > it's configure script contained a bug which made me think it did not > support guile 1.8.x anymore, which was not really the case. Thanks!