All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Menzel <paulepanter@users.sourceforge.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: evince_2.30.0.bb: Problem with new style staging?
Date: Tue, 17 Aug 2010 09:30:48 +0200	[thread overview]
Message-ID: <1282030248.3641.19.camel@mattotaupa> (raw)
In-Reply-To: <1281897933.3693.41.camel@mattotaupa>

[-- Attachment #1: Type: text/plain, Size: 3042 bytes --]

Am Sonntag, den 15.08.2010, 20:45 +0200 schrieb Paul Menzel:
> Am Sonntag, den 15.08.2010, 10:46 +0200 schrieb Paul Menzel:
> 
> > I set up a basic build host with no GNOME installed and did `bitbake
> > beagleboard-demo-image` with the standard local.conf provided by
> > Ȧngström and org.openembedded.dev.
> > 
> > Compile is failing because it is looking for a file on the build hosts
> > environment (and not stagang(?)).
> > 
> >         xsltproc -o evince-C.omf --stringparam db2omf.basename evince --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/home/paul/oe/build/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/evince-2.30.0-r1/evince-2.30.0/help/evince.omf.in"  `/home/paul/oe/build/angstrom-dev/sysroots/i686-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/evince.xml || { rm -f "evince-C.omf"; exit 1; }
> >         warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
> >         cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl
> >         make[2]: *** [evince-C.omf] Error 1
> >         make[2]: Leaving directory `/home/paul/oe/build/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/evince-2.30.0-r1/evince-2.30.0/help'
> >         make[1]: *** [all-recursive] Error 1
> >         make[1]: Leaving directory `/home/paul/oe/build/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/evince-2.30.0-r1/evince-2.30.0'
> >         make: *** [all] Error 2
> >         FATAL: oe_runmake failed
> >         ERROR: Function do_compile failed
> > 
> > The call of `xsltproc` seems to point to the wrong location. Does anyone
> > know how to fix this error besides installing those files on the build
> > host?
> 
> Judging from `run.do_compile.6321` `PKG_CONFIG_PATH` gets set
> incorrectly.
> 
>         export PKG_CONFIG_PATH="/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/pkgconfig:/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/pkgconfig"
> 
> I checked `gnome-doc-utils.pc` in these directories and both point to
> `/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl`, which is incorrect
> (`datadir=/usr/share`)
> 
> In the staging(?) path
> `/oe/build/angstrom-dev/sysroots/i686-linux/usr/lib/pkgconfig/`
> everything is set up correctly.
> 
>         datadir=/oe/build/angstrom-dev/sysroots/i686-linux/usr/share
> 
> Also running 
> 
>         /oe/build/angstrom-dev/sysroots/i686-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils
> 
> in a clean environment without exporting `PKG_CONFIG_PATH` works.
> 
> Is this a problem with new style staging? Could you please provide a
> hint on how to fix this.

I am stuck. Could someone take a look at this please and give me a hint
on how to proceed? (I know the week just started.)


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2010-08-17  7:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-15  8:46 evince_2.30.0.bb: warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl" Paul Menzel
2010-08-15 18:45 ` evince_2.30.0.bb: Problem with new style staging? (was: warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl") Paul Menzel
2010-08-17  7:30   ` Paul Menzel [this message]
2010-08-17 22:50     ` evince_2.30.0.bb: Problem with new style staging? Khem Raj
2010-08-18 16:05       ` evince_2.30.0.bb: unable to parse en_GB/evince.xml (was: Problem with new style staging?) Paul Menzel

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=1282030248.3641.19.camel@mattotaupa \
    --to=paulepanter@users.sourceforge.net \
    --cc=openembedded-devel@lists.openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.