Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Jul 2007 09:03:48 +0900 (JST)
From:      Maho NAKATA <chat95@mac.com>
To:        pav@FreeBSD.org
Cc:        openoffice@FreeBSD.org
Subject:   Re: [Fwd: openoffice.org-1.1.5.20070606 failed on i386 5]
Message-ID:  <20070702.090348.74750380.chat95@mac.com>
In-Reply-To: <1183104462.82837.2.camel@pav.hide.vol.cz>
References:  <1183104462.82837.2.camel@pav.hide.vol.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Pav Lucistnik <pav@FreeBSD.org>
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070702.090348.74750380.chat95>