From owner-freebsd-x11@FreeBSD.ORG Fri Dec 12 16:00:21 2003 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5310916A4CF for ; Fri, 12 Dec 2003 16:00:21 -0800 (PST) Received: from lewis.lclark.edu (www.thejourneycontinues.org [149.175.1.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B6A343D09 for ; Fri, 12 Dec 2003 16:00:13 -0800 (PST) (envelope-from eta@lclark.edu) Received: from [149.175.34.27] ([149.175.34.27]) by lewis.lclark.edu (SAVSMTP 3.1.1.32) with SMTP id M2003121215594309951 ; Fri, 12 Dec 2003 15:59:43 -0800 From: Eric Anholt To: Dmitriy Shnayder In-Reply-To: <3FD4D944.3010204@cs.rit.edu> References: <3FD4D944.3010204@cs.rit.edu> Content-Type: text/plain Message-Id: <1071273622.26628.16.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 12 Dec 2003 16:00:22 -0800 Content-Transfer-Encoding: 7bit cc: x11@freebsd.org Subject: Re: Compilation error in XFree86-VirtualFramebufferServer-4.3.0_3 port X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 00:00:21 -0000 On Mon, 2003-12-08 at 12:04, Dmitriy Shnayder wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > When I tried to compile the editors/openoffice-1.1 port this morning, part of > the compilation was compiling the XFree86-VirtualFramebufferServer-4.3.0_3 > port, which is a dependency for OpenOffice. This compilation did not succeed, > and thus I could not compile OpenOffice. I saw the following output: > > ===> openoffice-1.1.0_1 depends on executable: Xvfb - not found > ===> Verifying install for Xvfb in /usr/ports/x11-servers/XFree86-4-VirtualFr > amebufferServer > ===> Extracting for XFree86-VirtualFramebufferServer-4.3.0_3 > [snip] > ===> Configuring for XFree86-VirtualFramebufferServer-4.3.0_3 > cd ./config/imake && make -D INSTALLS_DEPENDS -f Makefile.ini BOOTSTRAPCFLAGS= > "" CC="cc" > making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in > ~ config/imake > cc -o ccimake -DCROSSCOMPILEDIR=\"\" -O -I../../include -I../../imports/x11/inc > lude/X11 ccimake.c > if [ -n "" ] ; then /cc -E `./ccimake` -DCROSSCOMPILE_CPP imakemdep.h > imakem > dep_cpp.h; else touch imakemdep_cpp.h; fi > cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c > cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o > rm -f ./config/makedepend/Makefile.proto > ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./c > onfig/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend > In file included from Imakefile.c:15: > config/cf/Imake.tmpl:1989: LessTif.rules: No such file or directory > In file included from Imakefile.c:15: > config/cf/Imake.tmpl:2002: LessTif.tmpl: No such file or directory > ./config/imake/imake: Exit code 1. > ~ Stop. > *** Error code 1 > > Stop in /usr/ports/x11-servers/XFree86-4-VirtualFramebufferServer/work/xc. > *** Error code 1 > > Stop in /usr/ports/x11-servers/XFree86-4-VirtualFramebufferServer. > *** Error code 1 > > Stop in /usr/ports/editors/openoffice-1.1. > > I have both lesstif-0.93.36_1 and open-motif-2.2.2_1 packages installed. Is that > possibly causing this error? Lesstif messes with the system's host.def (or was it site.def?), which I suspect is not kosher. I haven't ever looked at what the proper fix would be. Reinstalling imake-4 will clean it up for the moment. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org