From: Michael Smith <msmith@cbnco.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [RFC] Fix native perl so it builds on x64 OpenSuSE 11.1
Date: Tue, 21 Jul 2009 13:28:58 -0400 [thread overview]
Message-ID: <4A65FADA.4070604@cbnco.com> (raw)
In-Reply-To: <4A65F5D8.6060503@atmel.com>
Ulf Samuelsson wrote:
> The native perl build fails on my x64 OpenSuSE 11.1 machine.
> People suggest that disabling ODBM_File will fix this problem.
> It works for me...
Yeah, this looks like it would fix it.
The problem is SuSE 11's gdbm-devel 1.8.3 installs some hacked-up
include file in /usr/include/dbm.h (it's not the one from stock gdbm
1.8.3), and Perl looks there. Meanwhile, gdbm-native 1.8.3 in OE doesn't
stage dbm.h, so even if perl-native looked in the right place, the
module wouldn't build. So both perl-native and gdbm-native need a fix,
or this (afaik unused) module can just be disabled.
Mike
prev parent reply other threads:[~2009-07-21 17:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-21 17:07 [RFC] Fix native perl so it builds on x64 OpenSuSE 11.1 Ulf Samuelsson
2009-07-21 17:28 ` Michael Smith [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A65FADA.4070604@cbnco.com \
--to=msmith@cbnco.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.