From owner-freebsd-gnome@FreeBSD.ORG Wed Dec 3 23:26:26 2014 Return-Path: Delivered-To: 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 2D9BDBC2; Wed, 3 Dec 2014 23:26:26 +0000 (UTC) Received: from nqhost.drenet.net (nqhost.drenet.net [184.95.47.164]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F4120DD2; Wed, 3 Dec 2014 23:26:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nqhost.drenet.net (Postfix) with ESMTP id 8DA693ADF7; Wed, 3 Dec 2014 18:26:25 -0500 (EST) Received: from nqhost.drenet.net ([127.0.0.1]) by localhost (nqhost.drenet.net [127.0.0.1]) (maiad, port 10024) with ESMTP id 27305-08; Wed, 3 Dec 2014 18:26:25 -0500 (EST) Received: by nqhost.drenet.net (Postfix, from userid 80) id 55DD03AD9C; Wed, 3 Dec 2014 18:26:25 -0500 (EST) To: Koop Mast Subject: Re: Build of "telepathy-glib" fails X-PHP-Originating-Script: 501:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 03 Dec 2014 18:26:25 -0500 From: Andre Goree In-Reply-To: <547F9504.5050907@rainbow-runner.nl> References: <20141203085632.0ba07b59@scorpio> <44sigwh70h.fsf@lowell-desk.lan> <8809147fc4de7b88e4c71e2fb3368b5c@drenet.net> <44k328gzv0.fsf@lowell-desk.lan> <547F9504.5050907@rainbow-runner.nl> Message-ID: <8e18980f71cccf5666c8204c5a947217@drenet.net> X-Sender: andre@drenet.net User-Agent: Roundcube Webmail/1.0.2 Cc: gnome@freebsd.org, kwm@freebsd.org, Lowell Gilbert , FreeBSD Ports 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: Wed, 03 Dec 2014 23:26:26 -0000 On 12/03/2014 5:56 pm, Koop Mast wrote: > On 3-12-2014 22:58, Lowell Gilbert wrote: >> Andre Goree writes: >> >>> On 12/03/2014 2:23 pm, Lowell Gilbert wrote: >>>> Andre Goree writes: >>>> >>>>> FWIW, I've also seen this. Like someone else mentioned, I think it >>>>> has to do with the vala install, which I haven't been able to >>>>> update >>>>> either because according to /usr/ports/UPDATING I need to install >>>>> gnome3 to update it, which I find to be ludicrous. >>>> You are misunderstanding the instructions. >>>> >>>> If you aren't using Gnome, it's quite possible that nothing on your >>>> system depends on vala, so the "users of vala" description wouldn't >>>> apply to you. Assuming that it is in fact a leaf node, updating (or >>>> removing) it is fine and doesn't even require any special >>>> instructions. >>>> >>>> telepathy-glib has a runtime dependency on vala, but you'll probably >>>> still be fine doing a normal upgrade of both. >>> Unfortunately: >>> >>> root@daemon2 ~ # pkg remove vala >>> Checking integrity... done (0 conflicting) >>> Deinstallation has been requested for the following 9 packages (of 0 >>> packages in the universe): >>> >>> Installed packages to be REMOVED: >>> vala-0.20.1_1 >>> vala-vapigen-0.20.1_1 (depends on vala-0.20.1_1) >>> telepathy-glib-0.20.2_1 (depends on vala-0.20.1_1) >>> telepathy-farsight-0.0.19_2 (depends on vala-0.20.1_1) >>> telepathy-qt4-0.9.3_1 (depends on vala-0.20.1_1) >>> krfb-4.14.2 (depends on vala-0.20.1_1) >>> kdenetwork-4.14.2 (depends on vala-0.20.1_1) >>> kde-4.14.2 (depends on vala-0.20.1_1) >>> krdc-4.14.2 (depends on vala-0.20.1_1) >>> >>> and even: >>> >>> root@daemon2 ~ # pkg remove vala-vapigen-0.20.1_1 >>> Checking integrity... done (0 conflicting) >>> Deinstallation has been requested for the following 8 packages (of 0 >>> packages in the universe): >>> >>> Installed packages to be REMOVED: >>> vala-vapigen-0.20.1_1 >>> telepathy-glib-0.20.2_1 (depends on vala-vapigen-0.20.1_1) >>> telepathy-farsight-0.0.19_2 (depends on >>> vala-vapigen-0.20.1_1) >>> telepathy-qt4-0.9.3_1 (depends on vala-vapigen-0.20.1_1) >>> krfb-4.14.2 (depends on vala-vapigen-0.20.1_1) >>> kdenetwork-4.14.2 (depends on vala-vapigen-0.20.1_1) >>> kde-4.14.2 (depends on vala-vapigen-0.20.1_1) >>> krdc-4.14.2 (depends on vala-vapigen-0.20.1_1) >>> >>> >>> I do indeed use kde4 on this box. >> You could check with whoever wrote that UPDATING entry. >> >> At the very worst, you'll have to do something along the lines of "pkg >> delete vala-vapigen" followed by a "pkg add x11/kde" (or some >> equivalent >> like building the port instead of the "pkg add"). In other words, >> follow >> the instructions as listed but replace "gnome3" with "kde4". That >> would >> be my recommendation. >> >> I suppose the UPDATING entry could be corrected to cover anything that >> gets deinstalled by the "pkg delete" bits of the procedure, not just >> gnome. > > The update instructions mention that the user should make a list of > installed ports, and install ports that where uninstalled after the > update is done. This was done in this manor so that there would be no > stale ports left on the system. Adding more would make the instruction > rather complex. If only vala-vapigen is involved you can remove it > with "pkg delete -f vala-vapigen" this will only remove this port. Thanks, you two. I'll get around to fiddling with this when I have the time. Really don't want to break kde4 on this box atm (I've done this many times in the past, it's not fun trying to fix it). -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http://www.drenet.net PGP key - http://www.drenet.net/pubkey.txt -=-=-=-=-=-