From owner-freebsd-pkg@FreeBSD.ORG Thu Sep 25 20:27:16 2014 Return-Path: Delivered-To: pkg@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 0AD64454 for ; Thu, 25 Sep 2014 20:27:16 +0000 (UTC) Received: from mail-qg0-x22c.google.com (mail-qg0-x22c.google.com [IPv6:2607:f8b0:400d:c04::22c]) (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 BE63FB43 for ; Thu, 25 Sep 2014 20:27:15 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id f51so8340897qge.31 for ; Thu, 25 Sep 2014 13:27:14 -0700 (PDT) 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=IlCRbHY1SqByBlAv0Ya1g4rCJSvqw6YHje2yMr8q6CQ=; b=IRTYXRzlii3tFGdjbVTOUfTwP+Zi7idFVf20UHZr1Cm782hjNp/RefHCS4pxRUsfDG aSN17V4j0wJw5SPsw7RJ3Xg9J6ejDtr4KVQ7iIAqS6cmetXXlQZ5eGmhjvcfgT2MRivi eXd6fmZy6jED8CZo4BDQjVj02mqwVRVy/lQR0mdrJLDeLunnYxAFCm0hcZAho8YedFHL gKqPueS89BHCKNX7lUAeXPxOI19GeL0+GgXD+ByVlEDQm9c5Lppj/7kT35Isw1it7wr6 r01BIaXBDIwuJIPxckoSkFuKyiK4uvMWcKvv/HWAxtXn1aDqKWbXrVoegwluSHH6cF4+ kjdg== MIME-Version: 1.0 X-Received: by 10.140.89.105 with SMTP id u96mr24021476qgd.74.1411676834879; Thu, 25 Sep 2014 13:27:14 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.140.28.68 with HTTP; Thu, 25 Sep 2014 13:27:14 -0700 (PDT) In-Reply-To: <593F4F4552EC764FBA345306F57D4C6C47A8194C@exch01.corp.dsl4u.ca> References: <593F4F4552EC764FBA345306F57D4C6C47A8194C@exch01.corp.dsl4u.ca> Date: Thu, 25 Sep 2014 13:27:14 -0700 X-Google-Sender-Auth: dfHFGXqkf4yrzbJrMJSwJtpTHfc Message-ID: Subject: Re: Legacy system From: Craig Rodrigues To: Peter Sprokkelenburg Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "pkg@FreeBSD.org" X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 20:27:16 -0000 On Thu, Sep 25, 2014 at 12:32 PM, Peter Sprokkelenburg < peters@connections.ca> wrote: > I have a system that we only use internally and it some how got *missed* > on getting upgrade to pkg from pkg_ > > Attempting to upgrade now give an error - > > /usr/ports/ports-mgmt/pkg]# make > You are about to convert your system to pkg while you have ports/packages > installed with the old pkg_install tools. > > To switch to pkg: > 1) Install ports-mgmt/pkg > 2) Convert your package database by running pkg2ng > > *** [pre-everything] Error code 1 > > Stop in /usr/ports/ports-mgmt/pkg. > > Hi, Can you follow the steps (in order) here: https://www.freebsd.org/doc/handbook/pkgng-intro.html#pkgng-initial-setup and report anything that is unclear in that doc, so we can clean it up? -- Craig