[OE-core] perl install error

Khem Raj raj.khem at gmail.com
Fri Sep 28 03:28:45 UTC 2012


On Sep 27, 2012, at 8:22 PM, Khem Raj <raj.khem at gmail.com> wrote:

> Hi
> 
> On ppc64 I am getting 
> 
> | Warning: perl appears in your path in the following locations beyond where
> | we just installed it:
> |     /work/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/bin/perl-native/perl
> |
> | make[1]: Nothing to be done for `install.man'.
> | make[1]: Leaving directory `/work/yocto/poky/build/tmp/work/ppc64e5500-poky-linux/perl-5.14.2-r10/perl-5.14.2'
> | ln: failed to create symbolic link `/work/yocto/poky/build/tmp/work/ppc64e5500-poky-linux/perl-5.14.2-r10/image//usr/lib64/perl5': No such file or directory
> | ERROR: Function failed: do_install (see /work/yocto/poky/build/tmp/work/ppc64e5500-poky-linux/perl-5.14.2-r10/temp/log.do_install.6656 for further information)
> ERROR: Task 1679 (/work/yocto/poky/meta/recipes-devtools/perl/perl_5.14.2.bb, do_install) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 4082 tasks of which 4057 didn't need to be rerun and 1 failed.
> 
> 
> It was working fine yesterday
> anyone else seeing it ?


If I revert 

perl: Fix nativesdk install path
Commit 38234f2e276356b1d77a87ceabc486107e336d19 tried to fix the sed
expressions by anchoring the left side of the search regexp to prevent
$prefix$prefix type expression in the perl config. For nativesdk this is
not enough. Adding anchors on both side fixes this.

Signed-off-by: Christian Glindkamp <christian.glindkamp at taskit.de>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>



It works again

Thanks
-Khem






More information about the Openembedded-core mailing list