From owner-freebsd-questions@FreeBSD.ORG Wed Dec 11 05:40:40 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED57636D for ; Wed, 11 Dec 2013 05:40:40 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6435175C for ; Wed, 11 Dec 2013 05:40:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=EgQ0u9xwYQJr39dn2Xm8gStb2b60Heos9dSgkO8cQPs=; b=hNjy/W2fIjFijQHy+hIc81pkebK5sIPBfcGB5x0Sn60F2MKtf7Ay1XQaWE9DaOFdn/ZfR2mWBFPqZJON5KwLOTfaaKZ7d1EG8ZLO4ISD7sKytaKbFD0iF3jo2yGZznO/Q9DSzKZ42BPbeVK8iwEpLqpusQtFQUQWcPm/mmZpgxM=; Received: from [114.121.51.25] (port=22658 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1VqcXG-0030zh-Qb; Tue, 10 Dec 2013 22:40:39 -0700 Date: Wed, 11 Dec 2013 13:40:31 +0800 From: Erich Dollansky To: "ETHAN HOUSE (RIT Student)" Subject: Re: Base System Rebuild Message-ID: <20131211134031.77ef3e84@X220.alogt.com> In-Reply-To: References: <20131210161620.667c1591@X220.alogt.com> <20131210162820.6834d51b@X220.alogt.com> <20131210170905.1dfb9fd7@X220.alogt.com> <20131210172513.77fa8482@X220.alogt.com> <52A79136.7090103@ShaneWare.Biz> <76E49CC4-57CE-4A45-B051-025D465B311F@fisglobal.com> <20131211115641.5e15206e@X220.alogt.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 05:40:41 -0000 Hi, On Tue, 10 Dec 2013 21:23:59 -0800 "ETHAN HOUSE (RIT Student)" wrote: > One more quick question. > > I am trying to rebuild all of my user land packages so it pulls down > and fixes all of the broken deps. > I am not 100% sure if this will work. > $ portmaster -af > ... > ===>>> Currently installed version: virtio-kmod-9.0-0.242658 > ===>>> Port directory: /usr/ports/emulators/virtio-kmod > > ===>>> This port is marked IGNORE > ===>>> not supported ${OSREL} (9.2) > > > ===>>> If you are sure you can build it, remove the > IGNORE line in the Makefile and try again. Ask a search engine why this port is marked ignore. > > ===>>> Update for virtio-kmod-9.0-0.242658 failed > ===>>> Aborting update > > Any idea how to get around this. I tried portupdate except it pkgdb -F > wasn't happy I was using pkgng packages. > You must use either or. I would recommend pkgng. And still, I would copy the /usr/local directory to a different location, delete all ports and start from scratch. I do not believe that portmaster or portupgrade are able to handle all weird situations which you might will find at that machine. Erich