From owner-freebsd-questions@freebsd.org Tue Sep 26 05:05:26 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D3A1E2F221 for ; Tue, 26 Sep 2017 05:05:26 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4D0076844 for ; Tue, 26 Sep 2017 05:05:23 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id v8Q55DNo036010 for ; Tue, 26 Sep 2017 07:05:14 +0200 (CEST) (envelope-from bah@bananmonarki.se) Subject: Re: Openoffice To: "freebsd-questions@freebsd.org" References: <20170925222852.GA93860@woodcruft.co.uk> From: Bernt Hansson Message-ID: <781c39a9-9bd4-4cf3-a4b8-5b47a4a6d044@bananmonarki.se> Date: Tue, 26 Sep 2017 07:05:13 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170925222852.GA93860@woodcruft.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2017 05:05:26 -0000 On 09/26/17 00:28, Frank Shute wrote: > On Sun, Sep 24, 2017 at 03:15:35PM +0200, Bernt Hansson wrote: >> Hello list! >> >> Trying to build Openoffice but it stops at this point. >> >> [ build DEP ] LNK:Library/ucpgio1.uno.so >> R=/usr/ports/editors/openoffice-devel/work/aoo-4.2.0 && S=$R/main && >> O=$S/solver/420/unxfbsdx.pro && W=$O/workdir && mkdir -p >> $W/Dep/LinkTarget/Library/ && RESPONSEFILE=/tmp/gbuild..IqhvmDJ4 && cat >> ${RESPONSEFILE} /dev/null | xargs -n 200 cat > >> $W/Dep/LinkTarget/Library/ucpgio1.uno.so.d && rm -f ${RESPONSEFILE} >> touch >> /usr/ports/editors/openoffice-devel/work/aoo-4.2.0/main/solver/420/unxfbsdx.pro/workdir/Dep/CxxObject/ucp/source/ucp/gio/gio_provider.d >> touch >> /usr/ports/editors/openoffice-devel/work/aoo-4.2.0/main/solver/420/unxfbsdx.pro/workdir/Dep/CxxObject/ucp/source/ucp/gio/gio_content.d >> touch >> /usr/ports/editors/openoffice-devel/work/aoo-4.2.0/main/solver/420/unxfbsdx.pro/workdir/Dep/CxxObject/ucp/source/ucp/gio/gio_resultset.d >> touch >> /usr/ports/editors/openoffice-devel/work/aoo-4.2.0/main/solver/420/unxfbsdx.pro/workdir/Dep/CxxObject/ucp/source/ucp/gio/gio_datasupplier.d >> touch >> /usr/ports/editors/openoffice-devel/work/aoo-4.2.0/main/solver/420/unxfbsdx.pro/workdir/Dep/CxxObject/ucp/source/ucp/gio/gio_seekable.d >> >> Waited for 5-6 hours for it to contiune, but no. > > I can't see any kind of error in that lot. > > A few questions come to mind though. Why not LibreOffice? No support for lpd. > > I thought that was where all the developer effort goes nowadays. I don't > use wordprocessors, so I'm possibly out of touch. > > Depending on how powerful your hardware is and how busy it is, it is not > uncommon to wait a long time during the build before you get any kind of > sign that things are progressing with big ports ie. OO, Chrome etc. Firefox take about an hour to build. Oo used a bit over 12 hours earlier. > > You don't mention how you're building the port: > > # make install clean make LOCALIZED_LANG=sv And it still doing "nothing" > > or portupgrade or some other tool. > > If it appears to be doing nothing, have a look at the output of: > > $ ps ax | less ps ax shows the same time stamps every time I run ps. 24467 0 I+ 0:00.07 make LOCALIZED_LANG=sv 24535 0 I+ 0:00.06 make CONFIG_DONE_APACHE-OPENOFFICE-DEVEL=1 /usr/ports/editors/openoffice-devel/work/.stage_done.apache-openoffice._usr_local 24610 0 I+ 0:00.69 perl -S /usr/ports/editors/openoffice-devel/work/aoo-4.2.0/main/solenv/bin/build.pl --all -P1 -- -P2 27480 0 I+ 0:00.00 perl -S /usr/ports/editors/openoffice-devel/work/aoo-4.2.0/main/solenv/bin/build.pl --all -P1 -- -P2 27481 0 I+ 0:00.01 dmake -P2 27484 0 I+ 0:00.00 /usr/local/bin/bash -c cd .. && gmake -r -j2 && gmake -r deliverlog 27485 0 I+ 6:50.15 gmake -r -j2 > > and > > $ top Top shows no build proccess. The build is stuck in the same place > those 2 commands should quickly show you what is going on and what is > currently occupying the build process. > > > Regards, >