From owner-freebsd-openoffice@FreeBSD.ORG Mon Jul 2 00:04:43 2007 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E34D616A475 for ; Mon, 2 Jul 2007 00:04:43 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id A7E9F13C44C for ; Mon, 2 Jul 2007 00:03:55 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2734015pyb for ; Sun, 01 Jul 2007 17:03:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=XrnRMFYOmyEk9ClgjrXKqkNoQeLbNgBeU9E5AGW381Qnx1woxN0AchlI5FQxdwI5YG7LLJcJA79b5xutxZTpVpZZBGxjI2mpYxMOlzB9XkL0tYNa5qBmjUaYq36+1qcxTSU6kAzg43Ct0ir5iQXYRx4xtWOa+TI4tDrkmIagFHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=ZOtGmUBjHuJ6Ldv+CanEO73Q/boN4WVls2p9B5bR/egx5sag5aXTBjAvMxz25vLU7EVQzDvdNu8SS7o9gXZ5IAeAwiG6DRmBvupbrKGCY7Drqp4SIylw7g0riJS/L+Wfk78bIr5vb9BMedhvXkggd2Cecp3HbrJukLmDH5H4fRY= Received: by 10.140.143.9 with SMTP id q9mr1260967rvd.1183334634397; Sun, 01 Jul 2007 17:03:54 -0700 (PDT) Received: from localhost ( [134.160.214.85]) by mx.google.com with ESMTP id g22sm15177434rvb.2007.07.01.17.03.53 (version=SSLv3 cipher=OTHER); Sun, 01 Jul 2007 17:03:53 -0700 (PDT) Date: Mon, 02 Jul 2007 09:03:48 +0900 (JST) Message-Id: <20070702.090348.74750380.chat95@mac.com> To: pav@FreeBSD.org From: Maho NAKATA In-Reply-To: <1183104462.82837.2.camel@pav.hide.vol.cz> References: <1183104462.82837.2.camel@pav.hide.vol.cz> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: openoffice@FreeBSD.org Subject: Re: [Fwd: openoffice.org-1.1.5.20070606 failed on i386 5] X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2007 00:04:44 -0000 From: Pav Lucistnik Subject: [Fwd: openoffice.org-1.1.5.20070606 failed on i386 5] Date: Fri, 29 Jun 2007 10:07:41 +0200 > > fetch: http://ooopackages.good-day.net/pub/OpenOffice.org/sources/1.1/OOo_SRX645_m66_source.tar.bz2: size mismatch: expected 170820384, actual 201150253 As you might know, I committed a fix. The size mismatch error was due to wrongness of my checkout. I always checkout with system("cvs $ooo_cvs_server checkout -r $ooo_tag OpenOffice2 \n"); this is wrong for SRX645. this must be system("cvs $ooo_cvs_server checkout -r $ooo_tag OpenOffice \n"); Somehow I wrongly commit the first one... Anyway thanks for your notifications. -- Nakata Maho (maho@FreeBSD.org)