From owner-freebsd-questions@FreeBSD.ORG Sat Sep 3 13:04:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA74316A41F for ; Sat, 3 Sep 2005 13:04:54 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA9AA43D55 for ; Sat, 3 Sep 2005 13:04:53 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so494927nzo for ; Sat, 03 Sep 2005 06:04:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=PN8X697a2msOkiPlsci10VTYg65oCwIhvyFxgF81xiQFFhO6XRoX16LvKxoPhVhJUOsm+HovqRiIXZC2qqOEU/z9+yxdpjKbKKdruS/SQsUNE2IAfZL8im0/dZR96J1F0Aw7MHCo2NevWK9rJJLu0A+5kTrjgotjo/f2dmJQIqI= Received: by 10.36.220.69 with SMTP id s69mr353233nzg; Sat, 03 Sep 2005 06:04:53 -0700 (PDT) Received: from ?192.168.0.2? ( [24.99.17.167]) by mx.gmail.com with ESMTP id 5sm2924447nzk.2005.09.03.06.04.53; Sat, 03 Sep 2005 06:04:53 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: <023EEE4E-19FC-41BF-BEE4-2395BFCA42A4@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: "Anthony M. Agelastos" Date: Sat, 3 Sep 2005 09:04:50 -0400 X-Mailer: Apple Mail (2.734) Subject: portsdb question 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: Sat, 03 Sep 2005 13:04:54 -0000 Hello all, Is it normal for portsdb -uU to require 2 hours to complete (Pentium III // 450 MHz // FreeBSD 5.4-STABLE from 07/27 and KERNEL = GENERIC with very, very slight modifications primarily for architecture and Mplayer)? I found out about this because many have recommended using portversion because of its speed over pkg_version, however when I sync my Ports tree, pkg_version will report to me updated information whereas portversion will not, and the only way I have found to have it report updated information is to run portsdb -uU (the big U is what takes forever and is the crucial one of those flags), which takes two hours and, consequently, kills the overall speed claim mentioned above. Considering what I can build (from source) or scientifically compute in two hours, I think my machine is doing something it shouldn't be. Does anyone have any ideas? I should note here that I did Google this, check the FAQ, and check the documentation. I have been known to accidentally miss items in these areas, so if I did, I do apologize.