[oe-issues] [Bug 2016] New: fix for problem in compiling perl-5.8.7 when MACHINE="native"
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Sun Mar 18 03:29:10 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2016
Summary: fix for problem in compiling perl-5.8.7 when
MACHINE="native"
Product: Openembedded
Version: Angstrom
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: _sir_maniac at yahoo.com
QAContact: tinderbox-oe at gmx.net
The problem can be repeated by setting MACHINE = "native" in local.conf
(tested with DISTRO = "angstrom-2007.1"), and running any task/image that
requires perl (mine was gpe-contacts).
The problem originates in the do_configure and do_compile tasks modifying text
in the distribution that says "/usr/include" to "${STAGING_INCDIR}", when
MACHINE is set native libc and the kernel aren't built, so the required headers
won't be in ${STAGING_INCDIR}.
patch to disable this feature when MACHINE="native" follows.
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list