From owner-freebsd-questions@FreeBSD.ORG Mon Apr 24 20:31:47 2006 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 79B5516A400 for ; Mon, 24 Apr 2006 20:31:47 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA0443D79 for ; Mon, 24 Apr 2006 20:31:39 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout4.cac.washington.edu (8.13.6+UW06.03/8.13.5+UW06.03) with ESMTP id k3OKVcan015403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Apr 2006 13:31:39 -0700 X-Auth-Received: from [128.208.4.96] (dzihan.cs.washington.edu [128.208.4.96]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.6+UW06.03/8.13.6+UW06.03) with ESMTP id k3OKVZ36001675 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 24 Apr 2006 13:31:38 -0700 Message-ID: <444D35A7.9010107@u.washington.edu> Date: Mon, 24 Apr 2006 13:31:35 -0700 From: Garrett Cooper User-Agent: Mozilla Thunderbird 1.0.8-1.1.1.1vy+fc4 (X11/20060419) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200604242043.25020.no-spam@swiftdsl.com.au> <200604242129.45420.no-spam@swiftdsl.com.au> <444CCDB5.9070507@daleco.biz> <200604242256.25434.no-spam@swiftdsl.com.au> In-Reply-To: <200604242256.25434.no-spam@swiftdsl.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: A portupgrade 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: Mon, 24 Apr 2006 20:31:47 -0000 Ian Moore wrote: >On Monday 24 April 2006 22:38, Kevin Kinsey wrote: > > >>Ian Moore wrote: >> >> >>>Yes, that would fix the problem, but I'm just curious about what causes >>>the problem in the first place, given that portupgrade rarely seems to >>>have these kind of problems. >>> >>>Cheers, >>> >>> >>ls -l /var/db/pkg/mysql-client* ?? >> >> > >total 28 >-rw-r--r-- 1 root wheel 36B Feb 26 09:08 +COMMENT >-rw-r--r-- 1 root wheel 4.0K Apr 23 09:39 +CONTENTS >-rw-r--r-- 1 root wheel 167B Feb 26 09:08 +DESC >-r--r--r-- 1 root wheel 15K Feb 26 09:08 +MTREE_DIRS >-rw-r--r-- 1 root wheel 57B Apr 23 23:50 +REQUIRED_BY > I used to always have trouble compiling packages with -ar or -aR exclusively, but running it like -aRr works like a charm every time (unless the thing gets into a deadlock from dependencies being removed, ie php, apache, and mysql >_<). -Garrett