From owner-freebsd-doc@FreeBSD.ORG Sat Aug 2 01:55:11 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBBFB37B401; Sat, 2 Aug 2003 01:55:11 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A3BA43FBF; Sat, 2 Aug 2003 01:55:10 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h728t8kC095996; Sat, 2 Aug 2003 10:55:08 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h728sff0000752; Sat, 2 Aug 2003 10:54:41 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h728sf4X000751; Sat, 2 Aug 2003 10:54:41 +0200 (CEST) (envelope-from marc) Date: Sat, 2 Aug 2003 10:54:41 +0200 From: Marc Fonvieille To: World Wide Web Owner Message-ID: <20030802085441.GA677@nosferatu.blackend.org> References: <200308020829.h728TgaA040223@www.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308020829.h728TgaA040223@www.freebsd.org> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: freebsd-doc@FreeBSD.org cc: dds@FreeBSD.org Subject: Re: FreeBSD web build failed on www.freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 08:55:12 -0000 On Sat, Aug 02, 2003 at 01:29:42AM -0700, World Wide Web Owner wrote: [...] > ===> prstats/../../tools/prstats > ./go.tcl /c/gnats > unable to convert date-time string "Sat Aug 2 00:18:27 EEST 2003" > while executing > "clock scan [lrange $a 1 end" > (procedure "PR" line 10) > invoked from within > "PR $pr" > ("foreach" body line 2) > invoked from within > "foreach pr [glob $gnatsdir] { > PR $pr > } > " > (file "./go.tcl" line 46) > *** Error code 1 The PR 25585 was closed using edit-pr under a shell with a $LANG different from the "default" one. Replacing EEST with PDT should fix the build. Marc