From owner-freebsd-ports@FreeBSD.ORG Sat Feb 21 17:52:32 2004 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 E3F5716A531; Sat, 21 Feb 2004 17:52:31 -0800 (PST) Received: from lysander.inspired.net.au (lysander.inspired.net.au [203.132.226.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B50F643D1D; Sat, 21 Feb 2004 17:52:31 -0800 (PST) (envelope-from gautam@inspired.net.au) Received: from localhost (localhost [127.0.0.1]) by lysander.inspired.net.au (Postfix) with ESMTP id 039192380C5; Sun, 22 Feb 2004 12:52:30 +1100 (EST) Received: from lysander.inspired.net.au ([127.0.0.1]) by localhost (lysander [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 20432-08; Sun, 22 Feb 2004 12:52:30 +1100 (EST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by lysander.inspired.net.au (Postfix) with SMTP id 9B4412380C1; Sun, 22 Feb 2004 12:52:29 +1100 (EST) Date: Sun, 22 Feb 2004 12:49:49 +1100 From: Gautam Gopalakrishnan To: adamw@freebsd.org Message-Id: <20040222124949.4133a321.gautam@inspired.net.au> In-Reply-To: <20040222124047.0f6ee1c9.gautam@inspired.net.au> References: <20040221030343.1f0ce596.gautam@inspired.net.au> <20040220171144.GA33739@xor.obsecurity.org> <20040221134822.60862fc2.gautam@inspired.net.au> <20040221031220.GA41039@xor.obsecurity.org> <20040221143825.4ec73b52.gautam@inspired.net.au> <20040221035340.GA41491@xor.obsecurity.org> <20040221153954.556f3c40.gautam@inspired.net.au> <20040221045413.GA42180@xor.obsecurity.org> <20040221051056.GR13847@toxic.magnesium.net> <20040222124047.0f6ee1c9.gautam@inspired.net.au> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at inspired.net.au cc: kris@obsecurity.org cc: freebsd-ports@freebsd.org cc: openoffice@freebsd.org Subject: Re: Openoffice 1.1 not building 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: Sun, 22 Feb 2004 01:52:32 -0000 On Sun, 22 Feb 2004 12:40:47 +1100 Gautam Gopalakrishnan wrote: > On 21 Feb 2004 00:10:56 -0500 > Adam Weinberger wrote: > > > > I just feel that it's worth reiterating that I have identified the > > cause of the build failure. One of the patches in files/ > > (patch-config_office) tells the build to link against -lc_r on 5.X. > > Changing that behaviour to-lpthread fixes the problem. > > Sorry, I tried it, but my build still is broken. Same location as > before. If there is any diagnostic information you need, please let me > know. My bad, the error is different (Unable to find libpthread). I added a line to libmap.conf: libpthread.so libc_r.so.5 But I don't see what difference it will make. Do I have to install libpthread from somewhere else? Gautam