[poky] Build of prelink_git.bb fails

Mark Hatle mark.hatle at windriver.com
Thu Feb 3 08:15:04 PST 2011


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 at 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
> 




More information about the poky mailing list