From owner-freebsd-questions@FreeBSD.ORG Sat Jun 6 19:37:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4484F106566C for ; Sat, 6 Jun 2009 19:37:24 +0000 (UTC) (envelope-from comp.john@googlemail.com) Received: from mail-fx0-f214.google.com (mail-fx0-f214.google.com [209.85.220.214]) by mx1.freebsd.org (Postfix) with ESMTP id C7C078FC13 for ; Sat, 6 Jun 2009 19:37:23 +0000 (UTC) (envelope-from comp.john@googlemail.com) Received: by fxm10 with SMTP id 10so241800fxm.43 for ; Sat, 06 Jun 2009 12:37:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=NEEOiKegCg3CCIyaQ3ug2e63Ptq1aSrKf9bpemLaPos=; b=ZdGwzuR/fwMhl1EWXy7uorJrc3TbpYkJOXIKcP9Fm1pErUnMr1SeIsKWiCbGrHROl8 MTEow9LnpVSYvBT5unBu9swPXCg6zG9Ar6GoxCQoD//O881vwKJhJK+aSeSlt7YDPSyI qErQCMrZGbfbuC59jWzVLFDF6Qsme1gBY4+cE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=A1rIpxYJVsOP4XNJ6CUwf57Db3rMksKOOD0MIx9AzcLuqJk6prF3KTTqTnWBuKdOlF CenI/p1tek/HE9nGBisj3RgMC8LXy5UoiSvlklBxJ8TzCzHwAjXr+XqUzUC2cNRBpK+1 y3V4oU0hTBrPXVfFWB980iWTDt/3dMqc4lGQ8= MIME-Version: 1.0 Received: by 10.223.123.210 with SMTP id q18mr2759665far.63.1244317042887; Sat, 06 Jun 2009 12:37:22 -0700 (PDT) Date: Sat, 6 Jun 2009 20:37:22 +0100 Message-ID: From: "John ." To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: openoffice-3 from ports fails to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2009 19:37:24 -0000 Hello list, Not sure if this is the right place to post, please steer me to another list if this is the wrong place. openoffice-3 from ports fails to build with the error error 65280 occurred while making /usr/ports/editors/openoffice.org-3/work/OOO310_m11/instsetoo_native/util listing this directory gives a 1GB core file: ls -la /usr/ports/editors/openoffice.org-3/work/OOO310_m11/instsetoo_native/util total 989280 drwxr-xr-x 2 root wheel 512 Jun 6 20:20 . drwxr-xr-x 11 root wheel 512 Jun 6 16:58 .. -rw-r--r-- 1 root wheel 17322 Apr 25 01:34 makefile.mk -rw-r--r-- 1 root wheel 20369 Apr 25 01:34 openoffice.lst -rwxr-xr-x 1 root wheel 2660 Apr 25 01:34 pack.lst -rw------- 1 root wheel 1012441088 Jun 6 20:20 regcomp.bin.core -rw-r--r-- 1 root wheel 395 Apr 25 01:34 update.xml Deleting this core file and restarting make re-creates it. I'm running a GENERIC kernel uname -mpr 7.2-RELEASE amd64 amd64 -- John