[poky] libxml-parser-perl failure
Saul Wold
saul.wold at intel.com
Sun Jan 16 17:31:28 PST 2011
Nitin, Richard:
I was looking into the libxml failure today, and found a couple of
different items that have changed in the newer version. First is the
addition of an arch_check function in the Extuils/MM_Any.pm and used
MakeMaker.pm. This check seems to use the archlib, which is set to
${STAGING_LIBDIR}/perl/${PV} by poky, but expects the final directory to
be the ARCH, which is why we get 5.12.2 for the Arch!
Why do we set archlib to the ${PV} instead of ${PV}/${target}
The next issue that I saw had to do with Errno.pm and another
architecture check, this time the errors:
ERROR from evaluation of
/vol/1/sgw/builds/ppc/tmp/work/ppc603e-poky-linux/libxml-parser-perl-2.36-r0/XML-Parser-2.36/Expat/Makefile.PL:
Errno architecture (x86_64-linux-thread-multi-2.6.34.7-56.fc13.x86_64)
does not match executable architecture
(powerpc-linux-2.6.37-rc5-yocto-standard+) at
/vol/1/sgw/builds/ppc/tmp/sysroots/x86_64-linux/usr/lib/perl/5.12.2/Errno.pm
line 11.
This looks like another check that will need some work
Sau!
More information about the poky
mailing list