Date: Tue, 30 Oct 2001 11:28:51 +0200 From: Peter Pentchev <roam@ringlet.net> To: Nevermind <never@nevermind.kiev.ua> Cc: Martin Blapp <mb@imp.ch>, freebsd-ports@FreeBSD.ORG Subject: Re: ports/31581: editors/staroffice52 cannot be installed on 4.4-STABLE Message-ID: <20011030112851.D622@straylight.oblivion.bg> In-Reply-To: <20011030111126.C622@straylight.oblivion.bg>; from roam@ringlet.net on Tue, Oct 30, 2001 at 11:11:26AM %2B0200 References: <20011029140214.A60426@nevermind.kiev.ua> <20011029231809.A53129-100000@levais.imp.ch> <20011030105608.C5835@nevermind.kiev.ua> <20011030111126.C622@straylight.oblivion.bg>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 30, 2001 at 11:11:26AM +0200, Peter Pentchev wrote: > On Tue, Oct 30, 2001 at 10:56:08AM +0200, Nevermind wrote: > > Hello, Martin Blapp! > > > > On Mon, Oct 29, 2001 at 11:21:14PM +0100, you wrote: > > > > > > When I'm typing make install out of X11, it says 'cannot open display'. > > > > > > Then run "make install-user" and do a standard workstation install > > > > > > Aehm. That means you've never run the installation program ! The > > > staroffice installation has a GUI. > > > > > > So allow with "xhost +localhost" that the display can open on your > > > user X-Desktop, and then set the DISPLAY Variable like > > > "export DISPLAY=localhost:0.0". > > > > > > The you will see the installation and a userinstallation will also > > > find the setup binary ... > > If I understood correct, I should do the following steps: > > cd /usr/ports/editors/staroffice52 > > 1: make > > 2: make install > > 3: <out_of_X> > > 4: xhost +localhost > > 5: export DISPLAY=localhost:0.0 > > 6: make install-user > > 7: </out_of_X> > > Not really. From a look at the staroffice52 port Makefile, it seems > that you need something more like: > > Out of X: > > 1. make > 2. xhost +localhost > 3. export DISPLAY=localhost:0.0 > 4. make install > 5. make install-user A small correction: "out of X" here means that you are executing these commands from a console. You STILL have to have an X server running, because the 'install' target invokes an X application which *has* to run under X. G'luck, Peter -- This sentence would be seven words long if it were six words shorter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011030112851.D622>