From owner-freebsd-ports@FreeBSD.ORG Sat Dec 27 00:36:58 2014 Return-Path: Delivered-To: freebsd-ports@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 C2BD54CD; Sat, 27 Dec 2014 00:36:58 +0000 (UTC) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 859E567A52; Sat, 27 Dec 2014 00:36:58 +0000 (UTC) Received: by mail-ig0-f180.google.com with SMTP id h15so9355685igd.7; Fri, 26 Dec 2014 16:36:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=+GoAorJG0Tv357lYOSWlstc9JaO5OoFD5w7LajqfBBE=; b=a6BUcOfwhRIM71QQ+V4yHe00+RvpnZOBqdO86NGqxfycQoTxCtCrxk15VTiOqg/7BS A6T4rV87crcgUTJeSeRFBicGXK1wn+DgF37V2vewIIELOQRCvzlolYq7pcr3LyY/2QXT bSpmF++Plf0I/DxL6eAGQ+TgDS+3VuaSnwsiOoaaTTiPD65od91a7kvo22WXfmLhA7no RKzs3DG6uiXHbFp0s3G8EQxc1IQhaNhUqbvgEFdepBcnRaLz59KmyM68xmo2A6Nxb9iF ITe7Xbijoxt3wQhx+J/qCKlAkN6v4p9JPno5dN5JSfwFYysLVwjJdoGyCcn5dxrwLtun Cdow== MIME-Version: 1.0 X-Received: by 10.50.32.70 with SMTP id g6mr36045580igi.35.1419640617608; Fri, 26 Dec 2014 16:36:57 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.52.19 with HTTP; Fri, 26 Dec 2014 16:36:57 -0800 (PST) In-Reply-To: <20141226223742.GB41167@ivaldir.etoilebsd.net> References: <549DB583.8060409@webrz.net> <549DB804.8030801@gmx.de> <20141226223742.GB41167@ivaldir.etoilebsd.net> Date: Fri, 26 Dec 2014 16:36:57 -0800 X-Google-Sender-Auth: T73ojXaI5RcctQ_cO9x26DrkK_k Message-ID: Subject: Re: gnomehier From: Kevin Oberman To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Warren Block , Matthias Andree , FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2014 00:36:58 -0000 On Fri, Dec 26, 2014 at 2:37 PM, Baptiste Daroussin wrote: > On Fri, Dec 26, 2014 at 03:28:37PM -0700, Warren Block wrote: > > On Fri, 26 Dec 2014, Matthias Andree wrote: > > > > > Am 26.12.2014 um 20:22 schrieb Jos Chrispijn: > > >> With portmanager I got this line: > > >> ===>>> The misc/gnomehier port has been deleted: Not needed anymore > > >> But I still have it active. How can I remove it when the port > itself is > > >> nog existing anymore as deinstall won't work anymore > as its > > >> portfolder is gone... > > > > > > pkg delete -f gnomehier > > > > > > should do the trick. > > > > Well, yes, but won't that leave the package database with missing > > dependencies on it? > > 'pkg info -r gnomehier' will show the list of ports that require it. > > Rebuild those ports and gnomehier can be deleted without problems. > > (Untested): > > portmaster `pkg info -qr gnomehier` > > pkg delete gnomehier > > Normally all ports depending on gnomehier were bumped > > Best regards, > Bapt > Doesn't seem so in this case: # pkg check -d Checking all packages: 21%audio/gnome-media has a missing dependency: misc/gnomehier sysutils/gnome-mount has a missing dependency: misc/gnomehier Checking all packages: 22%devel/gnome-vfs has a missing dependency: misc/gnomehier Checking all packages: 23%devel/goffice010 has a missing dependency: misc/gnomehier Checking all packages: 24%devel/gstreamer-plugins-gconf has a missing dependency: misc/gnomehier Checking all packages: 28%x11-toolkits/gtksourceview has a missing dependency: misc/gnomehier x11-toolkits/gtksourceview2 has a missing dependency: misc/gnomehier Checking all packages: 41%x11/libgnome has a missing dependency: misc/gnomehier print/libgnomeprint has a missing dependency: misc/gnomehier x11-toolkits/libgnomeprintui has a missing dependency: misc/gnomehier devel/libgsf has a missing dependency: misc/gnomehier Checking all packages: 55%audio/mate-media has a missing dependency: misc/gnomehierChecking all packages: 74%x11-toolkits/py-gnome2 has a missing dependency: misc/gnomehier Checking all packages: 75%x11-toolkits/py-gtksourceview has a missing dependency: misc/gnomehier Checking all packages: 90%x11-toolkits/unique has a missing dependency: misc/gnomehier Checking all packages: 100% >>> Missing package dependencies were detected. >>> Found 2 issue(s) in the package database. pkg: Repository FreeBSD has a wrong packagesite, need to re-create database pkg: Repository FreeBSD cannot be opened. 'pkg update' required pkg: No packages available to install matching 'misc/gnomehier' have been found in the repositories >>> Summary of actions performed: misc/gnomehier dependency failed to be fixed >>> There are still missing dependencies. >>> You are advised to try fixing them manually. That said, no port actually needs gnomehier. Nothing will fail to run as no shareable libs are involved. I suspect a bit of DB hacking could fix hte issue without actually re-installing anything. -- Kevin Oberman, Network Engineer, Retired