From owner-freebsd-questions@FreeBSD.ORG Tue Mar 23 16:59:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9049416A4CE for ; Tue, 23 Mar 2004 16:59:30 -0800 (PST) Received: from cromagnon.cullmail.com (cromagnon.cullmail.com [67.33.58.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB9B43D31 for ; Tue, 23 Mar 2004 16:59:30 -0800 (PST) (envelope-from jamoore@cullmail.com) Received: from cromagnon.cullmail.com (localhost.cullmail.com [127.0.0.1]) i2O12Qeq006966 for ; Tue, 23 Mar 2004 19:02:26 -0600 (CST) (envelope-from jamoore@cromagnon.cullmail.com) Received: by cromagnon.cullmail.com (8.12.10/8.12.10/Submit) id i2O12QEM006965 for freebsd-questions@freebsd.org; Tue, 23 Mar 2004 19:02:26 -0600 (CST) (envelope-from jamoore) From: Jay Moore To: freebsd-questions@freebsd.org Date: Tue, 23 Mar 2004 19:02:25 -0600 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403231902.25729.jaymo@cromagnon.cullmail.com> Subject: OpenOffice ports & packages fail on 5.2 system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 00:59:30 -0000 Apologies in advance if I've posted to the wrong list, but I didn't see one that looked like a perfect fit. So here goes: I tried installing openoffice-1.1 first... as a port { # cd /usr/ports/editors/openoffice-1.1 # make install } After a _long_ time & jumping through Sun's crappy little licensing hoops multiple times the build failed. Sorry, but I didn't save the output - and I don't really care - I mention it here only to give some background for the openoffice-1.0 failure. I figured that maybe 1.1 is not ready for prime time, so I tried 1.0: { # cd /usr/ports/editors/openoffice-1.0 # make install } It fails as follows: >> Checksum mismatch for openoffice1.0/OOo_1.0.3_source.tar.bz2. >> Checksum OK for openoffice1.0/gpc231.tar.Z. >> Checksum OK for openoffice1.0/patch-openoffice-mozilla101-2002-10-14. >> Checksum OK for openoffice1.0/mozilla-vendor-1.0.2a.tgz. ===> Giving up on fetching files: openoffice1.0/OOo_1.0.3_source.tar.bz2 Make sure the Makefile and distinfo file (/usr/ports/editors/openoffice-1.0/ distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 I'm a little nervous about overriding the checksum... have I screwed up somehow, or is the checksum really incorrect for the port? Thanks, Jay