public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Alan McKinnon <alan.mckinnon@gmail.com>
To: Gentoo User <gentoo-user@lists.gentoo.org>
Subject: Re: [gentoo-user] progress everywhere !
Date: Sun, 19 Oct 2008 11:01:03 +0200	[thread overview]
Message-ID: <200810191101.03723.alan.mckinnon@gmail.com> (raw)
In-Reply-To: <20081019052528.GG4595@ca.inter.net>

On Sunday 19 October 2008 07:25:28 Philip Webb wrote:
> OO 3.0.0 compiled successfully in   2 h 29 m  on this Core2 Duo machine,
> but needed  5,3 MB  temporary disk space (ok here, but others beware).
> It opened my usual spreadsheets & word-processing files correctly,
> but the toolbar needs attention tomorrow.  Download is  346 MB .

Build time is coming down I see. The first time I build OOo (on a 686 amd) it 
took 12 hours. Now I get similar to you - 2h14

> Does anyone know why it wants 'xulrunner', which is not a use flag here ?

It's this:

DEPEND="${COMMON_DEPEND}
        nsplugin? ( || ( net-libs/xulrunner:1.8 net-libs/xulrunner:1.9 
=www-client/seamonkey-1* )
                >=dev-libs/nspr-4.6.6
                >=dev-libs/nss-3.11-r1 )

And later we have this snippet:

pkg_setup() {
        if use nsplugin; then
                if pkg-config --exists libxul; then
                        BRWS="libxul"
                elif pkg-config --exists xulrunner-xpcom; then
                        BRWS="xulrunner"
                elif pkg-config --exists seamonkey-xpcom; then
                        BRWS="seamonkey"
                else
                        die "USE flag [nsplugin] set but no installed 
xulrunner or seamonkey found!"
                fi
        fi
}

So basically it is dependant on the nsplugin USE flag, and will look for 
xulrunner or seamonkey to build against. If neither are found, you have an 
error condition.


-- 
alan dot mckinnon at gmail dot com



  parent reply	other threads:[~2008-10-19  9:01 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-19  5:25 [gentoo-user] progress everywhere ! Philip Webb
2008-10-19  6:05 ` Philip Webb
2008-10-19  7:00   ` Dale
2008-10-19 20:23   ` KH
2008-10-19  9:01 ` Alan McKinnon [this message]
2008-10-19 16:23   ` [gentoo-user] " Grant Edwards
2008-10-19 16:48     ` Philip Webb
2008-10-19 18:15       ` Alan McKinnon
2008-10-19 20:27         ` KH
2008-10-19 23:39         ` Philip Webb
2008-10-20 14:59       ` Paul Hartman
2008-10-21 10:56     ` Neil Bothwick
2008-10-19 16:52   ` [gentoo-user] " Philip Webb
2008-10-19 17:58     ` Alan McKinnon
2008-10-20  6:25       ` Walter Dnes
2008-10-20 10:26       ` Erik Hahn
2008-10-20 10:35         ` Alan McKinnon
2008-10-20 16:02           ` Erik Hahn
2008-10-21 10:59     ` Neil Bothwick
2008-10-19 13:19 ` luis jure

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200810191101.03723.alan.mckinnon@gmail.com \
    --to=alan.mckinnon@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox