From owner-freebsd-questions@FreeBSD.ORG Tue Dec 7 04:41:48 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 8320316A4CE for ; Tue, 7 Dec 2004 04:41:48 +0000 (GMT) Received: from smtp.io.com (smtp.io.com [206.224.87.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4C243D5E for ; Tue, 7 Dec 2004 04:41:48 +0000 (GMT) (envelope-from eighner@io.com) Received: from io.com (aus-as1-182.io.com [199.170.90.182]) by smtp.io.com (8.13.1/8.13.1) with SMTP id iB74fkDa037899; Mon, 6 Dec 2004 22:41:46 -0600 (CST) (envelope-from eighner@io.com) Date: Mon, 6 Dec 2004 22:37:45 -0600 (CST) From: Lars Eighner To: Simon Burke In-Reply-To: <2d7d2dd204120614235ca769f4@mail.gmail.com> Message-ID: <20041206222500.Y47485@goodwill.io.com> References: <2d7d2dd204120614235ca769f4@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV 0.80/617/Sun Dec 5 09:25:39 2004 clamav-milter version 0.80j on smtp.io.com X-Virus-Status: Clean cc: FreeBSD Questions Subject: Re: 5.3: cant install openoffice 1.1 from ports 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: Tue, 07 Dec 2004 04:41:48 -0000 On Mon, 6 Dec 2004, Simon Burke wrote: > I've recently done a fresh install of 5.3, i updated ports using cvsup > to install gnome2.8, which im using know, great. > > Problem is that it wont allow me to compile openoffice properly, i > cant give an error message as its about 7hrs in i get the message > and i've since made clean. I can't help you with the port, and perhaps no one can without some idea of the nature of the error. However, I can tell you something that will help you just about any time you need a record of an error message. Of course you can use script to record all the console stuff from every compile, but you probably won't do that, so assuming you compile at a virtual tty, do this: vidcontrol -PH < /dev/ttyv# > ~/save.txt where # is the number of the ttyv. -P dumps the video buffer in human readable form and -H makes it include the whole scrollback buffer, not just the visible screen. You can do this from the ttyv where the disaster occurred, but generally I switch to another one. Of course, you can make the filespec anything you want rather than ~/save.txt . Form the habit of doing this every time something goes wrong. It will make it much easier to get people to help you, to make bug reports, or to google for similar problem. > Does anyone know if it is broken? or how i can get an openoffice > release installed, as 1.0 is apparentlyu broken according to ports and > 1.1 wont compile sucessfully. -- Lars Eighner eighner@io.com -finger for geek code- http://www.io.com/~eighner/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266