On Friday 17 August 2012 11:53:51 Jack Mitchell wrote: > On 17/08/12 11:26, Henning Heinold wrote: > > On Fri, Aug 17, 2012 at 11:05:43AM +0100, Jack Mitchell wrote: > >> any provider > >> WARNING: Failed to fetch URL > >> http://kernel.org/pub/linux/kernel/people/jsipek/guilt/guilt-0.33.tar.gz > >> , attempting MIRRORS if available > >> *ERROR: chrpath command failed with exit code 7 > >> ERROR: chrpath command failed with exit code 7* > > > > Hi, > > > > you can grep the logfiles in the work-dir for chrpath call and you will > > find the package. I saw it on some perl modules, but not now. > > > > Bye Henning > > Ok, here we go: > > > x86_64-linux/perl-native-5.14.2-r1/temp/log.do_populate_sysroot.30355:ERROR > : chrpath command failed with exit code 7 > > x86_64-linux/perl-native-5.14.2-r1/temp/log.do_populate_sysroot.30355:ERROR > : chrpath command failed with exit code 7 > > This is on kraj/toolchain-rework, I don't know how synced with master it > is so apologies if it has already been fixed.
I can confirm this; with the patch I have just sent to improve the error handling, on top of master I now get: ---------- snip ----------- ERROR: perl-native: chrpath command failed with exit code 7: /home/paul/poky/poky/build/tmp/work/i686-linux/perl-native-5.14.2-r1/sysroot-destdir/home/paul/poky/poky/build/tmp/sysroots/i686-linux/usr/lib/perl-native/perl/5.14.2/auto/Time/HiRes/HiRes.so: RPATH=/lib/i386-linux-gnu new rpath '$ORIGIN/../../../../../../../../../..' too large; maximum length 19 ERROR: Function failed ERROR: Logfile of failure stored in: /home/paul/poky/poky/build/tmp/work/i686-linux/perl-native-5.14.2-r1/temp/log.do_populate_sysroot.17120 ERROR: Task 3 (/home/paul/poky/poky/meta/recipes-devtools/perl/perl-native_5.14.2.bb, do_populate_sysroot) failed with exit code '1' ---------- snip ----------- This is with a from-scratch build of perl-native; TMPDIR in my case is "/home/paul/poky/poky/build/tmp" as you can probably tell from the above. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
