From owner-freebsd-ports@FreeBSD.ORG Wed May 11 08:59:00 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B090216A4CE; Wed, 11 May 2005 08:59:00 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F1443D79; Wed, 11 May 2005 08:59:00 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) id j4B8x0JO018314; Wed, 11 May 2005 01:59:00 -0700 (PDT) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id j4B8wsXR012278; Wed, 11 May 2005 01:58:58 -0700 (PDT) Date: Wed, 11 May 2005 17:58:37 +0900 (JST) Message-Id: <20050511.175837.102577207.chat95@mac.com> To: spadger@spadger.best.vwh.net From: NAKATA Maho In-Reply-To: <20050510233750.A81535@spadger.best.vwh.net> References: <20050510233750.A81535@spadger.best.vwh.net> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: maho@FreeBSD.org cc: mbr@FreeBSD.org Subject: Re: OpenOffice does not work on 4STABLE? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 08:59:00 -0000 In Message-ID: <20050510233750.A81535@spadger.best.vwh.net> Andrew Sparrow wrote: > "The application cannot be started. > The configuration service is not available > Start the setup application to repair the installation from the CD or the folder > containing the installation packages." this is famous rtld problem. see : http://porting.openoffice.org/freebsd/ FreeBSD 5.2.1-RELEASE/i386, and 4.11-RELEASE/i386 : NOT supported We had minor but serious implementation difference in rtld.c between FreeBSD and NetBSD/Linux/Solaris which had been inducing very weired problem, and workaround also inducing a hard-to-track bug. It was fixed after 5.2.1-RELEASE and 4.11-RELEASE. Please see commit log also for details. So we decided to mark these port as BROKEN for them. However, a patch for rtld.c for 4-RELENG and a patch for rtld.c for 5-RELENG are available, and it is totally unsupported. At your own risk, and feedback is welcome. BEFORE BUILDING OPENOFFICE.ORG, FOLLOW THIS INSTRUCTION if you use 4-series: % su Password: # fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng4 # cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng4 # make ; make depend ; make install if you use 5-series (prior than 5.3-RELEASE): % su Password: # fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng5 # cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng5 # make ; make depend ; make install thanks -- NAKATA, Maho (maho@FreeBSD.org)