From owner-freebsd-gnome@FreeBSD.ORG Fri Oct 3 01:23:42 2014 Return-Path: Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDEFA91C for ; Fri, 3 Oct 2014 01:23:42 +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 97BC1E42 for ; Fri, 3 Oct 2014 01:23:39 +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 s931NUcP030291 for ; Thu, 2 Oct 2014 18:23:34 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201410030123.s931NUcP030291@gw.catspoiler.org> Date: Thu, 2 Oct 2014 18:23:30 -0700 (PDT) From: Don Lewis Subject: lang/guile* dependency conflict causing gnome port conflicts To: freebsd-gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii 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: Fri, 03 Oct 2014 01:23:43 -0000 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?