[Bug 4773] Apache2 failed to build

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Mon Oct 27 23:02:34 UTC 2008


http://bugs.openembedded.net/show_bug.cgi?id=4773





--- Comment #1 from Wei <wweng at kencast.com>  2008-10-28 00:02:34 ---
I found this is probably where it has gone wrong.

The chartables.c needs pcre_internal.h.

./work/i486-linux/apache2-2.2.3-r5/httpd-2.2.3/srclib/pcre/chartables.c

However, pcre_internal.h is not copied to ${STAGING_INCDIR}

In $PREFIX/openembedded/packages/libpcre/libpcre_7.6.bb

do_stage () {
    oe_libinstall -a -so libpcre ${STAGING_LIBDIR}
    oe_libinstall -a -so libpcreposix ${STAGING_LIBDIR}
    install -m 0644 pcre.h ${STAGING_INCDIR}/
    install -m 0644 pcreposix.h ${STAGING_INCDIR}/
    install -d ${STAGING_BINDIR_NATIVE}
    install -m 0755 ${S}/dftables ${STAGING_BINDIR_NATIVE}/
}

Only pcre.h and pcreposix.h are copied to ${STAGING_INCDIR}.

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list