Date: Thu, 21 Oct 2004 20:32:14 +0200 From: Benjamin Thelen <bt@ccgis.de> To: Don Lewis <truckman@FreeBSD.org> Cc: freebsd-openoffice@FreeBSD.org Subject: Re: Install error OOo-1.1.3 on 4.10p3 Message-ID: <417800AE.2040605@ccgis.de> In-Reply-To: <200410201730.i9KHU3pj001657@gw.catspoiler.org> References: <200410201730.i9KHU3pj001657@gw.catspoiler.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Don Lewis wrote: > On 20 Oct, Benjamin Thelen wrote: > ... snip ... > .if !defined(DISPLAY) > # > # UGLY hack to not have to specify a X-Display. > # > ${X11BASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO > } $$! > ${WRKDIR}/.Xvfb.pid > @sleep 5 > @cd ${WRKSRC}/instsetoo/*.pro/${LANG_EXT}/normal/ ; \ > ===> SAL_IGNOREXERRORS=1 TEMP=${WRKDIR} DISPLAY=${DISPLAY} ./install --prefix > =${PREFIX} > @-${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill > @${RM} -f ${WRKDIR}/.Xvfb.pid > > I think "DISPLAY=${DISPLAY}" is incorrect because DISPLAY is not > defined. Judging by another place in the Makefile where Xvfb is used, I > think this should be "DISPLAY=${DISPLAYHACK}". > > Hi Don, Well, building of OOo still ends as I know, except this kill-command. I had that month ago. dmake has been successfully built kill: 70823: No such process *** Error code 1 (ignored) Installing still fails with the same error. Nevertheless, thanks for your time and help Don! I don't understand why I have three 4.10 boxes, all with the same error and all with the same ending of building OOo? I suppose OOo expects somethings what I do not supply. I could try a generic kernel...don't know. Won't really help, I think. Best Regards, Benjamin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?417800AE.2040605>