From owner-freebsd-ports@FreeBSD.ORG Wed Mar 23 06:07:53 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CFFF16A4CF for ; Wed, 23 Mar 2005 06:07:53 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9288A43D3F for ; Wed, 23 Mar 2005 06:07:52 +0000 (GMT) (envelope-from theawel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so105805wri for ; Tue, 22 Mar 2005 22:07:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Nh0QZU0aY99Iu08OBuE8iTjeGFcARk39kDqrcWv9XT97mUy6PRvVsDAnw0KUv25FaSKfs5hGi6j3XI9PKdVFJIdRY8DNel3uqyCqd+SjjSAwqEiEmkLmg60wYmzYGef8oeMP7mhQogCR3HMOl/PYUD1xAneoiJKHqTmHAVXRacg= Received: by 10.54.97.12 with SMTP id u12mr11818wrb; Tue, 22 Mar 2005 22:07:52 -0800 (PST) Received: by 10.54.39.79 with HTTP; Tue, 22 Mar 2005 22:07:52 -0800 (PST) Message-ID: Date: Wed, 23 Mar 2005 01:07:52 -0500 From: Alex To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Ruby portupgrade but not a segfault, asks for non existant db40 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2005 06:07:53 -0000 I have attempted to update my INDEX.db file using the usual command: /usr/local/sbin/portsdb -Uu This has worked for me all the time until tonite, when I tried the command tonite i got an error that said ruby required db40, but when i looked a bit further i noticed that there is no such directory like that. There is db4 and db41. Why all of a sudden is it asking me for this dependency when it clearly does not exist and never did. I searched the listing in google to verify. I also am sourcing the complete ports directory using CVSup prior to running the portupgrade command so I am not missing any of the ports tree. Updating the ports index ... Generating INDEX.tmp - please wait..ruby18-bdb40-0.5.3: "/usr/ports/databases/db40" non-existent -- dependency list incomplete ===> databases/ruby-bdb failed *** Error code 1 1 error and here is an output from my ports/database directory as you can see that file never existed drwxr-xr-x 3 root wheel 512 Mar 3 10:32 db drwxr-xr-x 3 root wheel 512 Mar 3 10:32 db2 drwxr-xr-x 3 root wheel 512 Mar 3 18:36 db3 drwxr-xr-x 3 root wheel 512 Mar 3 18:36 db4 drwxr-xr-x 3 root wheel 512 Mar 3 18:36 db41 drwxr-xr-x 2 root wheel 512 Mar 3 10:32 db41-nocrypto drwxr-xr-x 3 root wheel 512 Mar 3 18:36 db42 drwxr-xr-x 2 root wheel 512 Mar 3 10:32 db42-nocrypto drwxr-xr-x 3 root wheel 512 Mar 3 18:36 db43 Regards, Alex