All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: Wolfgang Denk <wd@denx.de>
Cc: poky@yoctoproject.org
Subject: Re: Build of prelink_git.bb fails
Date: Thu, 03 Feb 2011 10:15:04 -0600	[thread overview]
Message-ID: <4D4AD488.7070408@windriver.com> (raw)
In-Reply-To: <20110203144518.51D71D81AE2@gemini.denx.de>

On my Fedora 14 machine, I am now receiving the same error.  So it is something
that changed overnight, unrelated to the prelinker.

I also attempted to find the fancyheadings.sty, and was unable to find it on my
host.

It appears the docbook native patch that went in to fix the integration
triggered this failure.  The issue is that with a host-tool docbook, we're no
longer able to build the documentation, so prelink no longer works.

I suspect the issue is in docbook, but I don't know that for sure.  Until then
the following hack will disable documentation and allow your build to continue:

diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtool
index 1601443..8620513 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -27,6 +27,11 @@ BBCLASSEXTEND = "native"
 EXTRA_OECONF = "--disable-selinux --with-pkgversion=${PV}-${PR} \
        --with-bugurl=http://bugzilla.pokylinux.org/"

+do_configure_prepend () {
+        # Disable documentation!
+        echo "all:" > ${S}/doc/Makefile.am
+}
+
 do_install_append () {
        install -d ${D}${sysconfdir}/cron.daily ${D}${sysconfdir}/default
        install -m 0644 ${WORKDIR}/prelink.conf ${D}${sysconfdir}/prelink.conf

--Mark

On 2/3/11 8:45 AM, Wolfgang Denk wrote:
> Dear Mark,
> 
> In message <4D4ABA30.4020505@windriver.com> you wrote:
>> Something is wrong with your host system.  Nothing has changed with the prelink
>> integration since late December.
> 
> Hm... I was able to complete a build of top of tree two days ago, on
> the same system.
> 
> This is Fedora 14 on a x86_64 box.
> 
>> The failure seems to indicate a broken latex, tetex and/or tex2pdf installation.
> 
> Do you happen to know which package is supposed to provide
> "fancyheadings.sty" ?  I cannot find this file on any of my Fedora
> boxen...
> 
> Best regards,
> 
> Wolfgang Denk
> 



      reply	other threads:[~2011-02-03 16:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-03 14:15 Build of prelink_git.bb fails Wolfgang Denk
2011-02-03 14:22 ` Mark Hatle
2011-02-03 14:43   ` Richard Purdie
2011-02-03 14:47     ` Wolfgang Denk
2011-02-03 14:45   ` Wolfgang Denk
2011-02-03 16:15     ` Mark Hatle [this message]

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=4D4AD488.7070408@windriver.com \
    --to=mark.hatle@windriver.com \
    --cc=poky@yoctoproject.org \
    --cc=wd@denx.de \
    /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.