From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 26 22:21:22 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FE821065673; Fri, 26 Feb 2010 22:21:22 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id ED67F8FC1B; Fri, 26 Feb 2010 22:21:21 +0000 (UTC) Received: by wyb40 with SMTP id 40so340398wyb.13 for ; Fri, 26 Feb 2010 14:21:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to; bh=iFsos0B5kuuw0noT1koiCaocb/Nt9MRdPW7erbUuZK4=; b=SfKYGI6XE8j6LU/W6NKU7EPFV/FTGTEhQu9TYvjMBypCtFZs99uNzHdIv24hnLTT8P +/fRFMjKl1CUlhqMo7Vcv6jiXA9rgAAFcoRCLZ4GXp98b2BPTGXNGfXlOB4FIWPnZOuI BW1JKfR/D6dF9z8NvVvtRgGrPFZuHhlpbNHNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to; b=hNm5VNNIG3QbYEFHOf4CqWDrqctb1f0UjwI323RQjroKv78jT9s+XxeMV4B5t+CtOr zYfEDWWBp4SiuI3phfV1q2TQO1Y6HeCaKgjSOFo9kg0SEmY6iNW7JV0agGZ5CbqTdU6N tvbQ0ryTBdMipp85OmJS8KDG4Kq8U+oEdHmcQ= Received: by 10.216.163.67 with SMTP id z45mr871587wek.26.1267222875957; Fri, 26 Feb 2010 14:21:15 -0800 (PST) Received: from viper.internal.network (dsl78-143-196-85.in-addr.fast.co.uk [78.143.196.85]) by mx.google.com with ESMTPS id j8sm1887184gvb.1.2010.02.26.14.21.14 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 26 Feb 2010 14:21:15 -0800 (PST) Received: from viper.internal.network (localhost [127.0.0.1]) by viper.internal.network (Postfix) with ESMTP id 911094AC06; Fri, 26 Feb 2010 22:21:13 +0000 (UTC) Received: (from m0@localhost) by viper.internal.network (8.14.3/8.14.3/Submit) id o1QMLDeZ058133; Fri, 26 Feb 2010 22:21:13 GMT (envelope-from xorquewasp@googlemail.com) X-Authentication-Warning: viper.internal.network: m0 set sender to xorquewasp@googlemail.com using -f Date: Fri, 26 Feb 2010 22:21:13 +0000 From: xorquewasp@googlemail.com To: Greg Larkin Message-ID: <20100226222113.GA14592@logik.internal.network> References: <20100226163227.GA15162@logik.internal.network> <4B88074E.7050007@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B88074E.7050007@FreeBSD.org> Cc: freebsd-hackers@FreeBSD.org Subject: Re: package building failure irritation X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2010 22:21:22 -0000 > cd $port > make clean > make deinstall > make depends # just to be safe > make install > make package-recursive This apparently didn't solve the problem (same errors). I'm stumped. xw