[oe-issues] [Bug 3403] New: Perl-native depends on target architecture
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Nov 30 12:40:15 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=3403
Summary: Perl-native depends on target architecture
Product: Openembedded
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: openembedded at hrw.one.pl
Created an attachment (id=3470)
--> (http://bugs.openembedded.org/attachment.cgi?id=3470)
compile log
Recently OpenedHand autobuilder shown bug in perl handling in Poky. As our
recipes for Perl are synced with OE this bug probably also happen in
OpenEmbedded builds (test build in progress).
How to reproduce:
1. $ MACHINE=qemux86 bitbake perl
2. $ MACHINE=qemuarm bitbake perl
3. $ MACHINE=qemux86 bitbake libxml-parser-perl
This will break on do_compile task due to usage of ARM compiler instead of x86
one. I debugged it by comparing staging before step 2 with stage after step 3.
The problem is staging/HOST/usr/lib/perl/5.8.8/Config_heavy-target.pl file - it
contain informations related to target architecture. As result you are unable
to do multimachine builds.
I will attach compile log bug and configure log.
--
Configure bugmail: http://bugs.openembedded.org/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