From owner-freebsd-questions@FreeBSD.ORG Thu Oct 29 14:19:57 2009 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 85F6E1065676 for ; Thu, 29 Oct 2009 14:19:57 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 1532F8FC1A for ; Thu, 29 Oct 2009 14:19:56 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id d26so18562eyd.3 for ; Thu, 29 Oct 2009 07:19:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=aa6CP/u5ZccBCyvLPWaH83dp7puhowGYILEhgv5yg9w=; b=QmDrH8XQ+zQhwy5fdwhiWLnUe5YxbiiwzaI9OoZaMbEMXJzMKtCPYsK759PqLeQTdj YGMWdCns0JzYXTnzO4QsPm/YCSG6i+zyRrG4VF3vkF+9zT/fULQ/N2H9U0pCoH2u3HgQ F1VWcL528yrNKfs6TTF26uAONCQdKaoqsAQVE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=cSQvEJ+Bhuby4UuU14fhTN3xkqotxdrts75kLb/gRNogtazx+Ot1N0Ltni1pPBvvJg rkxx5m4TsIRp2tCi6v6I5B0Uo6S7jyktsYUrlELDxUagu+FWK0i5xoh8zLUi3PCI/Hhx g8SjRzconUHSvVSt1nucnIME2vFPt3+ELxhD0= Received: by 10.211.146.5 with SMTP id y5mr140047ebn.41.1256825996022; Thu, 29 Oct 2009 07:19:56 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 7sm5923770eyb.0.2009.10.29.07.19.53 (version=SSLv3 cipher=RC4-MD5); Thu, 29 Oct 2009 07:19:54 -0700 (PDT) Date: Thu, 29 Oct 2009 14:19:51 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20091029141951.77099907@gumby.homeunix.com> In-Reply-To: <200910290829.n9T8TCvI015618@mp.cs.niu.edu> References: <200910290829.n9T8TCvI015618@mp.cs.niu.edu> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: math/arpack patch.tar.gz timestamp differs between ports and freebsd.org 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: Thu, 29 Oct 2009 14:19:57 -0000 On Thu, 29 Oct 2009 03:29:12 -0500 (CDT) Scott Bennett wrote: > The build of math/octave dies when the build for math/arpack > dies due to a timestamp mismatch between local ports tree information > and ftp.freebsd.org. It's a mismatch between the timestamps on the local cached distfiles and their counterparts on the file server. Try doing a "make distclean" in the port directory.