From owner-freebsd-questions@FreeBSD.ORG Mon Sep 8 23:25:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1915106567D for ; Mon, 8 Sep 2008 23:25:30 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id 633EE8FC21 for ; Mon, 8 Sep 2008 23:25:29 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: by gxk10 with SMTP id 10so9181860gxk.19 for ; Mon, 08 Sep 2008 16:25:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=GdCLQmz/XNs1jqF+GQBjRswZYQraGRPyc7jBjjtyiZw=; b=d+ugLdI2+CT21/nY0Z5DOF6ZZ2lWQWQmib86j/WXhdAh9JRFchPDnknFvAOxVfPvjl ZF6FMj3eKlS/gp+JQg8Ph/rwNE6F3OjqBgSrCLV8pHTno7DgH9eNzHMcHr2SwF+utO9l CGatrEQofFQlVnU3GyQRSpXveEpJmfuMIIhtw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=OZ64JAzLdVVkhWQ87JPyukPozPPmNTANGfzTgACYH6n9KkSUGh/q9lY6Y0kWU/Ne7w ifzX+uqeqU3DkI/eJWQyng11GGhJEA6UYtwbe2PyvJlOhuUV5rdpFYxie8zFdusT9rEe mZlfUJ5BxvSRgGTp1T/Vq23zHMty3Q9Esl1/Q= Received: by 10.150.181.11 with SMTP id d11mr3321450ybf.245.1220916329095; Mon, 08 Sep 2008 16:25:29 -0700 (PDT) Received: by 10.150.185.2 with HTTP; Mon, 8 Sep 2008 16:25:29 -0700 (PDT) Message-ID: <51d7a5160809081625o2856d25erf61e3c409c93ca9c@mail.gmail.com> Date: Mon, 8 Sep 2008 16:25:29 -0700 From: perikillo To: "FreeBSD Mailing List" In-Reply-To: <8d23ec860809081519l2bfb73fax8c82824c17a382bc@mail.gmail.com> MIME-Version: 1.0 References: <51d7a5160809081441h6f952906ibea9d236a9c271dd@mail.gmail.com> <8d23ec860809081519l2bfb73fax8c82824c17a382bc@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Problems with portsdb -Uu on FreeBSD 6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2008 23:25:30 -0000 http://www.freebsd.org/doc/en/books/handbook/portsnap.html I supposes that "portsnap extract" have to run just once, latter u have to just run portsnap fetch && portsnap update? Sean, u say that I better mix cvsup + portsnap? This is normal? This would not broke my tree? Right now I already run cvsup and is running portsdb -Uu, I will let u know what happend, thanks!!! On Mon, Sep 8, 2008 at 3:19 PM, Schiz0 wrote: > On Mon, Sep 8, 2008 at 6:12 PM, Sean Cavanaugh > wrote: > > -------------------------------------------------- > > From: "perikillo" > > Sent: Monday, September 08, 2008 5:41 PM > > To: "FreeBSD Mailing List" > > Subject: Problems with portsdb -Uu on FreeBSD 6.3 > > > >> Hi people. > >> > >> Well I have time locking for a solution for this problem I have, I have > >> googling around and have not found a solution, I have 2 serves running > >> FreeBSD 6.1/6.2, normally I update my ports tree each day, but I already > >> stop doing that because I still cannot fix the problems with the > commmand: > >> > >> portsdb -Uu, each time I run that command on both servers I receive this > >> error: > >> > >> Updating the ports index ... Generating INDEX.tmp - please > >> wait.."Makefile", > >> line 56: Could not find bsd.port.options.mk > >> make: fatal errors encountered -- cannot continue > >> ===> sysutils/apcupsd failed > >> *** Error code 1 > > > > > > CVSUP your tree to straighten it out. I noticed that portsnap will not > fix > > damaged/missing files. > > Portsnap will if you do "extract". It WONT if you do "update." >