From owner-freebsd-openoffice@FreeBSD.ORG Sun Jan 2 22:38:05 2005 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC3416A4CE; Sun, 2 Jan 2005 22:38:05 +0000 (GMT) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ACAF43D31; Sun, 2 Jan 2005 22:38:05 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (mi@localhost [127.0.0.1]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j02Mbsjj066094 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 2 Jan 2005 17:37:54 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.13.1/8.13.1/Submit) id j02MbrWT066093; Sun, 2 Jan 2005 17:37:53 -0500 (EST) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: freebsd-gnats-submit@freebsd.org, jan.grant@bristol.ac.uk Date: Sun, 2 Jan 2005 17:37:52 -0500 User-Agent: KMail/1.7.2 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" cc: openoffice@freebsd.org Subject: Re: ports/74518: openoffice-1.1 build failure on 4-stable: dmake can't find target.mk X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 22:38:05 -0000 The problem here is that the user had the devel/dmake installed already and OpenOffice's configure has decided to use it. Unfortunately, our devel/dmake (4.1) is too old to understand the DMAKEROOT environment variable, which OpenOffice's boostrap script is setting. The work-around is to uninstall the dmake port prior to building OOo. The immediate fix is to mark OOo as conflicting with dmake. The proper fix is to update the devel/dmake and make OOo properly depend on it instead of building its own. Working on this one... -mi